Class
Align
An alignment of sequences.
Align<TSource, TSpec>
Parameters
TSource
Type of the ungapped sequences.
Metafunctions: Source
TSpec
The specializing type.
Metafunctions: Spec
Metafunctions
ColType of a column in an alignment.
ColsType of column container of an alignment.
GetValueType for reading values.
ReferenceReference type.
RowType of a row in an alignment.
RowsType of row container of an alignment.
ValueType of the items in the container.
Functions
colA column in an alignment.
colsThe container of columns in an alignment.
detachMakes an object independent from other objects.
globalAlignmentComputes the best global alignment of the two sequences.
rowA row in an alignment.
rowsThe container of rows in an alignment.
smithWatermanComputes the best local alignment of the (two) sequences given in align.
smithWatermanGetNextComputes next best local alignment.
Remarks
The default implementation of Align stores the alignment in a set of TSpec> objects. Hence, the default implementation is row-based, so it will be faster to access the alignment row-wise than column-wise.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de