← 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-74360256-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=74360256&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 74360256,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000220822.12",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "NM_018972.4",
"protein_id": "NP_061845.2",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 358,
"cds_start": 430,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "ENST00000220822.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000220822.12",
"protein_id": "ENSP00000220822.7",
"transcript_support_level": 1,
"aa_start": 144,
"aa_end": null,
"aa_length": 358,
"cds_start": 430,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "NM_018972.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.298C>A",
"hgvs_p": "p.Pro100Thr",
"transcript": "ENST00000434412.3",
"protein_id": "ENSP00000417006.3",
"transcript_support_level": 1,
"aa_start": 100,
"aa_end": null,
"aa_length": 314,
"cds_start": 298,
"cds_end": null,
"cds_length": 945,
"cdna_start": 357,
"cdna_end": null,
"cdna_length": 2471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000675463.1",
"protein_id": "ENSP00000502327.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 384,
"cds_start": 430,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000676112.1",
"protein_id": "ENSP00000502295.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 380,
"cds_start": 430,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000675165.1",
"protein_id": "ENSP00000502612.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 357,
"cds_start": 430,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.382C>A",
"hgvs_p": "p.Pro128Thr",
"transcript": "ENST00000676443.1",
"protein_id": "ENSP00000501769.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 342,
"cds_start": 382,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 3545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000674710.1",
"protein_id": "ENSP00000502762.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 307,
"cds_start": 430,
"cds_end": null,
"cds_length": 924,
"cdna_start": 492,
"cdna_end": null,
"cdna_length": 3580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000675999.1",
"protein_id": "ENSP00000502572.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 295,
"cds_start": 430,
"cds_end": null,
"cds_length": 888,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.226C>A",
"hgvs_p": "p.Pro76Thr",
"transcript": "NM_001040875.4",
"protein_id": "NP_001035808.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 290,
"cds_start": 226,
"cds_end": null,
"cds_length": 873,
"cdna_start": 359,
"cdna_end": null,
"cdna_length": 3515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.226C>A",
"hgvs_p": "p.Pro76Thr",
"transcript": "ENST00000674865.1",
"protein_id": "ENSP00000502437.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 290,
"cds_start": 226,
"cds_end": null,
"cds_length": 873,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.226C>A",
"hgvs_p": "p.Pro76Thr",
"transcript": "ENST00000675944.1",
"protein_id": "ENSP00000502673.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 290,
"cds_start": 226,
"cds_end": null,
"cds_length": 873,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 3708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "NM_001362931.2",
"protein_id": "NP_001349860.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 263,
"cds_start": 430,
"cds_end": null,
"cds_length": 792,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000676207.1",
"protein_id": "ENSP00000502638.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 263,
"cds_start": 430,
"cds_end": null,
"cds_length": 792,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "NM_001362929.2",
"protein_id": "NP_001349858.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 3500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "NM_001362932.2",
"protein_id": "NP_001349861.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000674612.1",
"protein_id": "ENSP00000501864.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 269,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000674806.1",
"protein_id": "ENSP00000502637.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 3558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000675220.1",
"protein_id": "ENSP00000502588.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 3407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000675376.1",
"protein_id": "ENSP00000502838.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000675821.1",
"protein_id": "ENSP00000502198.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000676143.1",
"protein_id": "ENSP00000502828.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "ENST00000676377.1",
"protein_id": "ENSP00000502756.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "ENST00000676415.1",
"protein_id": "ENSP00000502665.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 244,
"cds_start": 430,
"cds_end": null,
"cds_length": 735,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.103C>A",
"hgvs_p": "p.Pro35Thr",
"transcript": "XM_047421902.1",
"protein_id": "XP_047277858.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 249,
"cds_start": 103,
"cds_end": null,
"cds_length": 750,
"cdna_start": 170,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "XM_017013586.3",
"protein_id": "XP_016869075.2",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 229,
"cds_start": 430,
"cds_end": null,
"cds_length": 690,
"cdna_start": 489,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.541C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*118C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.430C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*95C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.247C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.430C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.497C>A",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*332C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*118C>A",
"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": 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.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*95C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*102C>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.*332C>A",
"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": 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.*102C>A",
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.311-1628C>A",
"hgvs_p": null,
"transcript": "NM_001362930.2",
"protein_id": "NP_001349859.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": -4,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3471,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.311-1628C>A",
"hgvs_p": null,
"transcript": "ENST00000675928.1",
"protein_id": "ENSP00000501568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": -4,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2378,
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.178+107C>A",
"hgvs_p": null,
"transcript": "ENST00000674973.1",
"protein_id": "ENSP00000502447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 256,
"cds_start": -4,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3326,
"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-2683C>A",
"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+8935C>A",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.341-1628C>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.166-1628C>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.118-1628C>A",
"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
}
],
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"dbsnp": "rs570990910",
"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": 0.932093620300293,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.889,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7616,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.46,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.526,
"phylop100way_prediction": "Pathogenic",
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000220822.12",
"gene_symbol": "GDAP1",
"hgnc_id": 15968,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 4A",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Charcot-Marie-Tooth disease type 4A",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}