exonviz.Variant
- class exonviz.Variant(position: int, name: str, color: str)
A Variant which falls within an Exon
- Parameters:
position – Position of the Variant relative to the start of the Exon
name – Name (or description) of the Variant
color – Color of the Variant
Methods
__init__(position, name, color)tsv([sep])Dump a Variant as tsv
Attributes
positionnamecolor