0
|
1 <tool id="pathprint-similar" name="Find Similar Experiments in GEO">
|
|
2
|
|
3 <!--
|
|
4 <description>Find Similar Experiments in GEO</description>
|
|
5 -->
|
|
6
|
|
7 <command>similar-experiments.r $input $output</command>
|
|
8
|
|
9 <inputs>
|
|
10 <param name="input" type="data" label="Pathway Fingerprint" help="Submit a PathPrint Fingerprint from your history"/>
|
|
11 </inputs>
|
|
12
|
|
13 <outputs>
|
|
14 <data format="html" name="output" label="Similar Experiments in GEO"/>
|
|
15 </outputs>
|
|
16
|
|
17 <stdio>
|
|
18 <exit_code range="1:" level="fatal" />
|
|
19 </stdio>
|
|
20
|
|
21 <help>
|
|
22
|
|
23 **What it does**
|
|
24
|
|
25 This tool takes a PathPrint Fingerprint as input and identifies experiments in GEO that are most similar based on a Manhattan distance.
|
|
26
|
|
27 -----
|
|
28
|
|
29 **Input:** PathPrint Fingerprint file from your History
|
|
30
|
|
31 **Output:** Html page showing the most similar GEO experiments, their distance and associated p-value. Entries are linked to GEO.
|
|
32
|
|
33 -----
|
|
34
|
|
35 Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
|
|
36 </help>
|
|
37 </tool>
|
|
38
|