Description Usage Arguments Value Examples
Median absolute deviation normalization Normalization subtracts the median and divides the data by the median absolute deviation (MAD).
1 | performSMADNormalization(rawMatrix, noLogTransform = FALSE)
|
rawMatrix |
Target matrix to be normalized |
noLogTransform |
Assumes no need for log transformation |
Normalized matrix
1 2 | data(example_data_only_values_small)
normMatrix <- performSMADNormalization(example_data_only_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.