interface MolecularSequenceVariant {
    _cigar?: Element;
    _end?: Element;
    _observedAllele?: Element;
    _referenceAllele?: Element;
    _start?: Element;
    cigar?: string;
    end?: integer;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    observedAllele?: string;
    referenceAllele?: string;
    start?: integer;
    variantPointer?: Reference;
}

Properties

_cigar?: Element

Extended CIGAR string for aligning the sequence with reference bases

_end?: Element

End position of the variant on the reference sequence

_observedAllele?: Element

Allele that was observed

_referenceAllele?: Element

Allele in the reference sequence

_start?: Element

Start position of the variant on the reference sequence

cigar?: string

Extended CIGAR string for aligning the sequence with reference bases

end?: integer

End position of the variant on the reference sequence

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

observedAllele?: string

Allele that was observed

referenceAllele?: string

Allele in the reference sequence

start?: integer

Start position of the variant on the reference sequence

variantPointer?: Reference

Pointer to observed variant information