A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ropensci/tracerer/ below:

ropensci/tracerer: tracerer, 'Tracer for R', is an R package to work with the output of BEAST2

tracerer, 'Tracer for R' is an R package to work with BEAST2 output files.

tracerer is part of the babette package suite:

Related R packages:

library(tracerer)

# Obtain an example log file its name
filename <- get_tracerer_path("beast2_example_output.log")

# Parse that log file
beast_log_full <- parse_beast_tracelog_file(filename)

# Remove the burn-in
beast_log <- remove_burn_ins(
  beast_log_full,
  burn_in_fraction = 0.1
)

# Calculates the effective sample sizes of all parameter estimates
esses <- calc_esses(beast_log, sample_interval = 1000)

You can install:

tracerer is on CRAN:

install.packages("tracerer")
Stable development version

Install the tracerer master branch using remotes:

remotes::install_github("ropensci/tracerer")
Bleeding edge development version

Install the tracerer develop branch using remotes:

remotes::install_github("ropensci/tracerer", ref = "develop")

See FAQ

There is a feature I miss

See CONTRIBUTING, at Submitting use cases

See CONTRIBUTING, at 'Submitting code'

I think I have found a bug

See CONTRIBUTING, at 'Submitting bugs'

There's something else I want to say

Sure, just add an Issue. Or send an email.

Article about babette:

FASTA files anthus_aco.fas and anthus_nd2.fas from:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4