Mobilizing Deep Ocean Biodiversity Data

Publishing eDNA to OBIS

Steve Formel

2026-09-09

What is eDNA?

Environmental DNA (eDNA)

“Any DNA collected from an environmental sample without first isolating targeted organisms”

 — Taberlet 2012
  • Environments: water, soil, sediment, air
  • Free DNA, particle-bound DNA, organelles, cells, tissue
  • From viruses to fish, crustaceans, and plants

🌊🌱🍃

The eDNA Metabarcoding Workflow

Figure adapted from NatureMetrics and Gill et al. 2016 · Emilie Boulanger


Most common eDNA data types you may encounter:

  • eDNA Metabarcoding
  • Quantitative PCR (qPCR)

What is special about eDNA data?

Enormous potential…

  • Expands access to biodiversity data at scale
  • Captures environmental, specimen, and bulk-sample DNA
  • Raw sequences already widely shared in NCBI

Seqs vs ASVs

  • Raw sequences cannot be searched by species in time and space
  • No link to spatial coordinates or sampling date
  • Cannot support distribution maps, trend analyses, or MPA assessments

Special considerations

  • Derived information — not a direct observation; extensive lab and bioinformatic processing
  • Relies on reference databases — results depend on database completeness
  • Large fraction of unknown sequences — no match in any database
  • The DwC DNA Extension records how work was done, enabling future re-analysis

Why publish eDNA data?

eDNA captures what other methods miss

  • Cryptic and rare marine taxa
  • Non-invasive, scalable sampling
  • Community-level biodiversity signals

Shared eDNA data is powerful data

  • Data contributes to global analyses
  • Data has long-term value
  • Your sequences become findable via OBIS sequence search tools
Benefit Why it matters
Open DOI Citable in publications
Long-term archive FAIR data
Global reach OBIS + GBIF
Sequence search Reuse & reanalysis

Resources

Looking up terms

Resource Link
DNA Extension terms rs.gbif.org/extension/gbif/1.0/dna_derived_data_2024-07-11.xml
DwC Quick Reference dwc.tdwg.org/terms/
OBIS Manual (DNA chapter) manual.obis.org/dna_data.html
GBIF DNA publishing guide doi.org/10.35035/DOC-VF1A-NR22

Training & community

Resource Link
These slides github.com/iobis/obis_edna_slides
OBON 2024 DNA training github.com/iobis/obon-2024-dna-training
IOOS Bio Mobilization Workshop ioos.github.io/bio_mobilization_workshop
GBIF-NA DNA Publishing Workshop sunray1.github.io/2025-05-09-GBIF-NA-DNAPublishing
OBIS helpdesk helpdesk@obis.org

The DNA publishing guide

Publishing DNA-derived data through biodiversity data platforms

Five DNA data categories

Which one fits your data?

# Category Example
1 DNA-derived occurrences Metabarcoding (ASVs/OTUs assigned to taxa)
2 Enriched occurrences Voucher specimen + barcoded
3 Targeted species detection qPCR / ddPCR assays
4 Name references Sequence in GenBank only
5 Metadata only Dataset without sequences

Use the DNA Guidance decision tree to confirm your category

Key Metadata: eDNA Metabarcoding

From field collection to taxonomy — what to capture at each step

Field Sampling

  • Date, Coordinates, Environmental measurements

🧪 Biomarker / PCR

  • Primer sequence, primer reference, target gene, PCR conditions, length of product, concentration,

🧬 DNA Extraction

  • Concentration, Extraction method, Extracted amount

💻 Sequences & Taxonomy

  • Sequencing platform, Library layout, Public repositry ID (NCBI, ENA)
  • Taxonomy, annotation confidence and reference, Pipeline, Reference library

Category 1 — DNA-derived occurrences · basisOfRecord = MaterialSample

OBIS and eDNA

eDNA data in OBIS

  • OBIS currently holds 128 datasets with eDNA-derived occurrences, including 44,5 million records
  • About 2 million distinct sequences
  • That is 2% of all datasets, but 25% of all occurrence records in OBIS

OBIS DNA Data Management Platform

Through the eDNA Expeditions Project, OBIS is developing a data management platform for DNA data including:

  • Bioinformatics
  • QC
  • Validation
  • Publication to OBIS pipeline

To be offered to OBIS nodes to support local eDNA projects! Learn more at https://ednaexpeditions.org/

eDNA data standards

Two major eDNA data standards exist

1. MIxS

Minimum Information about any (x) Sequence — for raw sequences

Used by
INSDC NCBI ENA DDBJ

2. Darwin Core (DwC)

Community vocabulary for biodiversity data — species, location, date, basis of record

