Description Usage Arguments Value Author(s)
View source: R/methyAnalysis.R
Estimate the averaged methylation levels within a chromosome region defined as a GRanges object or transcript promoter
1 | estimateCMR.methylation(cmr, methyGenoSet, estimateFun = mean, probeAnnotation = NULL, selectGeneElement = c("exon1", "promoter"), mc.cores = min(12, detectCores()))
|
cmr |
A GRanges object or transcript ID |
methyGenoSet |
A MethyGenoSet object keeps the DNA methylation data |
estimateFun |
The function used to estimate the methylation levels within the chromosome region |
probeAnnotation |
Pre-calculated probe annotation (a GRanges object) |
selectGeneElement |
Gene elements used to calculate the transcript promoter methylation levels if cmr GRanges object is not provided. |
mc.cores |
Number of cores used to calculate in parallel |
A numeric matrix (row: cmr, column: samples)
Pan DU
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.