variant property

List<MolecularSequenceVariant>? variant
inherited

variant The definition of variant here originates from Sequence ontology (variant_of). This element can represent amino acid or nucleic sequence change(including insertion,deletion,SNP,etc.) It can represent some complex mutation or segment variation with the assist of CIGAR string.

Implementation

List<MolecularSequenceVariant>? get variant =>
    throw _privateConstructorUsedError;