normalizeMatrix: normalizeMatrix

Description Usage Arguments Value Author(s)

View source: R/utils.R

Description

Apply normalizatio to columns of a given matrix

Usage

1
normalizeMatrix(x, method = "standard", ...)

Arguments

x

a matrix of values to be normalized

method

method of normalization. Currently supported are: none (no normalization), standard (subtract the mean, devide by standard deviation), scale (scale to the interval [0,1]) and quantile (Quantile normalization)

...

arguments passed down to the actual normalization functions

Value

the normalized matrix

Author(s)

Fabian Mueller


MPIIComputationalEpigenetics/epiRepeatR documentation built on March 22, 2021, 11:09 p.m.