Class
Align
An alignment of sequences.
Align<TSource, TSpec>
Include Headers
seqan/align.h
Parameters
TSource
Type of the ungapped sequences.
Metafunctions: Source
TSpec
The specializing type.
Metafunctions: Spec
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.
Metafunctions
ColType of a column in an alignment.
ColsType of column container of 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.
RowsType of row container of an alignment.
SourceThe underlying sequence for alignments or gaps data structures.
ValueType of the items in the container.
Functions
bandedAlignmentCalculates a banded alignment around a Seed.
bandedChainAlignment Calculates a banded alignment around a chain of seeds.
colA column in an alignment.
colsThe container of columns in an alignment.
detachMakes an object independent from other objects.
getAlignmentTurns a HSP from a Blast search into an Alignment object.
getAlignment Constructs a alignment from a ChainedSeed.
globalAlignmentComputes the best global alignment of the two sequences.
integrateAlignIntegrates an alignment into another by copying the gaps.
integrateAlignIntegrates an alignment into another by copying the gaps.
localAlignmentComputes the best local alignment of two sequences.
matchRefinementRefines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping.
rowA row in an alignment.
rowsThe container of rows in an alignment.
setStringsLoads the sequences of a stringset into an alignment.
stringSetGets the string set of an alignment graph.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:36:59