Learn R Programming

metagenomeSeq (version 1.10.0)

calcNormFactors: Cumulative sum scaling normalization factors

Return a vector of the the sum up to and including a quantile.

Description

Cumulative sum scaling normalization factors

Return a vector of the the sum up to and including a quantile.

Usage

calcNormFactors(obj, p = cumNormStatFast(obj))

Arguments

obj
An MRexperiment object or matrix.
p
The pth quantile.

Value

Vector of the sum up to and including a sample's pth quantile.

See Also

fitZig cumNormStatFast cumNorm

Examples

Run this code
data(mouseData)
head(calcNormFactors(mouseData))

Run the code above in your browser using DataLab