Mercurial > repos > proteore > proteore_topgo
comparison enrichment_v3.R @ 5:829cbdb71efa draft
planemo upload commit ffa3be72b850aecbfbd636de815967c06a8f643f-dirty
author | proteore |
---|---|
date | Thu, 01 Mar 2018 11:04:54 -0500 |
parents | 472ad7da3d92 |
children | ddaa0c318d65 |
comparison
equal
deleted
inserted
replaced
4:288d10aa2497 | 5:829cbdb71efa |
---|---|
30 # results file, barplot.png for the barplot image file and dotplot.png for the | 30 # results file, barplot.png for the barplot image file and dotplot.png for the |
31 # dotplot image file | 31 # dotplot image file |
32 | 32 |
33 | 33 |
34 # loading topGO library | 34 # loading topGO library |
35 library("topGO") | 35 library(topGO) |
36 | 36 |
37 '%!in%' <- function(x,y)!('%in%'(x,y)) | 37 '%!in%' <- function(x,y)!('%in%'(x,y)) |
38 | 38 |
39 | 39 |
40 # Parse command line arguments | 40 # Parse command line arguments |