View source: R/normalization.R
norm.RUV | R Documentation |
Normalize the dataset using RUV. All three sub-methods (RUVg, RUVs, and RUVr) can be used.
norm.RUV(raw, groups, method = c("RUVg", "RUVs", "RUVr"))
raw |
Raw read count matrix (rows = genes, cols = samples). |
groups |
Sample groups (subtypes) |
A list with the following elements:
Normalized read counts.
Adjusting factors for adjusting the design matrix.
list, containing dat.normed
(normalized dataset), and the adjust.factor
(adjusting factors) for the design matrix. The normalized dataset could only used for exploration, and adjusting factors are recommended as a covariate in the downstream analysis.
## Not run:
normCounts <- norm.RUV(rawCounts, groups, method="RUVg")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.