Table of Contents

Class: identity_match Bio/Align/support.py

identity_match([match][, mismatch]) -> match_fn

Create a match function for use in an alignment. match and mismatch are the scores to give when two residues are equal or unequal. By default, match is 1 and mismatch is 0.

Methods   
__call__
__init__
  __call__ 
__call__ (
        self,
        charA,
        charB,
        )

  __init__ 
__init__ (
        self,
        match=1,
        mismatch=0,
        )


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1