HappyDoc Generated Documentation ./MultAlignViewer/structAssoc.py

. / MultAlignViewer / structAssoc.py 

Functions   
  oldTryAssoc 
oldTryAssoc (
        alignSeq,
        molSeq,
        gappedMseq,
        maxErrors=6,
        )
Exceptions   

ValueError, "bad assoc"

  makeForcedMatch 
makeForcedMatch (
        side,
        aseq,
        mseq,
        aseqStart,
        aseqLength,
        mseqStart,
        mseqLength,
        )
  nwAssoc 
nwAssoc ( alignSeq,  molSeq )
  tryAssoc 
tryAssoc (
        alignSeq,
        mseq,
        segments,
        gaps,
        estLen,
        maxErrors=6,
        )
Exceptions   

ValueError, "bad assoc"

  gappedMatch 
gappedMatch (
        aseq,
        mseq,
        segments,
        gaps,
        estLen,
        maxErrors,
        )
Exceptions   

ValueError, "bad assoc"

  dragMatch 
dragMatch (
        aseq,
        gappedMseq,
        maxErrors,
        )

mseq longer than aseq can still be gaps in mseq

Exceptions   

ValueError, "bad assoc"

  constrainedMatch 
constrainedMatch (
        aseq,
        mseq,
        segments,
        maxErrors,
        )

all the segments should fit in aseq

Exceptions   

ValueError, "bad assoc"
AssertionError, "Internal match problem: segments (%d) != offsets (%d)" %(len( segments ), len( offsets ) )

Classes   

Matchup

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


This document was automatically generated Thu Nov 15 14:11:19 2007 by HappyDoc version 3.0.a1