bio-workflows-expression-to-pathways

Translate differential expression results into GO, KEGG, and Reactome enrichment analyses with visualization.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ya-way/cytoclaw-skills --skill bio-workflows-expression-to-pathways
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-workflows-expression-to-pathways
Source: https://github.com/ya-way/cytoclaw-skills/tree/main/workspace/skills/bio-wf-expression-to-pathways
Command: npx skills add https://github.com/ya-way/cytoclaw-skills --skill bio-workflows-expression-to-pathways

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow translates differential expression results into biological pathway insights by performing GO, KEGG, and Reactome enrichment analyses with visualization.

Core Features & Use Cases

  • DE to Pathway Enrichment: converts DE gene lists to enriched pathway terms (GO, KEGG, Reactome) and supports visualization.
  • GSEA Support: includes gene-set enrichment analysis for ranked DE data.
  • Use Case: Researchers can obtain enriched pathways and publication-ready plots for reporting from RNA-seq DE results.

Quick Start

Run the expression-to-pathways workflow on a ranked DE gene list to generate GO/KEGG/Reactome enrichment plots.

Frequently Asked Questions about bio-workflows-expression-to-pathways

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

FAQPage Schema
How do I perform pathway enrichment analysis on RNA-seq differential expression results?

Pathway enrichment analysis on RNA-seq differential expression results is performed by inputting DE gene lists into a workflow that runs GO, KEGG, and Reactome enrichment using clusterProfiler, generating enriched terms and publication-ready plots.

Can I run GSEA on a ranked gene list from differential expression data?

Yes, you can run gene-set enrichment analysis (GSEA) on a ranked gene list from differential expression data, interpreting ranked DE data to identify enriched pathways and produce visualization plots across GO, KEGG, and Reactome databases.

What's the best way to convert DE gene lists for GO and KEGG enrichment analysis?

The best way to convert DE gene lists for GO and KEGG enrichment analysis involves applying ID conversion procedures that ensure valid gene identifiers pass QC checkpoints before clusterProfiler executes the enrichment queries.

Does this pathway enrichment workflow support Reactome database visualization?

Yes, this pathway enrichment workflow supports Reactome database visualization, generating publication-ready plots for Reactome enriched terms alongside standard GO and KEGG enrichment outputs for RNA-seq DE results.

Why does my GO enrichment analysis return no meaningful terms for my DE gene list?

GO enrichment analysis returns no meaningful terms for a DE gene list when input gene IDs fail QC checkpoints, requiring proper ID conversion to valid identifiers before clusterProfiler can successfully execute enrichment queries.

Do I need clusterProfiler to generate publication-ready plots from pathway enrichment?

Yes, you need clusterProfiler to generate publication-ready plots from pathway enrichment, as it drives the underlying enrichment analyses and optional visualization exports for GO, KEGG, and Reactome results.