I’m using Version: 0.6.1 (using HTSlib version 1.21)
I'm doing BS analysis and using MethylDackel extract to call methylated/unmethylated regions. I'm looking at rRNA, looking at chr 28SrRNA where there are two known positive sites, 3779 and 4444 using hg38.
When I use hisat3n-table and samtools mpileup I get the predicted and exact results. Moreover, I can see the actual reads with IGV.
When I run MethylDackel with the most permissive settings, it reports 0 C and 0 T at each position.
$ rga '3779|4444' md_test.cytosine_report.txt
28SrRNA 3779 + 0 0 CHH CAA
28SrRNA 4444 + 0 0 CG CGA
MethylDackel extract --keepSingleton -q 1 -p 1 --keepDupes --keepDiscordant --cytosine_report --CHH --CHG
I’m wondering if this is how MD treats overlapping PE reads.
Do you think this may be the problem? Do you have any suggestions?
Thanks for your help in advance.
I’m using
Version: 0.6.1 (using HTSlib version 1.21)I'm doing BS analysis and using MethylDackel extract to call methylated/unmethylated regions. I'm looking at rRNA, looking at chr 28SrRNA where there are two known positive sites, 3779 and 4444 using hg38.
When I use
hisat3n-tableandsamtools mpileupI get the predicted and exact results. Moreover, I can see the actual reads with IGV.When I run MethylDackel with the most permissive settings, it reports 0 C and 0 T at each position.
I’m wondering if this is how MD treats overlapping PE reads.
Do you think this may be the problem? Do you have any suggestions?
Thanks for your help in advance.