Skip to content

Commit

Permalink
Ensuring clustering is on/off same as in original examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
enblacar committed Jul 21, 2024
1 parent a9632fb commit 701357c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vignettes/decoupleR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ colors.use <- grDevices::colorRampPalette(colors = colors)(100)
pheatmap::pheatmap(mat = mat,
color = colors.use,
border_color = "white",
cluster_rows = FALSE,
cluster_cols = FALSE,
cellwidth = 15,
cellheight = 15,
cutree_cols = 2,
treeheight_row = 0,
treeheight_col = 0)
```
Expand Down Expand Up @@ -229,6 +230,8 @@ colors.use <- grDevices::colorRampPalette(colors = colors)(100)
pheatmap::pheatmap(mat = mat_gsea,
color = colors.use,
border_color = "white",
cluster_rows = FALSE,
cluster_cols = FALSE,
cellwidth = 20,
cellheight = 20,
treeheight_row = 0,
Expand Down Expand Up @@ -262,6 +265,8 @@ colors.use <- grDevices::colorRampPalette(colors = colors)(100)
pheatmap::pheatmap(mat = mat_ulm,
color = colors.use,
border_color = "white",
cluster_rows = FALSE,
cluster_cols = FALSE,
cellwidth = 20,
cellheight = 20,
treeheight_row = 0,
Expand Down Expand Up @@ -308,6 +313,8 @@ colors.use <- grDevices::colorRampPalette(colors = colors)(100)
pheatmap::pheatmap(mat = mat_consensus,
color = colors.use,
border_color = "white",
cluster_rows = FALSE,
cluster_cols = FALSE,
cellwidth = 20,
cellheight = 20,
treeheight_row = 0,
Expand Down

0 comments on commit 701357c

Please sign in to comment.