-
Notifications
You must be signed in to change notification settings - Fork 1
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
Draw variants, transcript and protein. #124
Comments
Hey @ielis, I got started and played around with the visualization a bit and copied the image Lauren showed last time. As of now it looks like this: This is Laurens image: My function looks as such: I would imagine that this method is a good starting point to develop the figure you have in mind. Visually everything can be customized to adhere more to your preferences. The bioinformatics logic can be added to give my drawing method the right inputs. Etc etc. Please let me know what you think |
awesome! |
Hi @frehburg the picture looks indeed awesome! I'll let you know when I'm done with the prose. Thanks a lot! :) |
I think all that's left of this task is having a legend for the variant effect colors! @frehburg is this something you can work on? |
I think this issue is closable if the CI problem in this PR is fixed! |
Hey Peter, Sorry for my late reply. I think that would be possible. Let's discuss this after the AMIA if that is okay. |
Todos:
tx_coordinates.get_cds_regions()
tx_coordinates.get_codon_count()
this is the length of the encoding regions (Note: # codons/ 3 = # bases), make sure to align gray and transcript exactlyprotein_meta.protein_features
(for pf in protein_meta.protein_features: pf.info.region # is the region of the feature
)pf.feature_type
pf.info.name
The text was updated successfully, but these errors were encountered: