Description Usage Arguments Value References Examples
Normalize the dataset using TMM, and return the normalized dataset with scaling factor scaled by 1e6.
1 |
raw |
raw count data in the format of data frame or matrix, with columns for samples and rows for genes. |
groups |
vector of characters indicating the group for each sample. |
list, containing dat.normed
(normalized dataset) and scaling.factor
(scaling factor) for each sample.
1 | test.TMM <- norm.TMM(data.test, data.group)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.