log2cpmratios {autonomics} | R Documentation |
Get / Set log2cpmratios matrix
log2cpmratios(object) ## S4 method for signature 'SummarizedExperiment' log2cpmratios(object) log2cpmratios(object) <- value ## S4 replacement method for signature 'SummarizedExperiment,matrix' log2cpmratios(object) <- value ## S4 replacement method for signature 'SummarizedExperiment,numeric' log2cpmratios(object) <- value
object |
SummarizedExperiment |
value |
log2cpmratios matrix (features x samples) |
log2cpmratios matrix (get) or updated object (set)
file <- download_data('billing19.rnacounts.txt') object <- read_rnaseq_counts(file, plot=FALSE) log2cpmratios(object) <- values(object) log2cpmratios(object)[1:3, 1:3]