annotate plot_distribution.xml @ 1:ec909c712764 draft

Uploaded
author ynewton
date Fri, 05 Oct 2012 02:09:44 -0400
parents
children 10b99fb90171
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ec909c712764 Uploaded
ynewton
parents:
diff changeset
1 <tool id="matrix_normalize" name="Plot Distributuion" version="1.0.0">
ec909c712764 Uploaded
ynewton
parents:
diff changeset
2 <description>Plot Distribution</description>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
3 <command interpreter="Rscript">plot_distribution.r $tableData $outfile
ec909c712764 Uploaded
ynewton
parents:
diff changeset
4 </command>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
5 <inputs>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
6 <param name="tableData" format="tabular" type="data" label="Input data"/>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
7 </inputs>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
8 <outputs>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
9 <data name="outfile" format="tabular"/>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
10 </outputs>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
11 <help>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
12 **What it does**
ec909c712764 Uploaded
ynewton
parents:
diff changeset
13
ec909c712764 Uploaded
ynewton
parents:
diff changeset
14 This tool outputs histogram and distribution of tabular data. Assumes that the first row contains column headers and the first column contains row annotations (e.g. gene names). Considers everything else as data. Data can be either a single column or a matrix of values. Produces a pdf file.
ec909c712764 Uploaded
ynewton
parents:
diff changeset
15
ec909c712764 Uploaded
ynewton
parents:
diff changeset
16 </help>
ec909c712764 Uploaded
ynewton
parents:
diff changeset
17 </tool>