Analyze and compare target frequencies from scoring matrices to understand optimization
Target frequencies (q_ij) represent the probability of finding amino acid pairs in true alignments. Every scoring matrix implicitly optimizes for specific target frequencies through the formula: s_ij = log(q_ij / p_i p_j).
Understand what your scoring matrix optimizes for:
This tool is useful when you need to:
Matrix parameters:
Matrix: BLOSUM62
Background: Robinson-Robinson
Comparison: PAM250Compare different matrices and backgrounds.
Target frequency analysis:
q(W,W) = 0.0024 (2.4× expected)
q(C,C) = 0.0022 (11.7× expected)
Lambda = 0.2670 bitsShows enrichment over background.
Q: What are target frequencies?
A: They represent the probability of amino acid pairs in aligned homologous sequences.
Q: How do they relate to scores?
A: Scores are log-odds: s_ij = log(q_ij/p_ip_j), comparing target to background frequencies.