Package Bio :: Module pairwise2 :: Class identity_match
[show private | hide private]
[frames | no frames]

Class identity_match


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.
Method Summary
  __init__(self, match, mismatch)
  __call__(self, charA, charB)

Generated by Epydoc 2.1 on Thu Jun 30 22:05:38 2005 http://epydoc.sf.net