-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
executable file
·22 lines (22 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: MCMCtreeR
Title: Prepare MCMCtree Analyses and Plot Bayesian Divergence Time Analyses Estimates on Trees
Version: 1.0
Author: Mark Puttick [aut,cre]
Maintainer: Mark Puttick <mark.puttick@bristol.ac.uk>
Description: Provides functions to prepare time priors for 'MCMCtree' analyses in the 'PAML' software from Yang (2007)<doi:10.1093/molbev/msm088> and plot time-scaled phylogenies from any Bayesian divergence time analysis. Most time-calibrated node prior distributions require user-specified parameters. The package provides functions to refine these parameters, so that the resulting prior distributions accurately reflect confidence in known, usually fossil, time information. These functions also enable users to visualise distributions and write 'MCMCtree' ready input files. Additionally, the package supplies flexible functions to visualise age uncertainty on a plotted tree with using node bars, using branch widths proportional to the age uncertainty, or by plotting the full posterior distributions on nodes. Time-scaled phylogenetic plots can be visualised with absolute and geological timescales . All plotting functions are applicable with output from any Bayesian software, not just 'MCMCtree'.
Depends: R (>= 3.3), ape (>= 3.0-7), sn, coda
Imports:
methods,
utils,
stats,
grDevices,
graphics,
Rcpp
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
LinkingTo:
Rcpp