|
|
__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__
|