Calculate protein alignment scores using BLOSUM and PAM substitution matrices. Visualize amino acid substitution penalties.
Scoring matrices (substitution matrices) quantify the likelihood of amino acid substitutions in evolution. BLOSUM matrices are based on observed substitutions in conserved protein blocks, while PAM matrices model evolutionary distances.
Calculate alignment scores step by step:
Choose matrices based on sequence similarity:
Hemoglobin alpha chains:
Seq1: MVHLTPEEKSAVTAL
Seq2: MVHLTDAEKSAATALTry the Example button for a full comparison.
Score interpretation:
Q: Why are some substitutions positive?
A: Similar amino acids (e.g., K↔R) often substitute without affecting protein function.
Q: Which matrix should I use?
A: BLOSUM62 is the default for most protein comparisons. Use BLOSUM80 for very similar sequences.