switch.norm.funcs: Switch Normalization Functions

switch.norm.funcsR Documentation

Switch Normalization Functions

Description

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.

Details

switch.norm.funcs

Value

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

Examples

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


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