An R package to interface with the Barcode of Life Database System (BOLD) using R.
Automatically redirected to this GiHub page from http://boldsystems.org/bold.r.
BOLD.R relies on the following dependences:
> required.packages = c("jsonlite", "gtools", "RCurl", "ape", "plyr", "seqinr", "getPass")
> sapply(required.packages, install.packages)
In order to install BOLD.R directly through R, please type the following into the R console.
> ## If devtools are not installed
> ## install.packages("devtools")
>
> library(devtools)
> devtools::install_github("nishanmudalige/BOLD.R", force = TRUE)
For questions, please email nishan [dot] mudalige [at] gmail [dot] com .
This poster won runner up at the Applied Mathematics, Modeling and Computational Science (AMMCS) 2019 conference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.