fasta.bioch.virginia.edu/mol_evol

Molecular Evolution - Similarity Searching Exercises


These exercises use programs on the FASTA WWW Search page and the Computational Genomics BLAST WWW Search page.


Identifying homologs and non-homologs; effects of scoring matrices and algorithms

1. Use the FASTA search page to compare Drosophila glutathione transferase GSTT1_DROME (gi|121694) to the PIR1 Annotated protein sequence database.

  1. What is the highest scoring non-homolog? (How would you confirm that your candidate non-homolog was truly unrelated?)

  2. Note that this drosophila glutathione transferase shares significant similarity with both sequences from bacteria (SSPA_SHIFL, stringent starvation protein) and mammals. How might you test whether the stringent starvation protein is homologous to glutathione transferases? (Hint - search SwissProt for a more comprehensive view of the family)

  3. Compare the expectation (E()) value for the distant relationship between GSTT1_DROME and GSTM2_RAT (class-mu). How would you demonstrate that GSTT1_DROME is homologous to GSTM2_RAT?

  4. Examine how the expectation value changes with different scoring matrices (BLOSUM62, BlastP62, PAM250) and different gap penalties. (The default scoring matrix for the FASTA programs is BLOSUM50, with gap penalties of -10 to open a gap and -2 for each residue in the gap - e.g. -12 for a one residue gap).

    What happens to the E()-value for the highest scoring unrelated sequence with the different matrices?

    Look at the distribution of scores and the E()-value of the highest scoring unrelated sequence when the gap-open/gap-ext penalties are small (-7/-1).

  5. Try the search with ssearch (Smith-Waterman). Again, look at the E()-values for distant homologs and the highest scoring unrelated sequence.

2. Do the same search (121694) using the Course BLAST WWW page.

  1. What is the highest scoring non-homolog?

  2. How do the blastp E()-values compare with the FASTA (blosum62) E()-values for the distantly related mammalian and plant sequences?

Comparison of Protein:Protein, translated DNA:protein to DNA:DNA searches - more sensitive DNA searches
3. In the next three exercises, we will try to find gstt1_drome homologs in the Arabidopsis genome, using (a) protein:protein (BLASTP), (b) DNA:protein (BLASTX), (c) protein:DNA (TBLASTN), and (d,e) DNA:DNA (BLASTN) searches.

In each of the exercises below, the BLASTP, BLASTX etc. links are pre-set to search Arabidopsis sequences.

  1. BLASTP Compare the GSTT1_DROME (gi|121694) protein sequence to Arabidopsis proteins using BLASTP.

    What are the E()-values for Arabidopsis ATGSTT1, ATGSTF10, ATGSTZ1and ATGSTU4

  2. BLASTX Try the same search using the GSTT1_DROME cDNA DMGST (gi|8033) against Arabidopsis proteins using BLASTX.

    What are the E()-values for Arabidopsis ATGSTT1, ATGSTF10, ATGSTZ1and ATGSTU4

  3. TBLASTN. Use GSTT1_DROME (gi|121694) against translated Arabidopsis DNA using TBLASTN.

    What are the E()-values for Arabidopsis ATGSTT1, ATGSTF10, ATGSTZ1and ATGSTU4

  4. Finally, try the DNA:DNA comparison. Use BLASTN to compare dmgst (gi|8033) to the Reference mRNA sequences (refseq_rna) sequences in Arabidopsis.

    Are there detectable Arabidopsis homologues?

  5. The default BLAST DNA parameters are designed for very close matches (90% identity). Use the the Algorithm parameters options and try Match/Mismatch scores: +4/-5, which targets the DNA search for 70% identity.

Confirming statistical estimates with shuffles

4. Use the PRSS shuffle program to evaluate the statistical significance of a match.

  1. Compare GSTT1_DROME (gi|121694) to GSTA4_RAT (gi|121714) using PRSS

    What is the E()-value? What equivalent database size is used to calculate the E()-value? Why isn't the database size 1? What should it be?

  2. Compare SKIL_HUMAN (gi|134594) to KINH_STRPU (kinesin heavy chain) using PRSS. Compare with or without window shuffling.

Significant similarities within sequences - domain duplication

5. Exploring domains with local alignments --- Calmodulin

  1. Use lalign to examine local similarities between calmodulin CALM_HUMAN and itself.
  2. Use plalign to plot the same alignment. How many repeats are present in this sequence.
  3. What happens to the domain alignment plot when you use a shallower scoring matrix (try BP62, MD20).

6. Exploring domains with local alignments --- Cortactin (SRC8_HUMAN)

  1. Use lalign to examine local similarities between SRC8_HUMAN and itself.
  2. Use plalign to plot the same alignment. How many repeats are shown in this alignment? How long do they appear to be?
  3. You can look at the PFAM annotation of this protein at PFAM: SRC8_HUMAN (Cortactin). How many repeats are shown in this diagram? How long are they?
  4. What happens to the domain alignment plot when you use a shallower scoring matrix (try BP62, MD40). Which matrix appears to best identify all the repeats found in the PFAM diagram?
  5. How do the BP62, PAM120, and MD40 alignments differ? Why are they different?

For more complex domain alignments, try mwkw, or mouse RNA polymerase (rpb1_mouse residues 1500- ) against itself. Try the rpb1_mouse alignment using the MD20 scoring matrix as well as BLOSUM50.


Where to get the FASTA package: faculty.virginia.edu/wrpearson/fasta/

The "normal" FASTA WWW site:

Contact Bill Pearson: wrp@virginia.edu


Course Home Page