switch.norm.funcs | R Documentation |
Switch the normalization method name into function name, for running in the normalization procedure
switch.norm.funcs(norm.list = c("NN", "MN", "QN", "VSN"), 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
A list that transforms the normalization method name into function name.
switch.norm.funcs(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.