Back to catalog
Cortexa research tool·genomics·bgee
Bgee Get Gene Expression
Get expression data for a gene across tissues and organs from the Bgee database. Returns where a gene is expressed with expression scores, confidence levels, and quality ratings. Supports RNA-Seq, Affymetrix, EST, and in situ hybridization data types. Requires both an Ensembl gene ID and NCBI taxonomy ID. Example: ENSG00000141510 (TP53) with species 9606 (human) returns expression across 145+ tissues including ventricular zone (score 95.11), ganglionic eminence, and monocytes.
Livelast probed 2026-04-30 23:07Z· 177msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 177ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "Ensembl gene ID. Examples: 'ENSG00000141510' (human TP53), 'ENSMUSG00000059552' (mouse Trp53), 'ENSDARG00000115148' (zebrafish tp53).",
"type": "string"
},
"species_id": {
"description": "NCBI taxonomy ID for the species. Examples: '9606' (human), '10090' (mouse), '7955' (zebrafish), '7227' (fruit fly).",
"type": "string"
}
},
"required": [
"gene_id",
"species_id"
],
"type": "object"
}Examples (1)
Default Bgee Get Gene Expression call
public-safeinput
{
"gene_id": "BRCA1",
"species_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Bgee_get_gene_expression
- Tool name
- Bgee_get_gene_expression
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse