pip.norm.Rd
This is a pipeline function for performing the available normalization methods in this package. The users can perform all the normalization methods at the same time or select the method they prefer to use.
pip.norm(raw, groups, norm.method = "all", QN_filter = FALSE)
raw | raw count data in the format of data frame or matrix, with columns for samples and raws for genes. |
---|---|
groups | vector of characters indicating the group for each sample (only 2 groups allowed). |
norm.method | the method for normalization selected from
|
QN_filter | whether the filtering is performed if |
list, containing normalized dataset, and scaling factors or adjusting factors. If method="all" the list contains the normalized data set and scaling/adjusting factors for all provided methods.
res <- pip.norm(data.test, data.group, "norm.TMM")