Visualization of Functional Enrichment Result

April 24, 2026 · View on GitHub

Bioc

download

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. platform Build
Status Last-changedate

The ‘enrichplot’ package provides visualization methods for interpreting functional enrichment results from ORA or GSEA analyses. It is designed to work with the ‘clusterProfiler’ ecosystem and builds on ‘ggplot2’ for flexible and extensible graphics.

For details, please visit https://yulab-smu.top/biomedical-knowledge-mining-book/enrichplot.html.

:writing_hand: Authors

Guangchuang YU https://yulab-smu.top

School of Basic Medical Sciences, Southern Medical University

:arrow_double_down: Installation

Get the released version from Bioconductor:

## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
## BiocManager::install("BiocUpgrade") ## you may need this
BiocManager::install("enrichplot")

Or the development version from github:

## install.packages("remotes")
remotes::install_github("YuLab-SMU/enrichplot")

## or
## install.packages("yulab.utils")
yulab.utils::install_zip_gh("YuLab-SMU/enrichplot")

:sparkling_heart: Contributing

We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.