Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractAlignmentAlgorithm
Base class for all sequence alignment algorithms.
This class was designed with simple sequence alignment algorithms in mind. Implementors have full control over the behavior of the scoring function and the dynamic programming matrix, but implementing things that require additional matrices (such as affine gap penalties) might be trickier.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
AlignmentResult |
|
||
Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
float |
gap Simple gap penalty |
AbstractScoringMatrix |
scoring_matrix Scoring matrix |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Align two sequences and return the optimal alignment.
|
Class Variable Details |
__abstractmethods__
|
Property Details |
gapSimple gap penalty
|
scoring_matrixScoring matrix
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |