- Home
- Bioconductor 3.23
- Software Packages
- rgsepd (development version)
rgsepd
This is the development version of rgsepd; for the stable release version, see rgsepd.
Gene Set Enrichment / Projection Displays
Bioconductor version: Development (3.23)
R/GSEPD is a bioinformatics package for R to help disambiguate transcriptome samples (a matrix of RNA-Seq counts at transcript IDs) by automating differential expression (with DESeq2), then gene set enrichment (with GOSeq), and finally a N-dimensional projection to quantify in which ways each sample is like either treatment group.
Author: Karl Stamm
Maintainer: Karl Stamm <karl.stamm at gmail.com>
citation("rgsepd")):
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("rgsepd")
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("rgsepd")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.