changeset 11:cc2bd0d2afa2 draft

planemo upload commit 9664cb97c1ab9d21af2b302eb976015178089a72
author proteore
date Fri, 27 Sep 2019 05:48:17 -0400
parents d951677a50d4
children 85f039f53414
files cluster_profiler.xml
diffstat 1 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/cluster_profiler.xml	Fri Jun 28 05:08:48 2019 -0400
+++ b/cluster_profiler.xml	Fri Sep 27 05:48:17 2019 -0400
@@ -1,12 +1,12 @@
-<tool id="cluter_profiler" name="GO terms classification and enrichment analysis" version="2019.06.27.1">
+<tool id="cluter_profiler" name="GO terms classification and enrichment analysis" version="2019.09.26">
     <description>(Human, Mouse, Rat)[clusterProfiler]</description>
     <requirements>
-        <requirement type="package" version="3.4.1">R</requirement>
-        <requirement type="package" version="3.5.0">bioconductor-org.hs.eg.db</requirement>
-        <requirement type="package" version="3.5.0">bioconductor-org.mm.eg.db</requirement>
-        <requirement type="package" version="3.5.0">bioconductor-org.Rn.eg.db</requirement>
-        <requirement type="package" version="3.2.0">bioconductor-dose</requirement>
-        <requirement type="package" version="3.4.4">bioconductor-clusterprofiler</requirement>
+        <requirement type="package">R</requirement>
+        <requirement type="package" version="3.8.2">bioconductor-org.hs.eg.db</requirement>
+        <requirement type="package" version="3.8.2">bioconductor-org.mm.eg.db</requirement>
+        <requirement type="package" version="3.8.2">bioconductor-org.Rn.eg.db</requirement>
+        <requirement type="package" version="3.10.2">bioconductor-dose</requirement>
+        <requirement type="package" version="3.12.0">bioconductor-clusterprofiler</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
         Rscript "$__tool_directory__/GO-enrich.R"
@@ -19,7 +19,7 @@
             --ncol="$input.ncol"
             --header="$input.header"
         #end if
-        
+
         --id_type="$idti.idtypein"
 
         --species="$species"
@@ -32,7 +32,7 @@
         #end if
 
         #if $ego.go_enrich == "true"
-            --plot="$ego.plot" 
+            --plot="$ego.plot"
             --go_enrich="true"
             --pval_cutoff="$ego.pval"
             --qval_cutoff="$ego.qval"
@@ -51,7 +51,7 @@
         #else
             --go_enrich="false"
         #end if
-        
+
         --onto_opt="$ontology" > $log
     ]]></command>
     <inputs>
@@ -87,7 +87,7 @@
             </param>
             <when value="Uniprot"/>
             <when value="Entrez"/>
-        </conditional>   
+        </conditional>
         <param name="species" type="select" label="Species" >
             <option value="org.Hs.eg.db">Human (Homo sapiens) </option>
             <option value="org.Mm.eg.db">Mouse (Mus musculus) </option>
@@ -226,11 +226,11 @@
 
 This tool is based on R package clusterProfiler and allows to perform GO terms classification and enrichment analyses on gene/protein sets (e.g. given a set of genes that are up-regulated under certain conditions, an enrichment analysis will find which GO terms are over-represented (or under-represented) using annotations for that gene/protein set).
 
-Given a list of IDs, this tool: 
+Given a list of IDs, this tool:
 
 (i)  performs gene classification based on GO distribution at a specific level,
-  
-(ii) calculates GO categories enrichment (over- or under-representation) for the IDs of the input list, compared to a background. User has the possibility to use background corresponding to the whole organism or to a user-defined list. In this latter case, we recommand to use the "Build tissue-specific expression dataset" ProteoRE tool to create this list according to your need. 
+
+(ii) calculates GO categories enrichment (over- or under-representation) for the IDs of the input list, compared to a background. User has the possibility to use background corresponding to the whole organism or to a user-defined list. In this latter case, we recommand to use the "Build tissue-specific expression dataset" ProteoRE tool to create this list according to your need.
 
 -----
 
@@ -238,17 +238,17 @@
 
 Two modes are allowed: either by supplying a tabular file (.csv, .tsv, .txt, .tab) including your IDs (identifiers) or by copy/pasting your IDs (separated by a space).
 
