View source: R/normalization.R
norm.QN | R Documentation |
Quantile Normalization (QN) for miRNA-Seq data.
norm.QN(raw, filter = FALSE)
raw |
Raw read count matrix (rows = genes, cols = samples). |
groups |
Sample groups (subtypes) |
A list with the following elements:
Normalized read counts.
rawCounts <- matrix(0:20, nrow = 7)
normCounts <- norm.QN(rawCounts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.