Package schrodinger :: Package application :: Package desmond :: Module fep_edge_data :: Class ResData
[hide private]
[frames] | no frames]

Class ResData

object --+        
         |        
     tuple --+    
             |    
    ??.ResData --+
                 |
                ResData

A class to store the molecule number, chain, name, and number of a residue

Instance Methods [hide private]
str
fullName(self)
Return a string of the residue data formatted as chain:resname_resnum
str
nameNum(self)
Return the residue name and number formatted as resname_resnum

Inherited from unreachable.ResData: __getnewargs__, __getstate__, __repr__

Inherited from unreachable.ResData (private): _asdict, _replace

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from unreachable.ResData (private): _make

Static Methods [hide private]
 
_get_common_name(res)

Inherited from unreachable.ResData: __new__

Class Variables [hide private]

Inherited from unreachable.ResData (private): _fields

Properties [hide private]

Inherited from unreachable.ResData: chain, molnum, name, number

Inherited from object: __class__

Method Details [hide private]

fullName(self)

 

Return a string of the residue data formatted as chain:resname_resnum

Returns: str
The formatted residue data

nameNum(self)

 

Return the residue name and number formatted as resname_resnum

Returns: str
The formatted residue data