|
__init__(self,
struct,
atoms,
mutation_number)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
tagIt(self)
Tags a structure with appropriate tags for mutation |
|
|
|
tagSCBBatoms(self)
Tags the sidechain and backbone atoms |
|
|
|
tagCACB(self)
Tags the CA and CB atoms with appropriate codes |
|
|
|
tagHA(self)
Here we first check to see if there is a "CB" type and if
there is then we exit. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|