cumNormStat | R Documentation |
Calculates the percentile for which to sum counts up to and scale by. cumNormStat might be deprecated one day. Deviates from methods in Nature Methods paper by making use row means for generating reference.
cumNormStat(obj, qFlag = TRUE, pFlag = FALSE, rel = 0.1, ...)
obj |
A matrix or MRexperiment object. |
qFlag |
Flag to either calculate the proper percentile using R's step-wise quantile function or approximate function. |
pFlag |
Plot the relative difference of the median deviance from the reference. |
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
cumNormStatFast
data(mouseData)
p = round(cumNormStat(mouseData,pFlag=FALSE),digits=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.