Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Oct 30, 2023
1 parent 231ba40 commit 7dc6c3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions figures/publication_figures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@







```cypher
match (m:Concept)-[:CODE]-(l:Code {SAB:'HPO'})
match (m)-[r:is_approximately_equivalent_to]-(n:Concept)-[:CODE]-(mp:Code {SAB:'MP'})
match (n)-[r2]-(o:Concept)-[:CODE]-(hcop_code:Code {SAB:'HCOP'})
match (o)-[r3]-(p:Concept)-[:CODE]-(hgnc_code:Code {SAB:'HGNC'})
match (p)-[r4]-(q:Concept)-[:CODE]-(eqtl:Code {SAB:'GTEXEQTL'})
RETURN * LIMIT 1
```

0 comments on commit 7dc6c3e

Please sign in to comment.