Function
findBegin
Search the begin of an approximate match.
Include Headers
seqan/find.h
Parameters
|  The Finder object to search through. Types:  Finder | |
|  The Pattern object to search for. Types:  Pattern Remarks: This must be a pattern for approximate string matching. | |
|  The score limit. Remarks: All occurrences that score at least  | 
Remarks
 The function find successfully called be called - that is an end position was found - before calling findBegin  to find a begin position.
Return Values
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de