Back to catalog
Cortexa research tool·biomedical·gdc
GDC Get Mutation Frequency
Get pan-cancer mutation frequency statistics for a gene across all TCGA/GDC cancer projects. Returns total SSM occurrence count (no per-project breakdown — use GDC_get_ssm_by_gene with project_id for cancer-specific data). Answers 'How often is this gene mutated across all cancers?'
Livelast probed 2026-05-01 01:00Z· 377msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 377ms
Schema
JSON Schema the agent (or your API call) must match.
{
"additionalProperties": false,
"properties": {
"gene": {
"description": "Gene symbol alias — alternative to gene_symbol",
"type": "string"
},
"gene_symbol": {
"description": "Gene symbol (e.g., 'TP53', 'KRAS', 'EGFR')",
"type": "string"
}
},
"required": [
"gene_symbol"
],
"type": "object"
}Examples (1)
Default GDC Get Mutation Frequency call
public-safeinput
{
"gene": "BRCA1",
"gene_symbol": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GDC_get_mutation_frequency
- Tool name
- GDC_get_mutation_frequency
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse