annotate EBGeneMultiCondTest.xml @ 36:7be90b1366d5 draft

Uploaded
author ning
date Mon, 16 Jun 2014 16:23:21 -0400
parents 8a576d034d70
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
8a576d034d70 Uploaded
ning
parents:
diff changeset
1 <tool id="EBGeneMultiCondTest" name="Gene level DE test across multiple conditions">
8a576d034d70 Uploaded
ning
parents:
diff changeset
2 <description>Runs EBSeq to find DE genes across multiple (more than two) conditions</description>
8a576d034d70 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 1>NUL 2>NUL</command>
8a576d034d70 Uploaded
ning
parents:
diff changeset
4 <inputs>
8a576d034d70 Uploaded
ning
parents:
diff changeset
5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab delimited, please use the unnormalized values, e.g. expected counts from RSEM)"/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
6 <param name="First_Row_Sample_Names" type="select" format="text">
8a576d034d70 Uploaded
ning
parents:
diff changeset
7 <label>The First Row is Sample Names?</label>
8a576d034d70 Uploaded
ning
parents:
diff changeset
8 <option value="y">Yes</option>
8a576d034d70 Uploaded
ning
parents:
diff changeset
9 <option value="n">No</option>
8a576d034d70 Uploaded
ning
parents:
diff changeset
10 </param>
8a576d034d70 Uploaded
ning
parents:
diff changeset
11 <param name="Conditions" type="text" size="60" value="C1,C2,C3" label="Enter which condition each
8a576d034d70 Uploaded
ning
parents:
diff changeset
12 sample belongs to (separated by comma, no space please)."
8a576d034d70 Uploaded
ning
parents:
diff changeset
13 help=""/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
14 <param name="Patterns" type="data" format="tabular" label="Patterns of Interests"/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
15 </inputs>
8a576d034d70 Uploaded
ning
parents:
diff changeset
16 <outputs>
8a576d034d70 Uploaded
ning
parents:
diff changeset
17 <data format="tabular" name="PP_of_each_pattern" label="PP of each pattern"/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
18 <data format="tabular" name="Pattern_with_highest_PP" label="Pattern with highest PP"/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
19 <data format="tabular" name="Sizes" label="Normalization factors"/>
8a576d034d70 Uploaded
ning
parents:
diff changeset
20 </outputs>
8a576d034d70 Uploaded
ning
parents:
diff changeset
21
8a576d034d70 Uploaded
ning
parents:
diff changeset
22 <help>
8a576d034d70 Uploaded
ning
parents:
diff changeset
23 The input Conditions should have more than two levels (use "Gene level DE test across two conditions" for 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).
8a576d034d70 Uploaded
ning
parents:
diff changeset
24
8a576d034d70 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.)
8a576d034d70 Uploaded
ning
parents:
diff changeset
26
8a576d034d70 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.
8a576d034d70 Uploaded
ning
parents:
diff changeset
28 The last file provides the library size factor for each sample.
8a576d034d70 Uploaded
ning
parents:
diff changeset
29
8a576d034d70 Uploaded
ning
parents:
diff changeset
30
8a576d034d70 Uploaded
ning
parents:
diff changeset
31 </help>
8a576d034d70 Uploaded
ning
parents:
diff changeset
32
8a576d034d70 Uploaded
ning
parents:
diff changeset
33
8a576d034d70 Uploaded
ning
parents:
diff changeset
34 </tool>