View source: R/normalization.R
norm.PoissonSeq | R Documentation |
PoissonSeq normalization for miRNA-Seq data.
norm.PoissonSeq(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.PoissonSeq(rawCounts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.