Gamgee
You miserable little maggot. I'll stove your head in!
|
Namespaces | |
gamgee | |
gamgee::utils | |
utility functions for the gamgee library | |
Functions | |
char | gamgee::utils::complement_base (const char base) |
std::string | gamgee::utils::complement (std::string &sequence) |
calculates the complement of a sequence in-place More... | |
std::string | gamgee::utils::complement (const std::string &sequence) |
calculates the complement of a sequence More... | |
std::string | gamgee::utils::reverse_complement (const std::string &sequence) |
calculates the reverse complement of a sequence More... | |
std::vector< std::string > | gamgee::utils::hts_string_array_to_vector (const char *const *const string_array, const uint32_t array_size) |
converts an array of c-strings into a vector<string> More... | |