biopython v1.71.0 Bio.PDB.Superimposer.Superimposer
Rotate/translate one set of atoms on top of another, thereby minimizing the RMSD.
Link to this section Summary
Functions
Initialize the class
Rotate/translate a list of atoms
Put (translate/rotate) the atoms in fixed on the atoms in moving, in such a way that the RMSD is minimized
Link to this section Functions
Link to this function
__init__()
Initialize the class.
Link to this function
apply()
Rotate/translate a list of atoms.
Link to this function
set_atoms()
Put (translate/rotate) the atoms in fixed on the atoms in moving, in such a way that the RMSD is minimized.
:param fixed: list of (fixed) atoms :param moving: list of (moving) atoms :type fixed,moving: [L{Atom}, L{Atom},…]