IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Performs alignment and RMSD calculation for two sets of coordinates. More...
Inherits object.
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 22 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 31 of file pmi/Analysis.py.