get_diatbarcode: Get the diat.barcode database

View source: R/get_diatbarcode.R

get_diatbarcodeR Documentation

Get the diat.barcode database

Description

This function downloads and returns the diat.barcode database from the official server.

Usage

get_diatbarcode(version = "last", clean_names = TRUE, verbose = TRUE)

Arguments

version

a character string giving the version. Use "last" (default) to get the last version available.

clean_names

a logical. If TRUE (default) the column names are cleaned and turned to snake case by a call to janitor::clean_names.

verbose

a logical. Set to FALSE hide the automatic message. Default is TRUE.

Details

The diat.barcode database is a library of barcodes which is curated and which guarantees good taxonomical homogeneity and good quality of sequences. Data have different sources:

  • The culture collection of Thonon, INRA, TCC.

  • The barcoding project of diatoms in UK.

  • Public data (NCBI).

Several European labs participate in this curation:

  • INRA – UMR Carrtel, FR–74200 Thonon–les–Bains, France.

  • Botanischer Garten und Botanisches Museum Berlin–Dahlem, Freie Universität Berlin, Germany.

  • Swedish University of Agricultural Sciences, Department of Aquatic Sciences and Assessment, Uppsala, Sweden.

  • Bowburn Consultancy, Durham, UK.

  • Royal Botanic Garden Edinburgh, Edinburgh, Scotland, UK.

  • Marine and Continental Waters, Institute for Food and Agricultural Research and Technology (IRTA), Catalonia, Spain.

  • Laboratory for Evolutionary Ecology, center for Marine Research, Ruder Boskovic Institute, Rovinj, Croatia.

Value

A tibble object.

Licence

Diatbarcode and R-Syst are distributed under the terms of the Open Licence 2.0. Consult: https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf

References

Rimet, Frederic; Gusev, Evgenuy; Kahlert, Maria; Kelly, Martyn; Kulikovskiy, Maxim; Maltsev, Yevhen; Mann, David; Pfannkuchen, Martin; Trobajo, Rosa; Vasselon, Valentin; Zimmermann, Jonas; Bouchez, Agnès, 2018, "Diat.barcode, an open-access barcode library for diatoms", https://doi.org/10.15454/TOMBYZ, Portail Data Inra, V1

Rimet F., Chaumeil P., Keck F., Kermarrec L., Vasselon V., Kahlert M., et al. (2016). R-Syst::diatom: an open-access and curated barcode database for diatoms and freshwater monitoring. Database 2016, baw016. https://doi.org/10.1093/database/baw016


fkeck/diatbarcode documentation built on March 1, 2025, 4:49 a.m.