Skip to content
Snippets Groups Projects
Commit c3cdd734 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

update documentation

parent 71e280b4
No related branches found
No related tags found
No related merge requests found
...@@ -503,6 +503,16 @@ single columns containing amino acid frequencies and transition probabilities. ...@@ -503,6 +503,16 @@ single columns containing amino acid frequencies and transition probabilities.
:param col: Column to add :param col: Column to add
:type col: :class:`HMMColumn` :type col: :class:`HMMColumn`
.. method:: Extract(from,to)
:param from: Col Idx to start from
:param to: End Idx, not included in sub-HMM
:type from: :class:`int`
:type to: :class:`int`
:returns: sub-HMM as defined by given indices
.. attribute:: sequence .. attribute:: sequence
Sequence of the columns Sequence of the columns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment