This node takes a table with structures (either SDF/MOL, RDKit or SMILES format) and runs a structural search using the ChEMBL REST API web services.
The search can be made in three modes:
Exact structure, only exact matches will be returned
Similarity, in which structures similar to the one submitted will be returned
Substructure, in which molecules that contain the submitted structure as part of its molecular structure will be returned
For the Similarity search option, the user can also input the similarity (%) value.
The component has a visualisation option in which the search results can be presented as cards, with hyperlinks to the ChEMBL website if the user wants to get more details about a particular compound.