Mercurial > repos > proteore > proteore_clusterprofiler
diff GO-enrich.R @ 10:6604d9aa7cf3 draft
planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
| author | proteore |
|---|---|
| date | Tue, 18 Sep 2018 11:12:47 -0400 |
| parents | 60a3897346e0 |
| children | 1d6095094e5f |
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()
