changeset 18:a207e838f232 draft

Uploaded
author mb2013
date Tue, 20 May 2014 03:29:48 -0400
parents 27af4a7b1e1d
children f3d9bb18110a
files variance_plot.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/variance_plot.xml	Tue May 20 03:29:48 2014 -0400
@@ -0,0 +1,28 @@
+<tool id="Variance_plot" name="Variance_plot">
+  <description>Plottool for variance</description>
+  <command interpreter="Rscript"> variance_plot.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>
+**Function**
+
+Plottool for creating a barplot of variance of PCA
+
+**Input file**
+
+standard deviation (PCA)
+
+**Tip**
+
+Use **PCA** to generate a standard deviation .csv file
+
+  </help>
+
+</tool>