You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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_typepf.info.name