knitr::opts_chunk$set(echo = TRUE)
phangornMCMC is implements several Bayesian phylogenetics in R. It is a branch of coalescentMCMC of Emmanual Paradis. The implementation is rather inefficient and slow and does not target to compete for speed with other MCMC software like RevBayes, MrBayes, BPP or BEAST. It is targeted for teaching purposes.
Adopted from Yang 2014
| Data type | State frequencies | Substitution rates | |-------------|-------------------|--------------------| | Nucleotides | fixed / estimated | fixed / estimated | | | (Dirichlet) | (Dirichlet) |
bf = "equal", "empirical", "estimate". In case estimate, we have to define prior, proposal step and Hastings ratio.
rNNI
Use proportional scaling for unrooted trees, Hastings factor is $c = x'/x$.
rNNI for rooted trees
Yang 2014
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.