norm.TMM: Trimmed Mean of M-values (TMM) Normalization

View source: R/normalization.R

norm.TMMR Documentation

Trimmed Mean of M-values (TMM) Normalization

Description

Trimmed Mean of M-values (TMM) normalization for miRNA-Seq data.

Usage

norm.TMM(raw, groups = rep(1, ncol(raw)))

Arguments

raw

Raw read count matrix (rows = genes, cols = samples).

groups

Sample groups (subtypes)

Value

A list with the following elements:

dataNormalized

Normalized read counts.

scalingFactor

Normalizing factors for scaling the raw data.

Examples

rawCounts <- matrix(0:20, nrow = 7)
normCounts <- norm.TMM(rawCounts)

LXQin/DANA documentation built on March 7, 2024, 3:24 a.m.