Generate a Heatmap Plot
getHeatmapPlot.Rd
This function generates a heatmap using the CohortContrast GUI object. It extracts necessary components from the ccObject and passes them to the `plot_heatmap` function to generate the plot.
Examples
if (FALSE) { # \dontrun{
# Assuming `ccObject` (visual snapshot) is already created via CohortContrast GUI
ccObject <- readRDS("./visual_snapshots/CohortContrastDataVisualSnapshot.rds")
getHeatmapPlot(ccObject)
} # }