rgsepd
Gene Set Enrichment / Projection Displays
Bioconductor version: 3.23 · Package version: 1.44.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("rgsepd") Details
| Maintainer | Karl Stamm <karl.stamm@gmail.com> |
| Author | Karl Stamm |
| License | GPL-3 |
| Downloads rank | 386 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneSetEnrichment, ImmunoOncology, RNASeq, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0), DESeq2, goseq (>= 1.28)
Imports: gplots, biomaRt, org.Hs.eg.db, GO.db, SummarizedExperiment, AnnotationDbi
Suggests: boot, tools, BiocGenerics, knitr, xtable