annotate kegg_pathways_visualization.xml @ 14:be8115c73b0d draft

planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
author proteore
date Fri, 09 Nov 2018 05:22:50 -0500
parents c59ec7fce7b3
children da82872f5c80
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
be8115c73b0d planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents: 13
diff changeset
1 <tool id="kegg_pathways_visualization" name="KEGG pathways" version="2018.11.09.1">
12
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
2 <description>map visualisation (PathView)</description>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
3 <requirements>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
4 <requirement type="package" version="1.18.0">bioconductor-pathview</requirement>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
5 </requirements>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
7 Rscript $__tool_directory__/kegg_pathways_visualization.R
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
8 #if $input.ids == "text"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
9 --id_list="$input.txt"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
10 #else
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
11 --input="$input.file"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
12 --id_column="$input.ncol"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
13 --header="$input.header"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
14 #end if
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
15 #if $species.pathways.pathways_id != "pathways_file"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
16 --pathways_id="$species.pathways.pids"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
17 #else
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
18 --pathways_input="$species.pathways.file"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
19 --header2="$species.pathways.header2"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
20 --pathway_col="$species.pathways.ncol2"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
21 #end if
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
22 --id_type="$id_type"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
23 --native_kegg="$native"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
24
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
25
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
26 #if $input.ids=="file" and $input.foldchange.fc=="true"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
27 --fold_change_data="$input.foldchange.fc"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
28 --fold_change_col="$input.foldchange.fc_col"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
29 #else
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
30 --fold_change_data="false"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
31 #end if
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
32
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
33 --species=${species.ref_file}
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
34 --pathways_list=$__tool_directory__/${ filter( lambda x: str( x[0] ) == str( $species.ref_file ), $__app__.tool_data_tables['kegg_pathways_list_index'].get_fields() )[0][-1] }
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
35 --output="$text_output"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
36
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
37 ]]></command>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
38 <inputs>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
39 <conditional name="species">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
40 <param name="ref_file" type="select" label="Select species" >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
41 <option value="hsa">Human (H. sapiens)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
42 <option value="mmu">Mouse (M. musculus)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
43 <option value="rno">Rat (R. norvegicus)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
44 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
45 <when value="hsa">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
46 <conditional name="pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
47 <param name="pathways_id" type="select" label="Provide your pathway(s)" help="Enter KEGG pathway name(s) or KEGG pathway id(s)">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
48 <option value="pathways_names">KEGG pathway name(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
49 <option value="pathways_ids">KEGG pathway id(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
50 <option value="pathways_file">KEGG pathway id(s) from file</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
51 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
52 <when value="pathways_names">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
53 <param name="pids" type="select" label="Select pathway(s)" multiple="true" help='You can select one or several pathway(s), you can write the beginning of your pathways to search using autocomplete'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
54 <options from_data_table="hsa_pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
55 <filter type="sort_by" column="1"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
56 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
57 </options>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
58 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
59 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
60 <when value="pathways_ids">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
61 <param name="pids" type="text" label="Copy/paste your pathway id(s)" help='IDs must be separated by tab, space or carriage return into the form field, for example: "hsa00010 hsa05412"'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
62 <sanitizer invalid_char=''>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
63 <valid initial="string.printable">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
64 <remove value="&apos;"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
65 </valid>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
66 <mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
67 <add source="&#x20;" target=""/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
68 </mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
69 </sanitizer>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
70 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
71 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
72 <when value="pathways_file">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
73 <param name="file" type="data" format="txt,tabular" label="Select a file with a column of pathways id" help="Pathway id format : 'path:hsa00010' or 'hsa00010' or '00010'" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
74 <param name="header2" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contains a header?" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
75 <param name="ncol2" type="text" value="c1" label="The column which contains your pathways ids" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
76 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
77 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
78 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
79 <when value="mmu">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
80 <conditional name="pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
81 <param name="pathways_id" type="select" label="Provide your pathway(s)" help="Enter KEGG pathway name(s) or KEGG pathway id(s)">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
82 <option value="pathways_names">KEGG pathway name(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
83 <option value="pathways_ids">KEGG pathway id(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
84 <option value="pathways_file">KEGG pathway id(s) from file</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
85 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
86 <when value="pathways_names">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
87 <param name="pids" type="select" label="Select pathway(s)" multiple="true" help='You can select one or several pathway(s), you can write the beginning of your pathways to search using autocomplete'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
88 <options from_data_table="mmu_pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
89 <filter type="sort_by" column="1"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
90 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
91 </options>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
92 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
93 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
94 <when value="pathways_ids">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
95 <param name="pids" type="text" label="Copy/paste your pathway id(s)" help='IDs must be separated by tab, space or carriage return into the form field, for example: "mmu00053 mmu00340"'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
96 <sanitizer invalid_char=''>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
97 <valid initial="string.printable">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
98 <remove value="&apos;"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
99 </valid>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
100 <mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
101 <add source="&#x20;" target=""/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
102 </mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
103 </sanitizer>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
104 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
105 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
106 <when value="pathways_file">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
107 <param name="file" type="data" format="txt,tabular" label="Select a file with a column of pathways id " help="Pathway id format : 'path:mmu00053' or 'mmu00053' or '00053'" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
108 <param name="header2" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
109 <param name="ncol2" type="text" value="c1" label="The column which contains your pathways ids" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
110 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
111 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
112 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
113 <when value="rno">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
114 <conditional name="pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
115 <param name="pathways_id" type="select" label="Enter your pathway(s) name/id" help="Enter KEGG pathway name(s) or KEGG pathway id(s)">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
116 <option value="pathways_names">KEGG pathway name(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
117 <option value="pathways_ids">KEGG pathway id(s)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
118 <option value="pathways_file">KEGG pathway id(s) from file</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
119 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
120 <when value="pathways_names">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
121 <param name="pids" type="select" label="Select pathway(s)" multiple="true" help='You can select one or several pathway(s), you can write the beginning of your pathways to search using autocomplete'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
122 <options from_data_table="rno_pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
123 <filter type="sort_by" column="1"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
124 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
125 </options>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
126 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
127 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
128 <when value="pathways_ids">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
129 <param name="pids" type="text" label="Copy/paste your pathway id(s)" help='IDs must be separated by tab, space or carriage return into the form field, for example: "hsa00010 hsa05412"'>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
130 <sanitizer invalid_char=''>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
131 <valid initial="string.printable">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
132 <remove value="&apos;"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
133 </valid>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
134 <mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
135 <add source="&#x20;" target=""/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
136 </mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
137 </sanitizer>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
138 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
139 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
140 <when value="pathways_file">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
141 <param name="file" type="data" format="txt,tabular" label="Select a file with a column of pathways id" help="Pathway id format : 'path:hsa00010' or 'hsa00010' or '00010'" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
142 <param name="header2" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contains a header?" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
143 <param name="ncol2" type="text" value="c1" label="The column which contains your pathways ids" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
144 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
145 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
146 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
147 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
148 <param name="id_type" type="select" label="Select your identifiers type :">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
149 <option value="uniprotID">Uniprot Accession number</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
150 <option value="geneID">Entrez gene ID</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
151 <!--option value="keggid">KEGG genes ID</option-->
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
152 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
153 <conditional name="input" >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
154 <param name="ids" type="select" label="Enter your identifiers (Uniprot AC or Entrez gene ID)" help="Copy/paste or ID list from a file (e.g. table)" >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
155 <option value="text">Copy/paste your identifiers</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
156 <option value="file" selected="true">Input file containing your identifiers</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
157 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
158 <when value="text" >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
159 <param name="txt" type="text" label="Copy/paste your identifiers" help='IDs must be separated by tab, space or carriage return into the form field, for example: P31946 P62258' >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
160 <sanitizer invalid_char=''>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
161 <valid initial="string.printable">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
162 <remove value="&apos;"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
163 </valid>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
164 <mapping initial="none">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
165 <add source="&apos;" target="__sq__"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
166 </mapping>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
167 </sanitizer>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
168 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
169 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
170 <when value="file" >
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
171 <param name="file" type="data" format="txt,tabular" label="Select a file that contains your list of IDs" help="" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
172 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contains a header?" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
173 <param name="ncol" type="text" value="c1" label="The column which contains your 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' />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
174 <conditional name="foldchange" >
13
c59ec7fce7b3 planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents: 12
diff changeset
175 <param name="fc" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Do you have fold change values to represent on the graph ?"/>
12
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
176 <when value="true">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
177 <param name="fc_col" type="text" label="Please enter column(s) number of fold change data separated by ','. 3 columns max" help="For example : c1,c3,c4"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
178 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
179 <when value="false"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
180 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
181 </when>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
182 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
183 <param name="native" type="select" label="Choose the output graphical format">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
184 <option value="true">KEGG map (.png)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
185 <option value="false">Graphviz layout engine (.pdf)</option>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
186 </param>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
187 </inputs>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
188 <outputs>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
189 <data name="text_output" format="tsv" label="KEGG pathways visualization text output"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
190 <collection type="list" label="KEGG pathways map from ${input.file.name}" name="graphviz_output_from_file">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
191 <filter>native=="false" and input["ids"] == "file"</filter>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
192 <discover_datasets pattern="(?P&lt;designation&gt;.+\..*)\.pdf" ext="pdf" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
193 </collection>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
194 <collection type="list" label="KEGG pathways map from ${input.file.name}" name="kegg_graph_output_from_file">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
195 <filter>native=="true" and input["ids"] == "file"</filter>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
196 <discover_datasets pattern="(?P&lt;designation&gt;.+\..*)\.png" ext="png"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
197 </collection>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
198 <collection type="list" label="KEGG pathways map" name="graphviz_output_from_list">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
199 <filter>native=="false" and input["ids"] == "text"</filter>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
200 <discover_datasets pattern="(?P&lt;designation&gt;.+\..*)\.pdf" ext="pdf" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
201 </collection>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
202 <collection type="list" label="KEGG pathways map" name="kegg_graph_output_from_list">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
203 <filter>native=="true" and input["ids"] == "text"</filter>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
204 <discover_datasets pattern="(?P&lt;designation&gt;.+\..*)\.png" ext="png" />
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
205 </collection>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
206 </outputs>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
207 <tests>
13
c59ec7fce7b3 planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents: 12
diff changeset
208 <!--test>
12
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
209 <conditional name="input">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
210 <param name="ids" value="file"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
211 <param name="file" value="Lacombe_et_al_2017_OK.txt"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
212 <param name="header" value="true"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
213 <param name="ncol" value="c1"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
214 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
215 <conditional name="pathways">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
216 <param name="pathways_id" value="pathways_ids"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
217 <param name="pids" value="04514,05167,00010"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
218 </conditional>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
219 <param name="id_type" value="uniprotID"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
220 <param name="species" value="hsa"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
221 <param name="native" value="true"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
222 <output name="kegg_from_file" file="hsa04514.pathview.png" compare="sim_size"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
223 <output name="kegg_from_file" file="hsa05167.pathview.png" compare="sim_size"/>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
224 <output name="kegg_from_file" file="hsa00010.pathview.png" compare="sim_size"/>
13
c59ec7fce7b3 planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents: 12
diff changeset
225 </test-->
12
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
226 </tests>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
227 <help><![CDATA[
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
228 This tool map a list of Uniprot Accession number or Entrez gene ID to KEGG pathway with pathview R package.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
229
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
230 You can map Entrez gene IDs / Uniprot accession number from three species : human, mouse and rat.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
231
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
232 If your input have another type of IDs, please use the ID_Converter tool.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
233
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
234 **Input:**
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
235
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
236
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
237 - KEGG Pathways IDs to be used for mapping can be set by:
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
238 - chosing from the KEGG pathways name list
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
239 - giving a list (copy/paste)
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
240 - importing a list from a dataset (column) - output of KEGG pathways identification and coverage can be used (1st column)
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
241 - Genes/proteins ids to map can be either a list of Entrez genes IDs / Uniprot accession number or a file (tabular, tsv, txt) containing at least one column of Entrez genes IDs / Uniprot accession number.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
242 - fold change values (up to three columns) from a dataset (same dataset as for Genes/proteins ids to map)
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
243
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
244 You can see below an example of an input file with identifiers (uniprot_AC) and fold_change values.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
245
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
246 .. csv-table:: Simulated data
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
247 :header: "Uniprot_AC","Protein.name","Number_of_peptides","fc_values 1","fc_values 2","fc_values 3"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
248
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
249 "P15924","Desmoplakin","69","0.172302292051025","-0.757435966487116","0.0411240398990759"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
250 "P02538","Keratin, type II cytoskeletal 6A","53","-0.988842456122076","0.654626325100182","-0.219153396366064"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
251 "P02768","Serum albumin","44","-0.983493243315454","0.113752002761474","-0.645886132600729"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
252 "P08779","Keratin, type I cytoskeletal 16","29","0.552302597284443","-0.329045605110646","2.10616106806788"
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
253
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
254 |
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
255
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
256 **Output:**
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
257
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
258 - a **collection dataset** named 'KEGG pathways map from <dataset>', one file (png or pdf) for each given pathway.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
259 - a **summary text file** (.tsv) of the mapping(s) with the following columns
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
260 - **KEGG pathway ID**: KEGG pathway(s) used to map given genes/proteins ids
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
261 - **pathway name**: name(s) of KEGG pathway(s) used for mapping
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
262 - **nb of Uniprot_AC used** (only when Uniprot accession number is given): number of Uniprot accession number which will be converted to Entrez genes IDs
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
263 - **nb of Entrez gene ID used**: number of Entrez gene IDs used for mapping
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
264 - **nb of Entrez gene ID mapped**: number of Entrez gene IDs mapped on a given pathway
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
265 - **nb of Entrez gene ID in the pathway**: number total of Entrez gene IDs in a given pathway
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
266 - **ratio of Entrez gene ID mapped**: number of Entrez gene IDs mapped / number total of Entrez gene IDs
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
267 - **Entrez gene ID mapped**: list of mapped Entrez gene IDs
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
268 - **uniprot_AC mapped** (only when Uniprot accession number is given): list of Uniprot accession number corresponding to the mapped Entrez gene IDs
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
269
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
270 -----
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
271
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
272 .. class:: infomark
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
273
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
274 **Database:**
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
275
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
276 KEGG Pathways names list are from http://rest.kegg.jp/list/pathway/
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
277
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
278 User manual / Documentation: http://www.bioconductor.org/packages/release/bioc/html/pathview.html
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
279
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
280
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
281 -----
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
282
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
283 .. class:: infomark
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
284
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
285 **Authors**
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
286
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
287 David Christiany, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
288
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
289 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
290
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
291 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
292
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
293 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
294 ]]></help>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
295 <citations>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
296 <citation type="doi">10.1093/nar/gkx372</citation>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
297 <citation type="bibtex">
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
298 @misc{renameTODO,
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
299 author = {Weijun Luo},
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
300 year = {2013},
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
301 title = {pathview},
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
302 url = {https://bioconductor.org/packages/release/bioc/html/pathview.html},
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
303 }</citation>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
304 </citations>
9fe4a861601b planemo upload commit 7e2bd28d27e13c402acd46500f64d5c117797aa7-dirty
proteore
parents:
diff changeset
305 </tool>