/ . / EnsembleMatch / base.py / EnsembleMatch
Display a table for manipulating one ensemble relative to another.
The two ensembles should consist of conformers of the same model.
Table rows correspond to conformers in the reference ensemble.
Table columns correspond to conformers in the alternative ensemble.
A conformer in the alternative ensemble will be matched onto
a conformer in the reference ensemble when a table entry is
clicked. The table entry label is the RMSD between the two
conformers.
Methods
|
|
|
zoomModel
|
zoomModel ( self, model )
|
|
matchModel
|
matchModel ( self, model )
|
|
manipulateModel
|
manipulateModel ( self, model )
|
|
resetModel
|
resetModel ( self, model )
|
|
emName
|
emName ( self )
Extension manager callback routines
|
|
fillInUI
|
fillInUI ( self, parent )
|
|
displayModel
|
displayModel (
self,
model,
on,
)
|
|
__init__
|
__init__ (
self,
refModels,
altModels,
subSelection,
*args,
*kw,
)
Exceptions
|
|
chimera.UserError( "Unequal number of atoms " "found in models" )
chimera.UserError( "No atoms match atom specifier" )
|
|
|
activateModel
|
activateModel (
self,
model,
on,
)
|
|
|