powered by
Load and merge GBIF and NCBI taxonomic data
load_taxonomies(GBIF_path, NCBI_path)
Path to the GBIF backbone taxonomy (compressed or uncompressed).
Path to the NCBI taxonomy (compressed or uncompressed).
A tibble containing merged GBIF and NCBI taxonomic data.
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()).
Taxon.tsv
download_gbif()
download_ncbi()
# NOT RUN { load_taxonomies("path/to/GBIF/Taxon.tsv","path/to/NCBI-Taxonkit/All.lineages.tsv") # } # NOT RUN { load_taxonomies(download_gbif(), download_ncbi(taxonkitpath = "/path/to/taxonkit")) # }
Run the code above in your browser using DataLab