comparison EBGeneMultiCondTest.xml @ 23:675d21e7fabc draft

Uploaded
author ning
date Wed, 20 Mar 2013 00:08:20 -0400
parents 1108020e2d84
children
comparison
equal deleted inserted replaced
22:b2462f571961 23:675d21e7fabc
1 <tool id="EBGeneMultiCondTest" name="Gene level DE test across multiple conditions"> 1 <tool id="EBGeneMultiCondTest" name="Gene level DE test across multiple conditions">
2 <description>Runs EBSeq to find DE genes across multiple (more than two) conditions</description> 2 <description>Runs EBSeq to find DE genes across multiple (more than two) conditions</description>
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> 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>
4 <inputs> 4 <inputs>
5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab eliminated)"/> 5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab delimited, please use the unnormalized values, e.g. expected counts form RSEM)"/>
6 <param name="First_Row_Sample_Names" type="select" format="text"> 6 <param name="First_Row_Sample_Names" type="select" format="text">
7 <label>The First Row is Sample Names?</label> 7 <label>The First Row is Sample Names?</label>
8 <option value="y">Yes</option> 8 <option value="y">Yes</option>
9 <option value="n">No</option> 9 <option value="n">No</option>
10 </param> 10 </param>
11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each 11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each
12 sample belongs to (seperated by comma, no space please)." 12 sample belongs to (separated by comma, no space please)."
13 help=""/> 13 help=""/>
14 <param name="Patterns" type="data" format="tabular" label="Patterns of Interests"/> 14 <param name="Patterns" type="data" format="tabular" label="Patterns of Interests"/>
15 </inputs> 15 </inputs>
16 <outputs> 16 <outputs>
17 <data format="tabular" name="PP_of_each_pattern" /> 17 <data format="tabular" name="PP_of_each_pattern" />