Description Usage Arguments Value
View source: R/fc_data_clean.R
Perform normalization on an Fc Array data frame. Just a glorified wrapper for scale() that calls fcdc_impute if necessary.
1 | fcdc_normalize(fc, center = TRUE, scale = TRUE)
|
fc |
The Fc Array data frame. |
center |
A boolean or vector. See ?scale |
scale |
A boolean or vector. See ?scale |
The Fc Array data frame, with feature vectors scaled/centered as specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.