# HG changeset patch # User peter-waltman # Date 1362185648 18000 # Node ID 3d3a8595b981daac91ba2ec2df9c48382da9c6e5 # Parent cbc3ecce98eef3964649280141f2c59962013fb7 Uploaded diff -r cbc3ecce98ee -r 3d3a8595b981 cluster.tools/normalize.matrix.by.other.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cluster.tools/normalize.matrix.by.other.xml Fri Mar 01 19:54:08 2013 -0500 @@ -0,0 +1,78 @@ + + normalize.matrix.by.other.py +-d ${dataset} +-D ${dataset2} +-c ${ctr_method} + +#if str($ctr_method) == "median": +-o ${output_median} +#end if + +#if str($ctr_method) == "mean": +-o ${output_mean} +#end if + +-r ${return_normalizer_matrix} + +#if str($return_normalizer_matrix) == 'yes': +-O ${output_normal} +#end if + + + + + + + + + + + + + + + + (ctr_method)=="median" + + + (ctr_method)=="mean" + + + (return_normal_matrix)=="yes" + + + +.. class:: infomark + +**Normalize Matrix - Tool to normalize a matrix** + +---- + +**Parameters** + +- **Center Rows** Centering Method for Rows + + * No Centering + * Mean + * Median + +- **Center Rows** Centering Method for Columns + + * No Centering + * Mean + * Median + +- **Variance Adjustment for Rows** Variance Adjustment Method for Rows + + * No Adjustment + * Median Absolute Deviation + * Standard Deviation + +- **Variance Adjustment for Rows** Variance Adjustment Method for Columns + + * No Adjustment + * Median Absolute Deviation + * Standard Deviation + + +