# load the methylation data
data(methylationDataList)
#load the DMRs in CG context. These DMRs were computed with minGap = 200.
data(DMRsNoiseFilterCG)
#retrive the number of reads in CHH context in WT
DMRsNoiseFilterCGreadsCHH <- analyseReadsInsideRegionsForCondition(
DMRsNoiseFilterCG[1:10],
methylationDataList[["WT"]], context = "CHH",
label = "WT")
Run the code above in your browser using DataLab