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

Uploaded
author ynewton
date Fri, 05 Oct 2012 02:16:59 -0400
parents 10b99fb90171
children
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>