| Trees | Indices | Help | 
 | 
|---|
|  | 
       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt4.QtCore.QObject --+    
                            |    
            Qt.QtCore.QObject --+
                                |
                               AbstractStructureModel
A StructureModel manages interaction between an alignment and a structural representation of the same collection of sequences.
Interactions include residue selection, insertion, mutation, and deletion. A structure model should also provide a color scheme matching the scheme currently shown in the view provided by the alternative representation.
| 
 | |||
| 
 | |||
| dict (sequence, list) | 
 | ||
| 
 | |||
| schrodinger.application.msv.alignment.Alignment | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Returns a dictionary mapping sequences to rgb code arrays. The rgb code arrays specify the color of the residues in the corresponding sequence on the structure model 
 | 
| 
 Set the alignment on the instance, connect any signals required, disconnect from a previous alignment if necessary, and emit a notification with the alignment If the aln is None, we initialize an alignment 
 | 
| 
 Respond to residue changes in the alignment 
 | 
| 
 Inspect all the structural sequences and synchronize them with the counterpart sequences in the alignment, if allowed 
 | 
| 
 Set a sequence to be synchronizable with its structural counterpart 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:53 2016 | http://epydoc.sourceforge.net |