Trees | Indices | Help |
|
---|
|
object --+ | ui.qt.table_helper.DataMethodDecoratorMixin --+ | ui.qt.table_speed_up.MultipleRolesRoleModelMixin --+ | object --+ | | | ui.qt.table_helper.DataMethodDecoratorMixin --+ | | | object --+ | | | | | sip.simplewrapper --+ | | | | | sip.wrapper --+ | | | | | PyQt5.QtCore.QObject --+ | | | | | PyQt5.QtCore.QAbstractItemModel --+ | | | | | PyQt5.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
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
ResidueFormat |
|
||
|
|||
|
|||
IdentityDisplayMode |
|
||
|
|||
schrodinger.application.msv.domain.alignment.BaseAlignment |
|
||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
tuple of (float, float) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
object |
|
||
tuple |
|
||
list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from 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.
|
|
|
Provide column headers, and optionally column tooltips and row numbers. See Qt documentation for an explanation of arguments and return value
|
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.
|
Return the sequence for the specified row. 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.
|
Returns True if all residues in the specified column of the alignment are the same, 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 Qt.DisplayData value for the specified global annotation role. See table_helper for argument documentation.
|
Return the raw consensus symbol value for the given column. See table_helper for argument documentation.
|
Return the raw consensus sequence value for the given column. 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 entry ID information
|
Data used for sorting the table See table_helper for argument documentation.
|
Whether the sequence has a structure associated with it.
|
See Qt documentation for method 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
|
Response to the query sequence being unset in an alignment.
|
|
|
|
alnAn alias for the table model's _rows attribute
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:22 2017 | http://epydoc.sourceforge.net |