FastqPuri
|
Manipulation of Lmers and sequences. More...
Go to the source code of this file.
Functions | |
void | init_map () |
Initialize lookup table fw_1B. More... | |
void | Lmer_sLmer (char *Lmer, int L) |
Transforms an Lmer to the convention stored in the lookup table fw_1B. | |
void | rev_comp (char *sLmer, int L) |
Obtains the reverse complement, for {'\000','\001','\002','\003'}. | |
Manipulation of Lmers and sequences.
void init_map | ( | ) |
Initialize lookup table fw_1B.
{'a','c','g','t'} –> {'\000','\001','\002','\003'}, rest '\004'.