cumNormMat | 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.
fitZig
cumNorm
data(mouseData)
head(cumNormMat(mouseData))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.