Mercurial > repos > proteore > proteore_clusterprofiler
changeset 10:6604d9aa7cf3 draft
planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
| author | proteore |
|---|---|
| date | Tue, 18 Sep 2018 11:12:47 -0400 |
| parents | 60a3897346e0 |
| children | 37370cab5e5f |
| files | GO-enrich.R cluster_profiler.xml |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/GO-enrich.R Tue Sep 18 10:44:34 2018 -0400 +++ b/GO-enrich.R Tue Sep 18 11:12:47 2018 -0400 @@ -93,7 +93,7 @@ if ("barplot" %in% plot ){ bar_name <- paste("EGO_", ontology, "_bar-plot", sep = "") png(bar_name,height = 720, width = 600) - p <- barplot(ego) + p <- barplot(ego, showCategory=10) print(p) dev.off()
--- a/cluster_profiler.xml Tue Sep 18 10:44:34 2018 -0400 +++ b/cluster_profiler.xml Tue Sep 18 11:12:47 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="cluter_profiler" name="clusterProfiler" version="2018.09.18.5"> +<tool id="cluter_profiler" name="clusterProfiler" version="2018.09.18.6"> <description> GO terms classification and enrichment analysis </description>
