|
0
|
1 <tool id="Get_Normalized_Expressions" name="Get Normalized Expressions" version="1.0.1">
|
|
|
2 <description>Calculate normalization factors and get the normalized expression matrix</description>
|
|
|
3
|
|
|
4 <macros>
|
|
|
5 <import>macros.xml</import>
|
|
|
6 </macros>
|
|
|
7
|
|
|
8 <expand macro="requirements"/>
|
|
|
9 <expand macro="stdio"/>
|
|
|
10
|
|
|
11 <command>R --quiet --slave --file=$__tool_directory__/GetNormalizedExpression.R --args $Gene_Expression $First_Row_Sample_Names $output $Boxplots $Sizes </command>
|
|
|
12 <inputs>
|
|
|
13 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab delimited)"/>
|
|
|
14 <param name="First_Row_Sample_Names" type="select" format="text">
|
|
|
15 <label>The First Row is Sample Names?</label>
|
|
|
16 <option value="y">Yes</option>
|
|
|
17 <option value="n">No</option>
|
|
|
18 </param>
|
|
|
19 </inputs>
|
|
|
20 <outputs>
|
|
|
21 <data format="tabular" name="output" label="Normalized expression"/>
|
|
|
22 <data format="pdf" name="Boxplots" label="Boxplots"/>
|
|
|
23 <data format="tabular" name="Sizes" label="Normalization factors"/>
|
|
|
24 </outputs>
|
|
|
25
|
|
|
26 <help>
|
|
|
27 The function would provide the normalized expression values (normalized by the library size factors) and estimated library size factors.
|
|
|
28 A boxplot for checking will also be generated.
|
|
|
29
|
|
|
30 </help>
|
|
|
31
|
|
|
32
|
|
|
33 <expand macro="citation" />
|
|
|
34
|
|
|
35 </tool>
|