switch.norm.funcs.flex: Switch normalization funcsions in a flexible way

switch.norm.funcs.flexR Documentation

Switch normalization funcsions in a flexible way

Description

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.

Details

switch.norm.funcs.flex

Value

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

Examples

switch.norm.funcs.flex(norm.list = c("NN", "MN", "QN"), norm.funcs = NULL)


yilinwu123/precision1 documentation built on June 28, 2022, 2:53 a.m.