annotate EBIsoformMultiCondTest.xml @ 0:ddd3dad04441 draft default tip

Uploaded
author yboursin
date Thu, 20 Oct 2016 08:59:24 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
1 <tool id="EBIsoformMultiCondTest" name="Isoform level DE test across multiple conditions" version="1.0.1">
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
2 <description>Runs EBSeq to find DE isoforms across multiple (more than two) conditions</description>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
3
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
4
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
5 <macros>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
6 <import>macros.xml</import>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
7 </macros>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
8
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
9 <expand macro="requirements"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
10 <expand macro="stdio"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
11
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
12 <command>R --quiet --slave --file=$__tool_directory__/EBIsoformMultiCondTest.R --args $Isoform_Expression $First_Row_Sample_Names $Conditions $Ig_Vector $Patterns_of_Interests $PP_of_each_pattern $Pattern_with_highest_PP $Sizes 1>NUL 2>NUL</command>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
13 <inputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
14 <param name="Isoform_Expression" type="data" format="tabular" label="Isoform Expression (tab delimited, please use the unnormalized values, e.g. expected counts from RSEM)"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
15 <param name="First_Row_Sample_Names" type="select" format="text">
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
16 <label>The First Row is Sample Names?</label>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
17 <option value="y">Yes</option>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
18 <option value="n">No</option>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
19 </param>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
20 <param name="Conditions" type="text" size="60" value="C1,C2,C3" label="Enter which condition each
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
21 sample belongs to (separated by comma, no space please)."
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
22 help=""/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
23 <param name="Ig_Vector" type="data" format="tabular" label="Ig Vector to define the uncertainty groups"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
24 <param name="Patterns_of_Interests" type="data" format="tabular" label="Patterns of Interests"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
25 </inputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
26 <outputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
27 <data format="tabular" name="PP_of_each_pattern" label="PP of each pattern"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
28 <data format="tabular" name="Pattern_with_highest_PP" label="Pattern with highest PP"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
29 <data format="tabular" name="Sizes" label="Normalization factors"/>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
30 </outputs>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
31
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
32 <help>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
33 The input file and conditions should have more than two levels (for exactly two levels, please use the 'Isoform level DE test across two conditions' tool). Format of the Isoform Expression file should be transcript_id, EC1, EC2 ... Please do not include the gene name in this file. 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).
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
34
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
35 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.)
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
36
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
37 The Ig Vector could be generated by the GetIg function or obtained from RSEM output.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
38
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
39 Three output files will be generated. The first file contains the Posterior probability of being each pattern.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
40 The second file contains the pattern with the highest PP for each isoform and the normalized expressions. Isoforms are with the same order as in input file.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
41 The last file provides the library size factor for each sample.
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
42
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
43 </help>
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
44
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
45 <expand macro="citation" />
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
46
ddd3dad04441 Uploaded
yboursin
parents:
diff changeset
47 </tool>