db-reactome

Query the Reactome REST API for pathway enrichment and gene-pathway mapping.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-reactome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-reactome
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/db-reactome
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-reactome

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, reactome2py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of querying biological pathway data and performing enrichment analysis, enabling researchers to gain deeper insights into biological systems.

Core Features & Use Cases

  • Pathway Data Retrieval: Access detailed information about biological pathways, reactions, and molecular entities.
  • Pathway Enrichment Analysis: Identify statistically significant pathways from gene or protein lists.
  • Expression Data Analysis: Analyze gene expression datasets to uncover relevant biological pathways.
  • Use Case: A researcher has a list of genes identified in a recent experiment and wants to understand which biological pathways are most affected. This Skill can take the gene list and return the top enriched pathways with associated statistical significance.

Quick Start

Use the db-reactome skill to perform overrepresentation analysis on the gene list provided in the file 'my_genes.txt'.

Frequently Asked Questions about db-reactome

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform pathway enrichment analysis on a list of genes?

Pathway enrichment analysis on a gene list is performed by querying the Reactome Analysis Service to identify statistically significant biological pathways. This process maps your genes to known molecular interactions and returns enriched pathways with associated statistical significance.

What is overrepresentation analysis in systems biology?

Overrepresentation analysis in systems biology identifies which biological pathways are statistically overrepresented in a given gene or protein list. It helps researchers understand which molecular interactions and biological processes are most significantly affected in their experimental dataset.

Can I analyze gene expression datasets to find affected biological pathways?

Gene expression datasets can be analyzed to uncover relevant biological pathways using the Reactome Analysis Service. The analysis processes your expression data to identify significantly impacted pathways and molecular interactions within the biological system.

How do I retrieve detailed biological pathway data and molecular interactions?

Detailed biological pathway data and molecular interactions are retrieved by querying the Reactome Content Service REST API. This provides direct access to comprehensive information about specific pathways, reactions, and molecular entities for systems biology studies.

Do I need a Python client library to query the Reactome REST API?

Querying the Reactome REST API does not strictly require a Python client library, as the REST API can be accessed directly. However, an optional Python client library is supported to simplify data retrieval and computational analysis tasks.

What is the best way to map a gene list to biological pathways?

The best way to map a gene list to biological pathways is by utilizing a dedicated Reactome analysis tool for gene-pathway mapping. This approach processes your gene list to identify enriched pathways and molecular interactions with statistical significance.