cytoscape / cytoscape-explore

Network visualization webapp.
MIT License
13 stars 4 forks source link

CX export API support #57

Closed maxkfranz closed 2 years ago

maxkfranz commented 3 years ago

Add support for exporting an existing CE network to CX. This can be done by taking an existing cy network and generating the returned cx data. The changes can be made here:

https://github.com/cytoscape/cytoscape-explore/blob/02a7ab2dfe45cc2a5954486b6e2d55ae4edd7ba7/src/model/import-export/cx.js#L15-L23