heatmap_vici: A heatmap function for displaying
Description
Internal function for displaying significance heatmap when multiple conditions are tested
Usage
heatmap_vici(res_2plot, inter = TRUE, baseline = NULL)
Value
a ggplot2
plot object
Arguments
- res_2plot
a data.frame
- inter
a logical flag indicating whether we are in the interarm setting or not.
Default is TRUE
.