6
|
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>
|