Package schrodinger :: Package application :: Package bioluminate :: Package patch_utils :: Module patch_finder :: Class ResData
[hide private]
[frames] | no frames]

Class ResData

object --+
         |
        ResData

Data about a single residue. Includes aggregation, surface area, and reactive residue grouping data.

Instance Methods [hide private]
 
__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
 
__hash__(self)
hash(x)
 
__getstate__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  fullname
The full residue name, formatted similar to A:TYR100.

Inherited from object: __class__

Method Details [hide private]

__init__(self, res, zyggregator=None, aggrescan=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • res (schrodinger.structure._Residue) - The residue that this aggregation data describes
  • zyggregator (float) - The Zyggregator score for the residue
  • aggrescan (float) - The Aggrescan score for the residue
Overrides: object.__init__

getIdStr(self)

 

Return a string ID for this residue, e.g. "A:2b" - same format as structure._Residue.___str__() return value.

__hash__(self)
(Hashing function)

 

hash(x)

Overrides: object.__hash__
(inherited documentation)

Property Details [hide private]

fullname

The full residue name, formatted similar to A:TYR100.

Get Method:
unreachable.fullname(self) - The full residue name, formatted similar to A:TYR100.