|
VariantKey
5.4.1
Numerical Encoding for Human Genetic Variants
|
#include <variantkey.h>
Data Fields | |
| uint8_t | chrom |
| Chromosome encoded number (only the LSB 5 bit are used) More... | |
| uint32_t | pos |
| Reference position, with the first base having position 0 (only the LSB 28 bit are used) More... | |
| uint32_t | refalt |
| Code for Reference and Alternate allele (only the LSB 31 bits are used) More... | |
VariantKey struct. Contains the numerically encoded VariantKey components (CHROM, POS, REF+ALT).
| uint8_t variantkey_t::chrom |
| uint32_t variantkey_t::pos |
| uint32_t variantkey_t::refalt |