Export network data with Cytoscape visualization
exportNetworkToHTML.Rd
Convenience 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",
...
)