tmm: Trimmed mean of M-values

tmmR Documentation

Trimmed mean of M-values

Description

TMM normalization is recommended for RNA-seq data generally when the majority of genes are not differentially expressed.

Usage

tmm(object, ...)

## S4 method for signature 'matrix'
tmm(object)

## S4 method for signature 'SummarizedExperiment'
tmm(object)

Arguments

object

Object.

...

Additional arguments.

Value

matrix.

Note

Updated 2020-01-20.

Author(s)

Michael Steinbaugh

References

Robinson and Oshlack (2010).

See Also

  • edgeR::calcNormFactors().

  • edgeR::cpm().

Examples

## bcbioRNASeq ====
data(bcb)
x <- tmm(bcb)
summary(x)

hbc/bcbioRnaseq documentation built on April 1, 2024, 11:31 a.m.