Normalization By Remove Unwanted Variation (RUV)
norm.RUV.Rd
Normalize the dataset using RUV. All three sub-methods (RUVg, RUVs, and RUVr) can be used.
Usage
norm.RUV(raw, groups, method = c("RUVg", "RUVs", "RUVr"))
Value
A list with the following elements:
- dataNormalized
Normalized read counts.
- adjustFactor
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.