Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 281 Bytes

neo4j-queries.md

File metadata and controls

19 lines (13 loc) · 281 Bytes

There are the queries practised at het.io

  1. Exploration of relation between gene node and compound node
MATCH (g:Gene)<-[r:BINDS_CbG]-(c:Compound) RETURN g,r,c LIMIT 100
  1. What is this code about
code
  1. What is this code doing
code