You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to create a Network from scrach in Cytoscape and export it to Neo4J, yet every single node create a different labels with the name of the node.
I've tried adding the following columns, in vain:
:LABEL
label
_neo4j_labels (as String, or single List of String)
group
What do I need to do so that they are correctly imported to Neo4j ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to create a Network from scrach in Cytoscape and export it to Neo4J, yet every single node create a different labels with the name of the node.
I've tried adding the following columns, in vain:
What do I need to do so that they are correctly imported to Neo4j ?
Thanks
The text was updated successfully, but these errors were encountered: