-
Notifications
You must be signed in to change notification settings - Fork 64
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
Show modified bases using MM and MP/ML tags in BAM/CRAM #1865
Conversation
Add per-base methylation
…. gwas plugin with linearmanhattandisplay
Note that to do this properly, it is probably useful for SNPCoverage to also show these modification in the pileup too |
Other todos:
|
possibly also making the wgbs type display could be worth doing in parallel, as some modern tools for calling modifications output pseudo-wgbs mode bam files https://software.broadinstitute.org/software/igv/interpreting_bisulfite_mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, just a couple little questions
Stub for coloring reads that have MM (positions of modified bases) and MP/ML (modification likelihood/probability) tags
This can be used to show methylation and other types of modifications, but methylation is probably the most common application
https://github.com/GMOD/jbrowse/issues/1588
Needs to still incorporate CIGAR for positioning, but this is a fun start
Requested here https://github.com/GMOD/jbrowse/issues/1588