- Home
- Bioconductor 3.23
- Software Packages
- ReactomePA (development version)
ReactomePA
This is the development version of ReactomePA; for the stable release version, see ReactomePA.
Reactome Pathway Analysis
Bioconductor version: Development (3.23)
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. This package is not affiliated with the Reactome team.
Author: Guangchuang Yu [aut, cre], Vladislav Petyuk [ctb]
Maintainer: Guangchuang Yu <guangchuangyu at gmail.com>
citation("ReactomePA")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("ReactomePA")
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("ReactomePA")
Details
Package Archives
Follow Installation instructions to use this package in your R session.