Back to catalog
Cortexa research tool·genomics·ensembl_sequence
EnsemblSeq Get ID Sequence
Get the amino acid or nucleotide sequence for an Ensembl ID (protein, transcript, or gene). Retrieves protein sequences from ENSP IDs, cDNA/CDS from ENST IDs, or genomic DNA from ENSG IDs. Example: ENSP00000269305 returns the 393 amino acid protein sequence of TP53 canonical isoform. ENST00000269305 with type='cdna' returns the 2512 bp cDNA sequence of TP53-201.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ensembl_id": {
"description": "Ensembl stable ID. Examples: 'ENSP00000269305' (TP53 protein, 393 aa), 'ENST00000269305' (TP53-201 transcript), 'ENSG00000141510' (TP53 gene). Protein IDs start with ENSP, transcript with ENST, gene with ENSG.",
"type": "string"
},
"type": {
"default": "protein",
"description": "Sequence type to return. Options: 'protein' (amino acid), 'cdna' (spliced cDNA), 'cds' (coding sequence), 'genomic' (unspliced DNA). Default: 'protein' for ENSP IDs, auto-detected for others.",
"type": "string"
}
},
"required": [
"ensembl_id"
],
"type": "object"
}Examples (1)
Default EnsemblSeq Get ID Sequence call
public-safeinput
{
"ensembl_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblSeq_get_id_sequence
- Tool name
- EnsemblSeq_get_id_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse