term_conversion {taxonbridge}R Documentation

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().

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".

Value

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

Examples

term_conversion(load_sample())

[Package taxonbridge version 1.2.2 Index]