dhtslib.vcf.record

Module provides VCF Reader/Writer

VCF version 4.2 (including BCF) reader and writer, including a model with convenience functions for the header (metadata) and individual VCF/BCF records (rows).

Specifications: https://samtools.github.io/hts-specs/VCFv4.2.pdf

Members

Aliases

BCFRecord
alias BCFRecord = VCFRecord
Undocumented in source.

Structs

FormatField
struct FormatField

Struct to aid in conversion of VCF format data into D types

InfoField
struct InfoField

Struct to aid in conversion of VCF info data into D types

VCFRecord
struct VCFRecord

Wrapper around bcf1_t

Meta