# HG changeset patch # User proteore # Date 1575552924 0 # Node ID 25222be4a88b068583300ec52f13fa5ea7271dd6 # Parent 3d4cdea0ea2075c644940127732a7524d50742fa planemo upload commit c9d70181a2b587e53dcc4b5885b74b625def6b8c-dirty diff -r 3d4cdea0ea20 -r 25222be4a88b GO-enrich.R --- a/GO-enrich.R Thu Sep 26 08:59:40 2019 -0400 +++ b/GO-enrich.R Thu Dec 05 13:35:24 2019 +0000 @@ -50,6 +50,9 @@ ont=ontology, level=level, readable=TRUE) + + ggo@result<-ggo@result[order(-ggo@result$Count),] + if (length(ggo@result$ID) > 0 ) { ggo@result$Description <- sapply(as.vector(ggo@result$Description), function(x) {ifelse(nchar(x)>50, substr(x,1,50),x)},USE.NAMES = FALSE) diff -r 3d4cdea0ea20 -r 25222be4a88b cluster_profiler.xml --- a/cluster_profiler.xml Thu Sep 26 08:59:40 2019 -0400 +++ b/cluster_profiler.xml Thu Dec 05 13:35:24 2019 +0000 @@ -1,4 +1,4 @@ - + (Human, Mouse, Rat)[clusterProfiler] R