Gamgee
You miserable little maggot. I'll stove your head in!
|
Utility class to access reference bases in a FastA-formatted reference genome. More...
#include <reference_iterator.h>
Public Member Functions | |
ReferenceIterator (const std::string &filename) | |
const char | ref_base (const std::string &chromosome, const int one_based_location) |
return the reference base character at the desired location More... | |
Utility class to access reference bases in a FastA-formatted reference genome.
the chromosomes in this reference must be accessed in order, or an exception will be thrown
|
inline |
const char gamgee::ReferenceIterator::ref_base | ( | const std::string & | chromosome, |
const int | one_based_location | ||
) |
return the reference base character at the desired location
chromosome | the chromosome of the desired base |
one_based_location | the one-based genomic location of the base |