Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, hmmName, hmmdb, **kw) | ||
dict
|
parse_result(self) Extract some information about the profile as well as the match state emmission scores. |
||
array( len_seq x 20 ), array( 1 x 20 )
|
hmmEmm2Prob(self,
nullEmm,
emmScore) Convert HMM profile emmisiion scores into emmission probabilities |
||
float
|
entropy(self,
emmProb,
nullProb) calculate entropy for normalized probabilities scaled by aa freq. |
||
|
cleanup(self) Clean up after external program has finished (failed or not). |
||
|
fail(self) Called if external program failed, override! |
||
|
finish(self) Overrides Executor method |
|
|
Extract some information about the profile as well as the match state emmission scores. Keys of the returned dictionary: 'AA', 'name', 'NrSeq', 'emmScore', 'accession', 'maxAllScale', 'seqNr', 'profLength', 'ent', 'absSum'
|
Convert HMM profile emmisiion scores into emmission probabilities
|
calculate entropy for normalized probabilities scaled by aa freq. emmProb & nullProb is shape 1,len(alphabet)
|
Clean up after external program has finished (failed or not). Override, but call in child method! |
Called if external program failed, override! |
Overrides Executor method |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:55 2007 | http://epydoc.sourceforge.net |