This function creates an HTML chord diagram visualization for ABC connections.
export_chord(
abc_results,
output_file = "abc_chord.html",
top_n = 50,
min_score = 0.1,
open = TRUE
)The file path of the created HTML file (invisibly).
A data frame containing ABC results.
File path for the output HTML file.
Number of top results to visualize.
Minimum score threshold for including connections.
Logical. If TRUE, opens the HTML file after creation.