Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/methylation_preprocessing.R
Estimate intensity of Illumina methylation data, which is the sum of Illumina methylated and unmethylated probe intensities
1 | estimateIntensity(methyLumiM, returnType=c("ExpressionSet", "matrix"))
|
methyLumiM |
MethyLumiM-class object or eSet-class object, which include methylated and unmethylated probe intensities |
returnType |
determine whether return an ExpressionSet or matrix object |
The Intensity basically is the sum of Illumina methylated and unmethylated probe intensities.
An ExpressionSet or matrix object of methylation Intensity-value
Pan DU
See Also as estimateBeta
and estimateM
1 2 3 | data(example.lumiMethy)
methyLumiIntensity = estimateIntensity(example.lumiMethy)
boxplot(methyLumiIntensity)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.