hit¶
This module implements class relative to hit and some functions to do some computation on hit objects.
|
Modelize a hmm hit on the replicon. There is only one Corehit for a CoreGene. |
|
Modelize a hit and its relation to the Model. |
|
Parent class of Loner, MultiSystem. It’s inherits from ModelHit. |
|
Modelize “true” Loner. |
|
Modelize hit which can be used in several Systems (same model) |
|
Modelize a hit representing a gene Loner and MultiSystem at same time. |
|
The weights apply to the hit to compute score |
|
Return the best hit for a given function |
|
Sort hits |
|
Choose among svereal multisystem hits the best one |
|
If several profile hit the same gene return the best hit |
A Hit is created when hmmsearch find similarities between a profile and protein of the input dataset
Below the ingheritance diagram of Hits
And a diagram showing the interaction between CoreGene, ModelGene, Model, Hit, Loner, … interactions
<model name="A" inter_gene_max_space="2">
<gene name="abc" presence="mandatory"/>
<gene name="def" presence="accessory"/>
</model>
<model name="B" inter_gene_max_space="5">
<gene name="def" presence="mandatory"/>
<exchangeables>
<gene name="abc"/>
</exchangeables>
<gene name="ghj" presence="accessory"
</model>