← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 11-119090212-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=119090212&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 119090212,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000652429.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "NM_000190.4",
"protein_id": "NP_000181.2",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 361,
"cds_start": 445,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1505,
"mane_select": "ENST00000652429.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "ENST00000652429.1",
"protein_id": "ENSP00000498786.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 361,
"cds_start": 445,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1505,
"mane_select": "NM_000190.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000392841.1",
"protein_id": "ENSP00000376584.1",
"transcript_support_level": 1,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*340C>T",
"hgvs_p": null,
"transcript": "ENST00000545621.5",
"protein_id": "ENSP00000444849.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*340C>T",
"hgvs_p": null,
"transcript": "ENST00000545621.5",
"protein_id": "ENSP00000444849.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "NM_001425056.1",
"protein_id": "NP_001411985.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 358,
"cds_start": 445,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.427C>T",
"hgvs_p": "p.Arg143*",
"transcript": "NM_001425057.1",
"protein_id": "NP_001411986.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 355,
"cds_start": 427,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.427C>T",
"hgvs_p": "p.Arg143*",
"transcript": "ENST00000442944.7",
"protein_id": "ENSP00000392041.3",
"transcript_support_level": 5,
"aa_start": 143,
"aa_end": null,
"aa_length": 355,
"cds_start": 427,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 1448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "NM_001425058.1",
"protein_id": "NP_001411987.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 348,
"cds_start": 445,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "NM_001024382.2",
"protein_id": "NP_001019553.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "NM_001425052.1",
"protein_id": "NP_001411981.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "NM_001425053.1",
"protein_id": "NP_001411982.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 1571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "NM_001425054.1",
"protein_id": "NP_001411983.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 1587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000537841.5",
"protein_id": "ENSP00000444730.1",
"transcript_support_level": 5,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000648374.1",
"protein_id": "ENSP00000497255.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131*",
"transcript": "NM_001425059.1",
"protein_id": "NP_001411988.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 343,
"cds_start": 391,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126*",
"transcript": "ENST00000650101.1",
"protein_id": "ENSP00000496970.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 338,
"cds_start": 376,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1066,
"cdna_end": null,
"cdna_length": 1936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131*",
"transcript": "ENST00000543090.5",
"protein_id": "ENSP00000445429.1",
"transcript_support_level": 5,
"aa_start": 131,
"aa_end": null,
"aa_length": 330,
"cds_start": 391,
"cds_end": null,
"cds_length": 993,
"cdna_start": 495,
"cdna_end": null,
"cdna_length": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "NM_001258208.2",
"protein_id": "NP_001245137.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 321,
"cds_start": 445,
"cds_end": null,
"cds_length": 966,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "ENST00000544387.5",
"protein_id": "ENSP00000438424.1",
"transcript_support_level": 2,
"aa_start": 149,
"aa_end": null,
"aa_length": 321,
"cds_start": 445,
"cds_end": null,
"cds_length": 966,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 1351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*",
"transcript": "NM_001425061.1",
"protein_id": "NP_001411990.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 308,
"cds_start": 445,
"cds_end": null,
"cds_length": 927,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.280C>T",
"hgvs_p": "p.Arg94*",
"transcript": "NM_001425062.1",
"protein_id": "NP_001411991.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 306,
"cds_start": 280,
"cds_end": null,
"cds_length": 921,
"cdna_start": 739,
"cdna_end": null,
"cdna_length": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.280C>T",
"hgvs_p": "p.Arg94*",
"transcript": "NM_001425063.1",
"protein_id": "NP_001411992.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 306,
"cds_start": 280,
"cds_end": null,
"cds_length": 921,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 1541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.280C>T",
"hgvs_p": "p.Arg94*",
"transcript": "ENST00000686218.1",
"protein_id": "ENSP00000509288.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 306,
"cds_start": 280,
"cds_end": null,
"cds_length": 921,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "NM_001258209.2",
"protein_id": "NP_001245138.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 304,
"cds_start": 394,
"cds_end": null,
"cds_length": 915,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 1476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000542729.5",
"protein_id": "ENSP00000443058.1",
"transcript_support_level": 2,
"aa_start": 132,
"aa_end": null,
"aa_length": 304,
"cds_start": 394,
"cds_end": null,
"cds_length": 915,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 1469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131*",
"transcript": "NM_001425065.1",
"protein_id": "NP_001411994.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 303,
"cds_start": 391,
"cds_end": null,
"cds_length": 912,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000536813.6",
"protein_id": "ENSP00000438726.2",
"transcript_support_level": 3,
"aa_start": 132,
"aa_end": null,
"aa_length": 227,
"cds_start": 394,
"cds_end": null,
"cds_length": 684,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Arg123*",
"transcript": "ENST00000546302.6",
"protein_id": "ENSP00000445599.1",
"transcript_support_level": 5,
"aa_start": 123,
"aa_end": null,
"aa_length": 190,
"cds_start": 367,
"cds_end": null,
"cds_length": 573,
"cdna_start": 501,
"cdna_end": null,
"cdna_length": 707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "ENST00000535253.5",
"protein_id": "ENSP00000442079.1",
"transcript_support_level": 4,
"aa_start": 132,
"aa_end": null,
"aa_length": 186,
"cds_start": 394,
"cds_end": null,
"cds_length": 561,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Arg132*",
"transcript": "XM_017017629.2",
"protein_id": "XP_016873118.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 344,
"cds_start": 394,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 1491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.280C>T",
"hgvs_p": "p.Arg94*",
"transcript": "XM_011542796.2",
"protein_id": "XP_011541098.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 306,
"cds_start": 280,
"cds_end": null,
"cds_length": 921,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.394C>T",
"hgvs_p": null,
"transcript": "ENST00000534956.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*340C>T",
"hgvs_p": null,
"transcript": "ENST00000535793.5",
"protein_id": "ENSP00000439904.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.890C>T",
"hgvs_p": null,
"transcript": "ENST00000542044.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.583C>T",
"hgvs_p": null,
"transcript": "ENST00000542345.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*381C>T",
"hgvs_p": null,
"transcript": "ENST00000542822.5",
"protein_id": "ENSP00000444817.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.680C>T",
"hgvs_p": null,
"transcript": "ENST00000543543.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.413C>T",
"hgvs_p": null,
"transcript": "ENST00000544360.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.733C>T",
"hgvs_p": null,
"transcript": "ENST00000546226.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.394C>T",
"hgvs_p": null,
"transcript": "ENST00000640813.1",
"protein_id": "ENSP00000491061.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.439C>T",
"hgvs_p": null,
"transcript": "ENST00000648026.1",
"protein_id": "ENSP00000498044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.394C>T",
"hgvs_p": null,
"transcript": "ENST00000648488.1",
"protein_id": "ENSP00000498079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.662C>T",
"hgvs_p": null,
"transcript": "ENST00000649823.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*153C>T",
"hgvs_p": null,
"transcript": "ENST00000649868.1",
"protein_id": "ENSP00000497548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1271C>T",
"hgvs_p": null,
"transcript": "ENST00000650307.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1295C>T",
"hgvs_p": null,
"transcript": "ENST00000686690.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.2186C>T",
"hgvs_p": null,
"transcript": "ENST00000691144.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1029C>T",
"hgvs_p": null,
"transcript": "ENST00000691249.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*340C>T",
"hgvs_p": null,
"transcript": "ENST00000535793.5",
"protein_id": "ENSP00000439904.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*381C>T",
"hgvs_p": null,
"transcript": "ENST00000542822.5",
"protein_id": "ENSP00000444817.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*153C>T",
"hgvs_p": null,
"transcript": "ENST00000649868.1",
"protein_id": "ENSP00000497548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*166C>T",
"hgvs_p": null,
"transcript": "ENST00000543821.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"dbsnp": "rs118204120",
"frequency_reference_population": 0.0000013682155,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136822,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.550000011920929,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.55,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.022,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000652429.1",
"gene_symbol": "HMBS",
"hgnc_id": 4982,
"effects": [
"stop_gained"
],
"inheritance_mode": "SD,AD",
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Arg149*"
}
],
"clinvar_disease": "Acute intermittent porphyria,HMBS-related disorder,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Acute intermittent porphyria|not provided|HMBS-related disorder",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}