poolTwoMethylationDatasets {DMRcaller} | R Documentation |
This function pools together two methylation datasets.
poolTwoMethylationDatasets(methylationData1, methylationData2)
methylationData1 |
a |
methylationData2 |
a |
the methylation data stored as a GRanges
object with four metadata columns (see methylationDataList
).
Nicolae Radu Zabet
# load methylation data object data(methylationDataList) # save the two datasets together pooledMethylationData <- poolTwoMethylationDatasets(methylationDataList[[1]], methylationDataList[[2]])