calcNormFactors {metagenomeSeq} | R Documentation |
Return a vector of the the sum up to and including a quantile.
calcNormFactors(obj, p = cumNormStatFast(obj))
obj |
An MRexperiment object or matrix. |
p |
The pth quantile. |
Vector of the sum up to and including a sample's pth quantile.
fitZig
cumNormStatFast
cumNorm
data(mouseData) head(calcNormFactors(mouseData))