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