view plot_distribution.xml @ 1:81d08949af15 draft

Uploaded
author ynewton
date Thu, 13 Dec 2012 11:25:25 -0500
parents
children f180c4ef9128
line wrap: on
line source

<tool id="matrix_normalize" name="Plot Distributuion" version="1.0.1">
  <description>Plot Distribution</description>
  <command interpreter="Rscript">plot_distribution.r $tableData $outfile
  </command>
  <inputs>
	  <param name="tableData" format="tabular" type="data" label="Input data"/>
  </inputs>
  <outputs>
      <data name="outfile" format="pdf"/>
  </outputs>
  <help>
**What it does**

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. 

  </help>   
</tool>