Program for Overlapping DMRs (Differentially Methylated Regions) Between Groups
0
0
Entering edit mode
7 months ago

I have the methylation results from 3 different groups (young, adult, old) that I've processed and have used mcomp to merge ratio files from the same group together and did group comparisons (i.e. young_Vs_adult, adult_Vs_old, young_Vs_old).

I'm looking for a program that will help me find different overlapping DMRs between these group VS group comparisons. Basically I want to see what DMRs are shared or not shared between, for example, young_Vs_adult and adult_Vs_old etc.

It was suggested that I use excel to find overlaps using chr, start, end columns but this seems inefficient and I'm hoping there's another program/module/package that's a better fit for this type of information. Any suggestions?

methylation DMR • 451 views
ADD COMMENT
2
Entering edit mode

Do not use excel for bioinformatics purposes, using R you could use GRanges objects to find overlaps between your regions : Finding overlaps between GRanges objects

ADD REPLY
1
Entering edit mode

You might specify how the data is formatted. If you have chr start end columns, you can use bedtools to perform the interval operations.

ADD REPLY

Login before adding your answer.

Traffic: 1928 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6