Usage
preprocessENmix(rgSet, bgParaEst = "oob", dyeCorr=TRUE, QCinfo=NULL, exQCsample=TRUE, exQCcpg=TRUE, exSample=NULL, exCpG=NULL, nCores = 2)
Arguments
rgSet
An object of class RGChannelSetExtended
, RGChannelSet
or MethylSet
.
bgParaEst
Optional method to estimate background normal distribution parameters. This must be one of the strings: "oob","est", or "neg".
dyeCorr
Dye bias correction: "TRUE" or "FALSE"
QCinfo
If QCinfo object from function QCinfo() is provided, low quality samples (if exQCsample=TRUE) and CpGs (if exQCcpg=TRUE) will be excluded before background correction.
exQCsample
If TRUE, low quality samples listed in QCinfo will be excluded.
exQCcpg
If TRUE, low quality CpGs listed in QCinfo will be excluded.
exSample
User specified sample list to be excluded before background correction
exCpG
User specified probe list to be excluded before background correction
nCores
Number of cores will be used for computation