Skip to content

Instantly share code, notes, and snippets.

View jakeyeung's full-sized avatar

Jake Yeung jakeyeung

View GitHub Profile
@jakeyeung
jakeyeung / AnalyzeGeneEnrichment.R
Created October 26, 2015 12:12
Analyze gene enrichment
# AnalyzeGeneEnrichment.R
# using topGO
# 25 Feb 2014
#
# if necessary:
# source("http://bioconductor.org/biocLite.R")
# biocLite("topGO")
# source("http://bioconductor.org/biocLite.R")
# biocLite("org.Mm.eg.db")