Class ProtProtHbondInter
object --+
|
GeomAnalyzerBase --+
|
_CompositeAnalyzer --+
|
ProtProtHbondInter
Protein-protein hydrogen bond finder.
Returns a dict
with four keys: hbond_bb, hbond_sb,
hbond_bs, hbond_ss, b for backbone and s for sidechain. Values are
list
of 2-element tuple
s (donor AID, acceptor
AID).
|
__init__(self,
msys_model,
cms_model,
asl)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
Inherited from GeomAnalyzerBase :
__call__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
__init__(self,
msys_model,
cms_model,
asl)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Overrides:
object.__init__
- (inherited documentation)
|
_get_hbond_type(self,
donor,
acceptor)
|
|
- Parameters:
donor (int ) - index of donor in the protein structure
|