Tags
This section describes the tags that can be used in SeqAn algorithms and data structures.
Tags
Alignment Graph FormatA file format to write an alignment graph.
Allocator UsageThe purpose of an allocated memory block.
DefaultTag that specifies default behavior.
Distance CalculationA tag to specify how to calculate distance matrices.
DotDrawingSwitch to trigger drawing in dot format.
File FormatA file format.
Global Alignment AlgorithmsGlobal alignment algorithm used by globalAlignment.
Graph IteratorA specification of the iterator to traverse a graph.
Guide Tree ConfiguratorA tag to configure the guide tree construction.
HammingDistanceSwitch to trigger Hamming distance, which is a measure of character substitutions.
Iterator SpecSpecifies the kind of an iterator.
LevenshteinDistanceSwitch to trigger Levenshtein distance, which is a measure of edit operations (character substitutions, deletions or insertions).
Library GenerationA tag to specify how to generate a T-Coffee library.
Local Alignment AlgorithmsLocal alignment algorithm used by localAlignment.
Logical ValuesTag that represents true and false.
Move SwitchSwitch to force move.
NothingTag that represents an absent parameter or an absent type.
Overflow StrategyThe strategy for resizing containers.
Prefix OrderSpecify whether a prefix is smaller or greater.
Index
ESA Index FibresTag to select a specific fibre (e.g. table, object, ...) of an ESA index.
EmptyEdgesConsider a suffix tree with leaves for every suffix.
HideEmptyEdgesConsider a suffix tree with no empty edges (default behaviour).
Index Find AlgorithmTag to specify the index search algorithm.
PostorderPostorder depth-first search.
PostorderEmptyEdgesPostorder depth-first search in a suffix tree with leaves for every suffix.
PreorderPreorder depth-first search.
PreorderEmptyEdgesPreorder depth-first search in a suffix tree with leaves for every suffix.
QGram Index FibresTag to select a specific fibre (e.g. table, object, ...) of an q-gram index.
Motif Search
OMOPSRepresents the One or More Occurences Per Sequence model.
OOPSRepresents the One Occurrence Per Sequence model.
TCMRepresents the Two-Component-Mixture Sequence model.
ZOOPSRepresents the Zero or One Occurence Per Sequence model.
Strings
ExternalConfigStandard configuration for the External String.
ExternalConfigLargeLarge size type configuration for the External String.
ExternalConfigSizeArbitrary size type configuration for the External String.
SeqAn - Sequence Analysis Library - www.seqan.de