Protein-protein interactions.
Return summary over the whole trajectory. For the same frame, results
are unique up to residue level, e.g., even if there are multiple
salt-bridges between residue A and B, only 1 is recorded.
|
|
__init__(self,
msys_model,
cms_model,
asl)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
dict
|
|
|
|
|
|
|
reduce(self,
results,
*_,
**__)
Returns:
counts of the various interactions over the whole trajectory |
|
|
|
|
|
|
Inherited from GeomAnalyzerBase:
__call__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|