Skip to content

Commit

Permalink
Specify colour for NA values in heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaac committed Jul 29, 2021
1 parent 33d15ac commit 7f3ba15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clusters/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ server <- function(input, output, session) {
cellheight = 13,
fontsize = 13,
annotation_col = hm_anno$anno_row,
annotation_colors = hm_anno$side_colors)
annotation_colors = hm_anno$side_colors,
na_col = "#e5e5e5")

heatmap_dims$width <- glue("{get_plot_dims(hm)$width}in")
heatmap_dims$height <- glue("{get_plot_dims(hm)$height}in")
Expand Down

0 comments on commit 7f3ba15

Please sign in to comment.