read_methylome is a function to import methylation data into a GRanges object. Bed file should be in EPP,ALLC or BisSNP format.
Examples
# Read bissnp file
bissnp_path <- system.file("extdata",
"bissnp.tsv.gz",
package = "methylTFR"
)
bissnp <- read_methylome(bissnp_path, "bissnp")