Display the results from a Minrms structure alignment run.
Base Classes
|
|
ModelessDialog
Collaboratory.API.CollabExtension
|
Methods
|
|
|
|
Close
|
Close ( self )
|
|
Hide
|
Hide ( self )
|
|
__init__
|
__init__ (
self,
extensionName,
filename=None,
collabData=None,
)
|
|
collabRecvModify
|
collabRecvModify ( self, data )
|
|
emHide
|
emHide ( self )
|
|
emName
|
emName ( self )
|
|
emQuit
|
emQuit ( self )
|
|
emRaise
|
emRaise ( self )
|
|
fillInUI
|
fillInUI ( self, parent )
Create the extension user interface.
|
|
openPDB
|
openPDB ( self, pdbFile )
Open a PDB file as a Chimera model.
|
|
readAlignments
|
readAlignments ( self )
Read all MSF alignments referenced by costs data.
Exceptions
|
|
IOError, "%s: %s" %(path, str( s ) )
IOError, "%s: cannot open: %s" %( path, s )
|
|
|
readRMSD
|
readRMSD ( self )
Read the Minrms costs file and save data columns as lists.
Exceptions
|
|
IOError, "%s: cannot open: %s" %( path, s )
IOError, "%s: file is empty" % path
IOError, "%s: not an RMSD file" % path
IOError, "%s: wrong number of columns" % path
|
|
|
setCurrentAlignment
|
setCurrentAlignment ( self, n )
Set the current alignment in RMSD plot to alignment n .
|
|
setup
|
setup ( self, filename )
Open file and follow filename references to all Minrms data.
Exceptions
|
|
IOError, "%s: cannot open: %s" %( filename, s )
IOError, "%s: incomplete info file" % filename
|
|
|
showCurrentAlignment
|
showCurrentAlignment ( self, n )
Update just the MinrmsPlot user interface
|
|