getWholeChromosomes {DMRcaller} | R Documentation |
Returns a GRanges
object spanning from the first cytocine until
the last one on each chromosome
getWholeChromosomes(methylationData)
methylationData |
the methylation data stored as a |
a GRanges
object will all chromosomes.
Nicolae Radu Zabet
# load the methylation data data(methylationDataList) # get all chromosomes chromosomes <- getWholeChromosomes(methylationDataList[["WT"]])