Skip to contents

This package aims to provide a comprehensive introduction on gene set enrichment analysis.

Topics

Topic 1: gene set resources

Topic 2: ORA and GSEA

Topic 3: Application in genomics

Topic 4: Topology-based

Topic 5: Single-sample GSEA

Topic 6: Similarity, clustering and summarization

Topic 7: Visualization

Topic 8: GSEA framework

Install

library(devtools)
install_github("jokergoo/GSEAtopics")

To install all necessary packages for running the vignettes:

setRepositories(ind = 1:4)
install.packages(c("circlize", "reactome.db", "UniProtKeywords",
    "AnnotationHub", "Orthology.eg.db", "GSVA", "simona", "BiocManager", "CePa",
    "ggplot2", "rGREAT", "KEGGgraph", "proxyC", "sparseMatrixStats", "HilbertCurve", 
    "TxDb.Hsapiens.UCSC.hg19.knownGene", "cola", "cowplot", "eulerr", "golubEsets", 
    "hu6800.db", "microbenchmark", "preprocessCore", "simplifyEnrichment"))

There is also a simplified version

https://carpentries-incubator.github.io/bioc-rnaseq/07-gene-set-analysis.html

License

Code is released under the MIT licence. Vignettes are under the CC BY-NC-ND license.