annotate consensus.xml @ 0:0cebe436a553 draft default tip

Initial upload.
author hackdna
date Fri, 17 May 2013 14:29:33 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
1 <tool id="pathprint-consensus" name="Create a Consensus">
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
2 <command>consensus.r $input $threshold $output</command>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
3
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
4 <inputs>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
5 <param name="input" type="data" label="Pathway Fingerprint" help="Submit a Pathway Fingerprint file from your history"/>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
6
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
7 <param name="threshold" type="select" label="Threshold" help="Select a threshold value">
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
8 <option value="0.9">0.9</option>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
9 <option value="0.8" selected="true">0.8 (default)</option>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
10 <option value="0.7">0.7</option>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
11 <option value="0.6">0.6</option>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
12 <option value="0.5">0.5</option>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
13 </param>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
14 </inputs>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
15
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
16 <outputs>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
17 <data format="tabular" name="output" label="Consensus Fingerprint"/>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
18 </outputs>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
19
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
20 <stdio>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
21 <exit_code range="1:" level="fatal" />
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
22 </stdio>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
23
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
24 <help>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
25
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
26 **What it does**
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
27
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
28 This tool identifies the most prevalent PathPrint value for each pathway across the submitted samples and produces a consensus PathPrint.
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
29
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
30 The method calculates the mean value of the pathway activities across samples, and then applies the threshold such that if the mean is greater than threshold, the pathway is assigned a consensus of +1. If the mean is less than -threshold, a value of -1 is assigned. Otherwise, the consensus is assigned a value of 0.
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
31
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
32 -----
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
33
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
34 **Input:** PathPrint fingerprint for multiple samples and a threshold value.
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
35
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
36 **Output:** A single consensus PathPrint fingerprint representing the most commonly occurring value
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
37
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
38 -----
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
39
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
40 Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
41 </help>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
42 </tool>
0cebe436a553 Initial upload.
hackdna
parents:
diff changeset
43