norm.QN.RdNormalize the dataset using QN, and return the normalized dataset with scaling factor.
norm.QN(raw, filter = FALSE)| raw | raw count data in the format of data frame or matrix, with columns for samples and rows for genes. |
|---|---|
| filter | whether filter before normalization |
list, containing dat.normed (normalized dataset).
Quantile Normalization Tutorial
test.QN <- norm.QN(data.test)