Switch Normalization Functions
switch.norm.funcs.Rd
Switch the normalization method name into function name, for running in the normalization procedure
Usage
switch.norm.funcs(norm.list = c("NN", "MN", "QN", "VSN"), 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(norm.list = c("NN", "MN", "QN"), norm.funcs = NULL)
#> [1] "nn.norm" "med.norm" "quant.norm"