Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 557 Bytes

README.mkd

File metadata and controls

17 lines (11 loc) · 557 Bytes

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 package, and use it to install GSEAMA:

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

The package vignette can be downloaded here.