Back to catalog
Cortexa research tool·drug discovery·screen
SCREEN Get Regulatory Elements
Get candidate cis-regulatory elements (cCREs) from SCREEN database for specific genomic regions
Livelast probed 2026-05-01 01:00Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"element_type": {
"default": "enhancer",
"description": "Type of regulatory element (promoter, enhancer, insulator)",
"type": "string"
},
"gene_name": {
"description": "Gene symbol to search for regulatory elements (e.g., BRCA1, TP53). Alias: 'query'.",
"type": "string"
},
"limit": {
"default": 10,
"description": "Number of results to return",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Gene symbol to search for regulatory elements (alias for gene_name).",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default SCREEN Get Regulatory Elements call
public-safeinput
{
"gene_name": "BRCA1",
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SCREEN_get_regulatory_elements
- Tool name
- SCREEN_get_regulatory_elements
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse