Description Usage Arguments Value Author(s) Examples
The norm_counts element holds normalised count data as a matrix of non-negative 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 12 13 14 15 | norm_counts(object)
norm_counts(object) <- value
## S4 method for signature 'SCESet'
norm_counts(object)
## S4 replacement method for signature 'SCESet,matrix'
norm_counts(object)<-value
## S4 method for signature 'SCESet'
norm_counts(object)
## S4 replacement method for signature 'SCESet,matrix'
norm_counts(object) <- value
|
object |
a |
value |
an integer matrix |
a matrix of normalised count data
Davis McCarthy
1 2 3 4 | data("sc_example_counts")
data("sc_example_cell_info")
example_sceset <- newSCESet(countData = sc_example_counts)
norm_counts(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.