|
__init__(self)
Initialize an instance of this class with 0 interactions |
|
|
|
_createInteractionsDict(self)
Create self._interactions that contains all of the specific
interaction counters |
|
|
|
__repr__(self)
Generate a string that can be used to reproduce this object |
|
|
|
__eq__(self,
other)
Test two Interactions objects for equality. |
|
|
|
__ne__(self,
other)
Test two Interactions objects for inequality. |
|
|
int
|
numHbonds(self)
Return the number of hydrogen bonds |
|
|
int
|
|
int
|
|
int
|
|
int
|
numClashs(self)
Return the number of steric clashes |
|
|
int
|
|
set
|
allInteractingResidues(self)
Return a list of all residues that this one interacts with (not
counting nearby residues) |
|
|
str
|
interactionSummary(self)
Create the interaction summary to display in the specific
interactions column. |
|
|
tuple
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|