view Procrustes.xml @ 16:fe749b5b462e draft default tip

Uploaded
author mb2013
date Wed, 20 Nov 2013 07:20:16 -0500
parents 57b837f820e5
children
line wrap: on
line source

<tool id="Procrustes" name="Procrustes">
  <description>Procrustes analysis</description>
  <command interpreter="Rscript">Procrustes.R $input $nb_landmarks $nb_dimension $output $outputcentroid </command>
  <inputs>
    <param name="input" type="data" format="csv" label="Mergedcsv file" />
    <param name = "nb_landmarks" size = "5" type = "integer" value = "18" label = "number of landmarks"/>
    <param name = "nb_dimension" size = "5" type = "integer" value = "3" label = "number of dimensions"/>
  </inputs>
  <outputs>
    <data format="csv" name="output" label = "pca coordinates procrustes"/>
    <data format="csv" name="outputcentroid" label = "centroid size procrustes"/>
  </outputs>

  
  <help>
**What it does**

Procrustes analysis with merged csv file and output procrustes coordinates in csv format

**Input file**

.csv file with landmark coordinates 

**Tip**

Use **dtaConverter** to convert .dta to .csv

  </help>

</tool>