RGSEA
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see RGSEA.
Random Gene Set Enrichment Analysis
Bioconductor version: 3.21
Combining bootstrap aggregating and Gene set enrichment analysis (GSEA), RGSEA is a classfication algorithm with high robustness and no over-fitting problem. It performs well especially for the data generated from different exprements.
Author: Chengcheng Ma
Maintainer: Chengcheng Ma <ccma at sibs.ac.cn>
citation("RGSEA")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RGSEA")
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("RGSEA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.