Package schrodinger :: Package protein :: Module rotamers :: Class _Rotamer
[hide private]
[frames] | no frames]

Class _Rotamer

object --+
         |
        _Rotamer

A single instance of a rotamer - represents a set of CHI angle values

Instance Methods [hide private]
 
__init__(self, rl, idx)
Initialize the rotamer object with the Rotamer library and an the index of which rotamer this is:
 
__int__(self)
Return the index - starting from 1 as the user sees them
 
apply(self)
Apply this rotamer to the structure - the sidechain angles will be set to the CHI values from the rotamer library
 
percentage(self)
Return the percentage for this rotamer
 
chiAngles(self)
Return a list of the Chi angles for this rotamer.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, rl, idx)
(Constructor)

 

Initialize the rotamer object with the Rotamer library and an the index of which rotamer this is:

Overrides: object.__init__