This function creates an improved heatmap visualization of ABC connections that can display entity type information when available, without enforcing type constraints.
vis_heatmap(
abc_results,
top_n = 25,
min_score = 0.1,
show_significance = TRUE,
color_palette = "blues",
title = "ABC Connections Heatmap",
show_entity_types = TRUE
)NULL invisibly. The function creates a plot as a side effect.
A data frame containing ABC results.
Number of top results to visualize.
Minimum score threshold for including connections.
Logical. If TRUE, marks significant connections.
Character. Color palette to use for the heatmap.
Plot title.
Logical. If TRUE, includes entity types in axis labels.