comparison distance.xml @ 0:0cebe436a553 draft default tip

Initial upload.
author hackdna
date Fri, 17 May 2013 14:29:33 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cebe436a553
1 <tool id="pathprint-distance" name="Find Distance to Pluripotent Signature">
2
3 <!--
4 <description>Find Distance to Pluripotent Signature</description>
5 -->
6
7 <command>distance.r $input $output $output2</command>
8
9 <inputs>
10 <param name="input" type="data" label="Pathway Fingerprint" help="Submit a PathPrint Fingerprint file from your history to determine how similar your experiment is to pluripotent samples in GEO"/>
11 </inputs>
12
13 <outputs>
14 <data format="tabular" name="output" label="Distance from pluripotent consensus"/>
15 <data format="pdf" name="output2" label="Histogram"/>
16 </outputs>
17
18 <stdio>
19 <exit_code range="1:" level="fatal" />
20 </stdio>
21
22 <help>
23
24 **What it does**
25
26 This tool takes the computed PathPrint Fingerprint as input and uses it to determine how similar
27 your data are to a consensus signature generated from a set of pluripotent samples in GEO.
28
29 -----
30
31 **Input**: A PathPrint Fingerprint file from your history
32
33 **Output**:
34
35 1. Distance from pluripotent consensus: tab delimited file containing distance and p-value for each sample from the pluripotent consensus signature.
36
37 2. Histogram: PDF file containing two histograms: (1) distribution of distances for ~180,000 GEO samples from the pluripotent signature; (2) distribution of distances for the input samples from the pluripotent signature.
38
39 -----
40
41 Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
42 </help>
43 </tool>
44