hm =
tidyHeatmap::N52 |>
tidyHeatmap::heatmap(
.row = symbol_ct,
.column = UBR,
.value = `read count normalised log`
)
hm |> annotation_numeric(inflection)
# Align to the right
hm |> annotation_numeric(inflection, align_to = "right")
Run the code above in your browser using DataLab