Class Specialization
MyersUkkonen
Provides fast approximate searching of one string in another using Myer's fast bit-parallel algorithm with application of the Ukkonen-trick.
![]() | ![]() | ||||||
MyersUkkonen | |||||||
Parameters
The needle type. Types: String |
Specialization of
Functions
| Search for a Pattern in a Finder object. (Pattern) | |
| Score of the last found match in approximate searching. | |
| Returns the needle of a Pattern object (not implemented for some online-algorithms). (Pattern) | |
| Position of an iterator. (Pattern) | |
| The minimal score a match must reach in approximate searching. | |
| Sets the needle of a Pattern object and optionally induces preprocessing. (Pattern) |
Remarks
The needle-length must be smaller than the highest number that can be stored in an unsigned int.
SeqAn - Sequence Analysis Library - www.seqan.de
