Mercurial > repos > mb2013 > nepenthes_3dpca
comparison variance_plot.xml @ 18:a207e838f232 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:29:48 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
17:27af4a7b1e1d | 18:a207e838f232 |
---|---|
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> |