changeset 6:6d08a0432d3f draft

planemo upload for repository https://github.com/kpbioteam/clusterProfiler_go commit 19aa66aed9f704dc98680d2573ff7b13c81c0ca2-dirty
author kpbioteam
date Mon, 16 Jul 2018 06:03:53 -0400
parents a12bbeb898a4
children e63c8d858a65
files clusterProfiler_go.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/clusterProfiler_go.R	Sun Jul 15 10:53:44 2018 -0400
+++ b/clusterProfiler_go.R	Mon Jul 16 06:03:53 2018 -0400
@@ -12,7 +12,7 @@
 
 gene <- read.table(input1)
 ego <- enrichGO(gene          = c(gene$V1),
-                keyType = "ENTREZID",
+                keyType = "SYMBOL",
                 OrgDb         = org.Hs.eg.db,
                 ont           = "BP",
                 pAdjustMethod = "BH",