Study Discovery

Published

Jun 2026

  • ID: DAS-002
  • Type: Foundations
  • Audience: Omics Data Scientists, Bioinformaticians, and Research Teams
  • Theme: Finding Studies That Match Your Question

Public repositories contain millions of samples and thousands of studies spanning a wide range of biological questions, populations, technologies, and experimental designs. The challenge is rarely the lack of data. Instead, the challenge is identifying studies that are relevant, trustworthy, and suitable for a specific objective.

Study discovery is the process of transforming a research objective into a set of candidate studies that can support downstream analysis. Before any data are downloaded, researchers must determine which studies are most appropriate for their intended purpose.

Why Study Discovery Matters

Effective data acquisition begins with selecting the right studies.

For example, a project focused on constructing a healthy reference microbiome cannot rely on a simple keyword search alone. Researchers must determine:

  • Which studies contain healthy individuals?
  • Which samples are human?
  • Which body sites are relevant?
  • Which metadata fields are available?
  • Which studies satisfy project-specific criteria?

The quality of study discovery directly influences the quality of the resulting dataset.

From Question to Search Strategy

Every study discovery process begins with a clearly defined objective.

Code
flowchart LR
A[Research Objective] --> B[Search Strategy]
B --> C[Study Discovery]
C --> D[Study Evaluation]
D --> E[Candidate Studies]

flowchart LR
A[Research Objective] --> B[Search Strategy]
B --> C[Study Discovery]
C --> D[Study Evaluation]
D --> E[Candidate Studies]

A clearly defined objective helps focus repository searches and reduces the risk of collecting unsuitable datasets.

Defining Inclusion Criteria

Healthy Reference Microbiome Example

Include:

  • Human samples
  • Healthy individuals
  • Stool samples
  • Adequate metadata
  • Publicly available sequencing data

Defining Exclusion Criteria

Examples of exclusion criteria include:

  • Disease cohorts
  • Antibiotic-treated individuals
  • Animal samples
  • Missing phenotype information
  • Incomplete metadata
  • Poor documentation

Clearly defined inclusion and exclusion criteria improve reproducibility and ensure consistent study selection.

Repository Search Interfaces

Several repositories can be used during study discovery.

Repository Typical Use
NCBI Broad study discovery
GEO Functional genomics studies
ENA Sequence archive exploration
MGnify Microbiome studies
GWAS Catalog Variant association studies

Although multiple repositories may be consulted, NCBI is often the starting point for identifying candidate BioProjects.

Metadata-Driven Discovery

Study discovery is fundamentally a metadata-driven process.

Relevant metadata may include:

  • Disease status
  • Age
  • Sex
  • Geography
  • Body site
  • Treatment status
  • Sequencing platform
  • Sequencing strategy
  • Sample type

Metadata availability often determines whether a study can be included in a downstream analysis.

Study Evaluation Checklist

Before selecting a study, consider the following questions:

  • Does the study address the target population?
  • Is metadata available and sufficiently detailed?
  • Are raw sequencing data available?
  • Is the sample size adequate?
  • Is study documentation complete?
  • Can the study support the intended analysis?

Studies that satisfy these criteria can be shortlisted for metadata acquisition.

Healthy Reference Microbiome Example

Build a healthy reference gut microbiome dataset.

Code
flowchart TD
A[Healthy Reference Goal] --> B[Search Public Repositories]
B --> C[Identify Candidate Studies]
C --> D[Review Metadata]
D --> E[Apply Inclusion and Exclusion Criteria]
E --> F[Shortlist Studies]

flowchart TD
A[Healthy Reference Goal] --> B[Search Public Repositories]
B --> C[Identify Candidate Studies]
C --> D[Review Metadata]
D --> E[Apply Inclusion and Exclusion Criteria]
E --> F[Shortlist Studies]

Example candidate studies used throughout this guide include:

  • PRJNA322554 (human gut microbiome, single-end amplicon sequencing)
  • PRJNA802976 (human gut microbiome, paired-end amplicon sequencing)

These examples demonstrate how study discovery can identify datasets that satisfy the same biological objective while representing different sequencing designs.

Outputs of Study Discovery

The primary output of study discovery is a shortlist of candidate studies suitable for downstream acquisition.

Research Question
        ↓
Repository Search
        ↓
Study Evaluation
        ↓
Candidate BioProjects

These BioProject accessions become the starting point for accession exploration and metadata acquisition.

Looking Ahead

Once candidate studies have been identified, the next challenge is understanding how public repositories organize biological data. In the next chapter, we examine accession systems and the relationships between BioProjects, BioSamples, Experiments, and Runs.