logo
pub fn pam120(a: u8, b: u8) -> i32
Expand description

Return the PAM120 substitution matrix score of [a, b]

Example

use bio::scores::pam120;
assert_eq!(pam120(b'H', b'A'), -3);