Removal_Batch: Title Removal_Batch

View source: R/Step1_data_integrate.R

Removal_BatchR Documentation

Title Removal_Batch

Description

Title Removal_Batch

Usage

Removal_Batch(mutile_align, n = 3, algorithm = "BMC/PAMR")

Arguments

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.

Value

A matrix of a dataset after removing batch effects for the integrated dataset.

Examples

Removal_Batch(mutile_align, n = 3, algorithm = "BMC/PAMR", loga= TRUE)

mmeaseR/mmeaseR documentation built on March 29, 2022, 10:13 p.m.