Back to catalog
Cortexa research tool·structure·mutalyzer
Mutalyzer Parse Hgvs
Parse an HGVS variant description into a structured model using Mutalyzer. Returns the reference sequence ID, coordinate system (c./g./p./r.), variant type (substitution, deletion, insertion, etc.), and exact positions. Useful for programmatically extracting components of HGVS notation without regex parsing.
Livelast probed 2026-05-01 01:00Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"variant": {
"description": "HGVS variant description to parse. Examples: 'NM_003002.4:c.274G>T', 'NC_000017.11:g.7674220C>G', 'NM_000546.6:c.215C>G'. Supports coding (c.), genomic (g.), protein (p.), and RNA (r.) coordinates.",
"type": "string"
}
},
"required": [
"variant"
],
"type": "object"
}Examples (1)
Default Mutalyzer Parse Hgvs call
public-safeinput
{
"variant": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Mutalyzer_parse_hgvs
- Tool name
- Mutalyzer_parse_hgvs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse