-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- write about visualization.
- Read background
Todos:
- Title including transcript id, protein id & name
- transcript tract: get exon lengths from
tx_coordinates.get_cds_regions() - transcript track: add CDs region number
- protein track: length of gray bar:
tx_coordinates.get_codon_count()this is the length of the encoding regions (Note: # codons/ 3 = # bases), make sure to align gray and transcript exactly - protein track: each box stands for a feature
protein_meta.protein_features(for pf in protein_meta.protein_features: pf.info.region # is the region of the feature) - protein track: feature type encoded by colors
pf.feature_type - protein track: annotate box with feature name
pf.info.name - add legend displaying variant effects and feature types colors
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request