Substitution matrix: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Add: citeseerx. You can use this bot yourself. Report bugs here. | User-activated; Category:Bioinformatics.
m Log-odds matrices: fmt., punct.
Line 41:
We express the [[probability|probabilities]] of transformation in what are called [[log-odds]] [[Score (statistics)|score]]s. The scores matrix S is defined as
 
: <math>S_{i,j} = \log \frac {p_i \cdot M_{i,j}} {p_i \cdot p_j} = \log \frac {M_{i,j}}{p_j} = \log \frac {observed\;text{observed frequency} }{expected\;text{expected frequency}},</math>
 
where <math>M_{i,j}</math> is the probability that amino acid <math>i</math> transforms into amino acid <math>j</math>, and <math>p_i</math>, <math>p_j</math> are the frequencies of amino acids ''i'' and ''j''. The base of the logarithm is not important, and you will often see the same substitution matrix is often expressed in different bases.
 
=== PAM ===