search_by_uniprot
Identify ChEMBL targets by entering a UniProt accession number. Specify results limit (1-1000) to retrieve relevant data efficiently.
Instructions
Find ChEMBL targets by UniProt accession
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of results to return (1-1000, default: 25) | |
uniprot_id | Yes | UniProt accession number |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of results to return (1-1000, default: 25)",
"maximum": 1000,
"minimum": 1,
"type": "number"
},
"uniprot_id": {
"description": "UniProt accession number",
"type": "string"
}
},
"required": [
"uniprot_id"
],
"type": "object"
}