PHYLIP Exercises
-
On watson.achs.virginia.edu, copy the files gstm.alib and
gstm.nlib from /r0/seqlib/bioch508/phylip to a new directory.
-
Align the gstm.alib sequences using clustalw. Save the
alignment in PHYLIP format (multiple alignment/output options)
and be certain to save the sequences in "input order", not "alignment
order" (multiple alignment/output options).
-
Use the readseq program to reformat the PHYLIP output as
fasta output.
-
Use the mrtrans program to align the protein sequences in gstm.alib to the DNA sequences in gstm.nlib.
mrtransl gstm.phy gstm.nlib > gstm_a.nlib
(I will try to make an mrtrans WWW site to simplify this process.)
-
Use the readseq program to reformat gstm_a.nlib into PHYLIP
format (gstm.nphy).
-
Use the protdist program to build a matrix of protein distances
from gstm.aphy.
-
Use the dnadist program to build a matrix of DNA distances from
gstm.nphy
-
Use the fitch and kitsch programs to build trees from the
protein and DNA distances.
-
Use the protpars and dnapars programs to build trees from the
protein and DNA alignment files.
-
Use the dnaml and dnamlk programs to build trees from the DNA
alignment file.
-
Use the consense program to compare the trees.
Course home page