View source: R/batch_effect_utils.R
PerformBatchCorrection | R Documentation |
This function is designed to perform the batch effect correction
PerformBatchCorrection(
mSetObj = NA,
imgName = NULL,
Method = NULL,
center = NULL
)
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. |
Zhiqiang Pang, Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.