Upper Quartile (UQ) Normalization
norm.UQ.Rd
Upper quartile (UQ) normalization for miRNA-Seq data.
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.UQ(rawCounts)