Used by
OBIS GBIF ALA

Developing landscape

  • Rapidly changing field
  • For OBIS future directions include the DWC-DP and FAIReDNA terms

Structuring your data

Darwin Core + DNA Derived Data Extension

  • Darwin Core: shared vocabulary for biodiversity data
  • DNA Extension: adds MIxS terms for sequences, primers, methods
  • Developed jointly by GBIF, OBIS, and the genomics community

meta.xml ← links all tables
eml.xml ← metadata (who, what, where, when, how)
occurrence.csv ← the occurrence records
dna_derived.csv ← the DNA extension

Two ways to structure the same dataset

Option A — Occurrence core

Option B — Event core

Key DwC fields: Occurrence core

Required

  • occurrenceIDunique, stable ID
  • scientificNametaxon name to lowest possible taxon rank
  • basisOfRecord = “MaterialSample”
  • occurrenceStatus = “present”
  • eventDateYYYY-MM-DD
  • decimalLatitude, decimalLongitude

Strongly recommended

  • scientificNameID (WoRMS AphiaID)
  • taxonRank, kingdom, order, genus
  • minimumDepthInMeters, maximumDepthInMeters
  • locationID, continent
  • coordinateUncertaintyInMeters, coordinatePrecision
  • year, month
  • license, type

Also for eDNA

  • organismQuantity (read count of sequence)
  • organismQuantityType = “DNA sequence reads”
  • sampleSizeValue (total read count in sample)
  • sampleSizeUnit = “DNA sequence reads”
  • samplingProtocol (field sampling)
  • associatedSequences (link to e.g. GenBank or ENA accession)

Key DwC fields: Event core

Event table

Required

  • eventIDunique, stable ID
  • eventDateYYYY-MM-DD
  • decimalLatitude, decimalLongitude
  • parentEventIDrequired if one exists

Strongly recommended

  • eventType
  • minimumDepthInMeters, maximumDepthInMeters
  • locationID, continent
  • coordinateUncertaintyInMeters, coordinatePrecision
  • year, month
  • license, type

Also for eDNA

  • samplingProtocol (field sampling)

Occurrence extension

Required

  • occurrenceIDunique, stable ID
  • eventIDlinks the row to its event
  • scientificNametaxon name to lowest possible taxon rank
  • basisOfRecord = “MaterialSample”
  • occurrenceStatus = “present”

Strongly recommended

  • scientificNameID (WoRMS AphiaID)
  • taxonRank, kingdom, order, genus
  • license, type

Also for eDNA

  • organismQuantity (read count of sequence)
  • organismQuantityType = “DNA sequence reads”
  • sampleSizeValue (total read count in sample)
  • sampleSizeUnit = “DNA sequence reads”
  • associatedSequences (link to e.g. GenBank or ENA accession)

Key fields to include: DNA Extension

Required

  • occurrenceIDlinks to the occurrence row

Strongly recommended

  • DNA_sequenceASV/OTU sequence
  • target_genee.g. “COI”, “18S rRNA”
  • target_subfragmente.g. “V4”
  • env_broad_scalebiome
  • env_mediumwhat was sampled

Strongly recommended, cont.

  • pcr_primer_name_forwardand reverse
  • pcr_primer_name_reverse
  • pcr_primer_forwardthe sequence itself
  • pcr_primer_reverse
  • pcr_primer_referencewhere the primer pair is published

Recommended

  • seq_methe.g. “Illumina MiSeq”
  • otu_class_appre.g. “DADA2 v1.18”
  • otu_dbreference database
  • soplink to your protocol
  • samp_vol_we_dna_extvolume sampled

The Many Levels of Pedro Peres

Peres, P.A. and Bracken-Grissom, H. (2025), Water Volume, Biological and PCR Replicates Influence the Characterization of Deep-Sea Pelagic Fish Communities. Environmental DNA, 7: e70086. https://doi.org/10.1002/edn3.70086


What they did

One CTD cast — 450 m, night

  • 3 water volumes: 1 L · 5 L · 10 L
  • × 5 biological replicates → 15 filters
  • × 1–11 PCR replicates → 149 kept
  • PCR replicates never pooled — each is its own observation

Event Modeling

Take 10 minutes, and in groups discuss/draw how Pedro should model his data in his event table + occurrence core.


Example Data Publishing Schematic

Example Scientific Schematic

Hand-drawn data visualization of relationships, with light grey text indicating variable names provided by the data collectors, Image by Kylie Hollis, License CC0

Linking it to the project: DEEPEND. How?

EML

The link lives in the EML or (as of recently), the DwC

EML <project> — the Project section of the IPT metadata editor

