
Export interactive HTML chord diagram for ABC connections
Source:R/visualization.R
export_chord_diagram.Rd
This function creates an HTML chord diagram visualization for ABC connections, properly coloring the arcs based on whether each term is an A, B, or C term.
Usage
export_chord_diagram(
abc_results,
output_file = "abc_chord.html",
top_n = 50,
min_score = 0.1,
open = TRUE
)