Skip to content

functions to make it easier to work with the timtam BEAST2 package

License

Notifications You must be signed in to change notification settings

aezarebski/timtamslamR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timtamslamR

Helps you to slam together an analysis.

Installation

You can install the development version of timtamslamR from GitHub with:

# install.packages("devtools")
devtools::install_github("aezarebski/timtamslamR")

Example

This is a basic example which shows you how to read in a FASTA file containing dated sequences and then export them with labels that have times (obtained via method "a").

library(timtamslamR)

x <- read_fasta("input.fasta")
plot_dates(x)

y <- rename_dates_to_times_a(x)
plot_times(y)

write_fasta(y, "output.fasta")

About

functions to make it easier to work with the timtam BEAST2 package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages