← 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: 4-39516490-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=39516490&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 39516490,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_003359.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "NM_003359.4",
"protein_id": "NP_003350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000316423.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003359.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000316423.11",
"protein_id": "ENSP00000319501.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003359.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316423.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907836.1",
"protein_id": "ENSP00000577895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 530,
"cds_start": null,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907837.1",
"protein_id": "ENSP00000577896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907837.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000506179.5",
"protein_id": "ENSP00000421757.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506179.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907838.1",
"protein_id": "ENSP00000577897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907839.1",
"protein_id": "ENSP00000577898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907843.1",
"protein_id": "ENSP00000577902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907843.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907844.1",
"protein_id": "ENSP00000577903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907844.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907845.1",
"protein_id": "ENSP00000577904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000911344.1",
"protein_id": "ENSP00000581403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907841.1",
"protein_id": "ENSP00000577900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907841.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907840.1",
"protein_id": "ENSP00000577899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 457,
"cds_start": null,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907840.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000959854.1",
"protein_id": "ENSP00000629913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "NM_001184700.2",
"protein_id": "NP_001171629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 427,
"cds_start": null,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184700.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000501493.6",
"protein_id": "ENSP00000422909.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 427,
"cds_start": null,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000501493.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000911343.1",
"protein_id": "ENSP00000581402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 427,
"cds_start": null,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000911345.1",
"protein_id": "ENSP00000581404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 427,
"cds_start": null,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911345.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.-129-2306A>C",
"hgvs_p": null,
"transcript": "NM_001184701.2",
"protein_id": "NP_001171630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184701.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.-129-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000507089.5",
"protein_id": "ENSP00000426560.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507089.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000907842.1",
"protein_id": "ENSP00000577901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000959853.1",
"protein_id": "ENSP00000629912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000959852.1",
"protein_id": "ENSP00000629911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.202-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000515021.5",
"protein_id": "ENSP00000421954.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": null,
"cds_end": null,
"cds_length": 544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515021.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000514106.5",
"protein_id": "ENSP00000425834.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 152,
"cds_start": null,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514106.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000509391.1",
"protein_id": "ENSP00000422603.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000505698.1",
"protein_id": "ENSP00000422565.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 83,
"cds_start": null,
"cds_end": null,
"cds_length": 254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505698.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "c.202-2306A>C",
"hgvs_p": null,
"transcript": "XM_005262667.4",
"protein_id": "XP_005262724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": null,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262667.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "n.163-2310A>C",
"hgvs_p": null,
"transcript": "ENST00000503779.5",
"protein_id": "ENSP00000424435.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000503779.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "n.163-2310A>C",
"hgvs_p": null,
"transcript": "ENST00000510881.5",
"protein_id": "ENSP00000424059.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000510881.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"hgvs_c": "n.436-2306A>C",
"hgvs_p": null,
"transcript": "ENST00000515398.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000515398.1"
}
],
"gene_symbol": "UGDH",
"gene_hgnc_id": 12525,
"dbsnp": "rs6817264",
"frequency_reference_population": 0.71565056,
"hom_count_reference_population": 39090,
"allele_count_reference_population": 108766,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.715651,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 108766,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 39090,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9399999976158142,
"computational_prediction_selected": "Benign",
"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.94,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.261,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003359.4",
"gene_symbol": "UGDH",
"hgnc_id": 12525,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.163-2306A>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}