load_taxonomies | R Documentation |
Load and merge GBIF and NCBI taxonomic data
load_taxonomies(GBIF_path, NCBI_path)
GBIF_path |
Path to the GBIF backbone taxonomy (compressed or uncompressed). |
NCBI_path |
Path to the NCBI taxonomy (compressed or uncompressed). |
This method merges a GBIF Taxon.tsv
file (see download_gbif()
) and
a Taxonkit (https://bioinf.shenwei.me/taxonkit/download/) output file (see download_ncbi()
).
A tibble containing merged GBIF and NCBI taxonomic data.
## Not run: load_taxonomies("path/to/GBIF/Taxon.tsv","path/to/NCBI-Taxonkit/All.lineages.tsv.gz")
## Not run: load_taxonomies(download_gbif(), download_ncbi(taxonkitpath = "/path/to/taxonkit"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.