CyService / cxtool

File converters and other small utilities for Cytoscape.js JSON
MIT License
3 stars 0 forks source link

cx2cyjs needs to map cx node aspect name and represents attributes to cyjs #3

Open dexterpratt opened 8 years ago

dexterpratt commented 8 years ago

Should have consistent behavior with the CX <-> Cytoscape data model mapping This seems to be why node names are not being displayed - they are simply not in the converted data structure

dexterpratt commented 8 years ago

This may be complicated by the NDEx<->Cytoscape round trip - the name information may be stored redundantly by CyNDEx (i.e. both as a node attribute AND in the node aspect) - so the behavior may be different for a native network and one that has been edited and saved from Cytoscape via CyNDEx