This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mapping Genes in Differentially Methylated Regions

Hello All:

Does anyone know any Bioconductor packages or programs that I can use to map genes from the results of Differentially Methylated Regions? Thank you.

dmr r packages

1 answer

If your differentially methylated regions are in .bed format, you can use bedtools intersect to find the genes overlapping the regions.

Log in to answer this question.