performVSNNormalization {NormalyzerDE} | R Documentation |
The VSN (Variance Stabilizing Normalization) attempts to transform the data in such a way that the variance remains nearly constant over the intensity spectrum
performVSNNormalization(rawMatrix)
rawMatrix |
Target matrix to be normalized |
Normalized matrix
data(example_data_only_values_small) normMatrix <- performVSNNormalization(example_data_only_values)