An open API service indexing awesome lists of open source software.

https://github.com/dgrtwo/gseama

Gene Set Enrichment Analysis Made Awesome
https://github.com/dgrtwo/gseama

Last synced: 11 months ago
JSON representation

Gene Set Enrichment Analysis Made Awesome

Awesome Lists containing this project

README

          

Gene Set Enrichment Analysis Made Awesome
=============================

Installation
-------------

First install the Bioconductor dependencies:

source("http://bioconductor.org/biocLite.R")
biocLite(c("GO.db", "AnnotationDbi", "qvalue"))

Then install the [devtools](https://github.com/hadley/devtools) package, and use it to install GSEAMA:

install.packages("devtools")
devtools::install_github("dgrtwo/GSEAMA")

The package vignette can be downloaded [here](https://github.com/dgrtwo/GSEAMA/blob/master/_vignettes/GSEAMA.pdf?raw=true).