Module rust_htslib::bcf::record
source · [−]Structs
A buffer for info or format data.
Genotype representation as a vector of GenotypeAllele.
Lazy representation of genotypes, that does no computation until a particular genotype is queried.
Info tag representation.
A VCF/BCF record.
New records can be created by the empty_record methods of bcf::Reader
and bcf::Writer.
Enums
Phased or unphased alleles, represented as indices.