Class
LocalAlignmentEnumerator
Enumerate local alignments using the Waterman-Eggert algorithm.
This is an abstract base class for the alignment enumeration; the specializations provide the actual implementaiton of banded and unbanded local aligment search.
LocalAlignmentEnumerator<TScore, TSpec>
Include Headers
seqan/align.h
Parameters
TScore
The Score type to use.
Types: Score
TSpec
Specialization tag.
Specializations
Banded LocalAlignmentEnumeratorBanded enumeration of local alignments using the Waterman-Eggert algorithm.
Unbanded LocalAlignmentEnumeratorUnbanded enumeration of local alignments using the Waterman-Eggert algorithm.
Functions
getScoreCompute next suboptimal local alignment.
nextLocalAlignmentCompute next suboptimal local alignment.
Examples
See the specializations for usage examples.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:34