| Trees | Index | Help |
|---|
| Package Bio :: Module pairwise2 :: 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)
| |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:57:59 2007 | http://epydoc.sf.net |