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
change GTEXEQTL TO HGNC relationship 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'})
CALLapoc.refactor.setType(r, 'target_of')
YIELDinput, outputRETURNinput, 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'seta.SAB='ASP2019'// ORIGINALLY WAS 'SCHEART'return*limit1
The text was updated successfully, but these errors were encountered:
GTEXEQTL
TOHGNC
relationship from located_in and location_of to target and target_ofThe text was updated successfully, but these errors were encountered: