Skip to content

Commit b5e8eea

Browse files
committed
update RM
1 parent b1c61d7 commit b5e8eea

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Models describing evolution at the codon level allow
66
the estimation of measures of the selective forces
77
acting on proteins
88
([Kosiol et. al. 2000](https://academic.oup.com/mbe/article-abstract/24/7/1464/986344)).
9-
109
The available implementation is only M0 currently,
1110
also called as GY94, first published by
1211
[Goldman & Yang 1994](https://academic.oup.com/mbe/article-abstract/11/5/725/1008711),
@@ -21,6 +20,10 @@ can be calculated as:
2120

2221
The above two figures are copied from [Yang et al. 2000](http://www.genetics.org/content/155/1/431.short).
2322

23+
The model implementation in Java was ported from [BEAST 1](https://github.com/beast-dev/beast-mcmc) project.
24+
The code was modified (including bug-fixing) to fit in [BEAST 2](https://github.com/CompEvol/beast2)
25+
and also tested comparing with the [codeml](http://abacus.gene.ucl.ac.uk/software/paml.html) results.
26+
2427
## Tutorial
2528

2629
The tutorial is available in [wiki](https://github.com/BEAST2-Dev/codonmodels/wiki).
@@ -59,7 +62,8 @@ The xml to use __M0__ looks like:
5962
```
6063

6164
Note: the tree likelihood has to use the codon alignment not the nucleotide alignment.
62-
```
65+
66+
```xml
6367
<distribution id="treeLikelihood" spec="ThreadedTreeLikelihood">
6468
<data name="data" idref="codon.alignment"/>
6569
<tree name="tree" idref="tree"/>
@@ -98,9 +102,9 @@ describing codon frequencies is increased.
98102

99103
## Citation
100104

101-
Dong Xie. (2017, November 1). Codon substitution models v1.0.0. Zenodo.
105+
Dong Xie & Remco Bouckaert, (2018, April 12), Codon substitution models v1.1.0, Zenodo,
102106
http://doi.org/10.5281/zenodo.1039992
103107

104108
## Note
105109

106-
This package is depending on BEAST 2.5.x, which will release on Match 2018.
110+
This package is depending on BEAST 2.5.x.

0 commit comments

Comments
 (0)