Module noodles_vcf::header
source ·
[−]Expand description
VCF header and fields.
Re-exports
pub use self::alternative_allele::AlternativeAllele;
pub use self::contig::Contig;
pub use self::file_format::FileFormat;
pub use self::filter::Filter;
pub use self::format::Format;
pub use self::info::Info;
pub use self::meta::Meta;
pub use self::pedigree::Pedigree;
pub use self::record::Record;
pub use self::sample::Sample;
Modules
VCF header symbolic alternate allele record and key.
VCF header contig record and key.
VCF header file format.
VCF header filter record and key.
VCF header genotype format record and key.
VCF header information record and components.
VCF header meta record.
VCF header pedigree record.
VCF header record and components.
VCF header sample record.
Structs
Enums
A VCF number describing the cardinality of a field.
An error returned when a raw VCF header fails to parse.
Type Definitions
VCF header alternative allele records.
VCF header contig records.
VCF header filter records.
VCF header format records.
VCF header info records.
VCF header pedigree records.
VCF header generic records.
VCF header sample names.
VCF header sample records.