18
|
1 <tool id="Variance_plot" name="Variance_plot">
|
|
2 <description>Plottool for variance</description>
|
|
3 <command interpreter="Rscript"> variance_plot.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 **Function**
|
|
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 a standard deviation .csv file
|
|
25
|
|
26 </help>
|
|
27
|
|
28 </tool>
|