← 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-74350331-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=74350331&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 74350331,
"ref": "A",
"alt": "T",
"effect": "5_prime_UTR_variant",
"transcript": "ENST00000675944.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-122A>T",
"hgvs_p": null,
"transcript": "ENST00000675944.1",
"protein_id": "ENSP00000502673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-100A>T",
"hgvs_p": null,
"transcript": "ENST00000674806.1",
"protein_id": "ENSP00000502637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3558,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000674612.1",
"protein_id": "ENSP00000501864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3370,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000675220.1",
"protein_id": "ENSP00000502588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3407,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000675376.1",
"protein_id": "ENSP00000502838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000675821.1",
"protein_id": "ENSP00000502198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3606,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000676143.1",
"protein_id": "ENSP00000502828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3661,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-17-9806A>T",
"hgvs_p": null,
"transcript": "ENST00000676377.1",
"protein_id": "ENSP00000502756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3338,
"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-11553A>T",
"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": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "NM_018972.4",
"protein_id": "NP_061845.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": -4,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "ENST00000220822.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000220822.12",
"protein_id": "ENSP00000220822.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": -4,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": "NM_018972.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000434412.3",
"protein_id": "ENSP00000417006.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": -4,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000675463.1",
"protein_id": "ENSP00000502327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000676112.1",
"protein_id": "ENSP00000502295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000675165.1",
"protein_id": "ENSP00000502612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000676443.1",
"protein_id": "ENSP00000501769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000674710.1",
"protein_id": "ENSP00000502762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000675999.1",
"protein_id": "ENSP00000502572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-205A>T",
"hgvs_p": null,
"transcript": "NM_001040875.4",
"protein_id": "NP_001035808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-205A>T",
"hgvs_p": null,
"transcript": "ENST00000674865.1",
"protein_id": "ENSP00000502437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "NM_001362931.2",
"protein_id": "NP_001349860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 263,
"cds_start": -4,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000676207.1",
"protein_id": "ENSP00000502638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 263,
"cds_start": -4,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-313A>T",
"hgvs_p": null,
"transcript": "NM_001362929.2",
"protein_id": "NP_001349858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"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": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-265A>T",
"hgvs_p": null,
"transcript": "NM_001362932.2",
"protein_id": "NP_001349861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "ENST00000676415.1",
"protein_id": "ENSP00000502665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": -4,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000253596",
"gene_hgnc_id": null,
"hgvs_c": "n.-15T>A",
"hgvs_p": null,
"transcript": "ENST00000521872.2",
"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": 979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-95A>T",
"hgvs_p": null,
"transcript": "ENST00000524366.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": 518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-64A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "n.-131A>T",
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"hgvs_c": "c.-131A>T",
"hgvs_p": null,
"transcript": "XM_017013586.3",
"protein_id": "XP_016869075.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GDAP1",
"gene_hgnc_id": 15968,
"dbsnp": "rs146798895",
"frequency_reference_population": 0.005582687,
"hom_count_reference_population": 100,
"allele_count_reference_population": 4017,
"gnomad_exomes_af": 0.002361,
"gnomad_genomes_af": 0.017613,
"gnomad_exomes_ac": 1340,
"gnomad_genomes_ac": 2677,
"gnomad_exomes_homalt": 34,
"gnomad_genomes_homalt": 66,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4699999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.919,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000675944.1",
"gene_symbol": "GDAP1",
"hgnc_id": 15968,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.-122A>T",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000521872.2",
"gene_symbol": "ENSG00000253596",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-15T>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}