cumNormStatFast: Cumulative sum scaling percentile selection

Description Usage Arguments Value See Also Examples

View source: R/cumNormStatFast.R

Description

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.

Usage

1
cumNormStatFast(obj, pFlag = FALSE, rel = 0.1, ...)

Arguments

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.

Value

Percentile for which to scale data

See Also

fitZig cumNorm cumNormStat

Examples

1
2

metagenomeSeq documentation built on Nov. 8, 2020, 5:34 p.m.