Back to catalog
Cortexa research tool·genomics·cadd
CADD Get Range Scores
Get CADD scores for all variants in a genomic range (max 100bp). Returns all pre-computed deleteriousness scores in the region. Use for hotspot analysis or exon scanning.
Livelast probed 2026-05-01 01:00Z· 7335msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 7335ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chrom": {
"description": "Chromosome (1-22, X, Y, MT)",
"type": "string"
},
"end": {
"description": "End position (1-based, inclusive). Max range: 100bp.",
"type": "integer"
},
"start": {
"description": "Start position (1-based, inclusive)",
"type": "integer"
},
"version": {
"default": "GRCh38-v1.7",
"description": "CADD version and genome build",
"type": "string"
}
},
"required": [
"chrom",
"start",
"end"
],
"type": "object"
}Examples (1)
Default CADD Get Range Scores call
public-safeinput
{
"chrom": "",
"end": 1,
"start": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CADD_get_range_scores
- Tool name
- CADD_get_range_scores
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse