fgsea
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see fgsea.
Fast Gene Set Enrichment Analysis
Bioconductor version: 3.21
The package implements an algorithm for fast gene set enrichment analysis. Using the fast algorithm allows to make more permutations and get more fine grained p-values, which allows to use accurate stantard approaches to multiple hypothesis correction.
Author: Gennady Korotkevich [aut], Vladimir Sukhov [aut], Nikolay Budin [ctb], Nikita Gusak [ctb], Zieman Mark [ctb], Alexey Sergushichev [aut, cre]
Maintainer: Alexey Sergushichev <alsergbox at gmail.com>
citation("fgsea")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fgsea")
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("fgsea")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.