DisorderedResidue is a wrapper around two or more Residue objects. It is
used to represent point mutations (e.g. there is a Ser 60 and a Cys 60 residue,
each with 50 % occupancy).
Methods
|
|
__init__
__repr__
add
disordered_add
sort
|
|
__init__
|
__init__ ( self, id )
|
|
__repr__
|
__repr__ ( self )
|
|
add
|
add ( self, atom )
Exceptions
|
|
PDBConstructionException, "Blank altlocs in duplicate residue %s (%s, %i, %s)" %( resname, het, resseq, icode )
|
|
|
disordered_add
|
disordered_add ( self, residue )
Add a residue object and use its resname as key.
Arguments:
o residue - Residue object
|
|
sort
|
sort ( self )
Sort the atoms in the child Residue objects.
|
|