Spaces:
Runtime error
A newer version of the Gradio SDK is available:
5.11.0
Chemical Properties
Contributor: Zheni Zeng
Tool Description
The tool, "Chemical Property Plugin," provides the ability to lookup a chemical's properties by querying a chemical knowledge base. The tool accepts the input in a JSON format, like {'input': 'some input'} and guides you to ask questions and search step by step.
Tool Specifications
- Name: Chemical Property Plugin
- Purpose: Plugin for looking up a chemical's property using a chemical knowledge base
- Logo:
- Contact Email: [email protected]
- Legal Information: Legal Information
Core Functionality
get_name
This method accepts a Compound ID (CID) and returns the top 3 synonyms for the queried compound.
get_allname
This method accepts a Compound ID (CID) and returns all the possible synonyms for the queried compound. Be aware that the number of returned names can be large, so use this function with caution.
get_id_by_struct
This method accepts a SMILES formula and returns the ID of the queried compound. This method should be used only if the SMILES formula is provided or retrieved in the previous step.
get_id
This method accepts a compound name and returns the ID of the queried compound. If the name cannot be precisely matched, it will return the possible names.
get_prop
This method accepts a Compound ID (CID) and returns the properties of the queried compound.
The tool is made possible through the use of the ChemicalPropAPI, which interacts with a chemical knowledge base.