ReactomePA: Reactome Pathway Analysis

This package provides functions for pathway analysis based on REACTOME pathway database. It implements enrichment analysis, gene set enrichment analysis and several functions for visualization.

ReactomePA is released within the Bioconductor project and the source code is hosted in GitHub.

Author

Guangchuang Yu, School of Basic Medical Sciences, Southern Medical University.

Citation

Please cite the following article when using ReactomePA:

citation

Yu G and He QY*. ReactomePA: an R/Bioconductor package for reactome pathway analysis and visualization. Molecular BioSystems, 2016,12(2):477-9.

Installation

Install ReactomePA is easy, follow the guide in the Bioconductor page:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
## biocLite("BiocUpgrade") ## you may need this
biocLite("ReactomePA")

Overview

Enrichment Analysis

  • Over-representation analysis
  • Gene set enrichment analysis

Visualization

  • barplot
  • cnetplot
  • dotplot
  • enrichMap
  • gseaplot
  • upsetplot
  • viewPathway

Find out details and examples on Documentation.

Projects that depend on ReactomePA

Feedback