| btllib
    | 
Go to the source code of this file.
| Functions | |
| void | btllib::reverse_complement (std::string &seq) | 
| std::string | btllib::get_reverse_complement (const std::string &seq) | 
Functions for sequence manipulation.
| 
 | inline | 
Obtain a reverse complement of the provided sequence. The argument sequence is left untouched.
| seq | Sequence to reverse complement. | 
| 
 | inline | 
Reverse complement a sequence in-place.
| seq | Sequence to reverse complement. |