VariantKey  5.4.1
Numerical Encoding for Human Genetic Variants
variantkey_t Struct Reference

#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...
 

Detailed Description

VariantKey struct. Contains the numerically encoded VariantKey components (CHROM, POS, REF+ALT).

Field Documentation

uint8_t variantkey_t::chrom
uint32_t variantkey_t::pos
uint32_t variantkey_t::refalt

The documentation for this struct was generated from the following file: