EnsemblReg Get Regulatory Elements
Get Ensembl regulatory features (enhancers, promoters, CTCF binding sites, open chromatin, TF binding sites) for a genomic region from the Ensembl Regulatory Build. The Ensembl Regulatory Build integrates epigenomic data from ENCODE, Roadmap Epigenomics, and BLUEPRINT to annotate regulatory elements across the human genome. Returns feature IDs, types, coordinates, and extended bounds. Use this to identify known regulatory elements in a region of interest for epigenomic analysis or variant inter…
Overview
Get Ensembl regulatory features (enhancers, promoters, CTCF binding sites, open chromatin, TF binding sites) for a genomic region from the Ensembl Regulatory Build. The Ensembl Regulatory Build integrates epigenomic data from ENCODE, Roadmap Epigenomics, and BLUEPRINT to annotate regulatory elements across the human genome. Returns feature IDs, types, coordinates, and extended bounds. Use this to identify known regulatory elements in a region of interest for epigenomic analysis or variant interpretation.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chrom": {
"description": "Chromosome number without 'chr' prefix (e.g., '17', '7', 'X').",
"type": "string"
},
"end": {
"description": "End position (1-based).",
"type": "integer"
},
"species": {
"default": "homo_sapiens",
"description": "Species name (e.g., 'homo_sapiens', 'mus_musculus').",
"type": "string"
},
"start": {
"description": "Start position (1-based).",
"type": "integer"
}
},
"required": [
"chrom",
"start",
"end"
],
"type": "object"
}Examples (1)
Default EnsemblReg Get Regulatory Elements call
{
"chrom": "",
"end": 1,
"start": 1
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblReg_get_regulatory_elements
- Tool name
- EnsemblReg_get_regulatory_elements
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse