-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- change
GTEXEQTLTOHGNCrelationship from located_in and location_of to target and target_of
match (gtex_code {SAB:'GTEXEQTL'})-[:CODE]-(gtex:Concept)-[r:location_of]-(hgnc:Concept)-[:CODE]-(:Code {CodeID:'HGNC:52402'})
CALL apoc.refactor.setType(r, 'target_of')
YIELD input, output
RETURN input, output- change SAB for SCHEART to ASP2019 , and change AUTHOR SAB to ASP2019CLUSTER
match (a:Code {SAB:'SCHEART'})-[r0:CODE]-(b:Concept)-[r1:expressed_in]-(c:Concept)-[r2:CODE]-(d:Code {SAB:'HGNC'})
match (b)-[]-(e:Concept)-[:CODE]-(f:Code {SAB:'ASP2019CLUSTER'})
//set f.SAB = 'ASP2019CLUSTER' // ORIGINALLY WAS 'AUTHOR'
set a.SAB = 'ASP2019' // ORIGINALLY WAS 'SCHEART'
return * limit 1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request