-"Select type/source of IDs": only entrez gene ID (e.g. 4151, 7412) or Uniprot accession number (e.g. P31946) are allowed. If your list is not in this form, please use the ID_Converter tool of ProteoRE. 
+"Select type/source of IDs": only entrez gene ID (e.g. 4151, 7412) or Uniprot accession number (e.g. P31946) are allowed. If your list is not in this form, please use the ID_Converter tool of ProteoRE.
 
 .. class:: warningmark
-	
+
 In copy/paste mode, the number of IDs considered in input is limited to 5000.
 
 -----
 
 **Parameters**
 
-"Species": the three supported species are Homo sapiens, Mus musculus and Rattus norvegicus 
+"Species": the three supported species are Homo sapiens, Mus musculus and Rattus norvegicus
 
 "Perform GO categories representation analysis?": classify genes based on their projection at a specific level of the GO corpus (see parameter below), and provides functions (set to "Yes")
 
@@ -260,24 +260,24 @@
 
 "Q-value cut off": to prevent high false discovery rate (FDR) in multiple testing, Q-values (adjusted P-values) are estimated for FDR control. (default is < 0.05)
 
-"Define your own background IDs?": by default the whole genome/proteome is used as a reference background to compute the enrichment. As this reference set should normally only include genes/proteins that were monitored during your analysis, this option allows to provide your own background; this could be for instance, the total number of genes/proteins expressed in the tissue/sample under study. 
+"Define your own background IDs?": by default the whole genome/proteome is used as a reference background to compute the enrichment. As this reference set should normally only include genes/proteins that were monitored during your analysis, this option allows to provide your own background; this could be for instance, the total number of genes/proteins expressed in the tissue/sample under study.
 
-If you want to use your own background, click on the "Yes" button. Your gene/protein set must be a list of Entrez gene ID or Uniprot accession number (otherwise, use the ID-Converter tool of ProteoRE). Select the file containing your list of ID (as background), then specify the column number which contains IDs and the type of IDs (gene Entrez or Uniprot Accession number) as requested. 
+If you want to use your own background, click on the "Yes" button. Your gene/protein set must be a list of Entrez gene ID or Uniprot accession number (otherwise, use the ID-Converter tool of ProteoRE). Select the file containing your list of ID (as background), then specify the column number which contains IDs and the type of IDs (gene Entrez or Uniprot Accession number) as requested.
 
 Of note: for Human species, you can build your own background by using the "Build tissue-specific expression dataset" tool of ProteoRE.
 
------ 
+-----
 
 **Output**
 
-Diagram output: graphical output in the form of bar-plot or dot-plot (png, jpeg or pdf format), one figure for each GO category. 
-Text tables: with the following information GO category description (e.g.BP.Description), GO term identifier (e.g. BP.GOID) and GO term frequency (e.g. BP.Frequency)d graphics representing the repartition and/or enrichment of GO categories. One table and one graphic will be produced for each GO catagory. 
+Diagram output: graphical output in the form of bar-plot or dot-plot (png, jpeg or pdf format), one figure for each GO category.
+Text tables: with the following information GO category description (e.g.BP.Description), GO term identifier (e.g. BP.GOID) and GO term frequency (e.g. BP.Frequency)d graphics representing the repartition and/or enrichment of GO categories. One table and one graphic will be produced for each GO catagory.
 
 -----
 
 **Authors**
 
-G Yu, LG Wang, Y Han, QY He. clusterProfiler: an R package for comparing biological themes among gene clusters. 
+G Yu, LG Wang, Y Han, QY He. clusterProfiler: an R package for comparing biological themes among gene clusters.
 OMICS: A Journal of Integrative Biology 2012, 16(5):284-287. doi:[10.1089/omi.2011.0118](http://dx.doi.org/10.1089/omi.2011.0118)
 
 User manual / Documentation of the clusterProfiler R package (functions and parameters):
@@ -287,13 +287,13 @@
 
 .. class:: infomark
 
-Bioconductor Packages used: 
+Bioconductor Packages used:
 
-    - bioconductor-org.hs.eg.db v3.5.0
-    - bioconductor-org.mm.eg.db v3.5.0
-    - bioconductor-org.rn.eg.db v3.5.0
-    - dose v3.2.0
-    - clusterprofiler v 3.4.4
+    - bioconductor-org.hs.eg.db v3.8.2
+    - bioconductor-org.mm.eg.db v3.8.2
+    - bioconductor-org.rn.eg.db v3.8.2
+    - dose v3.10.2
+    - clusterprofiler v 3.12.0
 
 .. class:: infomark