modkit icon indicating copy to clipboard operation
modkit copied to clipboard

running modkit dmr after `epi2me-labs/wf-human-variation` pipeline using mod

Open Sepideh89 opened this issue 5 months ago • 2 comments

Hi,

I ran my samples using the epi2me-labs/wf-human-variation pipeline using mod, and I obtained .bedmethyl files as the output.

Now I’d like to run modkit dmr for differential analysis. Do I still need to run modkit pileup before using modkit dmr, or can I directly use the .bedmethyl files generated by the epi2me workflow?

Thanks in advance for your help!

Best,

Sepideh89 avatar Jul 17 '25 16:07 Sepideh89

Hello @Sepideh89,

You do not need to re-run pileup if you have one .bedmethyl file for each condition you want to test. For example, if you want to compare two samples you need the .bedmethyl from each. If you want to compare between haplotypes for a single sample, you need a .bedmethyl for each haplotype.

If the .bedmethyl files have not been bgzip compressed and tabix indexed, you'll need to do those steps first. There is more documentation here.

ArtRand avatar Jul 18 '25 23:07 ArtRand

Thanks for your response!

Sepideh89 avatar Jul 25 '25 16:07 Sepideh89