batchAdjust:
Adjust microarray data for batch effects.
Description
Adjusts EListRaw or EList data for batch/lot effects.
Usage
batchAdjust(elist=NULL, log=NULL)
Arguments
elist
EList or EListRaw object containing the data to be
adjusted (mandatory).
log
logical indicating whether the data is in log scale (mandatory;
note: if TRUE log2 scale is expected).
Value
An EListRaw or EList object with the adjusted data in log scale is
returned.
Details
This is a wrapper to sva's function ComBat() for batch adjustment
using the empirical Bayes approach. To use batchAdjust the targets information
of the EList or EListRaw object must contain the columns
"Batch" (containing batch/lot information for each particular array) and
"Group" (containing experimental group information for each particular
array).