Back to catalog
Cortexa research tool·genomics·ensembl_vep
EnsemblVEP Variant Recoder
Convert genetic variant identifiers between different nomenclature formats using the Ensembl Variant Recoder. Given a variant ID (e.g., rs number), returns equivalent representations in HGVS genomic (hgvsg), HGVS coding (hgvsc), HGVS protein (hgvsp), and SPDI format. Essential for cross-referencing variants across databases that use different notation systems. Example: 'rs429358' returns HGVS coding notation for all APOE transcripts.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"species": {
"default": "human",
"description": "Species name. Default: 'human'.",
"type": "string"
},
"variant_id": {
"description": "Variant identifier to recode. Accepts: rsID (e.g., 'rs429358'), HGVS notation (e.g., 'AGT:c.803T>C'), SPDI (e.g., 'NC_000019.10:44908683:T:C').",
"type": "string"
}
},
"required": [
"variant_id"
],
"type": "object"
}Examples (1)
Default EnsemblVEP Variant Recoder call
public-safeinput
{
"variant_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblVEP_variant_recoder
- Tool name
- EnsemblVEP_variant_recoder
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse