Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

tracerer

Peer Review StatusCRAN_Status_BadgeDOI

BranchGitHub Actions logoCodecov logo
masterR-CMD-checkcodecov.io
developR-CMD-checkcodecov.io

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

tracerer logo
tracerer logo

tracerer is part of thebabette package suite:

Related R packages:

Example

```{r} 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)

## InstallationYou can install: * (recommended) The CRAN version * The stable development version * The bleeding edge development version### CRAN`tracerer` is on CRAN:```{r}install.packages("tracerer")

Stable development version

Install thetracerermaster branch usingremotes:

{r} remotes::install_github("ropensci/tracerer")

Bleeding edge development version

Install thetracererdevelop branch usingremotes:

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

FAQ

SeeFAQ

There is a feature I miss

SeeCONTRIBUTING, atSubmitting use cases

I want to collaborate

SeeCONTRIBUTING, at ‘Submitting code’

I think I have found a bug

SeeCONTRIBUTING, at ‘Submitting bugs’

There’s something else I want to say

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

External links

References

Article aboutbabette:

FASTA filesanthus_aco.fas andanthus_nd2.fas from:

  • Van Els, Paul, and Heraldo V. Norambuena. “A revision of species limits in Neotropical pipits Anthus based on multilocus genetic and vocal data.” Ibis.

Links

License

Community

Citation

Developers

R-universe

  • tracerer status badge


[8]ページ先頭

©2009-2026 Movatter.jp