View source: R/heatmap_plotting.R
bb_plot_heatmap_rowHighlight | R Documentation |
Plots a selected row name from a SummarizedHeatmap object. Useful when there are too many to highlight so you can't alter the plot axis.
bb_plot_heatmap_rowHighlight(
obj,
highlights = character(0),
side = c("right", "left", "top", "bottom"),
...
)
obj |
A summarized Heatmap object |
highlights |
A vector of rows to highlight, Default: character(0) |
side |
Side on which to plot the highlight, 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.