Back to catalog
Cortexa research tool·biomedical·gdc
GDC Get Ssm By Gene
Get somatic mutations (SSMs) for a gene across TCGA/GDC projects. Returns mutation type, genomic coordinates, and amino acid changes. Essential for pan-cancer mutation analysis.
Livelast probed 2026-05-01 01:00Z· 284msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 284ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_symbol": {
"description": "Gene symbol (e.g., 'TP53', 'EGFR', 'BRAF', 'KRAS')",
"type": "string"
},
"project_id": {
"description": "Optional: Filter by project (e.g., 'TCGA-BRCA', 'TCGA-LUAD')",
"type": "string"
},
"size": {
"default": 20,
"description": "Number of results (1–100)",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"gene_symbol"
],
"type": "object"
}Examples (1)
Default GDC Get Ssm By Gene call
public-safeinput
{
"gene_symbol": "BRCA1",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GDC_get_ssm_by_gene
- Tool name
- GDC_get_ssm_by_gene
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse