Table of Contents

Module: structAssoc MultAlignViewer/structAssoc.py

Imported modules   
from NeedlemanWunsch import nw
from chimera.Sequence import Sequence
Functions   
dragMatch
makeForcedMatch
nwAssoc
tryAssoc
  dragMatch 
dragMatch (
        aseq,
        gappedMseq,
        maxErrors,
        )

mseq longer than aseq can still be gaps in mseq

Exceptions   
ValueError, "bad assoc"
  makeForcedMatch 
makeForcedMatch (
        side,
        aseq,
        mseq,
        aseqStart,
        aseqLength,
        mseqStart,
        mseqLength,
        )

  nwAssoc 
nwAssoc ( alignSeq,  molSeq )

  tryAssoc 
tryAssoc (
        alignSeq,
        molSeq,
        gappedMseq,
        maxErrors=6,
        )

Exceptions   
ValueError, "bad assoc"
Classes   
Matchup

When done, self.best will either be None or a 3-tuple.


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:32 2002 by HappyDoc version 2.0.1