Back to catalog
Cortexa research tool·genomics·hpa
HPA Get Comprehensive Gene Details By Ensembl ID
Get detailed in-depth information from gene page using Ensembl Gene ID, including image URLs, antibody data, protein expression, and comprehensive information. This is the core tool for retrieving all images (tissue immunohistochemistry, subcellular immunofluorescence).
Livelast probed 2026-04-30 23:07Z· 92msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ensembl_id": {
"description": "Ensembl Gene ID, e.g., 'ENSG00000064787' (BCAS1), 'ENSG00000141510' (TP53), etc. Usually obtained through HPA_search_genes_by_query tool.",
"type": "string"
},
"include_antibodies": {
"description": "Whether to include detailed antibody information (validation status, Western blot data, etc.), defaults to true.",
"type": "boolean"
},
"include_expression": {
"description": "Whether to include detailed expression data (tissue specificity, subcellular localization, etc.), defaults to true.",
"type": "boolean"
},
"include_images": {
"description": "Whether to include image URL information (immunofluorescence, cell line images, etc.), defaults to true.",
"type": "boolean"
}
},
"required": [
"ensembl_id",
"include_images",
"include_antibodies",
"include_expression"
],
"type": "object"
}Examples (1)
Default HPA Get Comprehensive Gene Details By Ensembl ID call
public-safeinput
{
"ensembl_id": "",
"include_antibodies": false,
"include_expression": false,
"include_images": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_HPA_get_comprehensive_gene_details_by_ensembl_id
- Tool name
- HPA_get_comprehensive_gene_details_by_ensembl_id
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse