performQuantileNormalization: Quantile normalization is performed by the function...

Description Usage Arguments Value Examples

View source: R/normMethods.R

Description

It makes the assumption that the data in different samples should originate from an identical distribution. It does this by generating a reference distribution and then scaling the other samples accordingly.

Usage

1
performQuantileNormalization(rawMatrix, noLogTransform = FALSE)

Arguments

rawMatrix

Target matrix to be normalized

noLogTransform

Assumes no need for log transformation

Value

Normalized matrix

Examples

1
2
data(example_data_only_values_small)
normMatrix <- performQuantileNormalization(example_data_only_values)

NormalyzerDE documentation built on Nov. 8, 2020, 8:22 p.m.