cumNormMat: Cumulative sum scaling factors.

Description Usage Arguments Value See Also Examples

View source: R/cumNormMat.R

Description

Calculates each column's quantile and calculates the sum up to and including that quantile.

Usage

1
cumNormMat(obj, p = cumNormStatFast(obj), sl = 1000)

Arguments

obj

A matrix or MRexperiment object.

p

The pth quantile.

sl

The value to scale by (default=1000).

Value

Returns a matrix normalized by scaling counts up to and including the pth quantile.

See Also

fitZig cumNorm

Examples

1
2

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