calcNormFactors | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.