Q_COMPOUND_SIMILARITY
Small molecule related queries
Cypher query to retrieve similar chemical components.
MATCH (c:ChemicalComponent {ID:$het_code})-[s:HAS_SIMILARITY]- (other:ChemicalComponent {RELEASE_STATUS:"REL"}) RETURN *