EML field Value
Project title DEEPEND|RESTORE consortium
Award NOAA RESTORE NA19NOS4510193
Award NSF HRD-1547798 · HRD-2111661
Award ONR #98288/1184488/2
Citation doi.org/10.1002/edn3.70086

Record in the data too

  • Cruise/station DP08-01Aug22-B287N
    fieldNumber on the cast event
  • R/V Point SursamplingProtocol
  • https://dwc.tdwg.org/terms/#provenance

Why it matters

Someone can find every DEEPEND dataset, then join this eDNA with the trawl and acoustic data from the same cruise.

Optimizing your workflow

From raw outputs → long format

The transformation:

One row = one unique sequence in one sample = one occurrence record

The Metabarcoding Data Toolkit (MDT)

A newer tool to simplify the workflow

  • Developed by GBIF specifically for metabarcoding data
  • Accepts common pipeline outputs (QIIME2, DADA2, etc.)
  • Handles the wide-to-long transformation
  • Generates Darwin Core Archive + DNA Extension automatically
  • Integrates with IPT publishing

🔗 Available at: mdt.gbif.org

Note

Still under active development — check the GBIF documentation for the latest capabilities. Currently not possible to use the event core structure

Laura’s Elegant Solution

Laura’s Data

Two workbooks — one per primer

Workbook OTUs Samples
vert_… Vert01 460 15
teleo_… Tele01 113 13
  • One station sampled over 5 dates
  • 2-3 locations sampled within the station on each date
  • Each sample == 120L

Each sheet is one table

In the file Table Becomes
otu_table OTU_table reads → organismQuantity
taxon Taxonomy scientificName, DNA_sequence
sample Samples sampleIDeventID
defaultValues Study terms applied to every record

Laura’s Elegant Solution: MDT to IPT

MDT Demo

Special cases

Unknown sequences

  • Many sequences in any given study will remain uncharacterized
  • Populate the scientificName field with Biota incertae sedis
  • Or the lowest taxonomic information if available
    • e.g. only assigned to Class level, scientificName = Teleostei, scientificNameID = urn:lsid:marinespecies.org:taxname:293496
  • For Biota incertea sedis, scientificNameID should be populated with urn:lsid:marinespecies.org:taxname:12.
  • Recommend that you populate verbatimIdentification with the name that was originally documented (e.g. phototrophic eukaryote).

Sequences without a WoRMS ID (AphiaID)

  • WoRMS is an extensive database of linnean names of marine species, confirmed by experts in each taxonomic group
  • Within eDNA datasets there are usually many taxonomic assignments (protists, prokaryotes) that cannot be found in the WoRMS database currently (i.e. no AphiaID available)
  • The name might be available and mapped to GBIF, making sharing datasets between GBIF and OBIS complicated
  • The submitter of the data may in these cases record the known species name, in scientificName, the ID of the taxon in another database in taxonConceptID and leave scientificNameID empty

Control samples

  • Control samples are important for quality control of resulting data
  • Currently, there is no feature for this implemented in the IPT
  • In the future, OBIS and GBIF are working on a solution to submit them as separate files within the same dataset
  • They will then not be mapped, to avoid that they end up in the GBIF or OBIS occurrence indexes, but will be available for anyone looking for that information

Metadata with no DwC terms

  • A lot of information, especially detailed parameters e.g. of bioinformatic workflow, do not have controlled vocabulary fields yet
  • The FAIRe project, “making eDNA data FAIR”, is in the process of developing new metadata fields to record all the relevant information of eDNA projects
  • The checklist is already available online: https://fair-edna.github.io/download.html
  • A lot of existing fields, a lot of new fields
  • Currently, the new fields are dropped from the IPT. But in the process of adding them to DwC and MIxS.

Don’t forget…

The DNA publishing guide

Publishing DNA-derived data through biodiversity data platforms

Resources

Looking up terms

Resource Link
DNA Extension terms rs.gbif.org/extension/gbif/1.0/dna_derived_data_2024-07-11.xml
DwC Quick Reference dwc.tdwg.org/terms/
OBIS Manual (DNA chapter) manual.obis.org/dna_data.html
GBIF DNA publishing guide doi.org/10.35035/DOC-VF1A-NR22

Training & community

Resource Link
These slides github.com/iobis/obis_edna_slides
OBON 2024 DNA training github.com/iobis/obon-2024-dna-training
IOOS Bio Mobilization Workshop ioos.github.io/bio_mobilization_workshop
GBIF-NA DNA Publishing Workshop sunray1.github.io/2025-05-09-GBIF-NA-DNAPublishing
OBIS helpdesk helpdesk@obis.org