annotate plot_distribution.xml @ 3:1ff16aa357c4 draft default tip

Uploaded
author ynewton
date Fri, 05 Oct 2012 02:16:59 -0400
parents 10b99fb90171
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1ff16aa357c4 Uploaded
ynewton
parents: 2
diff changeset
1 <tool id="matrix_normalize" name="Plot Distributuion" version="1.0.1">
1
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>
2
10b99fb90171 Uploaded
ynewton
parents: 1
diff changeset
9 <data name="outfile" format="pdf"/>
1
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>