Skip to content

Commit

Permalink
Update Cypher-Queries.md
Browse files Browse the repository at this point in the history
Removed a pid
  • Loading branch information
logust79 committed May 18, 2017
1 parent f75ea14 commit 83b61fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cypher-Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ LIMIT 10;
```
MATCH (k:Person)
WITH count(k) as numberOfPeople
MATCH (p:Person {personId:"WebsterURMD_Sample_GV4344"})<-[]-(gv:GeneticVariant)
MATCH (p:Person {personId:"person1"})<-[]-(gv:GeneticVariant)
WHERE (gv.allele_freq < 0.001 or NOT EXISTS(gv.exac_af))
WITH size(()<-[]-(gv)) as count , gv, p, numberOfPeople
WHERE count > 1
Expand Down

0 comments on commit 83b61fa

Please sign in to comment.