## Connections
### Web
1. Go to https://cadd.gs.washington.edu/
2. Score tab → paste variant(s) in VCF format
3. Or lookup pre-computed: https://cadd.gs.washington.edu/snv
### API
# Score single variant (GRCh38)
curl "https://cadd.gs.washington.edu/api/v1.0/GRCh38/15:43600551:A:C"
### Pre-computed Download
# Whole genome (350GB!)
# Or per-chromosome
tabix whole_genome_SNVs.tsv.gz 15:43600551-43600551
VERIFIED — STRC E1659A CADD PHRED score: 27.5 (raw: 4.931). Top 0.18% most deleterious variants genome-wide. Obtained via Ensembl VEP (direct CADD API returns 'Not found' for this position). SIFT: Deleterious (0), PolyPhen: Probably damaging (0.991).
curl 'https://rest.ensembl.org/vep/human/region/15:43600551-43600551:1/C?CADD=1' -H 'Content-Type:application/json'curl 'https://rest.ensembl.org/vep/human/region/15:43600551-43600551:1/C?CADD=1' -H 'Content-Type:application/json'