bio-pathway-reactome

Identify enriched Reactome pathways in gene lists using ReactomePA.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-pathway-reactome-stellaromics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-pathway-reactome
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-pathway-analysis-reactome-pathways
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-pathway-reactome-stellaromics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reactome pathway enrichment analysis using the ReactomePA package to identify enriched, peer-reviewed pathways in gene lists and to enable downstream visualization and pathway hierarchy exploration.

Core Features & Use Cases

  • Over-representation analysis with enrichPathway to identify enriched Reactome pathways in a gene list.
  • GSEA on ranked gene lists with gsePathway to detect coordinated changes across Reactome pathways.
  • Visualization and browser view of pathways with viewPathway and related plots; supports multi-species analysis.

Quick Start

Run Reactome pathway enrichment on your gene list to identify enriched Reactome pathways.

Frequently Asked Questions about bio-pathway-reactome

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

FAQPage Schema
How do I perform Reactome pathway enrichment on a gene list?

You run Reactome pathway enrichment by applying the ReactomePA enrichPathway function to your gene list. This identifies enriched peer-reviewed biological pathways from your differential expression results by processing input Entrez IDs.

Can I use GSEA for Reactome pathway analysis on a ranked gene list?

Yes, you can use the gsePathway function to run GSEA on a ranked gene list. This detects coordinated expression changes across Reactome pathways, allowing you to identify pathways enriched based on continuous metric ranking rather than binary gene selection.

Do I need Entrez IDs to run Reactome pathway enrichment?

Yes, you need Entrez IDs as input for Reactome pathway enrichment. The ReactomePA package requires these identifiers to map genes to Reactome pathways, alongside proper organism annotations provided through OrgDb.

Does ReactomePA support pathway enrichment for mouse and rat organisms?

Yes, ReactomePA supports cross-species analyses for human, mouse, rat, and other organisms. You must configure the proper organism annotations via OrgDb to ensure the Reactome pathways map correctly to your specific model organism's Entrez IDs.

What is the difference between enrichPathway and gsePathway for Reactome analysis?

enrichPathway performs over-representation analysis on a discrete gene list to find enriched Reactome pathways, while gsePathway runs GSEA on a ranked gene list to detect coordinated changes. Choose enrichPathway for binary gene sets and gsePathway for continuous differential expression metrics.