Description Usage Arguments Value Author(s)
View source: R/data_utils_functions.R
Feature values are quantile normalized by limma package. After quantile normalization, the distributions of feature values are identical in terms of statistical properties.
1 2 3 4 5 | normalize_feature_values(
rdr = NULL,
method = "quantile",
which_data = "scaled"
)
|
rdr |
A RadAR object (class |
method |
Only quantile normalization has been implemented so far. After quantile normalization, the distributions of feature values are identical in terms of statistical properties |
which_data |
(character) Which data should be normalized. It can be one of "normal" or "scaled". |
An updated rdr (a RadAR object)
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.