Description Usage Arguments Value Author(s) Examples
The counts element holds the count data as a matrix of non-negative integer count values, one row for each feature (gene, exon, region, etc), and one column for each cell. It is an element of the assayData slot of the SCESet object.
1 2 3 4 5 6 7 8 9 10 11 |
object |
a |
value |
an integer matrix |
A matrix of count values.
Davis McCarthy
1 2 3 4 | data("sc_example_counts")
data("sc_example_cell_info")
example_sceset <- newSCESet(countData = sc_example_counts)
counts(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.