Back to catalog
Cortexa research tool·clinical·gdc
GDC Get Cnv Data
Query copy number variation (CNV) files from GDC/TCGA projects. Returns CNV segment and gene-level copy number files. Use for amplification/deletion analysis.
Livelast probed 2026-05-01 01:00Z· 85msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 85ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_symbol": {
"description": "Optional: Gene symbol to focus analysis",
"type": "string"
},
"project_id": {
"description": "GDC project (e.g., 'TCGA-BRCA')",
"type": "string"
},
"size": {
"default": 10,
"description": "Number of results",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"project_id"
],
"type": "object"
}Examples (1)
Default GDC Get Cnv Data call
public-safeinput
{
"gene_symbol": "BRCA1",
"project_id": "",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GDC_get_cnv_data
- Tool name
- GDC_get_cnv_data
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse