ppvcf
1.0.0
Library for the parallel parsing of VCF files
|
Struct for a single genotype. More...
#include <ppvcf.hpp>
Public Member Functions | |
GT (uint8_t _a1=0, uint8_t _a2=0, bool _phased=true) | |
~GT () | |
Public Attributes | |
uint8_t | a1 |
First allele. | |
uint8_t | a2 |
Second allele. | |
bool | phased |
Phased flag. | |
Struct for a single genotype.
Genotype information of a single sample associated to a variant.
|
inline |
Constructor
_a1 | is the first allele of the genotype |
_a2 | is the second allele of the genotype |
_phased | is true if the genotype is phased, false otherwise |
|
inline |
Destructor