← 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: 10-92552167-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=92552167&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 92552167,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000265986.11",
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "NM_004969.4",
"protein_id": "NP_004960.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5894,
"mane_select": "ENST00000265986.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000265986.11",
"protein_id": "ENSP00000265986.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5894,
"mane_select": "NM_004969.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.*308+2555A>G",
"hgvs_p": null,
"transcript": "ENST00000478361.6",
"protein_id": "ENSP00000473506.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": 3198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "NM_001322793.2",
"protein_id": "NP_001309722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000650060.2",
"protein_id": "ENSP00000497272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000676540.1",
"protein_id": "ENSP00000504633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 998,
"cds_start": -4,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "NM_001322794.2",
"protein_id": "NP_001309723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 980,
"cds_start": -4,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-26+6867A>G",
"hgvs_p": null,
"transcript": "NM_001322795.2",
"protein_id": "NP_001309724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-25-14617A>G",
"hgvs_p": null,
"transcript": "NM_001322796.1",
"protein_id": "NP_001309725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-26+6867A>G",
"hgvs_p": null,
"transcript": "NM_001410974.1",
"protein_id": "NP_001397903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-25-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000678715.1",
"protein_id": "ENSP00000503025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677079.1",
"protein_id": "ENSP00000503417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 972,
"cds_start": -4,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679089.1",
"protein_id": "ENSP00000504067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": -4,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000678673.1",
"protein_id": "ENSP00000503082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": -4,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.715+3205A>G",
"hgvs_p": null,
"transcript": "ENST00000676626.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": 5979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000676816.1",
"protein_id": "ENSP00000504709.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": 5353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.*94+6867A>G",
"hgvs_p": null,
"transcript": "ENST00000677096.1",
"protein_id": "ENSP00000503793.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": 5467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.176-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677196.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": 2103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677434.1",
"protein_id": "ENSP00000503274.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": 6374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677569.1",
"protein_id": "ENSP00000503462.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": 5685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.176-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677953.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": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000677978.1",
"protein_id": "ENSP00000503310.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": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.715+3205A>G",
"hgvs_p": null,
"transcript": "ENST00000678026.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": 5979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.176-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000678248.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": 3221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.90+2714A>G",
"hgvs_p": null,
"transcript": "ENST00000678458.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": 5224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000678844.1",
"protein_id": "ENSP00000504561.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": 5433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.176-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000678977.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": 6807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.176-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679069.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": 6804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679174.1",
"protein_id": "ENSP00000504758.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": 5217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679222.1",
"protein_id": "ENSP00000504070.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": 5218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679232.1",
"protein_id": "ENSP00000503818.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": 6700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.99-14617A>G",
"hgvs_p": null,
"transcript": "ENST00000679312.1",
"protein_id": "ENSP00000504442.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": 5749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "n.173-14617A>G",
"hgvs_p": null,
"transcript": "NR_136399.2",
"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": 6018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.225-14617A>G",
"hgvs_p": null,
"transcript": "XM_017016190.2",
"protein_id": "XP_016871679.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": -4,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.225-14617A>G",
"hgvs_p": null,
"transcript": "XM_047425169.1",
"protein_id": "XP_047281125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": -4,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-25-14617A>G",
"hgvs_p": null,
"transcript": "XM_017016188.2",
"protein_id": "XP_016871677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-26+2714A>G",
"hgvs_p": null,
"transcript": "XM_047425171.1",
"protein_id": "XP_047281127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": -4,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.225-14617A>G",
"hgvs_p": null,
"transcript": "XM_047425172.1",
"protein_id": "XP_047281128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 675,
"cds_start": -4,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.225-14617A>G",
"hgvs_p": null,
"transcript": "XM_047425173.1",
"protein_id": "XP_047281129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 651,
"cds_start": -4,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.99-14617A>G",
"hgvs_p": null,
"transcript": "XM_047425174.1",
"protein_id": "XP_047281130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"hgvs_c": "c.-26+6867A>G",
"hgvs_p": null,
"transcript": "XM_047425175.1",
"protein_id": "XP_047281131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IDE",
"gene_hgnc_id": 5381,
"dbsnp": "rs11187065",
"frequency_reference_population": 0.16524036,
"hom_count_reference_population": 2450,
"allele_count_reference_population": 25140,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.16524,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 25140,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2450,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"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.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.106,
"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": "ENST00000265986.11",
"gene_symbol": "IDE",
"hgnc_id": 5381,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.99-14617A>G",
"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
}