Description Usage Arguments Examples
View source: R/normalizeData.R
Normalize data to have mean zero and std 1
1 | normalizeData(dataset, enable_normalization = TRUE)
|
dataset |
The input list of data sets matrix |
enable_normalization |
An argument to decide whether to use normalizaiton or not, default is TRUE |
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.