bold-package: bold

bold-packageR Documentation

bold

Description

bold: A programmatic interface to the Barcode of Life data

About

This package gives you access to data from BOLD System http://www.boldsystems.org/ via their API (http://v4.boldsystems.org/index.php/api_home)

Functions

  • bold_specimens - Search for specimen data

  • bold_seq - Search for and retrieve sequences

  • bold_seqspec - Get sequence and specimen data together

  • bold_trace - Get trace files - saves to disk

  • read_trace - Read trace files into R

  • bold_tax_name - Get taxonomic names via input names

  • bold_tax_id - Get taxonomic names via BOLD identifiers (Deprecated)

  • bold_tax_id2 - Get taxonomic names via BOLD identifiers (improved)

  • bold_identify - Search for match given a COI sequence

  • bold_identify_parents - Adds guessed parent ranks (Deprecated)

  • bold_identify_taxonomy - Adds real parent ranks.

Interestingly, they provide xml and tsv format data for the specimen data, while they provide fasta data format for the sequence data. So for the specimen data you can get back raw XML, or a data frame parsed from the tsv data, while for sequence data you get back a list (b/c sequences are quite long and would make a data frame unwieldy).


bold documentation built on May 3, 2023, 1:19 a.m.