Skip to content

GuangchuangYu/enrichplot

 
 

Repository files navigation

Visualization of Functional Enrichment Result

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 implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. All the visualization methods are developed based on ‘ggplot2’ graphics.

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

✍️ Authors

Guangchuang YU https://guangchuangyu.github.io

School of Basic Medical Sciences, Southern Medical University

Twitter saythanks

⏬ 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("devtools")
devtools::install_github("YuLab-SMU/enrichplot")

💖 Contributing

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

About

Visualization of Functional Enrichment Result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.1%
  • Makefile 0.9%