Description Usage Arguments Value Author(s) Examples
The norm_cpm
element of the arrayData slot in an SCESet object holds
a matrix containing normalised counts-per-million values. It has the same dimensions
as the 'exprs' and 'counts' elements, which hold the transformed expression
data and count data, respectively.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | norm_cpm(object)
norm_cpm(object) <- value
## S4 method for signature 'SCESet'
norm_cpm(object)
## S4 replacement method for signature 'SCESet,matrix'
norm_cpm(object)<-value
## S4 method for signature 'SCESet'
norm_cpm(object)
## S4 replacement method for signature 'SCESet,matrix'
norm_cpm(object) <- value
|
object |
a |
value |
a matrix of class |
a matrix of normalised counts-per-million data
Davis McCarthy
1 2 3 4 | data("sc_example_counts")
data("sc_example_cell_info")
example_sceset <- newSCESet(countData=sc_example_counts)
norm_cpm(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.