How to match identifier to identifier in order to make a relationship in neo4j?
0
0
Entering edit mode
4 months ago

I have used CREATE variable to assign already existing variable a numerical identifier using the following command:

MATCH (n:Subtype{name:"IM"})
SET n:Identifier
RETURN n

After that I wish to MERGE pathway node using specific identifier to my IM node but after running the command I get no relation

MATCH(n:Subtype{identifier:'IM'}), (p:Pathway{identifier:'R-HSA-69206'}) 
MERGE(n)-[:AFFECTS]->(p)

Please help to resolve

R neo4j pathway • 344 views
ADD COMMENT

Login before adding your answer.

Traffic: 1774 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6