Glossary
List of terms used in SeqAn
Adaption
Functionality that allows to access built-in type or data types from external libraries in the same way as SeqAn classes.
See: Adaptions
Affine Gap Costs
A scoring scheme that defines the score for a gap of length n as gap_open + (n-1)* gap_extend .
Alignment
An arrangement of two or more sequences: Each character is connected to at most one character for each other sequence,
and that the characters in each sequence are ordered in the same way as the connected characters in other sequences.
Concept
A kind of interface used in generic programmic that is not formulated in C++ but only a part of the documentation.
See: Concepts
Gap
A part of an alignment in which characters of one sequence are not aligned to characters of the other sequence.
Linear Gap Costs
A scoring scheme that defines the score for a gap to be proportional to the length of the gap.
See: Scoring Scheme
Scoring Scheme
A rule for calculating the similarity between two values or between a value and a blank.
Scoring schemes are used for searching and aligning. In SeqAn, scoring schemes are stored in score objects,
e.g. Simple Score or Pam120.
See: Score
SeqAn
The C++ library for sequence analysis.
You are just reading the documentation of this library. For more information see http://www.seqan.de.
Specialization
A refinement of a class that was defined using Template Subclassing.
See: Specializations
SeqAn - Sequence Analysis Library - www.seqan.de