PerformNormalizationMeta: Function to perform normalization

View source: R/meta_proc.R

PerformNormalizationMetaR Documentation

Function to perform normalization

Description

This function performs normalization on the uploaded data.

Usage

PerformNormalizationMeta(
  mbSetObj,
  dataName,
  rare.opt,
  scale.opt,
  transform.opt
)

Arguments

mbSetObj

Input the name of the mbSetObj.

dataName

Input the name of selected dataset data file

rare.opt

Character, "rarewi" to rarefy the data and "none" to not.

scale.opt

Character, input the name of the data scaling option. "colsum" for total sum scaling, "CSS" for cumulative sum scaling, "upperquartile" for upper-quartile normalization, and "none" to none.

transform.opt

Character, input the name of the data transformation to be applied. "rle" for relative log expression, "TMM" for trimmed mean of M-values, "clr" for centered log ratio, and "none" for none.

Author(s)

Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MicrobiomeAnalystR documentation built on April 17, 2024, 7:45 p.m.