- Home
- Bioconductor 3.22
- Software Packages
- enrichplot
enrichplot
This is the released version of enrichplot; for the devel version, see enrichplot.
Visualization of Functional Enrichment Result
Bioconductor version: Release (3.22)
The 'enrichplot' package implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. It is mainly designed to work with the 'clusterProfiler' package suite. All the visualization methods are developed based on 'ggplot2' graphics.
Author: Guangchuang Yu [aut, cre] ORCID iD ORCID: 0000-0002-6485-8781 , Chun-Hui Gao [ctb] ORCID iD ORCID: 0000-0002-1445-7939
Maintainer: Guangchuang Yu <guangchuangyu at gmail.com>
citation("enrichplot")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("enrichplot")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("enrichplot")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.