|
Antonie
|
A class to match reads to a 16S database. More...
#include <16ssearcher.hh>
Public Member Functions | |
| Search16S (const std::string &src, int indexLength) | |
| void | score (const std::string &nucleotides) |
| std::vector< Entry16S > | topScores () |
| void | printTop (unsigned int top) |
A class to match reads to a 16S database.
| Search16S::Search16S | ( | const std::string & | src, |
| int | indexLength | ||
| ) |
| void Search16S::printTop | ( | unsigned int | top | ) |
| void Search16S::score | ( | const std::string & | nucleotides | ) |
| vector< Entry16S > Search16S::topScores | ( | ) |
1.7.6.1