## Connections
### Web
1. Go to https://gnomad.broadinstitute.org
2. Search gene "STRC" or variant "15-43600551-A-C"
3. Check allele frequency, ancestry breakdown, and constraint
### API
# GraphQL API
curl -X POST https://gnomad.broadinstitute.org/api \
-H "Content-Type: application/json" \
-d '{"query": "{ gene(gene_symbol: \"STRC\", reference_genome: GRCh38) { gnomad_constraint { pLI oe_lof } } }"}'
### Python (Hail)
import hail as hl
# Load gnomAD dataset (requires Hail setup)
gnomad = hl.read_table("gs://gcp-public-data--gnomad/release/4.1/ht/genomes/gnomad.genomes.v4.1.sites.ht")
VERIFIED — STRC E1659A (c.4976A>C) is ABSENT from gnomAD (0/251,000+ alleles). This confirms PM2_Supporting evidence.