Mercurial > repos > proteore > proteore_clusterprofiler
changeset 30:eb12bb18b5dd draft
planemo upload commit 8b5a5b0b634bf3f62913a06a936c6f7295fa9f2b
| author | proteore |
|---|---|
| date | Tue, 18 Dec 2018 03:21:33 -0500 |
| parents | 52735594cd45 |
| children | b62fd03a3822 |
| files | cluster_profiler.xml |
| diffstat | 1 files changed, 84 insertions(+), 65 deletions(-) [+] |
line wrap: on
line diff
--- a/cluster_profiler.xml Thu Dec 13 04:01:09 2018 -0500 +++ b/cluster_profiler.xml Tue Dec 18 03:21:33 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="cluter_profiler" name="GO terms classification and enrichment analysis" version="2018.12.12"> +<tool id="cluter_profiler" name="GO terms classification and enrichment analysis" version="2018.12.18"> <description>(Human, Mouse, Rat)[clusterProfiler]</description> <requirements> <requirement type="package" version="3.4.1">R</requirement> @@ -56,9 +56,9 @@ ]]></command> <inputs> <conditional name="input" > - <param name="ids" type="select" label="Provide your identifiers" help="Copy/paste or ID list (Uniprot accession Nb or Entrez Gene ID) from a file (e.g. table)" > - <option value="text">Copy/paste your identifiers</option> - <option value="file" selected="true">Input file containing your identifiers</option> + <param name="ids" type="select" label="Enter your IDs (UniProt Accession numer or Gene ID)" help="Copy/paste or from a file (e.g. table)" > + <option value="text">Copy/paste your IDs</option> + <option value="file" selected="true">Input file containing your IDs</option> </param> <when value="text" > <param name="txt" type="text" label="Copy/paste your identifiers" help='IDs must be separated by spaces into the form field, for example: P31946 P62258' > @@ -74,50 +74,54 @@ </when> <when value="file" > <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="" /> - <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" /> - <param name="ncol" type="text" value="c1" label="The column number of IDs to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> + <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> + <param name="ncol" type="text" value="c1" label="Column number of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> </when> </conditional> <conditional name="idti" > - <param name="idtypein" type="select" label="Select type/source of identifier of your list" help="Please see example of IDs in help section" > - <option value="Uniprot">UniProt accession number (e.g. P31946)</option> - <option value="Entrez">Entrez Gene ID (e.g : 4151)</option> + <param name="idtypein" type="select" label="Select type/source of IDs" help="" > + <option value="Uniprot">UniProt accession number (e.g.:P31946)</option> + <option value="Entrez">Entrez Gene ID (e.g.:4151)</option> </param> <when value="Uniprot"/> <when value="Entrez"/> - </conditional> - - <param name="species" type="select" label="Select a species" > - <option value="org.Hs.eg.db">Human</option> - <option value="org.Mm.eg.db">Mouse</option> - <option value="org.Rn.eg.db">Rat</option> + </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> + <option value="org.Rn.eg.db">Rat (Rattus norvegicus)</option> + </param> + <param name="ontology" type="select" display="checkboxes" multiple="true" label="Select GO terms category" optional="false" > + <option value="CC">Cellular Component</option> + <option value="BP">Biological Process</option> + <option value="MF">Molecular Function</option> </param> <conditional name="ggo"> - <param name="go_represent" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Do you want to perform GO categories representation analysis?"/> + <param name="go_represent" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Perform GO categories representation analysis?"/> <when value="true"> - <param name="level" type="select" label="Level of the ontology at which the profile has to be built (the higher this number, the deeper the GO level)"> + <param name="level" type="select" label="Ontology level (the higher this number, the deeper the GO level)"> <option value="1">1</option> - <option value="2">2</option> - <option value="3" selected="True">3</option> + <option value="2" selected="True">2</option> + <option value="3">3</option> </param> </when> <when value="false"/> </conditional> <conditional name="ego"> - <param name="go_enrich" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Do you want to perform GO categories enrichment analysis?"/> + <param name="go_enrich" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Perform GO categories enrichment analysis?"/> <when value="true"> <param name="pval" type="float" value="0.01" label="P-value cut off"/> <param name="qval" type="float" value="0.05" label="Q-value cut off"/> <conditional name="universe" > - <param name="universe_option" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Would you like to define your own background IDs?"/> + <param name="universe_option" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Define your own background IDs?"/> <when value="true"> <conditional name="universe_input"> - <param name="universe_ids" type="select" label="Provide your background IDs list" help="Copy/paste or ID list (Uniprot accession Nb or Entrez Gene ID) from a file (e.g. table)" > - <option value="text">Copy/paste your background identifiers</option> - <option value="file" selected="true">Input file containing your background identifiers</option> + <param name="universe_ids" type="select" label="Enter your background IDs (UniProt Accession number or Entrez Gene ID)" help="Copy/paste or from a file (e.g. table)" > + <option value="text">Copy/paste your background IDs</option> + <option value="file" selected="true">Input file containing your background IDs</option> </param> <when value="text" > - <param name="txt" type="text" label="Copy/paste your background identifiers" help='IDs must be separated by spaces into the form field, for example: P31946 P62258' > + <param name="txt" type="text" label="Copy/paste your background IDs" help='IDs must be separated by spaces into the form field, for example: P31946 P62258' > <sanitizer> <valid initial="string.printable"> <remove value="'"/> @@ -129,14 +133,14 @@ </param> </when> <when value="file" > - <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your background IDs list" help="" /> - <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" /> - <param name="ncol" type="text" value="c1" label="The column number of IDs to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> + <param name="file" type="data" format="txt,tabular" label="Select file that contains your background IDs list" help="" /> + <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> + <param name="ncol" type="text" value="c1" label="Column number of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> </when> </conditional> <conditional name="universe_idti" > - <param name="universe_idtypein" type="select" label="Select type/source of background identifier of your list" help="Please see example of IDs in help section" > - <option value="Uniprot">UniProt accession number</option> + <param name="universe_idtypein" type="select" label="Select type of background IDs" help="" > + <option value="Uniprot">UniProt Accession number</option> <option value="Entrez">Entrez Gene ID</option> </param> <when value="Uniprot"/> @@ -145,20 +149,13 @@ </when> <when value="false"/> </conditional> - <param name="plot" type="select" display="checkboxes" multiple="true" label="Please select your visualization for enrichment analysis" optional="false"> + <param name="plot" type="select" display="checkboxes" multiple="true" label="Graphical display" optional="false"> <option selected = "true" value="dotplot">dot-plot</option> <option value="barplot">bar-plot</option> - </param> + </param> </when> <when value="false"/> </conditional> - - <param name="ontology" type="select" display="checkboxes" multiple="true" label="Please select GO terms category" optional="false"> - <option value="CC">Cellular Component</option> - <option value="BP">Biological Process</option> - <option value="MF">Molecular Function</option> - </param> - </inputs> <outputs> <data name="log" format="tsv" label="Cluster profiler" /> @@ -221,40 +218,62 @@ </test> </tests> <help>< +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): +https://bioconductor.org/packages/3.7/bioc/vignettes/clusterProfiler/inst/doc/clusterProfiler.html ----- @@ -262,9 +281,9 @@ **Galaxy integration** -T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR +T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR -Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform +Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux - INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR This work has been partially funded through the French National Agency for Research (ANR) IFB project.
