← 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: 1-16992345-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=16992345&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 16992345,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000326735.13",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1903C>T",
"hgvs_p": "p.Gln635*",
"transcript": "NM_022089.4",
"protein_id": "NP_071372.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 1180,
"cds_start": 1903,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": "ENST00000326735.13",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1903C>T",
"hgvs_p": "p.Gln635*",
"transcript": "ENST00000326735.13",
"protein_id": "ENSP00000327214.8",
"transcript_support_level": 1,
"aa_start": 635,
"aa_end": null,
"aa_length": 1180,
"cds_start": 1903,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": "NM_022089.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "ENST00000452699.5",
"protein_id": "ENSP00000413307.1",
"transcript_support_level": 1,
"aa_start": 630,
"aa_end": null,
"aa_length": 1175,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "ENST00000341676.9",
"protein_id": "ENSP00000341115.5",
"transcript_support_level": 1,
"aa_start": 630,
"aa_end": null,
"aa_length": 1158,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3477,
"cdna_start": 2065,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "NM_001141973.3",
"protein_id": "NP_001135445.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1175,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "NM_001141974.3",
"protein_id": "NP_001135446.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1158,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3477,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Gln634*",
"transcript": "XM_005245810.2",
"protein_id": "XP_005245867.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 1201,
"cds_start": 1900,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 2090,
"cdna_end": null,
"cdna_length": 3823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "XM_005245811.2",
"protein_id": "XP_005245868.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1197,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "XM_011541128.2",
"protein_id": "XP_011539430.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1197,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1885C>T",
"hgvs_p": "p.Gln629*",
"transcript": "XM_006710512.2",
"protein_id": "XP_006710575.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1885,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1885C>T",
"hgvs_p": "p.Gln629*",
"transcript": "XM_047416537.1",
"protein_id": "XP_047272493.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1885,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "XM_005245812.2",
"protein_id": "XP_005245869.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1193,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3582,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 3799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_047416538.1",
"protein_id": "XP_047272494.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 1192,
"cds_start": 1873,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 3796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_047416539.1",
"protein_id": "XP_047272495.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 1192,
"cds_start": 1873,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 3796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1861C>T",
"hgvs_p": "p.Gln621*",
"transcript": "XM_006710513.2",
"protein_id": "XP_006710576.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 1188,
"cds_start": 1861,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Gln620*",
"transcript": "XM_047416542.1",
"protein_id": "XP_047272498.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 1187,
"cds_start": 1858,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 3781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Gln634*",
"transcript": "XM_047416544.1",
"protein_id": "XP_047272500.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 1179,
"cds_start": 1900,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 2090,
"cdna_end": null,
"cdna_length": 3993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "XM_017000844.2",
"protein_id": "XP_016856333.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1175,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1885C>T",
"hgvs_p": "p.Gln629*",
"transcript": "XM_017000845.2",
"protein_id": "XP_016856334.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 1174,
"cds_start": 1885,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1885C>T",
"hgvs_p": "p.Gln629*",
"transcript": "XM_047416546.1",
"protein_id": "XP_047272502.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 1174,
"cds_start": 1885,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "XM_047416547.1",
"protein_id": "XP_047272503.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1171,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3516,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 3969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_047416548.1",
"protein_id": "XP_047272504.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1873,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 3966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_047416549.1",
"protein_id": "XP_047272505.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1873,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 3966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1870C>T",
"hgvs_p": "p.Gln624*",
"transcript": "XM_047416550.1",
"protein_id": "XP_047272506.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 1169,
"cds_start": 1870,
"cds_end": null,
"cds_length": 3510,
"cdna_start": 2060,
"cdna_end": null,
"cdna_length": 3963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1861C>T",
"hgvs_p": "p.Gln621*",
"transcript": "XM_017000846.2",
"protein_id": "XP_016856335.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 1166,
"cds_start": 1861,
"cds_end": null,
"cds_length": 3501,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 3954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1861C>T",
"hgvs_p": "p.Gln621*",
"transcript": "XM_047416551.1",
"protein_id": "XP_047272507.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 1166,
"cds_start": 1861,
"cds_end": null,
"cds_length": 3501,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 3954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Gln620*",
"transcript": "XM_017000847.2",
"protein_id": "XP_016856336.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 1165,
"cds_start": 1858,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 3951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Gln620*",
"transcript": "XM_047416553.1",
"protein_id": "XP_047272509.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 1165,
"cds_start": 1858,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 3951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1903C>T",
"hgvs_p": "p.Gln635*",
"transcript": "XM_005245815.2",
"protein_id": "XP_005245872.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 1163,
"cds_start": 1903,
"cds_end": null,
"cds_length": 3492,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Gln634*",
"transcript": "XM_047416554.1",
"protein_id": "XP_047272510.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 1162,
"cds_start": 1900,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 2090,
"cdna_end": null,
"cdna_length": 3706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Gln616*",
"transcript": "XM_047416556.1",
"protein_id": "XP_047272512.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 1161,
"cds_start": 1846,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 2036,
"cdna_end": null,
"cdna_length": 3939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1903C>T",
"hgvs_p": "p.Gln635*",
"transcript": "XM_017000848.2",
"protein_id": "XP_016856337.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1903,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 3879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Gln634*",
"transcript": "XM_047416560.1",
"protein_id": "XP_047272516.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 1140,
"cds_start": 1900,
"cds_end": null,
"cds_length": 3423,
"cdna_start": 2090,
"cdna_end": null,
"cdna_length": 3876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "XM_017000849.2",
"protein_id": "XP_016856338.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1136,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3411,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Gln630*",
"transcript": "XM_047416562.1",
"protein_id": "XP_047272518.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 1136,
"cds_start": 1888,
"cds_end": null,
"cds_length": 3411,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1885C>T",
"hgvs_p": "p.Gln629*",
"transcript": "XM_047416563.1",
"protein_id": "XP_047272519.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 1135,
"cds_start": 1885,
"cds_end": null,
"cds_length": 3408,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1696C>T",
"hgvs_p": "p.Gln566*",
"transcript": "XM_011541129.2",
"protein_id": "XP_011539431.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1696,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 1886,
"cdna_end": null,
"cdna_length": 3619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1693C>T",
"hgvs_p": "p.Gln565*",
"transcript": "XM_047416564.1",
"protein_id": "XP_047272520.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 1132,
"cds_start": 1693,
"cds_end": null,
"cds_length": 3399,
"cdna_start": 1883,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "XM_047416565.1",
"protein_id": "XP_047272521.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1132,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3399,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1669C>T",
"hgvs_p": "p.Gln557*",
"transcript": "XM_047416566.1",
"protein_id": "XP_047272522.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 1124,
"cds_start": 1669,
"cds_end": null,
"cds_length": 3375,
"cdna_start": 1859,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1696C>T",
"hgvs_p": "p.Gln566*",
"transcript": "XM_017000850.2",
"protein_id": "XP_016856339.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1696,
"cds_end": null,
"cds_length": 3336,
"cdna_start": 1886,
"cdna_end": null,
"cdna_length": 3789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1693C>T",
"hgvs_p": "p.Gln565*",
"transcript": "XM_047416567.1",
"protein_id": "XP_047272523.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1693,
"cds_end": null,
"cds_length": 3333,
"cdna_start": 1883,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1681C>T",
"hgvs_p": "p.Gln561*",
"transcript": "XM_047416568.1",
"protein_id": "XP_047272524.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 1106,
"cds_start": 1681,
"cds_end": null,
"cds_length": 3321,
"cdna_start": 1871,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1678C>T",
"hgvs_p": "p.Gln560*",
"transcript": "XM_047416569.1",
"protein_id": "XP_047272525.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 1105,
"cds_start": 1678,
"cds_end": null,
"cds_length": 3318,
"cdna_start": 1868,
"cdna_end": null,
"cdna_length": 3771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1669C>T",
"hgvs_p": "p.Gln557*",
"transcript": "XM_047416570.1",
"protein_id": "XP_047272526.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 1102,
"cds_start": 1669,
"cds_end": null,
"cds_length": 3309,
"cdna_start": 1859,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.1654C>T",
"hgvs_p": "p.Gln552*",
"transcript": "XM_047416571.1",
"protein_id": "XP_047272527.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1654,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 1844,
"cdna_end": null,
"cdna_length": 3747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"hgvs_c": "c.316-3C>T",
"hgvs_p": null,
"transcript": "ENST00000503552.1",
"protein_id": "ENSP00000421126.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 257,
"cds_start": -4,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 774,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000226526",
"gene_hgnc_id": null,
"hgvs_c": "n.188-12298G>A",
"hgvs_p": null,
"transcript": "ENST00000446261.1",
"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": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATP13A2",
"gene_hgnc_id": 30213,
"dbsnp": "rs773246271",
"frequency_reference_population": 0.000028518007,
"hom_count_reference_population": 0,
"allele_count_reference_population": 46,
"gnomad_exomes_af": 0.0000287526,
"gnomad_genomes_af": 0.0000262674,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.905,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000326735.13",
"gene_symbol": "ATP13A2",
"hgnc_id": 30213,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1903C>T",
"hgvs_p": "p.Gln635*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000446261.1",
"gene_symbol": "ENSG00000226526",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.188-12298G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive spastic paraplegia type 78,Inborn genetic diseases,Kufor-Rakeb syndrome,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5",
"phenotype_combined": "Autosomal recessive spastic paraplegia type 78;Kufor-Rakeb syndrome|Autosomal recessive spastic paraplegia type 78|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}