bio-pathway-enrichment-visualization

Installation
SKILL.md

Enrichment Visualization

Scope

This skill covers enrichplot package functions designed for clusterProfiler results:

  • dotplot(), barplot() - Summary views
  • cnetplot(), emapplot(), treeplot() - Network/hierarchical views
  • gseaplot2(), ridgeplot() - GSEA-specific
  • goplot(), heatplot(), upsetplot() - Specialized views

For custom ggplot2 enrichment dotplots (manual implementation), see data-visualization/specialized-omics-plots.

Setup

library(clusterProfiler)
library(enrichplot)
library(ggplot2)
Installs
4
GitHub Stars
864
First Seen
Jan 24, 2026
bio-pathway-enrichment-visualization — gptomics/bioskills