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
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