| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.AbstractIndexer --+
|
core.BaseDictionaryContainer --+
|
core.DictionaryContainer --+
|
HMMLayer
Provides a dictionary-like catalog of the available states at this layer. Lookup keys are members of the States enumeration, e.g.:
>>> profile.layers[i][States.Deletion] the deletion state at layer number i
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
| int |
effective_deletions Number of effective deletions at this layer |
| int |
effective_insertions Number of effective insertions at this layer |
| int |
effective_matches Number of effective matches at this layer |
| int |
rank Layer's position |
| Residue |
residue Representative residue |
|
Inherited from Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Append a new
|
Update the sate of the specified kind under the current layer.
|
| Property Details |
effective_deletionsNumber of effective deletions at this layer
|
effective_insertionsNumber of effective insertions at this layer
|
effective_matchesNumber of effective matches at this layer
|
rankLayer's position
|
residueRepresentative residue
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |