poolMethylationDatasets {DMRcaller} | R Documentation |
This function pools together multiple methylation datasets.
poolMethylationDatasets(methylationDataList)
methylationDataList |
a |
the methylation data stored as a GRanges
object with four metadata columns (see methylationDataList
).
Nicolae Radu Zabet
# load methylation data object data(methylationDataList) # pools the two datasets together pooledMethylationData <- poolMethylationDatasets(methylationDataList)