Switch normalization funcsions in a flexible way
switch.norm.funcs.flex.Rd
Transform the normalization method names into functions names, for running in the normalization procedure
Usage
switch.norm.funcs.flex(norm.list = c("NN", "QN"), norm.funcs = NULL)
Arguments
- norm.list
Switch all the build-in normalization methods into function names, including "NN", "MN", "QN", and "VSN".
- norm.funcs
New functions that user can create by themselves.
Examples
switch.norm.funcs.flex(norm.list = c("NN", "MN", "QN"), norm.funcs = NULL)
#> [1] "nn.norm" "med.norm" "quant.norm"