← 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: 9-137306962-GC-CG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=137306962&ref=GC&alt=CG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "EXD3",
"hgnc_id": 26023,
"hgvs_c": "c.2618_2619delGCinsCG",
"hgvs_p": "p.Ser873Thr",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_017820.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "9",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 876,
"aa_ref": "S",
"aa_start": 873,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2781,
"cdna_start": 2715,
"cds_end": null,
"cds_length": 2631,
"cds_start": 2618,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_017820.5",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2618_2619delGCinsCG",
"hgvs_p": "p.Ser873Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000340951.9",
"protein_coding": true,
"protein_id": "NP_060290.3",
"strand": false,
"transcript": "NM_017820.5",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 876,
"aa_ref": "S",
"aa_start": 873,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2781,
"cdna_start": 2715,
"cds_end": null,
"cds_length": 2631,
"cds_start": 2618,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000340951.9",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2618_2619delGCinsCG",
"hgvs_p": "p.Ser873Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017820.5",
"protein_coding": true,
"protein_id": "ENSP00000340474.4",
"strand": false,
"transcript": "ENST00000340951.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2176,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000491734.6",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "n.*1686_*1687delGCinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435830.1",
"strand": false,
"transcript": "ENST00000491734.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2176,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000491734.6",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "n.*1686_*1687delGCinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435830.1",
"strand": false,
"transcript": "ENST00000491734.6",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 986,
"aa_ref": "S",
"aa_start": 983,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3328,
"cdna_start": 3266,
"cds_end": null,
"cds_length": 2961,
"cds_start": 2948,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961732.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2948_2949delGCinsCG",
"hgvs_p": "p.Ser983Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631791.1",
"strand": false,
"transcript": "ENST00000961732.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 964,
"aa_ref": "S",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2988,
"cdna_start": 2930,
"cds_end": null,
"cds_length": 2895,
"cds_start": 2882,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961738.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2882_2883delGCinsCG",
"hgvs_p": "p.Ser961Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631797.1",
"strand": false,
"transcript": "ENST00000961738.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 934,
"aa_ref": "S",
"aa_start": 931,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2975,
"cdna_start": 2907,
"cds_end": null,
"cds_length": 2805,
"cds_start": 2792,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879818.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2792_2793delGCinsCG",
"hgvs_p": "p.Ser931Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549877.1",
"strand": false,
"transcript": "ENST00000879818.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 925,
"aa_ref": "S",
"aa_start": 922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3024,
"cdna_start": 2960,
"cds_end": null,
"cds_length": 2778,
"cds_start": 2765,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879813.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2765_2766delGCinsCG",
"hgvs_p": "p.Ser922Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549872.1",
"strand": false,
"transcript": "ENST00000879813.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 923,
"aa_ref": "S",
"aa_start": 920,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2899,
"cdna_start": 2833,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2759,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879821.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2759_2760delGCinsCG",
"hgvs_p": "p.Ser920Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549880.1",
"strand": false,
"transcript": "ENST00000879821.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 908,
"aa_ref": "S",
"aa_start": 905,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2882,
"cdna_start": 2817,
"cds_end": null,
"cds_length": 2727,
"cds_start": 2714,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961736.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2714_2715delGCinsCG",
"hgvs_p": "p.Ser905Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631795.1",
"strand": false,
"transcript": "ENST00000961736.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 906,
"aa_ref": "S",
"aa_start": 903,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2908,
"cdna_start": 2842,
"cds_end": null,
"cds_length": 2721,
"cds_start": 2708,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879816.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2708_2709delGCinsCG",
"hgvs_p": "p.Ser903Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549875.1",
"strand": false,
"transcript": "ENST00000879816.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 893,
"aa_ref": "S",
"aa_start": 890,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2833,
"cdna_start": 2775,
"cds_end": null,
"cds_length": 2682,
"cds_start": 2669,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000913121.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2669_2670delGCinsCG",
"hgvs_p": "p.Ser890Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000583180.1",
"strand": false,
"transcript": "ENST00000913121.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 890,
"aa_ref": "S",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2871,
"cdna_start": 2805,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2660,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961731.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2660_2661delGCinsCG",
"hgvs_p": "p.Ser887Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631790.1",
"strand": false,
"transcript": "ENST00000961731.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 888,
"aa_ref": "S",
"aa_start": 885,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2753,
"cdna_start": 2691,
"cds_end": null,
"cds_length": 2667,
"cds_start": 2654,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879822.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2654_2655delGCinsCG",
"hgvs_p": "p.Ser885Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549881.1",
"strand": false,
"transcript": "ENST00000879822.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 877,
"aa_ref": "S",
"aa_start": 874,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2840,
"cdna_start": 2774,
"cds_end": null,
"cds_length": 2634,
"cds_start": 2621,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879814.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2621_2622delGCinsCG",
"hgvs_p": "p.Ser874Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549873.1",
"strand": false,
"transcript": "ENST00000879814.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 876,
"aa_ref": "S",
"aa_start": 873,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2782,
"cdna_start": 2724,
"cds_end": null,
"cds_length": 2631,
"cds_start": 2618,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879819.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2618_2619delGCinsCG",
"hgvs_p": "p.Ser873Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549878.1",
"strand": false,
"transcript": "ENST00000879819.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 863,
"aa_ref": "S",
"aa_start": 860,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2786,
"cdna_start": 2721,
"cds_end": null,
"cds_length": 2592,
"cds_start": 2579,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879815.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2579_2580delGCinsCG",
"hgvs_p": "p.Ser860Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549874.1",
"strand": false,
"transcript": "ENST00000879815.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 863,
"aa_ref": "S",
"aa_start": 860,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2775,
"cdna_start": 2713,
"cds_end": null,
"cds_length": 2592,
"cds_start": 2579,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961733.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2579_2580delGCinsCG",
"hgvs_p": "p.Ser860Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631792.1",
"strand": false,
"transcript": "ENST00000961733.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 862,
"aa_ref": "S",
"aa_start": 859,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2772,
"cdna_start": 2710,
"cds_end": null,
"cds_length": 2589,
"cds_start": 2576,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879817.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2576_2577delGCinsCG",
"hgvs_p": "p.Ser859Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549876.1",
"strand": false,
"transcript": "ENST00000879817.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 849,
"aa_ref": "S",
"aa_start": 846,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2704,
"cdna_start": 2640,
"cds_end": null,
"cds_length": 2550,
"cds_start": 2537,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961737.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2537_2538delGCinsCG",
"hgvs_p": "p.Ser846Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631796.1",
"strand": false,
"transcript": "ENST00000961737.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 844,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2683,
"cdna_start": 2618,
"cds_end": null,
"cds_length": 2544,
"cds_start": 2531,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879820.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2531_2532delGCinsCG",
"hgvs_p": "p.Ser844Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549879.1",
"strand": false,
"transcript": "ENST00000879820.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 820,
"aa_ref": "S",
"aa_start": 817,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2646,
"cdna_start": 2584,
"cds_end": null,
"cds_length": 2463,
"cds_start": 2450,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961734.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2450_2451delGCinsCG",
"hgvs_p": "p.Ser817Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631793.1",
"strand": false,
"transcript": "ENST00000961734.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 762,
"aa_ref": "S",
"aa_start": 759,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2470,
"cdna_start": 2410,
"cds_end": null,
"cds_length": 2289,
"cds_start": 2276,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961735.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2276_2277delGCinsCG",
"hgvs_p": "p.Ser759Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631794.1",
"strand": false,
"transcript": "ENST00000961735.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1110,
"aa_ref": "S",
"aa_start": 1107,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3621,
"cdna_start": 3555,
"cds_end": null,
"cds_length": 3333,
"cds_start": 3320,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047423542.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.3320_3321delGCinsCG",
"hgvs_p": "p.Ser1107Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047279498.1",
"strand": false,
"transcript": "XM_047423542.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1031,
"aa_ref": "S",
"aa_start": 1028,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3246,
"cdna_start": 3180,
"cds_end": null,
"cds_length": 3096,
"cds_start": 3083,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011518810.2",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.3083_3084delGCinsCG",
"hgvs_p": "p.Ser1028Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517112.1",
"strand": false,
"transcript": "XM_011518810.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 907,
"aa_ref": "S",
"aa_start": 904,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2874,
"cdna_start": 2808,
"cds_end": null,
"cds_length": 2724,
"cds_start": 2711,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047423543.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2711_2712delGCinsCG",
"hgvs_p": "p.Ser904Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047279499.1",
"strand": false,
"transcript": "XM_047423543.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 877,
"aa_ref": "S",
"aa_start": 874,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2784,
"cdna_start": 2718,
"cds_end": null,
"cds_length": 2634,
"cds_start": 2621,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047423544.1",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2621_2622delGCinsCG",
"hgvs_p": "p.Ser874Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047279500.1",
"strand": false,
"transcript": "XM_047423544.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 859,
"aa_ref": "S",
"aa_start": 856,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2828,
"cdna_start": 2762,
"cds_end": null,
"cds_length": 2580,
"cds_start": 2567,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024447588.2",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "c.2567_2568delGCinsCG",
"hgvs_p": "p.Ser856Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024303356.1",
"strand": false,
"transcript": "XM_024447588.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1992,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000487745.5",
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"hgvs_c": "n.1946_1947delGCinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000487745.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 26023,
"gene_symbol": "EXD3",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.21,
"pos": 137306962,
"ref": "GC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_017820.5"
}
]
}