cpm | R Documentation |
Get / Set cpm matrix
cpm(object)
## S4 method for signature 'SummarizedExperiment'
cpm(object)
cpm(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,matrix'
cpm(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,numeric'
cpm(object) <- value
object |
SummarizedExperiment |
value |
cpm matrix (features x samples) |
cpm matrix (get) or updated object (set)
file <- system.file('extdata/billing19.rnacounts.txt', package = 'autonomics')
object <- read_rnaseq_counts(file)
cpm(object)[1:3, 1:3]
cpm(object) <- values(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.