annotate EBIsoformMultiCondTest.xml @ 9:c20070b11b55 draft

Uploaded
author ning
date Fri, 15 Mar 2013 18:22:24 -0400
parents 03aa1c6fe091
children 72d5e182774f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
1 <tool id="EBIsoformMultiCondTest" name="Isoform level DE test across multiple conditions">
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
2 <description>Runs EBSeq to find DE isoforms across multiple (more than two) conditions</description>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBIsoformMultiCondTest.R --args $Isoform_Expression $First_Row_Sample_Names $Conditions $Ig_Vector $Patterns_of_Interests $PP_of_each_pattern $Pattern_with_highest_PP $Sizes</command>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
4 <inputs>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
5 <param name="Isoform_Expression" type="data" format="tabular" label="Isoform Expression (tab eliminated)"/>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
6 <param name="First_Row_Sample_Names" type="select" format="text">
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
7 <label>The First Row is Sample Names?</label>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
8 <option value="y">Yes</option>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
9 <option value="n">No</option>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
10 </param>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
12 sample belongs to (seperated by comma, no space please)."
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
13 help=""/>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
14 <param name="Ig_Vector" type="data" format="tabular" label="Ig Vector to define the uncertainty groups"/>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
15 <param name="Patterns_of_Interests" type="data" format="tabular" label="Patterns of Interests"/>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
16 </inputs>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
17 <outputs>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
18 <data format="tabular" name="PP_of_each_pattern" />
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
19 <data format="tabular" name="Pattern_with_highest_PP" />
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
20 <data format="tabular" name="Sizes" />
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
21 </outputs>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
22
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
23 <help>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
24 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 isoform names column).
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
25
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
26 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.)
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
27
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
28 The Ig Vector could be generated by the GetIg function or obtained from RSEM output.
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
29
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
30 Three output files will be generated. The first file contains the Posterior probability of being each pattern.
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
31 The second file contains the pattern with highest PP for each isoform and the normalized expressions.Isoforms are with the same order as in input file.
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
32 The last file provides the library size factor for each sample.
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
33
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
34 </help>
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
35
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
36
03aa1c6fe091 Uploaded
ning
parents:
diff changeset
37 </tool>