Skip to main content

DNA_MASK_VALUES

Constant DNA_MASK_VALUES 

Source
pub const DNA_MASK_VALUES: [u8; 4];
Expand description

The encoded 4-bit mask values for the four standard DNA bases (A=1, C=2, G=4, T=8). Used to distinguish DNA-only patterns from those containing IUPAC ambiguity codes.