Data about a single residue. Includes aggregation, surface area, and
reactive residue grouping data.
|
__init__(self,
res,
zyggregator=None,
aggrescan=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
getIdStr(self)
Return a string ID for this residue, e.g. |
|
|
|
__cmp__(self,
other)
Compare objects on the basis of sequence order |
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|