tmm | R Documentation |
TMM normalization is recommended for RNA-seq data generally when the majority of genes are not differentially expressed.
tmm(object, ...)
## S4 method for signature 'matrix'
tmm(object)
## S4 method for signature 'SummarizedExperiment'
tmm(object)
object |
Object. |
... |
Additional arguments. |
matrix
.
Updated 2020-01-20.
Michael Steinbaugh
Robinson and Oshlack (2010).
edgeR::calcNormFactors()
.
edgeR::cpm()
.
## bcbioRNASeq ====
data(bcb)
x <- tmm(bcb)
summary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.