PerformBatchCorrection: Batch Effect Correction

View source: R/batch_effect_utils.R

PerformBatchCorrectionR Documentation

Batch Effect Correction

Description

This function is designed to perform the batch effect correction

Usage

PerformBatchCorrection(
  mSetObj = NA,
  imgName = NULL,
  Method = NULL,
  center = NULL
)

Arguments

mSetObj

Input name of the created mSet Object

imgName

Input the name of the plot to create

Method

Batch effect correction method, default is "auto". Specific method, including "Combat", "WaveICA","EigenMS","QC_RLSC","ANCOVA","RUV_random","RUV_2","RUV_s","RUV_r","RUV_g","NOMIS" and "CCMN".

center

The center point of the batch effect correction, based on "QC" or "", which means correct to minimize the distance between batches.

Author(s)

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


xia-lab/MetaboAnalystR documentation built on April 20, 2024, 8:13 p.m.