tbea

Tools for Bayesian Evolutionary Analysis

https://github.com/gaballench/tbea

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: biorxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Tools for Bayesian Evolutionary Analysis

Basic Info
  • Host: GitHub
  • Owner: gaballench
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 516 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 6
  • Releases: 16
Created almost 5 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---




[![R-CMD-check](https://github.com/gaballench/tbea/workflows/R-CMD-check/badge.svg)](https://github.com/gaballench/tbea/actions)
[![](https://www.r-pkg.org/badges/version/tbea)](https://cran.r-project.org/package=tbea)
[![](https://cranlogs.r-pkg.org/badges/tbea)](https://cran.r-project.org/package=tbea)
[![](https://cranlogs.r-pkg.org/badges/grand-total/tbea?color=blue)](https://cran.r-project.org/package=tbea)



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)
```
# tbea

## Overview

An R package for pre- and post-processing in phylogenetic and Bayesian inference of divergence times. Functions are provided for prior specification in divergence time estimation using fossils as well as other kinds of data. It provides tools for interacting with the input and output of Bayesian platforms in evolutionary biology such as 'BEAST2', 'MrBayes', 'RevBayes', or 'MCMCTree'. It Implements a simple measure similarity between probability density functions for comparing prior and posterior Bayesian densities, as well as code for calculating the combination of distributions using conflation of Hill (2008). Functions for estimating the origination time in collections of distributions using the x-intercept (e.g., Draper and Smith, 1998) and stratigraphic intervals (Marshall 2010) are also available. To learn more about the package uses, see our [pkgdown site](https://gaballench.github.io/tbea/).

Hill, T. 2008. "Conflations of probability distributions". Transactions of the American Mathematical Society, 363:3351-3372. 

Draper, N. R. and Smith, H. 1998. "Applied Regression Analysis". 1--706. Wiley Interscience, New York. ,

Marshall, C. R. 2010. "Using confidence intervals to quantify the uncertainty in the end-points of stratigraphic ranges". Quantitative Methods in Paleobiology, 291--316. .

## Installation

You can now install the stable version from CRAN, and the development one using `remotes`:

```{r, eval = FALSE}
install.packages("tbea")
remotes::install_github("gaballench/tbea")
```

## Authorship and citation

This package was created and maintained by Gustavo A. Ballen (@gaballench) and Sandra Reinales (@spreinalesl).

Please cite this package as follows:

Ballen, G.A. & Reinales, S. (2025). tbea: tools for pre- and post-processing in Bayesian evolutionary analyses. Evolutionary Journal of the Linnean Society https://www.biorxiv.org/content/10.1101/2024.06.18.599561.

If you use bibtex, use the following entry in your .bib file:

```
@article {Ballen2024.06.18.599561,
	author = {Ballen, Gustavo A. and Reinales, Sandra},
	title = {tbea: tools for pre- and post-processing in Bayesian evolutionary analyses},
	year = {2025},
	doi = {10.1101/2024.06.18.599561},
	eprint = {https://www.biorxiv.org/content/early/2024/06/19/2024.06.18.599561.full.pdf},
	journal = {Evolutionary Journal of the Linnean Society}
}
```

## Problems?

If you find a bug or unexpected behavior, please [file an issue](https://github.com/gaballench/tbea/issues).

Owner

  • Name: Gustavo A. Ballen
  • Login: gaballench
  • Kind: user
  • Location: London
  • Company: QMUL

Postdoctoral research assistant in computational biology at Queen Mary University of London. Lute player interested in music form the renaissance.

GitHub Events

Total
  • Issues event: 11
  • Issue comment event: 1
  • Push event: 17
  • Pull request event: 4
  • Fork event: 1
Last Year
  • Issues event: 11
  • Issue comment event: 1
  • Push event: 17
  • Pull request event: 4
  • Fork event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 188 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: tbea

Pre- And Post-Processing in Bayesian Evolutionary Analyses

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 188 Last month
Rankings
Dependent packages count: 28.8%
Dependent repos count: 35.4%
Average: 49.9%
Downloads: 85.6%
Maintainers (1)
Last synced: 10 months ago