This function pools together multiple methylation datasets.
Usage
poolMethylationDatasets(methylationDataList)
Arguments
methylationDataList
a GRangesList object where each
element of the list is a GRanges object with the methylation
data in the corresponding condition (see methylationDataList).
# load methylation data objectdata(methylationDataList)
# pools the two datasets togetherpooledMethylationData <- poolMethylationDatasets(methylationDataList)