norm.PoissonSeq.Rd
Normalize the dataset using PoissonSeq, and return the normalized dataset with scaling factor.
norm.PoissonSeq(raw)
raw | raw count data in the format of data frame or matrix, with columns for samples and rows for genes. |
---|
list, containing dat.normed
(normalized dataset) and scaling.factor
(scaling factor) for each sample.
test.PoissonSeq <- norm.PoissonSeq(data.test)