Package schrodinger :: Package application :: Package msv :: Package domain :: Module alignment :: Class ProteinAlignment
[hide private]
[frames] | no frames]

Class ProteinAlignment

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
            Qt.QtCore.QObject --+    
                                |    
                    BaseAlignment --+
                                    |
                                   ProteinAlignment
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from BaseAlignment: __add__, __contains__, __deepcopy__, __getitem__, __iter__, __len__, __repr__, __str__, addGaps, addOrReplaceSeqs, addResidues, addSeq, addSeqs, alignmentLengthAboutToChange, alignmentLengthChanged, alignmentLocked, appendSubalignment, calculateMatrix, columnHasAllSameResidues, columns, createConsensusSequence, findPattern, getAlignedBlocks, getColumn, getEntropy, getFrequencies, getGapIndicesByKeyFunc, getGaps, getGapsByKeyFunc, getGlobalAnnotationData, getHiddenSeqIndices, getIdentities, getQuerySeq, getRedundantSequences, getResidueData, getResidueIndices, getSeqIndex, getSimilarityScore, getSubalignment, getTerminalGaps, getVisibleSeqIndices, insertSubalignment, isQuerySeq, iterResidues, lockedColumns, makeResidueSelection, minimizeAlignment, mutateResidues, notifyResDisplayChanged, notifyResidueSelection, notifySequenceVisibilityChanged, querySequenceUpdated, removeAllGaps, removeAllSeqs, removeGaps, removeResidues, removeSeq, removeSeqByIndex, removeSeqs, removeSubalignment, removeTerminalGaps, replaceResiduesWithGaps, replaceSeq, replaceSubalignment, residueVisibilityChanged, residuesAdded, residuesRemoved, residuesSelected, sequenceNameChanged, sequenceResiduesChanged, sequenceVisibilityChanged, sequencesAboutToBeInserted, sequencesAboutToBeRemoved, sequencesInserted, sequencesRemoved, setAllLocks, setGaps, setLockedColumns, setQuerySeq

Inherited from Qt.QtCore.QObject: connect, emit

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from BaseAlignment: mergePairwiseAlignments, padAlignment

Inherited from BaseAlignment (private): _insertGaps

Class Variables [hide private]

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]
  global_annotations
Returns the alignment-level annotations available for the alignment
  seq_annotations
Returns the sequence-level annotations available for sequences held in the alignment

Inherited from BaseAlignment: all_annotations

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • sequences - An optional iterable of sequences
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

global_annotations

Returns the alignment-level annotations available for the alignment

Get Method:
unreachable.global_annotations(self)

seq_annotations

Returns the sequence-level annotations available for sequences held in the alignment

Get Method:
unreachable.seq_annotations(self)