Mercurial > repos > mb2013 > nepenthes_3dpca
comparison PCA.xml @ 6:7012f7336e61 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:26:23 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:f3b7f86db21e | 6:7012f7336e61 |
---|---|
1 <tool id="PCA" name="PCA"> | |
2 <description>Principal Component analysis</description> | |
3 <command interpreter="Rscript">PCA.R $input $output $output2</command> | |
4 <inputs> | |
5 <param name="input" type="data" format="csv" label="Procrustes csvfile" /> | |
6 </inputs> | |
7 <outputs> | |
8 <data format = "csv" name = "output2" label = "standard deviation"/> | |
9 <data format="csv" name="output" label = "Principal Components" /> | |
10 | |
11 </outputs> | |
12 | |
13 | |
14 <help> | |
15 **Function** | |
16 | |
17 Principal Component analysis on procrustes coordinates of landmark data | |
18 | |
19 **Input file** | |
20 | |
21 .csv file Procrustes coordinates | |
22 | |
23 | |
24 **Output** | |
25 | |
26 Principal Components | |
27 | |
28 Standard deviation | |
29 | |
30 **Tip** | |
31 | |
32 Use **Procrustes** to produce the procrustes coordinates | |
33 </help> | |
34 | |
35 </tool> |