Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get biotic interactions of a specified taxon using the Global Biotic Interactions (GloBI) API
ResourceFunction["GloBIData"][taxon] gives a Graph of taxa that the specified taxon interacts with. | |
ResourceFunction["GloBIData"][taxon,"Dataset"] gives a Dataset containing information about the interactions of the specified taxon. |
| "InteractionType" | "InteractsWith" | interaction types to return |
| "TargetTaxon" | "NotSpecified" | target taxon interacting with source taxon |
| "IncludeObservations" | True | whether to include interaction observations |
| "Eats" | "EatenBy" | "PreysOn" |
| "PreyedUponBy" | "Kills" | "KilledBy" |
| "ParasiteOf" | "HasParasite" | "EndoparasiteOf" |
| "HasEndoparasite" | "EctoparasiteOf" | "HasEctoparasite" |
| "ParasitoidOf" | "HasParasitoid" | "HostOf" |
| "HasHost" | "Pollinates" | "PollinatedBy" |
| "PathogenOf" | "HasPathogen" | "VectorOf" |
| "HasVector" | "DispersalVectorOf" | "HasDispersalVector" |
| "SymbiontOf" | "MutualistOf" | "CommensalistOf" |
| "FlowersVisitedBy" | "VisitsFlowersOf" | "EcologicallyRelatedTo" |
| "CoOccursWith" | "InteractsWith" |
Create a taxonomic Graph from the distinct prey taxa of a specific taxon:
| In[1]:= |
| Out[1]= | ![]() |
Create a Graph from all interaction observations between specific taxa and specific interaction type:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
Obtain a Dataset with all interaction observations specified by taxa and interaction type:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
Find all parasitic interactions between mites and ticks and their ape hosts:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
Create a food web of several species that interact with each other:
| In[5]:= | ![]() |
| In[6]:= | ![]() |
| In[7]:= | ![]() |
| Out[7]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License