Normalize the dataset using QN, and return the normalized dataset with scaling factor.

norm.QN(raw, filter = FALSE)

Arguments

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

Value

list, containing dat.normed (normalized dataset).

References

Quantile Normalization Tutorial

Examples

test.QN <- norm.QN(data.test)