cumNormMat {metagenomeSeq} | R Documentation |
Calculates each column's quantile and calculates the sum up to and including that quantile.
cumNormMat(obj, p = cumNormStatFast(obj), sl = 1000)
obj |
A matrix or MRexperiment object. |
p |
The pth quantile. |
sl |
The value to scale by (default=1000). |
Returns a matrix normalized by scaling counts up to and including the pth quantile.
data(mouseData) head(cumNormMat(mouseData))