|
__init__(self,
name,
atoms=None,
number=None)
|
|
addAtom(self,
atom)
Add an atom to the group
|
bool
|
hasDesoxyribose(self)
Returns
True if the residue has no atom named O2*
|
bool
|
hasPhosphate(self)
Returns
True if the residue has a phosphate group
|
bool
|
hasRibose(self)
Returns
True if the residue has an atom named O2*
|
bool
|
hasTerminalH(self)
Returns
True if the residue has a 3-terminal H atom
|
|
isCompatible(self,
residue_data)
|
|
writeToFile(self,
file)
Write the group to a file
|
Inherited from Group :
__getitem__ ,
__len__ ,
__repr__ ,
__str__ ,
changeName ,
deleteAtom ,
deleteHydrogens
|