rna_majiq.ExonConnections
- class rna_majiq.ExonConnections(exon_connections)
Map from exons to the introns and junctions that start or end from them
- Parameters:
exon_connections (
_ExonConnections) – Underlying object binding the internal C++ API
- __init__(exon_connections)
Methods
__init__(exon_connections)construct
Eventsfor all constitutive events in ExonConnectionscreate_connecting(exons, introns, junctions)Create
ExonConnectionsmapping exons to introns, junctionsdst_introns_for(exon_idx)array of intron_idx that have exon_idx as dst_exon
dst_junctions_for(exon_idx)array of junction_idx that have exon_idx as dst_exon
event_description(ref_exon_idx, event_type)Array of event descriptions for VOILA for specified events
event_id(ref_exon_idx, event_type)Array of event identifiers for VOILA for specified events
event_size(ref_exon_idx, event_type)Indicate number of connections in the event
has_intron(ref_exon_idx, event_type)Indicate if selected events have a non-simplified intron
is_constitutive(ref_exon_idx, event_type)Indicate if the event is constitutive (nonredundant with event_size == 1)
is_permissive_LSV(ref_exon_idx, event_type)Indicate if the event is a permissive LSV
is_source_LSV(ref_exon_idx, event_type)Indicate if the event is a source LSV
is_strict_LSV(ref_exon_idx, event_type)Indicate if the event is a strict LSV
is_target_LSV(ref_exon_idx, event_type)Indicate if the event is a target LSV
lsvs([select_lsvs])construct
Eventsfor all LSVs defined by exon connectionspassed(ref_exon_idx, event_type)Indicate if any of the connections in the event are passed
redundant(ref_exon_idx, event_type)Indicate if the event is redundant (subset by a different event)
Create
SimplifierGroupto unsimplify introns and junctionssrc_introns_for(exon_idx)array of intron_idx that have exon_idx as src_exon
src_junctions_for(exon_idx)array of junction_idx that have exon_idx as src_exon
Attributes
exonsunderlying exons
intronsunderlying introns the exons are connected to
junctionsunderlying junctions the junctions are connected to