# HG changeset patch # User kpbioteam # Date 1531735433 14400 # Node ID 6d08a0432d3f56034c1a0749083eea527f88b96a # Parent a12bbeb898a4ddb66f224047d5d52e8fe9cba9d9 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_go commit 19aa66aed9f704dc98680d2573ff7b13c81c0ca2-dirty diff -r a12bbeb898a4 -r 6d08a0432d3f clusterProfiler_go.R --- 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",