← 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-119092419-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=119092419&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 119092419,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000652429.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.667G>A",
"hgvs_p": "p.Glu223Lys",
"transcript": "NM_000190.4",
"protein_id": "NP_000181.2",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 361,
"cds_start": 667,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 820,
"cdna_end": null,
"cdna_length": 1505,
"mane_select": "ENST00000652429.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.667G>A",
"hgvs_p": "p.Glu223Lys",
"transcript": "ENST00000652429.1",
"protein_id": "ENSP00000498786.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 361,
"cds_start": 667,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 820,
"cdna_end": null,
"cdna_length": 1505,
"mane_select": "NM_000190.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "ENST00000392841.1",
"protein_id": "ENSP00000376584.1",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 726,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*802G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*802G>A",
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.658G>A",
"hgvs_p": "p.Glu220Lys",
"transcript": "NM_001425056.1",
"protein_id": "NP_001411985.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 358,
"cds_start": 658,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 1495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Glu217Lys",
"transcript": "NM_001425057.1",
"protein_id": "NP_001411986.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 355,
"cds_start": 649,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Glu217Lys",
"transcript": "ENST00000442944.7",
"protein_id": "ENSP00000392041.3",
"transcript_support_level": 5,
"aa_start": 217,
"aa_end": null,
"aa_length": 355,
"cds_start": 649,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 1448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.628G>A",
"hgvs_p": "p.Glu210Lys",
"transcript": "NM_001425058.1",
"protein_id": "NP_001411987.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 348,
"cds_start": 628,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "NM_001024382.2",
"protein_id": "NP_001019553.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 726,
"cdna_end": null,
"cdna_length": 1411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "NM_001425052.1",
"protein_id": "NP_001411981.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "NM_001425053.1",
"protein_id": "NP_001411982.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 1571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "NM_001425054.1",
"protein_id": "NP_001411983.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 1587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "ENST00000537841.5",
"protein_id": "ENSP00000444730.1",
"transcript_support_level": 5,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "ENST00000648374.1",
"protein_id": "ENSP00000497255.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Glu205Lys",
"transcript": "NM_001425059.1",
"protein_id": "NP_001411988.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 343,
"cds_start": 613,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.598G>A",
"hgvs_p": "p.Glu200Lys",
"transcript": "ENST00000650101.1",
"protein_id": "ENSP00000496970.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 338,
"cds_start": 598,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1288,
"cdna_end": null,
"cdna_length": 1936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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.574G>A",
"hgvs_p": "p.Glu192Lys",
"transcript": "ENST00000543090.5",
"protein_id": "ENSP00000445429.1",
"transcript_support_level": 5,
"aa_start": 192,
"aa_end": null,
"aa_length": 330,
"cds_start": 574,
"cds_end": null,
"cds_length": 993,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.502G>A",
"hgvs_p": "p.Glu168Lys",
"transcript": "NM_001425062.1",
"protein_id": "NP_001411991.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 306,
"cds_start": 502,
"cds_end": null,
"cds_length": 921,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.502G>A",
"hgvs_p": "p.Glu168Lys",
"transcript": "NM_001425063.1",
"protein_id": "NP_001411992.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 306,
"cds_start": 502,
"cds_end": null,
"cds_length": 921,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 1541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.502G>A",
"hgvs_p": "p.Glu168Lys",
"transcript": "ENST00000686218.1",
"protein_id": "ENSP00000509288.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 306,
"cds_start": 502,
"cds_end": null,
"cds_length": 921,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "ENST00000536813.6",
"protein_id": "ENSP00000438726.2",
"transcript_support_level": 3,
"aa_start": 206,
"aa_end": null,
"aa_length": 227,
"cds_start": 616,
"cds_end": null,
"cds_length": 684,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Glu206Lys",
"transcript": "XM_017017629.2",
"protein_id": "XP_016873118.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 344,
"cds_start": 616,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 1491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.502G>A",
"hgvs_p": "p.Glu168Lys",
"transcript": "XM_011542796.2",
"protein_id": "XP_011541098.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 306,
"cds_start": 502,
"cds_end": null,
"cds_length": 921,
"cdna_start": 672,
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1112G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1142G>A",
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.882G>A",
"hgvs_p": null,
"transcript": "ENST00000544182.1",
"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": 1542,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1195G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.477G>A",
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.561G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1124G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1493G>A",
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.2648G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.1491G>A",
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.651+256G>A",
"hgvs_p": null,
"transcript": "NM_001258208.2",
"protein_id": "NP_001245137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.651+256G>A",
"hgvs_p": null,
"transcript": "ENST00000544387.5",
"protein_id": "ENSP00000438424.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.613-339G>A",
"hgvs_p": null,
"transcript": "NM_001425061.1",
"protein_id": "NP_001411990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": -4,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.600+256G>A",
"hgvs_p": null,
"transcript": "NM_001258209.2",
"protein_id": "NP_001245138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": -4,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.600+256G>A",
"hgvs_p": null,
"transcript": "ENST00000542729.5",
"protein_id": "ENSP00000443058.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": -4,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "c.597+256G>A",
"hgvs_p": null,
"transcript": "NM_001425065.1",
"protein_id": "NP_001411994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 303,
"cds_start": -4,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.-192G>A",
"hgvs_p": null,
"transcript": "ENST00000539045.1",
"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": 845,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"hgvs_c": "n.*163G>A",
"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
}
],
"gene_symbol": "HMBS",
"gene_hgnc_id": 4982,
"dbsnp": "rs118204110",
"frequency_reference_population": 0.0000013681837,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136818,
"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.9894582033157349,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.964,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9885,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.732,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000652429.1",
"gene_symbol": "HMBS",
"hgnc_id": 4982,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD",
"hgvs_c": "c.667G>A",
"hgvs_p": "p.Glu223Lys"
}
],
"clinvar_disease": "Acute intermittent porphyria,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "Acute intermittent porphyria|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}