Description Usage Arguments Value Examples
The VSN (Variance Stabilizing Normalization) attempts to transform the data in such a way that the variance remains nearly constant over the intensity spectrum
1 | performVSNNormalization(rawMatrix)
|
rawMatrix |
Target matrix to be normalized |
Normalized matrix
1 2 | data(example_data_only_values_small)
normMatrix <- performVSNNormalization(example_data_only_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.