View source: R/Step1_data_integrate.R
Removal_Batch | R Documentation |
Title Removal_Batch
Removal_Batch(mutile_align, n = 3, algorithm = "BMC/PAMR")
mutile_align |
The comprehensive dataset integrated from multiple groups. |
n |
The number of multiple groups. |
algorithm |
The algorithm for removing batch effects in multiple groups. The algorithm could be BMC/PAMR, ComBat/EB, DWD, GlobalNorm, XPN or None. |
loga |
TRUE indicates log transformation will be used, FALSE indicates log transformation will not be used. |
A matrix of a dataset after removing batch effects for the integrated dataset.
Removal_Batch(mutile_align, n = 3, algorithm = "BMC/PAMR", loga= TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.