Object representation of an I-Sites library peptide fragment.
|
|
|
|
|
|
|
|
attach_structure(self,
pdb_file)
Parse the paradigm's pdb_file and attach structural data to
cluster.representative (source and
structure attributes). |
source code
|
|
|
float
|
city_block(self,
profile,
start=0)
Compute the similarity score of profile matching
self's profile using the exponential city block metric
(see Baker 1995). |
source code
|
|
|
float
|
cross_entropy(self,
profile,
start=0)
Compute the similarity score of profile matching
self's profile using the cross entropy method. |
source code
|
|
|
function
|
|
|
float
|
profile_similarity(self,
profile,
start=0)
Compute the similarity score of profile matching
self's profile (see Bystroff 2001, 2008). |
source code
|
|
|
float
|
|
|
|
|
|
list
|
slide_over(self,
target,
mode=Bystroff)
Find profile and structural matches by sliding the fragment over a
specified target chain. |
source code
|
|
|
list
|
slide_over_fast(self,
target,
mode=Bystroff)
Find profile matches only (do not compute RMSD) by sliding the
fragment over a specified target chain. |
source code
|
|
|
float
|
sum_of_odds(self,
profile,
start=0)
Compute the similarity score of profile matching
self's profile using the log-sum-of-odds method
(Soeding). |
source code
|
|
|
hmm.ProfileHMM
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|