changeset 2:a968fcdbd710 draft

Uploaded
author ynewton
date Tue, 02 Oct 2012 12:06:14 -0400
parents 710627b47962
children b3a41a2bc7e2
files normalize.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/normalize.xml	Wed Sep 26 19:09:23 2012 -0400
+++ b/normalize.xml	Tue Oct 02 12:06:14 2012 -0400
@@ -15,7 +15,7 @@
       <param name="normType" type="select" label="type of normalization">
         <option value="median_shift">Median Shift</option>
         <option value="mean_shift">Mean Shift</option>
-        <option value="t_statistic">T-Statistic (z-scores)</option>
+        <option value="t_statistic">Student t-statistic (z-scores)</option>
         <option value="exponential_fit">Exponential Distribution Normalization</option>
         <option value="normal_fit">Normal Distribution Normalization</option>
         <option value="weibull_0.5_fit">Weibull Distribution Normalization (scale=1,shape=0.5)</option>  
@@ -33,7 +33,7 @@
 
 This tool takes data in a matrix format and normalizes it using the chosen normalization options. The matrix data is assumed to be column and row annotated, meaning that the first line of the matrix file is assumed to be the column headers and the first column of each row is assumed to be the row header.
 
-Data can be normalized either by row or column. Note that fitting normalizations automatically do so by column regardless of the user selection. 
+Data can be normalized either by row or column. Note that exponential, normal, and weibull normalizations automatically do so by column regardless of the user selection. 
 
 The following normalizations are provided: