ezVsnNorm: Variance Stabilizing Normalization

View source: R/util.R

ezVsnNormR Documentation

Variance Stabilizing Normalization

Description

Normalizes the matrix with the Variance Stabilizing Normalization and keeps row and column names.

Usage

ezVsnNorm(x, lts.quantile = 0.6)

Arguments

x

the matrix to normalize.

lts.quantile

a numeric passed to justvsn().

Value

Returns the normalized matrix.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

justvsn

Examples

m1 = matrix(1:200,50)
m2 = ezVsnNorm(m1)

uzh/ezRun documentation built on April 14, 2024, 5:09 a.m.