queryChemblAPI | R Documentation |
This function queries the ChEMBL API using the specified parameters and returns the response in JSON format.
queryChemblAPI(resource, field, filter_type, value, format = "json")
resource |
The resource to query in the ChEMBL API. |
field |
The field to filter on in the ChEMBL API. |
filter_type |
The type of filter to apply in the ChEMBL API. |
value |
The value to filter on in the ChEMBL API. |
format |
The format of the response (default is "json"). |
The response from the ChEMBL API in JSON format.
queryChemblAPI("mechanism", "molecule_chembl_id", "in", "CHEMBL1413")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.