Back to catalog
Cortexa research tool·genomics·ensembl_sequence
EnsemblSeq Get Region Sequence
Get the DNA nucleotide sequence for a specific genomic region from Ensembl. Retrieves the reference genome sequence for given chromosome coordinates. Useful for examining regulatory regions, intergenic sequences, or any arbitrary genomic interval. Example: region '17:7668421-7668520' in homo_sapiens returns 100 bp of the TP53 locus. Supports any Ensembl species and coordinate strand.
Livelast probed 2026-04-30 23:07Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"region": {
"description": "Genomic region in format 'chr:start-end' or 'chr:start..end:strand'. Examples: '17:7668421-7668520' (TP53 locus, 100bp), '7:140424943-140425043' (BRAF locus, 100bp), 'X:15560138-15602945' (MECP2 gene). Strand: 1 for forward, -1 for reverse.",
"type": "string"
},
"species": {
"default": "homo_sapiens",
"description": "Ensembl species name. Default: 'homo_sapiens'. Examples: 'mus_musculus', 'danio_rerio', 'drosophila_melanogaster'.",
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
}Examples (1)
Default EnsemblSeq Get Region Sequence call
public-safeinput
{
"region": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblSeq_get_region_sequence
- Tool name
- EnsemblSeq_get_region_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse