Back to catalog
Cortexa research tool·drug discovery·opentarget_genetics
OpenTargets Get Study Credible Sets
Get all credible sets (fine-mapped GWAS loci) for a specific GWAS study from Open Targets. Returns the lead variants, fine-mapping details, p-values, effect sizes, and locus-to-gene (L2G) predictions for each locus in the study. Use this to explore all significant loci discovered in a GWAS.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"index": {
"default": 0,
"description": "Page index for pagination (0-based, default 0)",
"type": "integer"
},
"size": {
"default": 20,
"description": "Number of credible sets to return (default 20)",
"type": "integer"
},
"studyIds": {
"description": "GWAS study accession IDs (e.g., ['GCST000392'])",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"studyIds"
],
"type": "object"
}Examples (1)
Default OpenTargets Get Study Credible Sets call
public-safeinput
{
"index": 1,
"size": 1,
"studyIds": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenTargets_get_study_credible_sets
- Tool name
- OpenTargets_get_study_credible_sets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse