Back to catalog
Cortexa research tool·genomics·hpa
HPA Get RNA Expression By Source
Get RNA expression level (nTPM) for a gene in a specific biological source using optimized columns parameter. Supports tissue, blood, brain, and single_cell source types with comprehensive source mappings.
Livelast probed 2026-04-30 23:07Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_name": {
"description": "Gene name or gene symbol, e.g., 'GFAP', 'TP53', 'BRCA1', etc.",
"type": "string"
},
"source_name": {
"description": "The specific name of the biological source, e.g., 'liver', 'heart_muscle', 't_cell', 'hepatocytes', 'cerebellum'. Must be a valid name from the comprehensive HPA columns mapping.",
"type": "string"
},
"source_type": {
"description": "The type of biological source. Choose from: 'tissue', 'blood', 'brain', 'single_cell'.",
"type": "string"
}
},
"required": [
"gene_name",
"source_type",
"source_name"
],
"type": "object"
}Examples (1)
Default HPA Get RNA Expression By Source call
public-safeinput
{
"gene_name": "BRCA1",
"source_name": "",
"source_type": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_HPA_get_rna_expression_by_source
- Tool name
- HPA_get_rna_expression_by_source
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse