Enum rust_htslib::bcf::record::GenotypeAllele [] [src]

pub enum GenotypeAllele {
    Unphased(i32),
    Phased(i32),
    UnphasedMissing,
    PhasedMissing,
}

Phased or unphased alleles, represented as indices.

Variants

Methods

impl GenotypeAllele
[src]

[src]

Decode given integer according to BCF standard.

[src]

Trait Implementations

impl Debug for GenotypeAllele
[src]

[src]

Formats the value using the given formatter.

impl Display for GenotypeAllele
[src]

[src]

Formats the value using the given formatter. Read more