comparison barplot.xml @ 15:0cef5c0382c8 draft

Uploaded
author mb2013
date Wed, 20 Nov 2013 07:20:00 -0500
parents
children
comparison
equal deleted inserted replaced
14:be66787b414c 15:0cef5c0382c8
1 <tool id="barplot" name="barplot">
2 <description>barplot variance </description>
3 <command interpreter="Rscript"> barplot.R $input "$title" $output </command>
4 <inputs>
5 <param name="input" type="data" format="csv" label="standard deviation pca" />
6 <param name = "title" size = "30" type = "text" value = "" label = "Main Title"/>
7 </inputs>
8 <outputs>
9 <data format="png" name="output" />
10 </outputs>
11
12
13 <help>
14 **What it does**
15
16 Plottool for creating a barplot of variance of PCA
17
18 **Input file**
19
20 standard deviation (PCA)
21
22 **Tip**
23
24 Use **PCA** to generate standard deviation .csv file
25
26 </help>
27
28 </tool>