Mercurial > repos > mb2013 > nepenthes_3dpca
view PCA.xml @ 19:f3d9bb18110a draft default tip
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:30:07 -0400 |
parents | 7012f7336e61 |
children |
line wrap: on
line source
<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>