Methods
|
|
H2P
__init__
__str__
getGHMMmatrices
get_dom
globalConfig
set_matrix
write_prettyxml
write_xml
|
|
H2P
|
H2P (
self,
score,
null_prob,
)
returns the probability
|
|
__init__
|
__init__ ( self, strf )
print "start __init__"
|
|
__str__
|
__str__ ( self )
|
|
getGHMMmatrices
|
getGHMMmatrices ( self )
Converts the MODHMMER matrix format into matrices to
be used in ghmm.HMMFromMatrices.
|
|
get_dom
|
get_dom ( self )
returns DOM object
|
|
globalConfig
|
globalConfig ( self )
Configures HMM for global Needelman-Wunsch alignments.
|
|
set_matrix
|
set_matrix (
self,
type,
lis,
offset=0,
)
fills matrix with values from line <type> and adds optional offset
|
|
write_prettyxml
|
write_prettyxml ( self, strf )
writes hmm in pretty xml format to file
|
|
write_xml
|
write_xml ( self, strf )
writes hmm in xml format to file
|