View source: R/heatmap_plotting.R
bb_plot_heatmap_colHighlight | R Documentation |
Use geom_text_repel to selectively highlight some column names. Useful when there are too many to highlight to be able to use the axis directly.
bb_plot_heatmap_colHighlight(
obj,
highlights = character(0),
side = c("top", "bottom", "right", "left"),
...
)
obj |
A summarized heatmap |
highlights |
A vector of columns to highlight, Default: character(0) |
side |
Side on which to put the higlight, Default: c("top", "bottom", "right", "left") |
... |
Other arguments to pass to geom_text_repel |
a ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.