annotate tools/stats/correlation.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="Pearson_and_apos_Correlation1" name="Pearson and apos Correlation">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>between any two numeric columns</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="perl">correlation.pl $input $out_file1 $col1 $col2</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <!-- <display>on column $col1 and column $col2 of $input</display> -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param name="col1" size="3" type="text" value="5" label="Correlate data in column"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param name="col2" size="3" type="text" value="6" label="with data in column"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param format="txt" name="input" type="data" label="in Query"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <data format="txt" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <help>Computes Pearsons correlation coefficient between any two numerical columns. Column numbers start at 1.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </tool>