# HG changeset patch # User iuc # Date 1731429880 0 # Node ID 48b42ee61bc5bb3e2ad137790e31e9587c5f26a5 # Parent 51c6ccaace7e5bf4220d06f30cbc13f15978919b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/heatmap2 commit e3d7e01c96e49e65000f45d07e453d9f2625651a diff -r 51c6ccaace7e -r 48b42ee61bc5 heatmap2.xml --- a/heatmap2.xml Fri Oct 11 13:12:37 2024 +0000 +++ b/heatmap2.xml Tue Nov 12 16:44:40 2024 +0000 @@ -1,7 +1,7 @@ 3.2.0 - 0 + 1 r-gplots @@ -79,6 +79,9 @@ #if $cluster_cond.cluster_cols_rows == "both" reorder_cols <- TRUE reorder_rows <- TRUE + # Layout is: + # 4 = color key | 3 = dendrogram for columns + # 2 = dendrogram for rows | 1 = heatmap layout_matrix <- rbind(c(4,3), c(2,1)) key_margins <- list(mar=c(4,0.5,2,1)) lheight <- c(1, 5) @@ -86,6 +89,9 @@ #elif $cluster_cond.cluster_cols_rows == "row" reorder_cols <- FALSE reorder_rows <- TRUE + # Layout is: + # 3 = dendrogram for columns (not plotted) + title | 4 = color key + # 2 = dendrogram for rows | 1 = heatmap layout_matrix <- rbind(c(3,4), c(2,1)) key_margins <- list(mar=c(3,5,1,10)) lheight <- c(1,7) @@ -93,10 +99,14 @@ #elif $cluster_cond.cluster_cols_rows == "column" reorder_cols <- TRUE reorder_rows <- FALSE - layout_matrix <- rbind(c(4), c(3), c(1), c(2)) - key_margins <- list(mar=c(4,0.5,2,1)) - lheight <- c(0.3, 2, 6, 1) - lwidth <- c(1) + # Layout is: + # nothing | 4 = color key + # nothing | 3 = dendrogram for columns + # 2 = dendrogram for rows (not plotted) | 1 = heatmap + layout_matrix <- rbind(c(0, 4), c(0, 3), c(2, 1)) + key_margins <- list(mar=c(1, 5, 1, 10)) + lheight <- c(0.5, 1, 5) + lwidth <- c(0.01, 1) #end if hclust_fun <- function(x) hclust(x, method='$cluster_cond.clustering') #if $cluster_cond.distance == 'pearson_correlation': @@ -283,7 +293,7 @@ - + @@ -293,7 +303,7 @@ - + @@ -307,7 +317,7 @@ - + @@ -316,7 +326,7 @@ - + @@ -325,7 +335,18 @@ - + + + + + + + + + + + +