alexpiper / taxreturn

An R package for creating taxonomic reference databases for metabarcoding studies
GNU General Public License v3.0
8 stars 1 forks source link

taxreturn

Version R-CMD-check licence downloads

taxreturn is an R package for fetching DNA barcode sequences and associated taxonomic annotations from public databases such as the Barcode of Life Database (BOLD) and NCBI GenBank, curating these sequences and formatting them into training sets compatible with popular taxonomic classifiers used for metabarcoding and marker gene analysis.

Installation

This package is still in development and not yet available on CRAN. You can install development version from GitHub with:

install.packages("devtools")
devtools::install_github("alexpiper/taxreturn")
library(taxreturn)

Documentation

The package website contains function documentation and a walkthrough example.