|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Performs alignment and RMSD calculation for two sets of coordinates. More...
Performs alignment and RMSD calculation for two sets of coordinates.
The class also takes into account non-equal stoichiometry of the proteins. If this is the case, the protein names of proteins in multiple copies should be specified in the following form: nameA..1, nameA..2 (note two dots).
Definition at line 21 of file pmi/Analysis.py.
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def IMP.pmi.analysis.Alignment.__init__ | ( | self, | |
| template, | |||
| query, | |||
weights = None |
|||
| ) |
Constructor.
| query | {'p1':coords(L,3), 'p2':coords(L,3)} |
| template | {'p1':coords(L,3), 'p2':coords(L,3)} |
| weights | optional weights for each set of coordinates |
Definition at line 30 of file pmi/Analysis.py.