switch.norm.funcs.flex | R Documentation |
Transform the normalization method names into functions names, for running in the normalization procedure
switch.norm.funcs.flex(norm.list = c("NN", "QN"), norm.funcs = NULL)
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. |
switch.norm.funcs.flex
A list that transforms the normalization method name into function name.
switch.norm.funcs.flex(norm.list = c("NN", "MN", "QN"), norm.funcs = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.