Class: identity_match | Bio/Align/support.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
identity_match([match][, mismatch]) -> match_fnCreate 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.
|