Represents k-mer of ACGT bases of length no more than 32.
Construct by ID
Construct from sequence. Takes bases from the provided sequence until K symbols 'A/C/G/T' are found. That is, 'N' and other ambiguous bases are skipped.
Unique ID
Sequence corresponding to the k-mer
See Implementation
Represents k-mer of ACGT bases of length no more than 32.