Skip to main content

Crate fqtk_lib

Crate fqtk_lib 

Source

Modules§

barcode_matching
bitenc
A fixed-width bit encoding implementation. This allows to store a sequence of values over a reduced alphabet by packing them bit-encoded into a sequence of bytes.
samples

Constants§

BASE_A
BASE_B
BASE_C
BASE_G
BASE_T
DNA_BASES
DNA_MASKS
IUPAC_BASES
IUPAC_MASKS

Functions§

decode
Decodes a DNA/IUPAC encoded squence.
encode