Module hgvs::parser

source ·
Expand description

This module contains the code for HGVS variant descriptions.

The parsing functionality is provided through Type::parse() functions. The data structures also provide the Display trait for conversion to strings etc.

Structs

Enums

  • Specifies whether the CDS position is relative to the CDS start or CDS end.
  • Error type for parsing of HGVS expressions.
  • A HGVS variant specification.
  • Expression of “maybe uncertain”.
  • Edit of nucleic acids.
  • Protein sequence location with edit or special.
  • Protein edit with interval end edit.
  • Uncertain change through extension.