SeqGSEA
Gene Set Enrichment Analysis (GSEA) of RNA-Seq Data: integrating differential expression and splicing
Bioconductor version: 3.23 · Package version: 1.52.0
The package generally provides methods for gene set enrichment analysis of high-throughput RNA-Seq data by integrating differential expression and splicing. It uses negative binomial distribution to model read count data, which accounts for sequencing biases and biological variation. Based on permutation tests, statistical significance can also be achieved regarding each gene's differential expression and splicing, respectively.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SeqGSEA") Details
| Maintainer | Xi Wang <Xi.Wang@dkfz.de> |
| Author | Xi Wang <Xi.Wang@newcastle.edu.au> |
| License | GPL (>= 3) |
| Downloads rank | 430 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, DifferentialSplicing, GeneExpression, GeneSetEnrichment, ImmunoOncology, RNASeq, Sequencing, Software |