get_target_details
Retrieve detailed gene target information, including gene-drug-disease associations, using Ensembl gene ID, for research and analysis on the Open Targets platform.
Instructions
Get comprehensive target information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Target Ensembl gene ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Target Ensembl gene ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}