Skip to content

Commit

Permalink
Adding query from GWAS SNPs to human disease (hypertension)
Browse files Browse the repository at this point in the history
  • Loading branch information
souzadevinicius committed Aug 13, 2024
1 parent 0b3b250 commit 0b69cc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions queries/gwas_snps_to_human_diseases.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MATCH (d:`biolink:Disease`)
WHERE d.`grebi:nodeId` = 'mondo:0005044'
WITH d
MATCH (s:`gwas:SNP`)-[]->(d)
WITH s, d
MATCH p = (d)<-[]-(s)-[]->(g:`hgnc:Gene`)
return p

0 comments on commit 0b69cc6

Please sign in to comment.