# load the methylation data
data(methylationDataList)
# compute coverage in CG context
breaks <- c(1,5,10,15)
coverage_CG_wt <- computeMethylationDataCoverage(methylationDataList[["WT"]],
context="CG", breaks=breaks)
Run the code above in your browser using DataLab