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