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