Export network data with Cytoscape visualization
exportNetworkToHTML.RdConvenience function that takes nodes and edges data directly and creates both the configuration and HTML export in one step.
Usage
exportNetworkToHTML(
nodes,
edges,
filename = "network_visualization.html",
displayLabelType = "id",
...
)