← 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: 5-122450708-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 122450708,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000261368.13",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "NM_005460.4",
          "protein_id": "NP_005451.2",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1955,
          "cdna_end": null,
          "cdna_length": 3577,
          "mane_select": "ENST00000261368.13",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "ENST00000261368.13",
          "protein_id": "ENSP00000261368.8",
          "transcript_support_level": 1,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1955,
          "cdna_end": null,
          "cdna_length": 3577,
          "mane_select": "NM_005460.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "ENST00000261367.11",
          "protein_id": "ENSP00000261367.7",
          "transcript_support_level": 1,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 3430,
          "cdna_end": null,
          "cdna_length": 4986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000508017.5",
          "protein_id": "ENSP00000424338.1",
          "transcript_support_level": 1,
          "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": 2410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000512385.5",
          "protein_id": "ENSP00000426280.1",
          "transcript_support_level": 1,
          "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": 2564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000508017.5",
          "protein_id": "ENSP00000424338.1",
          "transcript_support_level": 1,
          "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": 2410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000512385.5",
          "protein_id": "ENSP00000426280.1",
          "transcript_support_level": 1,
          "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": 2564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MGC32805",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.464-42G>C",
          "hgvs_p": null,
          "transcript": "ENST00000510972.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "NM_001308100.2",
          "protein_id": "NP_001295029.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 3400,
          "cdna_end": null,
          "cdna_length": 5093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1681C>G",
          "hgvs_p": "p.Arg561Gly",
          "transcript": "NM_001308105.1",
          "protein_id": "NP_001295034.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": 1727,
          "cdna_end": null,
          "cdna_length": 3349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1681C>G",
          "hgvs_p": "p.Arg561Gly",
          "transcript": "ENST00000509154.6",
          "protein_id": "ENSP00000422106.2",
          "transcript_support_level": 5,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 1914,
          "cdna_end": null,
          "cdna_length": 2807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.943C>G",
          "hgvs_p": "p.Arg315Gly",
          "transcript": "NM_001308108.1",
          "protein_id": "NP_001295037.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 943,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.763C>G",
          "hgvs_p": "p.Arg255Gly",
          "transcript": "NM_001242935.3",
          "protein_id": "NP_001229864.1",
          "transcript_support_level": null,
          "aa_start": 255,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": 763,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": 903,
          "cdna_end": null,
          "cdna_length": 2596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.763C>G",
          "hgvs_p": "p.Arg255Gly",
          "transcript": "NM_001308107.2",
          "protein_id": "NP_001295036.1",
          "transcript_support_level": null,
          "aa_start": 255,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 763,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 903,
          "cdna_end": null,
          "cdna_length": 2525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.757C>G",
          "hgvs_p": "p.Arg253Gly",
          "transcript": "NM_001308106.1",
          "protein_id": "NP_001295035.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 996,
          "cdna_end": null,
          "cdna_length": 2618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.649C>G",
          "hgvs_p": "p.Arg217Gly",
          "transcript": "NM_001308109.2",
          "protein_id": "NP_001295038.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 789,
          "cdna_end": null,
          "cdna_length": 2411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_011543737.3",
          "protein_id": "XP_011542039.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 3789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_011543738.3",
          "protein_id": "XP_011542040.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 2144,
          "cdna_end": null,
          "cdna_length": 3837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_011543739.2",
          "protein_id": "XP_011542041.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 2086,
          "cdna_end": null,
          "cdna_length": 3779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_011543741.3",
          "protein_id": "XP_011542043.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 2131,
          "cdna_end": null,
          "cdna_length": 3824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_011543743.3",
          "protein_id": "XP_011542045.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 2732,
          "cdna_end": null,
          "cdna_length": 4425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_047417911.1",
          "protein_id": "XP_047273867.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 3431,
          "cdna_end": null,
          "cdna_length": 5124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_017010079.2",
          "protein_id": "XP_016865568.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 3088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_017010080.2",
          "protein_id": "XP_016865569.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_005272138.5",
          "protein_id": "XP_005272195.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1955,
          "cdna_end": null,
          "cdna_length": 3648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_005272139.2",
          "protein_id": "XP_005272196.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1986,
          "cdna_end": null,
          "cdna_length": 3679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_006714734.3",
          "protein_id": "XP_006714797.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 2180,
          "cdna_end": null,
          "cdna_length": 3873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_011543745.2",
          "protein_id": "XP_011542047.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 2591,
          "cdna_end": null,
          "cdna_length": 4284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_024446266.2",
          "protein_id": "XP_024302034.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 2047,
          "cdna_end": null,
          "cdna_length": 3740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417913.1",
          "protein_id": "XP_047273869.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 3211,
          "cdna_end": null,
          "cdna_length": 4904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417914.1",
          "protein_id": "XP_047273870.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1945,
          "cdna_end": null,
          "cdna_length": 3638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417915.1",
          "protein_id": "XP_047273871.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1978,
          "cdna_end": null,
          "cdna_length": 3671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417916.1",
          "protein_id": "XP_047273872.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 2340,
          "cdna_end": null,
          "cdna_length": 4033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_017010081.2",
          "protein_id": "XP_016865570.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 3718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_047417917.1",
          "protein_id": "XP_047273873.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": 2127,
          "cdna_end": null,
          "cdna_length": 3749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_047417918.1",
          "protein_id": "XP_047273874.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": 3352,
          "cdna_end": null,
          "cdna_length": 4974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.2002C>G",
          "hgvs_p": "p.Arg668Gly",
          "transcript": "XM_047417920.1",
          "protein_id": "XP_047273876.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": 2177,
          "cdna_end": null,
          "cdna_length": 3799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417921.1",
          "protein_id": "XP_047273877.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": 3211,
          "cdna_end": null,
          "cdna_length": 4226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417922.1",
          "protein_id": "XP_047273878.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 2299,
          "cdna_end": null,
          "cdna_length": 4353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_017010082.2",
          "protein_id": "XP_016865571.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2591,
          "cdna_end": null,
          "cdna_length": 4213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_024446267.2",
          "protein_id": "XP_024302035.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2058,
          "cdna_end": null,
          "cdna_length": 3680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_024446268.2",
          "protein_id": "XP_024302036.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1945,
          "cdna_end": null,
          "cdna_length": 3567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417923.1",
          "protein_id": "XP_047273879.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1986,
          "cdna_end": null,
          "cdna_length": 3608,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417924.1",
          "protein_id": "XP_047273880.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 3211,
          "cdna_end": null,
          "cdna_length": 4833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417925.1",
          "protein_id": "XP_047273881.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2180,
          "cdna_end": null,
          "cdna_length": 3802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417926.1",
          "protein_id": "XP_047273882.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly",
          "transcript": "XM_047417927.1",
          "protein_id": "XP_047273883.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2030,
          "cdna_end": null,
          "cdna_length": 3652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_011543749.3",
          "protein_id": "XP_011542051.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1539,
          "cdna_end": null,
          "cdna_length": 3232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_017010083.2",
          "protein_id": "XP_016865572.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 917,
          "cdna_end": null,
          "cdna_length": 2610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_047417928.1",
          "protein_id": "XP_047273884.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 2940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.757C>G",
          "hgvs_p": "p.Arg253Gly",
          "transcript": "XM_011543750.2",
          "protein_id": "XP_011542052.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 893,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_047417930.1",
          "protein_id": "XP_047273886.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 2239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_024446269.2",
          "protein_id": "XP_024302037.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 917,
          "cdna_end": null,
          "cdna_length": 2539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_047417931.1",
          "protein_id": "XP_047273887.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 2869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "c.781C>G",
          "hgvs_p": "p.Arg261Gly",
          "transcript": "XM_047417932.1",
          "protein_id": "XP_047273888.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1048,
          "cdna_end": null,
          "cdna_length": 2670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*722C>G",
          "hgvs_p": null,
          "transcript": "ENST00000395466.6",
          "protein_id": "ENSP00000378849.2",
          "transcript_support_level": 5,
          "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": 1888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*460C>G",
          "hgvs_p": null,
          "transcript": "ENST00000395469.6",
          "protein_id": "ENSP00000378852.2",
          "transcript_support_level": 5,
          "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": 3126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*506C>G",
          "hgvs_p": null,
          "transcript": "ENST00000509023.5",
          "protein_id": "ENSP00000427078.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": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*663C>G",
          "hgvs_p": null,
          "transcript": "ENST00000510658.5",
          "protein_id": "ENSP00000426526.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": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000512146.6",
          "protein_id": "ENSP00000423360.2",
          "transcript_support_level": 5,
          "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": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.846C>G",
          "hgvs_p": null,
          "transcript": "ENST00000513719.1",
          "protein_id": null,
          "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": 2303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000515215.6",
          "protein_id": "ENSP00000427575.2",
          "transcript_support_level": 5,
          "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": 1708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000542191.5",
          "protein_id": "ENSP00000441681.2",
          "transcript_support_level": 5,
          "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": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.2273C>G",
          "hgvs_p": null,
          "transcript": "NR_131761.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": 3895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.1002C>G",
          "hgvs_p": null,
          "transcript": "NR_131762.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": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*722C>G",
          "hgvs_p": null,
          "transcript": "ENST00000395466.6",
          "protein_id": "ENSP00000378849.2",
          "transcript_support_level": 5,
          "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": 1888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*460C>G",
          "hgvs_p": null,
          "transcript": "ENST00000395469.6",
          "protein_id": "ENSP00000378852.2",
          "transcript_support_level": 5,
          "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": 3126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*506C>G",
          "hgvs_p": null,
          "transcript": "ENST00000509023.5",
          "protein_id": "ENSP00000427078.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": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*663C>G",
          "hgvs_p": null,
          "transcript": "ENST00000510658.5",
          "protein_id": "ENSP00000426526.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": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000512146.6",
          "protein_id": "ENSP00000423360.2",
          "transcript_support_level": 5,
          "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": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000515215.6",
          "protein_id": "ENSP00000427575.2",
          "transcript_support_level": 5,
          "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": 1708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP",
          "gene_hgnc_id": 11139,
          "hgvs_c": "n.*608C>G",
          "hgvs_p": null,
          "transcript": "ENST00000542191.5",
          "protein_id": "ENSP00000441681.2",
          "transcript_support_level": 5,
          "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": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MGC32805",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.496-13371G>C",
          "hgvs_p": null,
          "transcript": "ENST00000503529.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": 579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MGC32805",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.304-5795G>C",
          "hgvs_p": null,
          "transcript": "ENST00000505546.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MGC32805",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.77-13371G>C",
          "hgvs_p": null,
          "transcript": "ENST00000506053.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": 652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MGC32805",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.85-42G>C",
          "hgvs_p": null,
          "transcript": "ENST00000509993.1",
          "protein_id": null,
          "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": 783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SNCAIP-AS3",
          "gene_hgnc_id": 28478,
          "hgvs_c": "n.464-42G>C",
          "hgvs_p": null,
          "transcript": "NR_051996.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": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SNCAIP",
      "gene_hgnc_id": 11139,
      "dbsnp": "rs28937592",
      "frequency_reference_population": 0.0000030977974,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000273623,
      "gnomad_genomes_af": 0.00000657091,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7367972135543823,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.296,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8433,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 5.329,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000261368.13",
          "gene_symbol": "SNCAIP",
          "hgnc_id": 11139,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1861C>G",
          "hgvs_p": "p.Arg621Gly"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000510972.5",
          "gene_symbol": "MGC32805",
          "hgnc_id": 28478,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.464-42G>C",
          "hgvs_p": null
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NR_051996.1",
          "gene_symbol": "SNCAIP-AS3",
          "hgnc_id": 28478,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.464-42G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}