seq_nt16_int

! @abstract Table for converting a 4-bit encoded nucleotide to about 2 bits. Returns 0/1/2/3 for 1/2/4/8 (i.e., A/C/G/T), or 4 otherwise (0 or ambiguous).

version(Windows)
const(int)[16] seq_nt16_int;

Meta