performVSNNormalization: Log2 transformed data is normalized using the function...

Description Usage Arguments Value Examples

View source: R/normMethods.R

Description

The VSN (Variance Stabilizing Normalization) attempts to transform the data in such a way that the variance remains nearly constant over the intensity spectrum

Usage

1

Arguments

rawMatrix

Target matrix to be normalized

Value

Normalized matrix

Examples

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

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