There are the queries practised at het.io
- Exploration of relation between
gene
node andcompound
node
MATCH (g:Gene)<-[r:BINDS_CbG]-(c:Compound) RETURN g,r,c LIMIT 100
- What is this code about
code
- What is this code doing
code
There are the queries practised at het.io
gene
node and compound
nodeMATCH (g:Gene)<-[r:BINDS_CbG]-(c:Compound) RETURN g,r,c LIMIT 100
code
code