- Home
- Bioconductor 3.23
- Software Packages
- EGSEA (development version)
EGSEA
This is the development version of EGSEA; for the stable release version, see EGSEA.
Ensemble of Gene Set Enrichment Analyses
Bioconductor version: Development (3.23)
This package implements the Ensemble of Gene Set Enrichment Analyses (EGSEA) method for gene set testing. EGSEA algorithm utilizes the analysis results of twelve prominent GSE algorithms in the literature to calculate collective significance scores for each gene set.
Author: Monther Alhamdoosh [aut, cre], Luyi Tian [aut], Milica Ng [aut], Matthew Ritchie [ctb]
Maintainer: Monther Alhamdoosh <m.hamdoosh at gmail.com>
citation("EGSEA")):
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("EGSEA")
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("EGSEA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.