Mercurial > repos > mb2013 > landtool
view barplot.xml @ 16:fe749b5b462e draft default tip
Uploaded
author | mb2013 |
---|---|
date | Wed, 20 Nov 2013 07:20:16 -0500 |
parents | 0cef5c0382c8 |
children |
line wrap: on
line source
<tool id="barplot" name="barplot"> <description>barplot variance </description> <command interpreter="Rscript"> barplot.R $input "$title" $output </command> <inputs> <param name="input" type="data" format="csv" label="standard deviation pca" /> <param name = "title" size = "30" type = "text" value = "" label = "Main Title"/> </inputs> <outputs> <data format="png" name="output" /> </outputs> <help> **What it does** Plottool for creating a barplot of variance of PCA **Input file** standard deviation (PCA) **Tip** Use **PCA** to generate standard deviation .csv file </help> </tool>