Skip to contents

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.

Value

A list that transforms the normalization method name into function name.

Details

switch.norm.funcs

Examples

switch.norm.funcs(norm.list = c("NN", "MN", "QN"), norm.funcs = NULL)
#> [1] "nn.norm"    "med.norm"   "quant.norm"