reactome-database

Query Reactome pathway data and perform gene enrichment analysis via REST API.

298|27|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill reactome-database-jaechang-hits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reactome-database
Source: https://github.com/jaechang-hits/SciAgent-Skills/tree/main/skills/systems-biology-multiomics/reactome-database
Command: npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill reactome-database-jaechang-hits

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of querying biological pathway information and performing gene enrichment analysis, making complex biological data more accessible.

Core Features & Use Cases

  • Pathway Queries: Retrieve detailed information about biological pathways and reactions using stable IDs or keywords.
  • Gene Enrichment Analysis: Submit lists of genes or proteins to identify significantly enriched pathways.
  • Use Case: Analyze a list of differentially expressed genes from an RNA-seq experiment to identify the key biological pathways that are affected.

Quick Start

Use the reactome-database skill to find pathways related to 'apoptosis' in humans.

Frequently Asked Questions about reactome-database

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

FAQPage Schema
How do I perform gene enrichment analysis on a list of differentially expressed genes?

Gene enrichment analysis identifies affected biological pathways by submitting gene or protein lists to the Reactome Analysis Service for over-representation computation. This helps interpret RNA-seq differentially expressed gene lists by highlighting significantly enriched pathways.

How can I query biological pathways by keyword or ID?

Query biological pathways by stable IDs or keywords via the Reactome Content Service REST API to retrieve detailed pathway and reaction information. You can search for specific terms like apoptosis in humans and retrieve participating entities and molecules.

What is Reactome pathway analysis and when do I need it for systems biology research?

Reactome pathway analysis is the process of querying a biological pathway database to retrieve reaction details and perform gene list enrichment. You need it for systems biology research to identify significantly enriched pathways from gene lists, such as those from RNA-seq experiments.

Does the reactome-database skill require installing dependencies to access the REST API?

Accessing the Reactome REST API requires the requests dependency to query the Content Service and Analysis Service. Ensure the requests package is installed in your environment to retrieve pathway data and compute enrichment results.

Can I use this to find participating molecules in a specific biological pathway?

Yes, you can retrieve participating entities and molecules for a specific biological pathway by querying the Reactome database with a stable ID. The Content Service returns detailed information about the molecules involved in the queried pathway.

What are the limitations of using REST API queries for Reactome pathway data?

Using REST API queries for Reactome pathway data limits you to the endpoints provided by the Content Service and Analysis Service. Over-representation analysis results depend on the accuracy of the submitted gene lists and the pathway database's current coverage.