| PAML |
 |
 |
PAML (Phylogenetic Analysis Using Maximum Likelihood) is package of programs for maximum likelihood analysis of protein and DNA sequences (Yang 1997). PAML is useful if you are interested in the process of sequence evolution. The two main programs, baseml and codeml, implement a number of sophisticated models, which you can use to construct likelihood ratio tests of evolutionary hypotheses.
Version 4.0
Input data file format
PHYLIP
Instructions
All programs in the PAML package have control files that specify
the names of the sequence data file, the tree structure file, and
models and options for the analysis (these may be recognized by the
*.ctl extension). To run any of these programs locally,
either type
baseml, basemlg, evolver, or yn00
at a terminal window prompt. The only exception is for the programs codonml and aaml which are both run under the command:
codeml
Running any of
the programs requires a sequence data file, a tree file (in Newick format - optional in some programs) and the appropriate control file
before running the programs. Note that the control file should be
modified to fit your type of analysis. The formats of data files and
tree files are detailed in the documentation in the package.
PAML RESOURCES
PAML DEMO
Demonstration Notes (2 slides per page)
(6 slides per page)
Exercise
Examples 1 & 2
Example 3
Example 4
|