Back to catalog
Cortexa research tool·genomics·cadd
CADD Get Position Scores
Get CADD scores for all possible substitutions at a genomic position. Returns PHRED scores for A, C, G, T variants at the position. Useful for saturation mutagenesis analysis.
Livelast probed 2026-05-01 01:00Z· 571msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 571ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chrom": {
"description": "Chromosome (1-22, X, Y, MT)",
"type": "string"
},
"pos": {
"description": "Genomic position (1-based)",
"type": "integer"
},
"version": {
"default": "GRCh38-v1.7",
"description": "CADD version and genome build",
"type": "string"
}
},
"required": [
"chrom",
"pos"
],
"type": "object"
}Examples (1)
Default CADD Get Position Scores call
public-safeinput
{
"chrom": "",
"pos": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CADD_get_position_scores
- Tool name
- CADD_get_position_scores
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse