norm.RUVg.RdNormalize the dataset using RUV Using Control Genes, and return the normalized dataset with adjusting factor.
norm.RUVg(raw, groups)| 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 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.
test.RUVg <- norm.RUV(data.test, data.group)
#> Error in norm.RUV(data.test, data.group) could not find function "norm.RUV"