Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to allele-specific methylation calling? #185

Closed
sahuno opened this issue May 18, 2024 · 2 comments
Closed

how to allele-specific methylation calling? #185

sahuno opened this issue May 18, 2024 · 2 comments
Labels
question Looking for clarification on inputs and/or outputs

Comments

@sahuno
Copy link

sahuno commented May 18, 2024

Hi,
may i inquire how to do allele specific/happlotype resolved methylation calling and analysis? a look in the literature requires phasing tools like whatsapp etc...
i already did base calling 5mc_5hmC dorado then methylation calling with modkit.

thanks in advance
-S

@ArtRand
Copy link
Contributor

ArtRand commented May 20, 2024

Hello @sahuno,

In order to perform haplotype-specific methylation analysis, you'll need to use a phasing tool like whatshap first. The output of this tool should be "haplotagged" reads where each phased read has a HP tag usually HP:1 and HP:2 indicating the two haplotypes. Then you can use modkit pileup --partition-tag HP and you'll get a pileup for HP:1 and HP:2 separately. Then you can use the differential methylation command to sites that are different (i.e. haplotype specific).

@ArtRand ArtRand added the question Looking for clarification on inputs and/or outputs label May 20, 2024
@sahuno
Copy link
Author

sahuno commented May 22, 2024

thanks!

@sahuno sahuno closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Looking for clarification on inputs and/or outputs
Projects
None yet
Development

No branches or pull requests

2 participants