Inherited from BaseAlignment :
__add__ ,
__contains__ ,
__deepcopy__ ,
__getitem__ ,
__iter__ ,
__len__ ,
__repr__ ,
__str__ ,
addGaps ,
addOrReplaceSeqs ,
addResidues ,
addSeq ,
addSeqs ,
addSeqsByIndices ,
alignmentLocked ,
appendSubalignment ,
calculateMatrix ,
columnHasAllSameResidues ,
columns ,
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 ,
removeAllGaps ,
removeAllSeqs ,
removeGaps ,
removeResidues ,
removeSeq ,
removeSeqByIndex ,
removeSeqs ,
removeSubalignment ,
removeTerminalGaps ,
reorderSequences ,
replaceResiduesWithGaps ,
replaceSeq ,
replaceSubalignment ,
resMatchesQueryRes ,
setAllLocks ,
setGaps ,
setLockedColumns ,
setQuerySeq
Inherited from BaseAlignment (private):
_adjustGapsInSubalignments ,
_checkAlignmentLength ,
_getAddOrReplaceSeqs ,
_getAlignmentDescription ,
_getGapOnlyColumns ,
_getRegions ,
_getTextFormattedAlignment ,
_monitorSequence ,
_recalculateLength ,
_removeResidues ,
_sequenceLengthAboutToChange ,
_sequenceLengthChanged ,
_stopMonitoringSequence ,
_updateColumnSameResCache ,
_updateResMatchesQueryResCache ,
_validateGapIndices
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|