|
1 | 1 | Package: aphylo
|
2 |
| -Title: Statistical Inference of Annotated Phylogenetic Trees |
| 2 | +Title: Statistical Inference and Prediction of Annotations in Phylogenetic Trees |
3 | 3 | Authors@R: person("George", "Vega Yon", role=c("aut","cre"),
|
4 | 4 | email="g.vegayon@gmail.com", comment = c(ORCID = "0000-0002-3171-0844"))
|
5 |
| -Version: 0.1.99 |
6 |
| -Date: 2021-06-07 |
7 |
| -Description: The `aphylo` R package implements estimation and data imputation |
8 |
| - methods for Functional Annotations in Phylogenetic Trees. The core |
9 |
| - function consists on the computation of the log-likelihood of observing |
10 |
| - a given phylogenetic tree with functional annotation on its leafs, and |
11 |
| - probabilities associated to gain and loss of functionalities, including |
12 |
| - probabilities of experimental misclasification. `aphylo` works smoothly |
13 |
| - with popular tools for analysis of phylogenetic data such as `ape` R |
14 |
| - package, "Analyses of Phylogenetics and Evolution." |
| 5 | +Version: 0.2-0 |
| 6 | +Date: 2021-11-16 |
| 7 | +Description: aphylo implements a parsimonious evolutionary model to analyze and |
| 8 | + predict gene-functional annotations in phylogenetic trees as described in Vega |
| 9 | + Yon et al. (2021) <doi:10.1371/journal.pcbi.1007948>. With a focus on |
| 10 | + computational efficiency, aphylo makes it possible to estimate pooled |
| 11 | + phylogenetic models, including thousands (hundreds) of annotations (trees) in |
| 12 | + the same run. The package also provides the tools for visualization of |
| 13 | + annotated phylogenies, calculation of posterior probabilities (prediction,) |
| 14 | + and goodness-of-fit assessment featured in Vega Yon et al. (2021). |
15 | 15 | Depends: R (>= 3.1.1), ape (>= 5.0)
|
16 | 16 | LazyData: true
|
17 | 17 | Imports: Rcpp (>= 0.12.1), Matrix, methods, coda, fmcmc,
|
|
0 commit comments