An iterator through an aligned read sequence The iterator is able to return bases in reverse order or/and complimented. More...
#include <AlleleAlignment.hpp>
Public Member Functions | |
| DnbSequenceIterator (const std::string &sequence, size_t startFrom, int direction=1, bool needsComplementing=false) | |
| DnbSequenceIterator & | operator++ () |
| char | operator* () const |
| return the current base | |
Protected Attributes | |
| std::string | sequence_ |
| size_t | position_ |
| int | direction_ |
| bool | needsComplementing_ |
An iterator through an aligned read sequence The iterator is able to return bases in reverse order or/and complimented.
1.6.2