# Functions
Create a VCF file for output.
CreateFormatParser creates a specific VCF format section parser for the given format information.
CreateInfoParser creates a specific VCF info section parser for the given format information.
FormatFormatInformation outputs VCF info or format information.
FormatMetaInformation outputs VCF meta information, which can be just a string or *MetaInformation.
FormatString outputs a string to a VCF file, adding necessary double quotes and escapes.
NewFormatInformation creates an empty instance.
NewHeader creates an empty instance.
NewMetaInformation creates an empty instance.
Open a VCF file for input.
ParseHeader parses a VCF header.
# Constants
The possible file extensions for VCF or BCF files, or gz-compressed VCF files.
represented as rune.
The supported VCF file format version.
The supported VCF file format version.
represented as bool with fixed value true.
represented as float64 (parsing as float32 seems problematic in some cases in Go).
The possible file extensions for VCF or BCF files, or gz-compressed VCF files.
represented as int (not int32, since that's the same as rune in Go).
Constants for format information Number entries.
The different VCF field types.
Constants for format information Number entries.
Constants for format information Number entries.
Constants for format information Number entries.
Constants for format information Number entries.
represented as string.
The possible file extensions for VCF or BCF files, or gz-compressed VCF files.
# Variables
DefaultHeaderColumns for VCF files.
Commonly used VCF entries.
Commonly used VCF entries.
Commonly used VCF entries.
# Structs
No description provided by the author
No description provided by the author
InputFile represents a VCF or BCF file for input.
No description provided by the author
OutputFile represents a VCF or BCF file for output.
A StringScanner can be used scan/parse strings representing lines in VCF files.
No description provided by the author
VariantParser is an optimized parser for VCF variant lines.
No description provided by the author
# Type aliases
FieldParser is an abstraction for parsing VCF fields.
Reader is a bufio.Reader for a VCF or BCF InputFile.
Type is an enumeration type for different VCF field types.
Writer is a bufio.Writer for a VCF or BCF OutputFile.