How to calculate differential methylation from nanopore reads?
1
0
Entering edit mode
3.8 years ago
O.rka ▴ 710

I have 2 timepoint-specific conditions (t=0 and t=X) and 12 specimens. I used nanopolish to calculate methylation signatures per base, in particular, with this script: https://github.com/jts/nanopolish/blob/master/scripts/calculate_methylation_frequency.py

The output generated looks like the following: enter image description here

where methylated_frequency ranges from floating point values within the range [0,1] (e.g. 0.0, 0.382, 0.618, 1.0)

Are there anyways I can use this data to calculate differential methylation between my groups?

For example, maybe methylation events in region [x-y] are differentially methylated in t=X compared to t=0 or vice versa.

sequencing methylation • 2.2k views
ADD COMMENT
0
Entering edit mode

Hi O.rka, I'm in a similar situation...what did you end up using?

ADD REPLY
0
Entering edit mode

I second @WouterDeCoste in using pycoMeth. I made a pipeline figure for the project in this question. I hope it helps out.

https://drive.google.com/drive/folders/1vVZ78sgf60Fqd-6Hb4TrG-0-yxUm6ak_?usp=sharing

There are 4 pdfs, one per step and one with them merged.

ADD REPLY
0
Entering edit mode

Also, I recommend using f5c over nanopolish (same output format just way faster) but PLEASE don't forget to use --meth-out-version 2 (this is why https://github.com/a-slide/pycoMeth/issues/49#issuecomment-766195520). It will save you a lot of time and frustration in the future. Basically, it's only compatible w/ pycoMeth if you use that format.

ADD REPLY
1
Entering edit mode
3.8 years ago

I'd suggest looking at pycoMeth.

ADD COMMENT

Login before adding your answer.

Traffic: 2381 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