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