Trees | Indices | Help |
|
---|
|
object --+ | sip.simplewrapper --+ | sip.wrapper --+ | PyQt4.QtCore.QObject --+ | PyQt4.QtCore.QAbstractItemModel --+ | PyQt4.QtCore.QAbstractTableModel --+ | Qt.QtCore.QAbstractTableModel --+ | ui.qt.table_helper.RowBasedTableModel --+ | SequenceAlignmentModel
A QTable model where each row corresponds to a sequence and each column corresponds to a residue position
|
|||
|
|||
|
|||
|
|||
|
|||
ResidueFormat |
|
||
|
|||
|
|||
IdentityDisplayMode |
|
||
|
|||
schrodinger.application.msv.domain.alignment.BaseAlignment |
|
||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
tuple of (float, float) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
object |
|
||
tuple |
|
||
list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
aln An alias for the table model's _rows attribute |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Should the identities be shown as residues or dots?
|
Are the identities shown as residues or dots?
|
Set the alignment model to display data from
|
Return the underlying alignment object
|
|
Takes a list of residues and emits a list of indices corresponding to them. We need this signal in order to convey selection changes from the structure model to the view. Each proxy in the proxy stack should listen to the residuesSelected signal of its own model and then emit in turn its own residuesSelected signal with the indices appropriately modified
|
Notify listeners that visibility has changed.
|
|
Header data for the table. Untitled sequences will be given a title of "Sequence #". See Qt documentation for argument and return value documentation
|
Calculate the difference between the maximum and minimum values in a list
|
Return the residue object at the location or an empty string See table_helper for argument documentation.
|
Returns an array of indices corresponding to the residues at an index in the underlying alignment See table_helper for argument documentation.
|
Returns alignment metric value depending on the role given. See table_helper for argument documentation.
|
Returns a 2-tuple of a residue's secondary structure assignment and whether that residue is at the start, middle or end of a secondary structure block. See table_helper for argument documantation.
|
Returns True if the given sequence is set as the query sequence in the alignment, False otherwise. See table_helper for argument documentation.
|
Return the residue object at the location or an empty string See table_helper for argument documentation.
|
Return the underlying alignment object See table_helper for argument documentation.
|
Make sure that data is center aligned See table_helper for argument documentation.
|
Return the value for the specified sequence annotation role See table_helper for argument documentation.
|
Return the value for the specified global annotation role See table_helper for argument documentation.
|
Return the range for the specified sequence annotation role See table_helper for argument documentation.
|
Return the range for the specified global annotation role See table_helper for argument documentation.
|
Returns whether the residue in the specified column matches the residue at the corresponding column in the consensus sequence. See table_helper for argument documentation.
|
Sequence Workspace inclusion data.
|
Sequence entry ID information
|
Data used for sorting the table See table_helper for argument documentation.
|
See table_helper for argument documentation.
|
Get the current annotation types
|
Get all structure titles
|
Respond to the alignmentLengthAboutToChange signal by getting ready to insert or remove columns
|
Respond to the alignmentLengthChanged signal by finishing inserting or removing columns
|
Response to changes within a sequence by updating the appropriate cells
|
Respond to a sequence name changing by updating the appropriate header row
|
|
|
|
alnAn alias for the table model's _rows attribute
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:54 2016 | http://epydoc.sourceforge.net |