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 --+    
                            |    
                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, alignmentLocked, appendSubalignment, calculateMatrix, columns, createConsensusSequence, findPattern, getAlignedBlocks, getColumn, getEntropy, getFrequencies, getGapIndicesByKeyFunc, getGaps, getGapsByKeyFunc, getGlobalAnnotationData, getIdentities, getRedundantSequences, getResidueData, getResidueIndices, getSeqIndex, getSimilarityScore, getSubalignment, getTerminalGaps, insertSubalignment, iterResidues, lockedColumns, makeResidueSelection, minimizeAlignment, mutateResidues, notifyResidueSelection, removeAllGaps, removeAllSeqs, removeGaps, removeResidues, removeSeq, removeSeqByIndex, removeSeqs, removeSubalignment, removeTerminalGaps, replaceResiduesWithGaps, replaceSeq, replaceSubalignment, setAllLocks, setGaps, setLockedColumns

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, 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

Instance Variables [hide private]

Inherited from BaseAlignment: alignmentLengthAboutToChange, alignmentLengthChanged, residuesAdded, residuesRemoved, residuesSelected, sequenceNameChanged, sequenceResiduesChanged, sequencesAboutToBeInserted, sequencesAboutToBeRemoved, sequencesInserted, sequencesRemoved

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)