ScCounts is a data structure that contains the counts of reads for a set of cells in a set of genomic bins.
Slots
idan identifier for the object, e.g. "pbmc".
descriptiondescription of the object, e.g. "PBMC from a healthy donor - granulocytes removed through cell sorting (10k)"
genomegenome assembly of the peaks. e.g. "hg38", "hg19", "mm9", "mm10"
dataa named list with sparse matrices for each chromosome. Each sparse matrix at position i,j contains the number of reads that map to the cell j in the genomic coordinate i (in 1 based format).
pathoriginal path from which the object was loaded (optional)
genomic_binsan intervals set with the genomic bins. Should have columns named "chrom", "start", "end" and "name" with the chromosome, start and end positions and name of the bin. The names of the data matrices are the "name" field. Note that even though the data is stored in 1-based format, the genomic bins are in 0-based format (misha format), hence the filenames are in 0-based format.