annotate EBGeneMultiCondTest.xml @ 12:1108020e2d84 draft

Uploaded
author ning
date Fri, 15 Mar 2013 18:23:14 -0400
parents
children 675d21e7fabc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
1108020e2d84 Uploaded
ning
parents:
diff changeset
1 <tool id="EBGeneMultiCondTest" name="Gene level DE test across multiple conditions">
1108020e2d84 Uploaded
ning
parents:
diff changeset
2 <description>Runs EBSeq to find DE genes across multiple (more than two) conditions</description>
1108020e2d84 Uploaded
ning
parents:
diff changeset
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBGeneMultiCondTest.R --args $Gene_Expression $First_Row_Sample_Names $Conditions $Patterns $PP_of_each_pattern $Pattern_with_highest_PP $Sizes</command>
1108020e2d84 Uploaded
ning
parents:
diff changeset
4 <inputs>
1108020e2d84 Uploaded
ning
parents:
diff changeset
5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab eliminated)"/>
1108020e2d84 Uploaded
ning
parents:
diff changeset
6 <param name="First_Row_Sample_Names" type="select" format="text">
1108020e2d84 Uploaded
ning
parents:
diff changeset
7 <label>The First Row is Sample Names?</label>
1108020e2d84 Uploaded
ning
parents:
diff changeset
8 <option value="y">Yes</option>
1108020e2d84 Uploaded
ning
parents:
diff changeset
9 <option value="n">No</option>
1108020e2d84 Uploaded
ning
parents:
diff changeset
10 </param>
1108020e2d84 Uploaded
ning
parents:
diff changeset
11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each
1108020e2d84 Uploaded
ning
parents:
diff changeset
12 sample belongs to (seperated by comma, no space please)."
1108020e2d84 Uploaded
ning
parents:
diff changeset
13 help=""/>
1108020e2d84 Uploaded
ning
parents:
diff changeset
14 <param name="Patterns" type="data" format="tabular" label="Patterns of Interests"/>
1108020e2d84 Uploaded
ning
parents:
diff changeset
15 </inputs>
1108020e2d84 Uploaded
ning
parents:
diff changeset
16 <outputs>
1108020e2d84 Uploaded
ning
parents:
diff changeset
17 <data format="tabular" name="PP_of_each_pattern" />
1108020e2d84 Uploaded
ning
parents:
diff changeset
18 <data format="tabular" name="Pattern_with_highest_PP" />
1108020e2d84 Uploaded
ning
parents:
diff changeset
19 <data format="tabular" name="Sizes" />
1108020e2d84 Uploaded
ning
parents:
diff changeset
20 </outputs>
1108020e2d84 Uploaded
ning
parents:
diff changeset
21
1108020e2d84 Uploaded
ning
parents:
diff changeset
22 <help>
1108020e2d84 Uploaded
ning
parents:
diff changeset
23 The input Conditions should have exactly two levels. The length of the Condition vector should be exactly the same as the number of columns in the data file (except the gene names column).
1108020e2d84 Uploaded
ning
parents:
diff changeset
24
1108020e2d84 Uploaded
ning
parents:
diff changeset
25 The patterns of interests could be obtained by function Get All Possible Patterns (and optionally, if there are too many patterns generated, the function Choose Patterns could be used to choose only subset of the patterns.)
1108020e2d84 Uploaded
ning
parents:
diff changeset
26
1108020e2d84 Uploaded
ning
parents:
diff changeset
27 Three output files will be generated. The first file contains the Posterior probability of being each pattern. The second file contains the pattern with highest PP for each gene and the normalized expressions. Genes are with the same order as in input file.
1108020e2d84 Uploaded
ning
parents:
diff changeset
28 The last file provides the library size factor for each sample.
1108020e2d84 Uploaded
ning
parents:
diff changeset
29
1108020e2d84 Uploaded
ning
parents:
diff changeset
30
1108020e2d84 Uploaded
ning
parents:
diff changeset
31 </help>
1108020e2d84 Uploaded
ning
parents:
diff changeset
32
1108020e2d84 Uploaded
ning
parents:
diff changeset
33
1108020e2d84 Uploaded
ning
parents:
diff changeset
34 </tool>