#include "genesis/population/format/vcf_common.hpp"
#include "genesis/population/format/vcf_format_iterator.hpp"
#include "genesis/population/format/vcf_header.hpp"
#include "genesis/utils/containers/range.hpp"
#include <cstdint>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | VcfRecord |
Capture the information of a single SNP/variant line in a VCF/BCF file. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |