library(dplyr)
hm =
tidyHeatmap::N52 |>
mutate(my_text = "t") |>
tidyHeatmap::heatmap(
.row = symbol_ct,
.column = UBR,
.value = `read count normalised log`
)
hm |> layer_text(.value = "a")
hm |> layer_text(.value = my_text)
Run the code above in your browser using DataLab