annotate goenrichment.xml @ 2:2c7c9646ccf0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
author iuc
date Wed, 24 Jul 2019 05:37:12 -0400
parents 5ace5c7d1a86
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
1 <tool id="goenrichment" name="GOEnrichment" version="2.0.1">
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
2 <description>performs GO enrichment analysis of a set of gene products</description>
2
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
3 <macros>
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
4 <import>macros.xml</import>
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
5 </macros>
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
6 <requirements>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
7 <requirement type="package" version="2.0.1">goenrichment</requirement>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
8 </requirements>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
9 <command detect_errors="exit_code">goenrichment
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
10 --go '${go}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
11 --annotation '${annotation}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
12 --study '${study}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
13 #if str($population) != 'None'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
14 --population '${population}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
15 #end if
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
16 --correction ${correction}
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
17 $summarize
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
18 $singletons
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
19 $relations
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
20 --graph_format $graph
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
21 --cut_off $cutoff
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
22 --mf_result '${mf_result}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
23 --bp_result '${bp_result}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
24 --cc_result '${cc_result}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
25 --mf_graph '${mf_graph}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
26 --bp_graph '${bp_graph}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
27 --cc_graph '${cc_graph}'
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
28 </command>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
29 <inputs>
2
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
30 <param name="go" type="data" format="obo,owl" label="Gene Ontology File" help="Gene Ontology file in OBO or OWL format (see @ONTOLOGY_URL@"/>
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
31 <param name="annotation" type="data" format="tabular,txt" label="Gene Product Annotation File" help="Tabular file containing annotations from gene products to GO terms (in GAF or BLAST2GO format, or a simple two-column table)"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
32 <param name="study" type="data" format="txt" label="Study Set File" help="File containing the gene products corresponding to the study set (one per line)"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
33 <param name="population" type="data" format="txt" optional="true" label="Population Set File (Optional)" help="File containing the gene products corresponding to the population set (one per line). If no file is submitted, the population set will be the set of all gene products listed in the annotation file."/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
34 <param name="correction" type="select" label="Multiple Test Correction" help="The multiple test correction method to use (Benjamini-Hochberg is recommended).">
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
35 <option value="Benjamini-Hochberg" selected="true"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
36 <option value="SDA"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
37 <option value="Bonferroni-Holm"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
38 <option value="Sidak"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
39 <option value="Bonferroni"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
40 </param>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
41 <param name="cutoff" type="select" label="P-Value Cut-Off" help="The corrected p-value (or q-value) cut-off to apply for the graph output.">
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
42 <option value="1.0"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
43 <option value="0.1"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
44 <option value="0.05"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
45 <option value="0.01" selected="true"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
46 </param>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
47 <param name="graph" type="select" label="Output Graph Format" help="The format of the output graphs (png, svg, or tabular for importing into cytoscape).">
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
48 <option value="png" selected="true"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
49 <option value="svg"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
50 <option value="tabular"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
51 </param>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
52 <param name="summarize" type="boolean" checked="true" truevalue="--summarize_output" falsevalue="" label="Summarize Output" help="Whether to produce a summarized list of GO terms or the full list of those that are statistically significant"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
53 <param name="singletons" type="boolean" checked="true" truevalue="--ignore_singletons" falsevalue="" label="Exclude Singletons" help="Whether to exclude GO terms that are annotated to a single gene product in the study set"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
54 <param name="relations" type="boolean" checked="false" truevalue="--use_all_relations" falsevalue="" label="Use All Relations" help="Whether to infer annotations through 'part_of' and other non-hierarchical relationships, or only through 'is_a' relations"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
55 </inputs>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
56 <outputs>
1
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
57 <data name="mf_result" format="tabular" label="${tool.name} on ${study.name} MF Result File"/>
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
58 <data name="bp_result" format="tabular" label="${tool.name} on ${study.name} BP Result File"/>
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
59 <data name="cc_result" format="tabular" label="${tool.name} on ${study.name} CC Result File"/>
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
60 <data name="mf_graph" format="png" label="${tool.name} on ${study.name} MF Graph File">
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
61 <change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
62 <when input="graph" value="svg" format="svg"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
63 <when input="graph" value="tabular" format="tabular"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
64 </change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
65 </data>
1
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
66 <data name="bp_graph" format="png" label="${tool.name} on ${study.name} BP Graph File">
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
67 <change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
68 <when input="graph" value="svg" format="svg"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
69 <when input="graph" value="tabular" format="tabular"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
70 </change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
71 </data>
1
5ace5c7d1a86 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
iuc
parents: 0
diff changeset
72 <data name="cc_graph" format="png" label="${tool.name} on ${study.name} CC Graph File">
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
73 <change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
74 <when input="graph" value="svg" format="svg"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
75 <when input="graph" value="tabular" format="tabular"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
76 </change_format>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
77 </data>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
78 </outputs>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
79 <tests>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
80 <test>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
81 <param name="go" ftype="obo" value="go.obo"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
82 <param name="annotation" ftype="txt" value="annotations.tab"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
83 <param name="study" ftype="txt" value="study.txt"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
84 <param name="summarize" value="false"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
85 <output name="mf_result" ftype="tabular" file="MF_result.txt" lines_diff="0"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
86 </test>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
87 <test>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
88 <param name="go" ftype="obo" value="go.obo"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
89 <param name="annotation" ftype="txt" value="annotations.tab"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
90 <param name="study" ftype="txt" value="study.txt"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
91 <param name="population" ftype="txt" value="population.txt"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
92 <param name="summarize" value="false"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
93 <output name="mf_result" ftype="tabular" file="MF_result.txt" lines_diff="0"/>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
94 </test>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
95 </tests>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
96 <help>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
97 .. class:: infomark
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
98
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
99 GOEnrichment is a Java application that can be used to analyze gene product sets (e.g., from microarray or RNAseq experiments) for enriched GO terms.
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
100
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
101 -----
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
102
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
103 .. class:: infomark
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
104
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
105 GOEnrichment requires:
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
106
2
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
107 - A Gene Ontology file in either OBO or OWL format (see @ONTOLOGY_URL@).
2c7c9646ccf0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 1
diff changeset
108 - A tabular annotation file in GAF (@ANNOTATION_URL@) format, BLAST2GO format, or a simple two-column table (e.g. from BioMart) with gene product ids in the first column and GO terms in the second one.
0
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
109 - A list of gene products comprising the study set (a flat text file with one gene product per line).
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
110 - Optionally, a list of gene products comprising the population set (if none is submitted, the population set will be the set of gene products listed in the annotation file).
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
111
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
112 -----
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
113
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
114 .. class:: infomark
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
115
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
116 GOEnrichment produces a tabular result file and a graph file for each GO type (MF - Molecular Function, BP - Biological Process and CC - Cellular Component):
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
117
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
118 - The result file is a tabular list of all GO terms present in the study set and their respective p-values.
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
119 - The graph file can be either a png image, an svg image, or a text file for importing into cytoscape (together with the result file).
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
120
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
121 -----
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
122
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
123 .. class:: infomark
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
124
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
125 The graph is colored by p-value: terms with p-value above cut-off appear in white; and the color gets darker as the p-value decreases
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
126
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
127 .. image:: https://github.com/DanFaria/GOEnrichment/raw/master/Scale.png
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
128 :width: 600
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
129 :height: 315
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
130
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
131 (see the scale at https://github.com/DanFaria/GOEnrichment/blob/master/Scale.png). In addition to the name of each GO term, the graph
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
132 shows its frequency in the study set. Dashed edges indicate that one or more intermediate terms were ommited from the graph.
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
133
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
134 -----
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
135
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
136 .. class:: warningmark
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
137
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
138 Gene products listed in either the study or population set files that are not present in the annotation file will be ignored.
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
139 </help>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
140
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
141 <citations>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
142 <citation type="bibtex">
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
143 @misc{githubgoenrichment,
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
144 author = {Faria, Daniel},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
145 year = {2017},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
146 title = {GOEnrichment},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
147 publisher = {GitHub},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
148 journal = {GitHub repository},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
149 url = {https://github.com/DanFaria/GOEnrichment},
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
150 }
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
151 </citation>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
152 </citations>
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
153
52964064db8a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
154 </tool>