log2cpm {autonomics} | 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 <- download_data('billing19.rnacounts.txt') object <- read_rnaseq_counts(file, plot=FALSE) log2cpm(object) <- values(object) log2cpm(object)[1:3, 1:3]