smithlabcode / dnmtools

Tools for analyzing DNA methylation data
https://dnmtools.readthedocs.io
GNU General Public License v3.0
25 stars 8 forks source link

A question for 'dnmtools allelic' #168

Closed ETC100 closed 5 months ago

ETC100 commented 11 months ago

Hello, I recently have a study on allelic-specific methylation. However, I'm not really understand the output of 'dnmtools allelic' function. The output contained four columns, methylated methylated (mm), methylated unmethylated (mu), unmethylated methylated (um) and unmethylated unmethylated (uu), but I want to know these allelic-specific methylation are paternal biased or maternal biased. For instance, gatk toolkit will give you the allelic read count numbers for reference and alternative according to SNP data, and then we can clarified the paternal/maternal bias.

andrewdavidsmith commented 11 months ago

@ETC100 allelic is for visualization. If you use the various tools for ASM in dnmtools and find regions of ASM, the quickest way I can think of to determine if they are maternal or paternally methylated is to compare with a sperm methylome. I think the amrfinder tool was updated in the most recent release and should be updated on conda soon.

andrewdavidsmith commented 5 months ago

Closing this issue as it's a question about the underlying biology.