← 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: 8-74361899-CAG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=74361899&ref=CAG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 74361899,
"ref": "CAG",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "ENST00000220822.12",
"consequences": [
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "NM_018972.4",
"protein_id": "NP_061845.2",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 358,
"cds_start": 503,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "ENST00000220822.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000220822.12",
"protein_id": "ENSP00000220822.7",
"transcript_support_level": 1,
"aa_start": 168,
"aa_end": null,
"aa_length": 358,
"cds_start": 503,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "NM_018972.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.371_372delAG",
"hgvs_p": "p.Glu124fs",
"transcript": "ENST00000434412.3",
"protein_id": "ENSP00000417006.3",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 314,
"cds_start": 371,
"cds_end": null,
"cds_length": 945,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 2471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000675463.1",
"protein_id": "ENSP00000502327.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 384,
"cds_start": 503,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000676112.1",
"protein_id": "ENSP00000502295.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 380,
"cds_start": 503,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000675165.1",
"protein_id": "ENSP00000502612.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 357,
"cds_start": 503,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.455_456delAG",
"hgvs_p": "p.Glu152fs",
"transcript": "ENST00000676443.1",
"protein_id": "ENSP00000501769.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 342,
"cds_start": 455,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 3545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000674710.1",
"protein_id": "ENSP00000502762.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 307,
"cds_start": 503,
"cds_end": null,
"cds_length": 924,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 3580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.329_330delAG",
"hgvs_p": "p.Glu110fs",
"transcript": "NM_001362930.2",
"protein_id": "NP_001349859.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 300,
"cds_start": 329,
"cds_end": null,
"cds_length": 903,
"cdna_start": 388,
"cdna_end": null,
"cdna_length": 3471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.329_330delAG",
"hgvs_p": "p.Glu110fs",
"transcript": "ENST00000675928.1",
"protein_id": "ENSP00000501568.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 300,
"cds_start": 329,
"cds_end": null,
"cds_length": 903,
"cdna_start": 396,
"cdna_end": null,
"cdna_length": 2378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000675999.1",
"protein_id": "ENSP00000502572.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 295,
"cds_start": 503,
"cds_end": null,
"cds_length": 888,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.299_300delAG",
"hgvs_p": "p.Glu100fs",
"transcript": "NM_001040875.4",
"protein_id": "NP_001035808.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 290,
"cds_start": 299,
"cds_end": null,
"cds_length": 873,
"cdna_start": 432,
"cdna_end": null,
"cdna_length": 3515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.299_300delAG",
"hgvs_p": "p.Glu100fs",
"transcript": "ENST00000674865.1",
"protein_id": "ENSP00000502437.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 290,
"cds_start": 299,
"cds_end": null,
"cds_length": 873,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.299_300delAG",
"hgvs_p": "p.Glu100fs",
"transcript": "ENST00000675944.1",
"protein_id": "ENSP00000502673.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 290,
"cds_start": 299,
"cds_end": null,
"cds_length": 873,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 3708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "NM_001362931.2",
"protein_id": "NP_001349860.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 263,
"cds_start": 503,
"cds_end": null,
"cds_length": 792,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000676207.1",
"protein_id": "ENSP00000502638.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 263,
"cds_start": 503,
"cds_end": null,
"cds_length": 792,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.197_198delAG",
"hgvs_p": "p.Glu66fs",
"transcript": "ENST00000674973.1",
"protein_id": "ENSP00000502447.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 256,
"cds_start": 197,
"cds_end": null,
"cds_length": 771,
"cdna_start": 256,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "NM_001362929.2",
"protein_id": "NP_001349858.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 3500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "NM_001362932.2",
"protein_id": "NP_001349861.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000674612.1",
"protein_id": "ENSP00000501864.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000674806.1",
"protein_id": "ENSP00000502637.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 499,
"cdna_end": null,
"cdna_length": 3558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000675220.1",
"protein_id": "ENSP00000502588.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 359,
"cdna_end": null,
"cdna_length": 3407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000675376.1",
"protein_id": "ENSP00000502838.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000675821.1",
"protein_id": "ENSP00000502198.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 542,
"cdna_end": null,
"cdna_length": 3606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000676143.1",
"protein_id": "ENSP00000502828.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "ENST00000676377.1",
"protein_id": "ENSP00000502756.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "ENST00000676415.1",
"protein_id": "ENSP00000502665.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 244,
"cds_start": 503,
"cds_end": null,
"cds_length": 735,
"cdna_start": 521,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.176_177delAG",
"hgvs_p": "p.Glu59fs",
"transcript": "XM_047421902.1",
"protein_id": "XP_047277858.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 243,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs",
"transcript": "XM_017013586.3",
"protein_id": "XP_016869075.2",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 229,
"cds_start": 503,
"cds_end": null,
"cds_length": 690,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 1194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.614_615delAG",
"hgvs_p": null,
"transcript": "ENST00000520797.6",
"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": 2593,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.359_360delAG",
"hgvs_p": null,
"transcript": "ENST00000521096.6",
"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": 3390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000522568.2",
"protein_id": "ENSP00000430136.1",
"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": 796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674754.1",
"protein_id": "ENSP00000502063.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": 5105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674756.1",
"protein_id": "ENSP00000501860.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": 4006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674926.1",
"protein_id": "ENSP00000501799.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": 4456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*191_*192delAG",
"hgvs_p": null,
"transcript": "ENST00000674934.1",
"protein_id": "ENSP00000502187.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": 2790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674944.1",
"protein_id": "ENSP00000501858.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": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.503_504delAG",
"hgvs_p": null,
"transcript": "ENST00000674946.1",
"protein_id": "ENSP00000501569.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": 3740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675007.1",
"protein_id": "ENSP00000502119.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": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*168_*169delAG",
"hgvs_p": null,
"transcript": "ENST00000675060.1",
"protein_id": "ENSP00000501616.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": 2296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675265.1",
"protein_id": "ENSP00000501848.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": 3484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.184_185delAG",
"hgvs_p": null,
"transcript": "ENST00000675336.1",
"protein_id": "ENSP00000502120.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": 3273,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.136_137delAG",
"hgvs_p": null,
"transcript": "ENST00000675472.1",
"protein_id": "ENSP00000501946.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": 3217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675560.1",
"protein_id": "ENSP00000502118.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": 3955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.320_321delAG",
"hgvs_p": null,
"transcript": "ENST00000675565.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": 913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675625.1",
"protein_id": "ENSP00000501626.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": 3500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.503_504delAG",
"hgvs_p": null,
"transcript": "ENST00000675633.1",
"protein_id": "ENSP00000501785.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": 3698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675661.1",
"protein_id": "ENSP00000501958.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": 3504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.570_571delAG",
"hgvs_p": null,
"transcript": "ENST00000675706.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": 5484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675832.1",
"protein_id": "ENSP00000502041.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": 3395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*405_*406delAG",
"hgvs_p": null,
"transcript": "ENST00000676049.1",
"protein_id": "ENSP00000501912.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": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000676120.1",
"protein_id": "ENSP00000502036.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": 964,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000522568.2",
"protein_id": "ENSP00000430136.1",
"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": 796,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674754.1",
"protein_id": "ENSP00000502063.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": 5105,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674756.1",
"protein_id": "ENSP00000501860.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": 4006,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674926.1",
"protein_id": "ENSP00000501799.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": 4456,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*191_*192delAG",
"hgvs_p": null,
"transcript": "ENST00000674934.1",
"protein_id": "ENSP00000502187.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": 2790,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000674944.1",
"protein_id": "ENSP00000501858.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": 4137,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675007.1",
"protein_id": "ENSP00000502119.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": 3512,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*168_*169delAG",
"hgvs_p": null,
"transcript": "ENST00000675060.1",
"protein_id": "ENSP00000501616.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": 2296,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675265.1",
"protein_id": "ENSP00000501848.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": 3484,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675560.1",
"protein_id": "ENSP00000502118.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": 3955,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675625.1",
"protein_id": "ENSP00000501626.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": 3500,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675661.1",
"protein_id": "ENSP00000501958.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": 3504,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000675832.1",
"protein_id": "ENSP00000502041.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": 3395,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*405_*406delAG",
"hgvs_p": null,
"transcript": "ENST00000676049.1",
"protein_id": "ENSP00000501912.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": 3593,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*175_*176delAG",
"hgvs_p": null,
"transcript": "ENST00000676120.1",
"protein_id": "ENSP00000502036.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": 964,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.166-1037_166-1036delAG",
"hgvs_p": null,
"transcript": "ENST00000524195.2",
"protein_id": "ENSP00000502308.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": -4,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 541,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.165+10581_165+10582delAG",
"hgvs_p": null,
"transcript": "ENST00000523640.2",
"protein_id": "ENSP00000502017.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": -4,
"cds_end": null,
"cds_length": 249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"dbsnp": "rs1221804567",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 5.077,
"phylop100way_prediction": "Uncertain_significance",
"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": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000220822.12",
"gene_symbol": "GDAP1",
"hgnc_id": 15968,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.503_504delAG",
"hgvs_p": "p.Glu168fs"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 4A",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Charcot-Marie-Tooth disease type 4A",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}