Learn R Programming

taxonbridge (version 1.0.5)

term_conversion: Convert GBIF terms to NCBI terms

Description

Convert GBIF terms to NCBI terms

Usage

term_conversion(x)

Arguments

x

A tibble created with load_taxonomies() or load_population() or load_sample().

Value

A tibble with converted terms. The tibble is furthermore annotated with the attribute converted=TRUE.

Details

This method converts GBIF terminology to NCBI terminology where there is no biological provenance for the difference. Specifically, "Animalia" is converted to "Metazoa", and "Plantae" is converted to "Viridiplantae".

Examples

Run this code
# NOT RUN {
term_conversion(load_sample())
# }

Run the code above in your browser using DataLab