← 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-16988455-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=16988455&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 16988455,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_022089.4",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2629G>A",
          "hgvs_p": "p.Gly877Arg",
          "transcript": "NM_022089.4",
          "protein_id": "NP_071372.1",
          "transcript_support_level": null,
          "aa_start": 877,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": 2629,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000326735.13",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022089.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2629G>A",
          "hgvs_p": "p.Gly877Arg",
          "transcript": "ENST00000326735.13",
          "protein_id": "ENSP00000327214.8",
          "transcript_support_level": 1,
          "aa_start": 877,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": 2629,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_022089.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000326735.13"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2614G>A",
          "hgvs_p": "p.Gly872Arg",
          "transcript": "ENST00000452699.5",
          "protein_id": "ENSP00000413307.1",
          "transcript_support_level": 1,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 2614,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452699.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2497G>A",
          "hgvs_p": "p.Gly833Arg",
          "transcript": "ENST00000341676.9",
          "protein_id": "ENSP00000341115.5",
          "transcript_support_level": 1,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000341676.9"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2614G>A",
          "hgvs_p": "p.Gly872Arg",
          "transcript": "NM_001141973.3",
          "protein_id": "NP_001135445.1",
          "transcript_support_level": null,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 2614,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001141973.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2497G>A",
          "hgvs_p": "p.Gly833Arg",
          "transcript": "NM_001141974.3",
          "protein_id": "NP_001135446.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001141974.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.217G>A",
          "hgvs_p": "p.Gly73Arg",
          "transcript": "ENST00000502418.1",
          "protein_id": "ENSP00000423065.1",
          "transcript_support_level": 3,
          "aa_start": 73,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 217,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502418.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2626G>A",
          "hgvs_p": "p.Gly876Arg",
          "transcript": "XM_005245810.2",
          "protein_id": "XP_005245867.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245810.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2614G>A",
          "hgvs_p": "p.Gly872Arg",
          "transcript": "XM_005245811.2",
          "protein_id": "XP_005245868.1",
          "transcript_support_level": null,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 1197,
          "cds_start": 2614,
          "cds_end": null,
          "cds_length": 3594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245811.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2614G>A",
          "hgvs_p": "p.Gly872Arg",
          "transcript": "XM_011541128.2",
          "protein_id": "XP_011539430.1",
          "transcript_support_level": null,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 1197,
          "cds_start": 2614,
          "cds_end": null,
          "cds_length": 3594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541128.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2611G>A",
          "hgvs_p": "p.Gly871Arg",
          "transcript": "XM_006710512.2",
          "protein_id": "XP_006710575.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": 2611,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710512.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2611G>A",
          "hgvs_p": "p.Gly871Arg",
          "transcript": "XM_047416537.1",
          "protein_id": "XP_047272493.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": 2611,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416537.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2602G>A",
          "hgvs_p": "p.Gly868Arg",
          "transcript": "XM_005245812.2",
          "protein_id": "XP_005245869.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 2602,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245812.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2599G>A",
          "hgvs_p": "p.Gly867Arg",
          "transcript": "XM_047416538.1",
          "protein_id": "XP_047272494.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2599,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416538.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2599G>A",
          "hgvs_p": "p.Gly867Arg",
          "transcript": "XM_047416539.1",
          "protein_id": "XP_047272495.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2599,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416539.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2587G>A",
          "hgvs_p": "p.Gly863Arg",
          "transcript": "XM_006710513.2",
          "protein_id": "XP_006710576.1",
          "transcript_support_level": null,
          "aa_start": 863,
          "aa_end": null,
          "aa_length": 1188,
          "cds_start": 2587,
          "cds_end": null,
          "cds_length": 3567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710513.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2584G>A",
          "hgvs_p": "p.Gly862Arg",
          "transcript": "XM_047416542.1",
          "protein_id": "XP_047272498.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416542.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2626G>A",
          "hgvs_p": "p.Gly876Arg",
          "transcript": "XM_047416544.1",
          "protein_id": "XP_047272500.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416544.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2614G>A",
          "hgvs_p": "p.Gly872Arg",
          "transcript": "XM_017000844.2",
          "protein_id": "XP_016856333.1",
          "transcript_support_level": null,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 2614,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000844.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2611G>A",
          "hgvs_p": "p.Gly871Arg",
          "transcript": "XM_017000845.2",
          "protein_id": "XP_016856334.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1174,
          "cds_start": 2611,
          "cds_end": null,
          "cds_length": 3525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000845.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2611G>A",
          "hgvs_p": "p.Gly871Arg",
          "transcript": "XM_047416546.1",
          "protein_id": "XP_047272502.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1174,
          "cds_start": 2611,
          "cds_end": null,
          "cds_length": 3525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416546.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2602G>A",
          "hgvs_p": "p.Gly868Arg",
          "transcript": "XM_047416547.1",
          "protein_id": "XP_047272503.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 2602,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416547.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2599G>A",
          "hgvs_p": "p.Gly867Arg",
          "transcript": "XM_047416548.1",
          "protein_id": "XP_047272504.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 2599,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416548.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2599G>A",
          "hgvs_p": "p.Gly867Arg",
          "transcript": "XM_047416549.1",
          "protein_id": "XP_047272505.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 2599,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416549.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2596G>A",
          "hgvs_p": "p.Gly866Arg",
          "transcript": "XM_047416550.1",
          "protein_id": "XP_047272506.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416550.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2587G>A",
          "hgvs_p": "p.Gly863Arg",
          "transcript": "XM_017000846.2",
          "protein_id": "XP_016856335.1",
          "transcript_support_level": null,
          "aa_start": 863,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2587,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000846.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2587G>A",
          "hgvs_p": "p.Gly863Arg",
          "transcript": "XM_047416551.1",
          "protein_id": "XP_047272507.1",
          "transcript_support_level": null,
          "aa_start": 863,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2587,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416551.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2584G>A",
          "hgvs_p": "p.Gly862Arg",
          "transcript": "XM_017000847.2",
          "protein_id": "XP_016856336.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000847.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2584G>A",
          "hgvs_p": "p.Gly862Arg",
          "transcript": "XM_047416553.1",
          "protein_id": "XP_047272509.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416553.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2512G>A",
          "hgvs_p": "p.Gly838Arg",
          "transcript": "XM_005245815.2",
          "protein_id": "XP_005245872.1",
          "transcript_support_level": null,
          "aa_start": 838,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 2512,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245815.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2509G>A",
          "hgvs_p": "p.Gly837Arg",
          "transcript": "XM_047416554.1",
          "protein_id": "XP_047272510.1",
          "transcript_support_level": null,
          "aa_start": 837,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": 2509,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416554.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2572G>A",
          "hgvs_p": "p.Gly858Arg",
          "transcript": "XM_047416556.1",
          "protein_id": "XP_047272512.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 1161,
          "cds_start": 2572,
          "cds_end": null,
          "cds_length": 3486,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416556.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2512G>A",
          "hgvs_p": "p.Gly838Arg",
          "transcript": "XM_017000848.2",
          "protein_id": "XP_016856337.1",
          "transcript_support_level": null,
          "aa_start": 838,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 2512,
          "cds_end": null,
          "cds_length": 3426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000848.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2509G>A",
          "hgvs_p": "p.Gly837Arg",
          "transcript": "XM_047416560.1",
          "protein_id": "XP_047272516.1",
          "transcript_support_level": null,
          "aa_start": 837,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": 2509,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416560.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2497G>A",
          "hgvs_p": "p.Gly833Arg",
          "transcript": "XM_017000849.2",
          "protein_id": "XP_016856338.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000849.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2497G>A",
          "hgvs_p": "p.Gly833Arg",
          "transcript": "XM_047416562.1",
          "protein_id": "XP_047272518.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416562.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2494G>A",
          "hgvs_p": "p.Gly832Arg",
          "transcript": "XM_047416563.1",
          "protein_id": "XP_047272519.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 2494,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416563.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2422G>A",
          "hgvs_p": "p.Gly808Arg",
          "transcript": "XM_011541129.2",
          "protein_id": "XP_011539431.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2422,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541129.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2419G>A",
          "hgvs_p": "p.Gly807Arg",
          "transcript": "XM_047416564.1",
          "protein_id": "XP_047272520.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2419,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416564.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2485G>A",
          "hgvs_p": "p.Gly829Arg",
          "transcript": "XM_047416565.1",
          "protein_id": "XP_047272521.1",
          "transcript_support_level": null,
          "aa_start": 829,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2485,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416565.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2395G>A",
          "hgvs_p": "p.Gly799Arg",
          "transcript": "XM_047416566.1",
          "protein_id": "XP_047272522.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2395,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416566.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2422G>A",
          "hgvs_p": "p.Gly808Arg",
          "transcript": "XM_017000850.2",
          "protein_id": "XP_016856339.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 2422,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000850.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2419G>A",
          "hgvs_p": "p.Gly807Arg",
          "transcript": "XM_047416567.1",
          "protein_id": "XP_047272523.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 1110,
          "cds_start": 2419,
          "cds_end": null,
          "cds_length": 3333,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416567.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2407G>A",
          "hgvs_p": "p.Gly803Arg",
          "transcript": "XM_047416568.1",
          "protein_id": "XP_047272524.1",
          "transcript_support_level": null,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": 2407,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416568.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2404G>A",
          "hgvs_p": "p.Gly802Arg",
          "transcript": "XM_047416569.1",
          "protein_id": "XP_047272525.1",
          "transcript_support_level": null,
          "aa_start": 802,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2404,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416569.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2395G>A",
          "hgvs_p": "p.Gly799Arg",
          "transcript": "XM_047416570.1",
          "protein_id": "XP_047272526.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 2395,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416570.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "c.2380G>A",
          "hgvs_p": "p.Gly794Arg",
          "transcript": "XM_047416571.1",
          "protein_id": "XP_047272527.1",
          "transcript_support_level": null,
          "aa_start": 794,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 2380,
          "cds_end": null,
          "cds_length": 3294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416571.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP13A2",
          "gene_hgnc_id": 30213,
          "hgvs_c": "n.503G>A",
          "hgvs_p": null,
          "transcript": "ENST00000466561.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000466561.1"
        },
        {
          "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.187+9343C>T",
          "hgvs_p": null,
          "transcript": "ENST00000446261.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000446261.1"
        }
      ],
      "gene_symbol": "ATP13A2",
      "gene_hgnc_id": 30213,
      "dbsnp": "rs144701072",
      "frequency_reference_population": 0.000009294982,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 15,
      "gnomad_exomes_af": 0.00000684203,
      "gnomad_genomes_af": 0.0000328472,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9625484943389893,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.12999999523162842,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.947,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9699,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.59,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.512,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.13,
      "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": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_022089.4",
          "gene_symbol": "ATP13A2",
          "hgnc_id": 30213,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2629G>A",
          "hgvs_p": "p.Gly877Arg"
        },
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000446261.1",
          "gene_symbol": "ENSG00000226526",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.187+9343C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Kufor-Rakeb syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Kufor-Rakeb syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}