Mercurial > repos > mb2013 > nepenthes_3dpca
changeset 6:7012f7336e61 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:26:23 -0400 |
parents | f3b7f86db21e |
children | 5aaede6275f9 |
files | PCA.xml |
diffstat | 1 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PCA.xml Tue May 20 03:26:23 2014 -0400 @@ -0,0 +1,35 @@ +<tool id="PCA" name="PCA"> + <description>Principal Component analysis</description> + <command interpreter="Rscript">PCA.R $input $output $output2</command> + <inputs> + <param name="input" type="data" format="csv" label="Procrustes csvfile" /> + </inputs> + <outputs> + <data format = "csv" name = "output2" label = "standard deviation"/> + <data format="csv" name="output" label = "Principal Components" /> + + </outputs> + + + <help> +**Function** + +Principal Component analysis on procrustes coordinates of landmark data + +**Input file** + +.csv file Procrustes coordinates + + +**Output** + +Principal Components + +Standard deviation + +**Tip** + +Use **Procrustes** to produce the procrustes coordinates + </help> + +</tool>