next up previous
Next: Examining Score Matrices Up: Playing with Substitution Matrices Previous: Installing JTT

Examining Substitution Matrices

  1. Try running JTT with the -p option to get a substitution matrix:

    % ./JTT -p

    You may need to make the window wider to fit all the output to screen. The output shows the substitution probabilities for each amino acid evolving into another one after the default evolutionary change of 1% (1 substitution per 100 sites or ``PAM1''). Notice the following points:

  2. Try a higher PAM distance like so:

    % ./JTT -p 15

    Look at the top of the output.

  3. Question 3: Does the %ID expected from this much change equal the evolutionary distance?

  4. Question 4: Look at the bottom of the output giving the diagonal of the matrix. Which amino acid is most mutable? Which is least mutable? Please write your answers down.

  5. Try even higher distances Go up in 5s from 15 to 30. eg:

    % ./JTT -p 20

    Where do you start seeing saturation?

    Take a quick look at PAM 100 and PAM 250.

  6. Now try PAM1000. Question 5: What has happened to the substitution probabilities? What are they equal to? What does this mean -- why does it make sense that the substitution probabilities are equal to the stationary amino acid compositions regardless of the starting base?

next up previous
Next: Examining Score Matrices Up: Playing with Substitution Matrices Previous: Installing JTT
David Ardell 2005-01-26