Lookup for any reference and mobile structures that have matching
binding site atoms. This stores a reference structure and a mobile
structure, along with their mapped C-alpha atoms.
The reason the terms reference and mobile are used is because when
superimposing 2 structures for RMSD calculations the
"reference" structure will always be the stationary structure
by default. The "mobile" structure will have it's coordinates
changed to get an iteratively lower RMSD.
|
__init__(self,
ref_st,
mobile_st,
atom_map) |
|
|
|
getMobileStRMSD(self)
Gets the inplace and superimposed RMSDs for the mobile st |
|
|
|
_setSuperimposedRMSD(self,
new_rmsd)
Sets the superimposed RMSD for the mobile st |
|
|
|
_setInPlaceRMSD(self,
new_rmsd)
Sets the inplace RMSD for the mobile st |
|
|
list
|
ref_keys(self)
Getter for reference keys. |
|
|
list
|
|
|
|
float
|
|
float
|
getInPlaceRMSD(self,
**kwargs)
Get the in-place RMSD of the reference structure to the mobile
structure. |
|
|
|
colorByRMSD(self)
Color the reference and mobile structure by per-residue, backbone
atom RMSD. |
|
|