preprocessFunnorm(rgSet, nPCs=2, sex = NULL, bgCorr = TRUE, dyeCorr = TRUE, verbose = TRUE)
RGChannelSet
.preprocessNoob
)preprocessNoob
)?GenomicRatioSet
nPCs
. By default
nPCs
is set to 2, and have been shown to perform consistently
well across different datasets. This parameter should only be modified
by expert users. The normalization procedure is applied to the Meth and
Unmeth intensities separately, and to type I and type II signals
separately. For the probes on the X and Y chromosomes we normalize males
and females separately using the gender information provided in the
sex
argument. For the Y chromosome, standard quantile
normalization is used due to the small number of probes, which results
in instability for functional normalization. If sex is unspecified
(NULL
), a guess is made using by the getSex
function using
copy number information. Note that this algorithm does not rely on any
assumption and therefore can be be applicable for cases where global
changes are expected such as in cancer-normal comparisons or tissue
differences.RGChannelSet
as well as IlluminaMethylationManifest
for the
basic classes involved in these functions.
preprocessRaw
and preprocessQuantile
are
other preprocessing functions. Background correction may be done using
preprocessNoob
.
## Not run:
# if (require(minfiData)) {
# GRset.funnorm <- preprocessFunnorm(RGsetEx)
# }
# ## End(Not run)
Run the code above in your browser using DataLab