-
Notifications
You must be signed in to change notification settings - Fork 93
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
Linking exon annotations with intron lines, and other things. #68
Comments
Hi @mrmrwinter ,
That's not possible directly inside a same plot I believe. The way to do that would be to have vertically stacked subplots, the first one displaying only introns, the second exons, etc.
That's ultimately a decision for @veghp but my opinion is that you could make it a separate library project, which would give you more control to iterate over it in the future. (unless you need some changes/additions in the core of Dna Features Viewer to make it happen, in that case you can submit these specific changes as an MR). Can you post schemas for the different kinds of plots you described, just to make sure we all share the same visual idea? Thanks! |
Hey Zulko, Thanks for the fast response! For the MSA view i was hiping to create something like this: Basically just some tracks to show dis/concordance between bases, plus gaps. Ive been using n R package called ggmsa, but cant find a python equivalent so far. The idea behind this is that i can see where indels are placed with regard to features on the tracks and also read depth/GC differences. Many thanks, Mike PS. Here is my plot with the read depth track in red at the bottom |
Thanks a lot for the comments and screenshots! My two cents:
|
Hi @Zulko @veghp, |
Thank you very much for the feedback, it definitely helps us prioritising the tasks. As Zulko mentioned, we are happy to incorporate small changes to accommodate another package implementing this feature, but at the moment we are really tied up in other EGF projects to start working on this.. |
Hi, loving the package. Really crisp plots.
There are a few questions i have.
Im hoping you know of a way to draw exons with the intron line linking them using your package?
Is there a way to make feature types locked to a given track? Ie, can i lock all transcript features to track 1, exon features to track 2, misc_features to track 3, etc?
I would also like to display a multiple sequence alignment as a ribbon in the plot. For example, i will have the alignment in a ribbon below the features view, with bases and gaps all coloured separately to show indels and regions of conservation.
I have also developed some code and a method to generate ribbons of read depth to add to the plots, if this is something yu would like added as a pull request?
Many thanks
The text was updated successfully, but these errors were encountered: