# HG changeset patch # User vandelj # Date 1600185263 0 # Node ID dd0f4da5f68f053f9605bfee7918c63113e0e961 # Parent ccca6ad98f7815260764141532439096fef137f3 Uploaded diff -r ccca6ad98f78 -r dd0f4da5f68f galaxy/wrappers/ExprHeatmapClustering.xml --- a/galaxy/wrappers/ExprHeatmapClustering.xml Mon Sep 14 13:17:45 2020 +0000 +++ b/galaxy/wrappers/ExprHeatmapClustering.xml Tue Sep 15 15:54:23 2020 +0000 @@ -1,4 +1,4 @@ - + Run hierarchical clustering and plot heatmap from expression data and/or differential expression analysis r-plotly @@ -619,13 +619,16 @@ - + + + + @@ -879,7 +882,7 @@ \- **Mathematical transformation** can be applied to clustered data before clustering and visualization. Data used for the filtering step are not modified by this transformation. -\- **Distance measure** used to cluster rows and columns. +\- **Distance measure** used to cluster rows and columns. For "euclidean", "manhattan" and "binary" distances the 'dist' R function is directly called, for "pearson", "spearman" and "kendall" distances the '(1-correlation)/2' term is used as a classical distance, for "absPearson", "absSpearman" and "absKendall" the 'abs(1-correlation)'' term is used. \- **Agglomeration method** used to cluster rows and columns.