Title: | Copepod Fish Interaction Database |
---|---|
Description: | A curated list of copepod-fish ecological interaction records. It contains the taxonomy of the copepod and the fish and the publication from which the information was obtained. This database contains only marine and brackish water fish species. It excludes fish species that inhabit only freshwater. |
Authors: | Angel Robles [aut, cre] |
Maintainer: | Angel Robles <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.0.1 |
Built: | 2025-03-07 06:04:42 UTC |
Source: | https://github.com/alrobles/cofid |
A list of interactions between copepods and fish based on WoRMS database. And curated by Francisco NeptalĂ Morales-Serna. This dataset was cleaned and formated by Angel Luis Robles Fernandez following the GloBi (Global interactions) database standard. The cleaned dataset is stored in 10.5281/zenodo.11002619
cofid
cofid
## 'cofid' A data frame with 10, 334 rows and 9 columns:
WoRMS id of the parasite, i.e. AphiaID
Scientific name of the species
Taxon path of the parasite
Life stage of the parasite
Type of interactio between parasite and host
WoRMS id of the host, i.e. AphiaID
Scientific name of the host
Taxon path of the host
Source paper of the interaction
Copepod fish interaction database <10.5281/zenodo.11511665>
Find copepod occurrence data for given copepod species. Given a copepod family, genus or species returns a list of copepod occurrences.
getCopepods(species = NULL, genus = NULL, family = NULL, citation = TRUE)
getCopepods(species = NULL, genus = NULL, family = NULL, citation = TRUE)
species |
Copepod species to filter |
genus |
Copepod genus to filter |
family |
Copepod family to filter |
citation |
boolean. Should the output include the citation information? default is FALSE |
A data.frame with copepod fish interactions
getCopepods(genus = "Caligus")
getCopepods(genus = "Caligus")
Find copepod occurrence data for given host fish. Given a fish family, genus or species returns a list of copepod occurrences on that host
getFish(species = NULL, genus = NULL, family = NULL, citation = TRUE)
getFish(species = NULL, genus = NULL, family = NULL, citation = TRUE)
species |
Fish species to filter |
genus |
Fish genus to filter |
family |
Fish family to filter |
citation |
boolean. Should the output include the citation information? default is FALSE |
A data.frame with copepod fish interactions
getFish(genus = "Molva")
getFish(genus = "Molva")