0
|
1 <tool id="pathprint-fingerprint" name="Create Pathway Fingerprint">
|
|
2
|
|
3 <!--
|
|
4 <description>Create Pathway Fingerprint.</description>
|
|
5 -->
|
|
6
|
|
7 <command>
|
|
8 fingerprint.r
|
|
9 #if $query.type == "geo"
|
|
10 geo $query.input $output
|
|
11 #elif $query.type == "cel"
|
|
12 cel $query.input $output
|
|
13 #elif $query.type == "expr"
|
|
14 expr $query.input $query.platform $output
|
|
15 #end if
|
|
16 <!--
|
|
17 > /dev/null 2>&1
|
|
18 -->
|
|
19 </command>
|
|
20
|
|
21 <inputs>
|
|
22 <conditional name="query">
|
|
23 <param name="type" type="select" label="Query source" help="Select an expression matrix from your User History, or enter a GEO identifier to automatically download an experiment from GEO.">
|
|
24 <option value="geo">GEO ID</option>
|
|
25 <!-- <option value="cel">CEL File</option> -->
|
|
26 <option value="expr" selected="true">Expression Matrix</option>
|
|
27 </param>
|
|
28
|
|
29 <when value="geo">
|
|
30 <param name="input" size="10" type="text" value="GSM99618" label="GEO ID" help="GSM and GSE identifiers are supported. E.g. GSM99618 or GSE4416. Please see below for the list of supported platforms.">
|
|
31 <validator type="regex" message="The provided GEO ID does not appear to be valid.">^(GSM|GSE|gsm|gse)\d+$</validator>
|
|
32 </param>
|
|
33 </when>
|
|
34
|
|
35 <!-- shs 042412: no affycel file type available in Upload File -->
|
|
36 <!-- <when value="cel">
|
|
37 <param name="input" type="data" label="CEL file" help="Submit an Affymetrix CEL file from your history"/>
|
|
38 </when> -->
|
|
39
|
|
40 <when value="expr">
|
|
41 <param name="input" type="data" label="Expression Matrix" help="The expression matrix is required to have the following format: columns = samples; rows = normalized expression values." />
|
|
42
|
|
43 <param name="platform" type="select" label="Platform" help="Select the array platform. Only those in the dropdown list are supported.">
|
|
44 <option value="GPL72">GPL72 - Affymetrix Drosophila Genome Array</option>
|
|
45 <option value="GPL81">GPL81 - Affymetrix Mouse Genome U74A Version 2 Array</option>
|
|
46 <option value="GPL85">GPL85 - Affymetrix Rat Genome U34 Array</option>
|
|
47 <option value="GPL91">GPL91 - Affymetrix Human Genome U95A Array</option>
|
|
48 <option value="GPL96">GPL96 - Affymetrix Human Genome U133A Array</option>
|
|
49 <option value="GPL200">GPL200 - Affymetrix C. elegans Genome Array</option>
|
|
50 <option value="GPL339">GPL339 - Affymetrix Mouse Expression 430A Array</option>
|
|
51 <option value="GPL341">GPL341 - Affymetrix Rat Expression 230A Array</option>
|
|
52 <option value="GPL570">GPL570 - Affymetrix Human Genome U133 Plus 2.0 Array</option>
|
|
53 <option value="GPL571">GPL571 - Affymetrix Human Genome U133A 2.0 Array</option>
|
|
54 <option value="GPL1261">GPL1261 - Affymetrix Mouse Genome 430 2.0 Array</option>
|
|
55 <option value="GPL1319">GPL1319 - Affymetrix Zebrafish Genome Array</option>
|
|
56 <option value="GPL1322">GPL1322 - Affymetrix Drosophila Genome 2.0 Array</option>
|
|
57 <option value="GPL1355">GPL1355 - Affymetrix Rat Genome 230 2.0 Array</option>
|
|
58 <option value="GPL2700">GPL2700 - Sentrix HumanRef-8 Expression BeadChip</option>
|
|
59 <option value="GPL2986">GPL2986 - ABI Human Genome Survey Microarray Version 2</option>
|
|
60 <option value="GPL2995">GPL2995 - ABI Mouse Genome Survey Microarray</option>
|
|
61 <option value="GPL3921">GPL3921 - Affymetrix HT Human Genome U133A Array</option>
|
|
62 <option value="GPL4685">GPL4685 - Affymetrix GeneChip HT-HG_U133A Early Access Array</option>
|
|
63 <option value="GPL6102">GPL6102 - Illumina human-6 v2.0 expression beadchip</option>
|
|
64 <option value="GPL6103">GPL6103 - Illumina mouseRef-8 v1.1 expression beadchip</option>
|
|
65 <option value="GPL6104">GPL6104 - Illumina humanRef-8 v2.0 expression beadchip</option>
|
|
66 <option value="GPL6105">GPL6105 - Illumina mouse-6 v1.1 expression beadchip</option>
|
|
67 <option value="GPL6244">GPL6244 - Affymetrix Human Gene 1.0 ST Array [transcript (gene) version]</option>
|
|
68 <option value="GPL6246">GPL6246 - Affymetrix Mouse Gene 1.0 ST Array [transcript (gene) version]</option>
|
|
69 <option value="GPL6333">GPL6333 - Illumina Mouse Ref-6 V1</option>
|
|
70 <option value="GPL6883">GPL6883 - Illumina HumanRef-8 v3.0 expression beadchip</option>
|
|
71 <option value="GPL6884">GPL6884 - Illumina HumanWG-6 v3.0 expression beadchip</option>
|
|
72 <option value="GPL6885">GPL6885 - Illumina MouseRef-8 v2.0 expression beadchip</option>
|
|
73 <option value="GPL6887">GPL6887 - Illumina MouseWG-6 v2.0 expression beadchip</option>
|
|
74 <option value="GPL6947">GPL6947 - Illumina HumanHT-12 v3.0 expression beadchip</option>
|
|
75 <option value="GPL8300">GPL8300 - Affymetrix Human Genome U95 Version 2 Array</option>
|
|
76 <option value="GPL8321">GPL8321 - Affymetrix Mouse Genome 430A 2.0 Array</option>
|
|
77 </param>
|
|
78 </when>
|
|
79 </conditional>
|
|
80 </inputs>
|
|
81
|
|
82 <outputs>
|
|
83 <data format="tabular" name="output" label="PathPrint fingerprint"/>
|
|
84 </outputs>
|
|
85
|
|
86 <stdio>
|
|
87 <exit_code range="1:" level="fatal" />
|
|
88 </stdio>
|
|
89
|
|
90 <help>
|
|
91
|
|
92 **What it does**
|
|
93
|
|
94 This tool computes a functional pathway profile for the input data. Gene expression values
|
|
95 for each sample are mapped to a set of 633 pathways that have been curated from KEGG,
|
|
96 Reactome, WikiPathways and Netpath. Pathways are assigned a value of [-1,0,1], where -1
|
|
97 indicates low expression, 0 indicates average expression, and +1 indicates high expression
|
|
98 of the pathway relative to a background comprised of 188,502 arrays from the Gene
|
|
99 Expression Omnibus (GEO).
|
|
100
|
|
101 .. class:: infomark
|
|
102
|
|
103 Be sure to select the appropriate platform for your experiment or you may get spurious results. A list of supported platforms is available at the http://compbio.sph.harvard.edu/hidelab/pathprint/Platform_coverage.html.
|
|
104
|
|
105 -----
|
|
106
|
|
107 **Input**
|
|
108
|
|
109 1. Expression Matrix (tabular format): columns represent samples and rows are normalized expression values for each sample. Also specify the appropriate platform (see note above).
|
|
110
|
|
111 OR
|
|
112
|
|
113 2. GEO series ID (GSE) or sample ID (GSM)
|
|
114
|
|
115
|
|
116 **Output**
|
|
117
|
|
118 PathPrint Fingerprint: a tabular format file where columns represent samples and
|
|
119 row values are pathway activities
|
|
120
|
|
121 -----
|
|
122
|
|
123 Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
|
|
124 </help>
|
|
125 </tool>
|
|
126
|