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
- Host: GitHub
- URL: https://github.com/dgrtwo/gseama
- Owner: dgrtwo
- License: other
- Created: 2014-08-22T20:12:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T17:57:27.000Z (about 8 years ago)
- Last Synced: 2025-04-02T12:07:09.026Z (about 1 year ago)
- Language: R
- Size: 458 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
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).