Plan7 (pyhmmer.plan7
)#
High-level interface to the Plan7 data model.
Plan7 is the model architecture used by HMMER since HMMER2.
See also
Details about the Plan 7 architecture in the HMMER documentation.
Parsers#
A wrapper around a file (or database), storing serialized HMMs. |
|
An iterator over each |
Pipelines#
An HMMER3 accelerated sequence/profile comparison pipeline. |
|
An HMMER3 pipeline tuned for long targets. |
|
A factory for constructing new HMMs from raw sequences. |
|
The null background model of HMMER. |
Results#
An immutable ranked list of top-scoring hits. |
|
A high-scoring database hit found by the comparison pipeline. |
|
A read-only view over the domains of a single |
|
A single domain in a query |
|
An alignment of a sequence to a profile. |
Traces#
A factory for aligning several sequences to a reference model. |
|
A list of tracebacks obtained by aligning several sequences to a model. |
|
A traceback for the alignment of a model to a sequence. |
Iterative Searches#
A helper class for running iterative queries like JackHMMER. |
|
The results of a single iteration from an |
Miscellaneous#
A mutable view over the score cutoffs of a |
|
A mutable view over the e-value parameters of a |
|
A mutable view over the disk offsets of a profile. |
|
|
A helper enum for indices of the HMM transition probability matrix. |