Chemical compounds

Small molecule related queries

Q_COMPOUND_SIMILARITY

Cypher query to retrieve similar chemical components.

MATCH
  (c:ChemicalComponent {ID:$het_code})-[s:HAS_SIMILARITY]-
  (other:ChemicalComponent {RELEASE_STATUS:"REL"})
RETURN *