All Projects → YuLab-SMU → enrichplot

YuLab-SMU / enrichplot

Licence: other
Visualization of Functional Enrichment Result

Programming Languages

r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to enrichplot

geneSCF inactive
GeneSCF moved to a dedicated GitHub page, https://github.com/genescf/GeneSCF
Stars: ✭ 21 (-85.21%)
Mutual labels:  pathway-analysis, enrichment-analysis
rtfbs db
Parse TF motifs from public databases, read into R, and scan using 'rtfbs'.
Stars: ✭ 23 (-83.8%)
Mutual labels:  enrichment-analysis
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (-53.52%)
Mutual labels:  pathway-analysis
newt
A web application to visualize and edit pathway models
Stars: ✭ 46 (-67.61%)
Mutual labels:  pathway-analysis
DOSE
😷 Disease Ontology Semantic and Enrichment analysis
Stars: ✭ 86 (-39.44%)
Mutual labels:  enrichment-analysis
ReactomePA
Reactome Pathway Analysis
Stars: ✭ 27 (-80.99%)
Mutual labels:  enrichment-analysis
rss
Regression with Summary Statistics.
Stars: ✭ 42 (-70.42%)
Mutual labels:  enrichment-analysis
chise.js
A web application to visualize and edit the pathway models represented by SBGN Process Description Notation
Stars: ✭ 15 (-89.44%)
Mutual labels:  pathway-analysis
pygna
A Python package for gene network analysis
Stars: ✭ 25 (-82.39%)
Mutual labels:  enrichment-analysis
pathway-mapper
PathwayMapper: An interactive and collaborative graphical curation tool for cancer pathways
Stars: ✭ 47 (-66.9%)
Mutual labels:  pathway-analysis

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].