|
VariantKey
5.4.1
Numerical Encoding for Human Genetic Variants
|
#include <regionkey.h>
Data Fields | |
| uint8_t | chrom |
| Chromosome encoded number (only the LSB 5 bit are used) More... | |
| uint32_t | startpos |
| Region start position (zero based) More... | |
| uint32_t | endpos |
| Region end position (pos_start + region_length) More... | |
| uint8_t | strand |
| Encoded region strand direction (0 > 0, 1 > +1, 2 > -1). More... | |
RegionKey struct. Contains the numerically encoded RegionKey components (CHROM, STARTPOS, ENDPOS, STRAND).
| uint8_t regionkey_t::chrom |
| uint32_t regionkey_t::endpos |
| uint32_t regionkey_t::startpos |
| uint8_t regionkey_t::strand |