View source: R/cumNormStatFast.R
cumNormStatFast | R Documentation |
Calculates the percentile for which to sum counts up to and scale by. Faster version than available in cumNormStat. Deviates from methods described in Nature Methods by making use of ro means for reference.
cumNormStatFast(obj, pFlag = FALSE, rel = 0.1, ...)
obj |
A matrix or MRexperiment object. |
pFlag |
Plot the median difference quantiles. |
rel |
Cutoff for the relative difference from one median difference from the reference to the next. |
... |
Applicable if pFlag == TRUE. Additional plotting parameters. |
Percentile for which to scale data
fitZig
cumNorm
cumNormStat
data(mouseData)
p = round(cumNormStatFast(mouseData,pFlag=FALSE),digits=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.