
Add values to a biomarker performance heatmap
Source:R/add_biomarker_values.R
add_biomarker_values.RdAdds numeric cell labels to the heatmap returned by
ScreenBiomarkerPerformance(). This helper is intended for downstream
annotation of SciDataReportR biomarker heatmaps while keeping the default
heatmap uncluttered and hover-friendly.
Usage
add_biomarker_values(
plot,
value_var = "HeatmapValue",
digits = 2,
size = 3,
color = "black"
)