reactome-database

Query Reactome REST API for pathway data and perform overrepresentation or expression analyses.

43|13|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/lifangda/claude-plugins --skill reactome-database-lifangda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reactome-database
Source: https://github.com/lifangda/claude-plugins/tree/main/cli-tool/skills-library/scientific-databases/reactome-database/reactome-database
Command: npx skills add https://github.com/lifangda/claude-plugins --skill reactome-database-lifangda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Access Reactome content and analysis services to retrieve pathways, map entities, and perform overrepresentation or expression analyses for systems biology research.

Core Features & Use Cases

  • Content Service & Analysis Service: data retrieval and pathway enrichment
  • Reactome2py client: Python wrappers for common endpoints
  • Overrepresentation and expression analyses: token-based results and pathway lists

Quick Start

Try querying a pathway by ID (e.g., R-HSA-69278) and run a simple enrichment on a gene list.

Frequently Asked Questions about reactome-database

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

FAQPage Schema
How do I query Reactome pathways and perform enrichment analysis?

Reactome pathway analysis retrieves pathway data and performs enrichment via REST API endpoints. Use the Content Service to fetch pathway information by ID, then apply the Analysis Service for overrepresentation or expression analysis on gene lists to identify significantly enriched pathways.

Can I map genes to Reactome pathways for disease research?

Yes, Reactome mapping projects genes onto pathway databases to identify disease-associated pathways. The REST API supports cross-species comparisons and projection mapping, enabling you to link gene sets to specific biological processes and disease mechanisms.

What's the best way to analyze gene enrichment in biological pathways?

Overrepresentation analysis identifies statistically significant pathways from gene lists by querying Reactome's pathway content. Submit genes to the Analysis Service, retrieve token-based results, and visualize findings through the Pathway Browser for systems biology interpretation.

Do I need prior knowledge of Reactome to use pathway enrichment?

No prerequisite Reactome knowledge is required. Start with a gene list and a pathway ID example like R-HSA-69278; the REST API handles pathway lookups and enrichment calculations, returning human-readable pathway names and participating molecules automatically.

What expression data formats does Reactome analysis support?

Reactome's Analysis Service accepts gene lists for expression data analysis through REST endpoints. Submit gene identifiers and expression values; the service maps them to pathways and returns enrichment statistics without requiring specific file format preprocessing.

Can I compare pathways across different species using Reactome?

Yes, cross-species pathway comparison is built into Reactome's REST API. The Content Service retrieves orthologous pathway information and the Analysis Service projects gene data across species, enabling comparative systems biology and pathway conservation studies.