Skip to content

Commit

Permalink
move Cairo to parallel nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssayols committed Jun 29, 2017
1 parent 67573df commit 17824f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/GO_Enrichment/GO_Enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
############################################################################
options(stringsAsFactors=FALSE)
library(DESeq2)
library(Cairo)
library(parallel)

# suported organisms
Expand Down Expand Up @@ -76,6 +75,7 @@ processContrast <- function(x) {

library(clusterProfiler)
library(ReactomePA)
library(Cairo)

calculateGoEnrichment <- function(de.genes, univ.genes, suffix) {
# convert to entrezID downregulated/univers genes
Expand Down

0 comments on commit 17824f4

Please sign in to comment.