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

__init__(position: int, name: str, color: str) None

Methods

__init__(position, name, color)

tsv([sep])

Dump a Variant as tsv

Attributes

position

name

color