dhtslib.vcf.reader

Undocumented in source.

Members

Aliases

BCFReader
alias BCFReader = VCFReader
Undocumented in source.

Functions

VCFReader
auto VCFReader(string fn, UnpackLevel MAX_UNPACK)
Undocumented in source. Be warned that the author may not have intended to support it.
VCFReader
auto VCFReader(TabixIndexedFile tbxFile, string chrom, Interval!cs coords, UnpackLevel MAX_UNPACK)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

VCFReaderImpl
struct VCFReaderImpl(CoordSystem cs, bool isTabixFile)

Basic support for reading VCF, BCF files

Meta