bulk-rnaseq-gsea-visualization

Visualize GSEA results from RNA-seq studies with R plots and a Python dashboard.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/tony-zhelonkin/SciAgent-toolkit --skill bulk-rnaseq-gsea-visualization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-rnaseq-gsea-visualization
Source: https://github.com/tony-zhelonkin/SciAgent-toolkit/tree/main/skills/.deprecated/bulk-rnaseq-gsea-visualization
Command: npx skills add https://github.com/tony-zhelonkin/SciAgent-toolkit --skill bulk-rnaseq-gsea-visualization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualizes completed GSEA analyses from RNA-seq studies and bridges results to publication-ready figures and an interactive exploration dashboard.

Core Features & Use Cases

  • Publication-quality GSEA visualizations (R-based dotplots, NES bars, running sums)
  • Interactive pathway explorer dashboard (Python) fed by master_gsea_table.csv
  • Cross-database pooling and per-database visualization workflows to support quick investigation and reporting
  • Easy integration with existing RNA-seq pipelines to generate figures and insights from results

Quick Start

Run the R-based plotting workflow to generate publication-quality figures from your GSEA results, or launch the Python pathway explorer to interactively explore master GSEA tables.

Frequently Asked Questions about bulk-rnaseq-gsea-visualization

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

FAQPage Schema
How do I visualize GSEA results from RNA-seq data for publication?

To visualize GSEA results from RNA-seq data for publication, you can generate publication-quality figures including dotplots, NES bars, and running sums using R-based plotting with clusterProfiler and enrichplot. This workflow uses defined color palettes and schema validation to ensure consistent output.

What is a master GSEA table and how does it power an interactive pathway explorer?

A master GSEA table (master_gsea_table.csv) is a consolidated file of GSEA results that powers an interactive Python-based pathway explorer dashboard. It enables dynamic investigation and reporting of enriched pathways by feeding pooled or per-database data directly into the UI.

Can I pool GSEA results across multiple databases for visualization?

Yes, you can pool GSEA results across multiple databases for visualization. The workflow supports both per-database visualizations and cross-database pooled analyses, allowing you to investigate and report enriched pathways from various sources simultaneously.

How do I create an interactive dashboard from RNA-seq pathway analysis results?

To create an interactive dashboard from RNA-seq pathway analysis results, you launch the Python-based pathway explorer UI. This dashboard is fed by the master_gsea_table.csv file, allowing you to interactively explore and filter GSEA outputs.

Do I need R and Python to run GSEA visualizations and the pathway explorer?

Yes, you need both R and Python to run the full workflow. R is required for generating publication-quality GSEA visualizations using clusterProfiler and enrichplot, while Python is needed to launch and power the interactive pathway explorer dashboard.