Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 5.64 KB

File metadata and controls

51 lines (35 loc) · 5.64 KB

GseaVis

The goal of GseaVis is to visualize GSEA enrichment results as an implement package for enrichplot gseaplot2 function. And some codes origin from enrichplot package, thanks for Guangchuang Yu professor's contribution! The enrichment results from clusterProfiler and GSEA software can be supported as input for GseaVis for visualization.

You can mark your gene name on GSEA plot and this package also support more avaliable parameters to customize your own plot.

Installation

You can install the development version of GseaVis from GitHub with:

# install.packages("devtools")
devtools::install_github("junjunlab/GseaVis")

Citation

Jun Zhang, Hongyuan Li, Wenjun Tao, Jun Zhou. GseaVis: An R Package for Enhanced Visualization of Gene Set Enrichment Analysis in Biomedicine. Med Research, 2025.

Examples

image

Documentation

https://junjunlab.github.io/gseavis-manual/

Related blogs