SkillAgentSearch skills...

RBt

Handy functions for dealing with BEAST trees in R

Install / Use

/learn @santiagosnchez/RBt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

rBt

Description

rBt includes several functions to handle phylogenetic data. Specifically, it includes a function read.annot.beast that can read meta-data from BEAST1 or BEAST2 tree files, such as maximum clade credibility (MCC) trees and full posterior trees. This package is being developed with different angles in mind, but it can be used for things like plotting time-trees, and extracting and visualizing phylogenetic data.

Installation

Open up an R console:

install.packages("devtools")
library(devtools)
install_github("santiagosnchez/rBt")

Some functions

Examples

Run the function with ? in front (e.g. ?mcc2) to access the help files, which have examples and more information.

Citation

Sánchez-Ramírez, S. (2018) rBt: Handy functions for dealing with BEAST trees in R, GitHub repository: https://github.com/santiagosnchez/rBt

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated10mo ago
Forks4

Languages

R

Security Score

82/100

Audited on May 16, 2025

No findings