← 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: 4-185615094-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 185615094,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001395207.1",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3305A>T",
          "hgvs_p": "p.Glu1102Val",
          "transcript": "NM_001395207.1",
          "protein_id": "NP_001382136.1",
          "transcript_support_level": null,
          "aa_start": 1102,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3305,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000695409.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395207.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3305A>T",
          "hgvs_p": "p.Glu1102Val",
          "transcript": "ENST00000695409.1",
          "protein_id": "ENSP00000511888.1",
          "transcript_support_level": null,
          "aa_start": 1102,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3305,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001395207.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000695409.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "ENST00000284776.11",
          "protein_id": "ENSP00000284776.7",
          "transcript_support_level": 1,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000284776.11"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1877A>T",
          "hgvs_p": "p.Glu626Val",
          "transcript": "ENST00000437304.6",
          "protein_id": "ENSP00000396008.2",
          "transcript_support_level": 1,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 1877,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000437304.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1598A>T",
          "hgvs_p": "p.Glu533Val",
          "transcript": "ENST00000319471.13",
          "protein_id": "ENSP00000322182.9",
          "transcript_support_level": 1,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 1598,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000319471.13"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1403A>T",
          "hgvs_p": "p.Glu468Val",
          "transcript": "ENST00000393528.7",
          "protein_id": "ENSP00000377162.3",
          "transcript_support_level": 1,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1403,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393528.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1337A>T",
          "hgvs_p": "p.Glu446Val",
          "transcript": "ENST00000449407.6",
          "protein_id": "ENSP00000397262.2",
          "transcript_support_level": 1,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1337,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000449407.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000319454.10",
          "protein_id": "ENSP00000321983.6",
          "transcript_support_level": 1,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 1909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000319454.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.*1708A>T",
          "hgvs_p": null,
          "transcript": "ENST00000487184.2",
          "protein_id": "ENSP00000511890.1",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000487184.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.*1708A>T",
          "hgvs_p": null,
          "transcript": "ENST00000487184.2",
          "protein_id": "ENSP00000511890.1",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000487184.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.4121A>T",
          "hgvs_p": "p.Glu1374Val",
          "transcript": "ENST00000421420.6",
          "protein_id": "ENSP00000393258.2",
          "transcript_support_level": 4,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4121,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000421420.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3263A>T",
          "hgvs_p": "p.Glu1088Val",
          "transcript": "NM_001394245.1",
          "protein_id": "NP_001381174.1",
          "transcript_support_level": null,
          "aa_start": 1088,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": 3263,
          "cds_end": null,
          "cds_length": 3861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394245.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3206A>T",
          "hgvs_p": "p.Glu1069Val",
          "transcript": "NM_001394246.1",
          "protein_id": "NP_001381175.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394246.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3206A>T",
          "hgvs_p": "p.Glu1069Val",
          "transcript": "NM_001394247.1",
          "protein_id": "NP_001381176.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394247.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3137A>T",
          "hgvs_p": "p.Glu1046Val",
          "transcript": "NM_001394248.1",
          "protein_id": "NP_001381177.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1244,
          "cds_start": 3137,
          "cds_end": null,
          "cds_length": 3735,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394248.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3137A>T",
          "hgvs_p": "p.Glu1046Val",
          "transcript": "NM_001394249.1",
          "protein_id": "NP_001381178.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1244,
          "cds_start": 3137,
          "cds_end": null,
          "cds_length": 3735,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394249.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3122A>T",
          "hgvs_p": "p.Glu1041Val",
          "transcript": "NM_001394250.1",
          "protein_id": "NP_001381179.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": 3122,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394250.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "NM_001270771.3",
          "protein_id": "NP_001257700.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001270771.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "NM_001394251.1",
          "protein_id": "NP_001381180.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394251.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "NM_001394252.1",
          "protein_id": "NP_001381181.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394252.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "NM_001394253.1",
          "protein_id": "NP_001381182.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394253.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "NM_001394254.1",
          "protein_id": "NP_001381183.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394254.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "ENST00000355634.9",
          "protein_id": "ENSP00000347852.5",
          "transcript_support_level": 2,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355634.9"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3005A>T",
          "hgvs_p": "p.Glu1002Val",
          "transcript": "ENST00000695410.1",
          "protein_id": "ENSP00000511891.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3005,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000695410.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2963A>T",
          "hgvs_p": "p.Glu988Val",
          "transcript": "NM_001394255.1",
          "protein_id": "NP_001381184.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394255.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2963A>T",
          "hgvs_p": "p.Glu988Val",
          "transcript": "NM_001394256.1",
          "protein_id": "NP_001381185.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394256.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2963A>T",
          "hgvs_p": "p.Glu988Val",
          "transcript": "NM_001394257.1",
          "protein_id": "NP_001381186.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394257.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2948A>T",
          "hgvs_p": "p.Glu983Val",
          "transcript": "NM_001394258.1",
          "protein_id": "NP_001381187.1",
          "transcript_support_level": null,
          "aa_start": 983,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2948,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394258.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2918A>T",
          "hgvs_p": "p.Glu973Val",
          "transcript": "NM_001394259.1",
          "protein_id": "NP_001381188.1",
          "transcript_support_level": null,
          "aa_start": 973,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 2918,
          "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": "NM_001394259.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2918A>T",
          "hgvs_p": "p.Glu973Val",
          "transcript": "NM_001394260.1",
          "protein_id": "NP_001381189.1",
          "transcript_support_level": null,
          "aa_start": 973,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 2918,
          "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": "NM_001394260.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2912A>T",
          "hgvs_p": "p.Glu971Val",
          "transcript": "NM_001394261.1",
          "protein_id": "NP_001381190.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 2912,
          "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": "NM_001394261.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2894A>T",
          "hgvs_p": "p.Glu965Val",
          "transcript": "NM_001394262.1",
          "protein_id": "NP_001381191.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 2894,
          "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": "NM_001394262.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2894A>T",
          "hgvs_p": "p.Glu965Val",
          "transcript": "NM_001394263.1",
          "protein_id": "NP_001381192.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 2894,
          "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": "NM_001394263.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2819A>T",
          "hgvs_p": "p.Glu940Val",
          "transcript": "NM_001394264.1",
          "protein_id": "NP_001381193.1",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 1138,
          "cds_start": 2819,
          "cds_end": null,
          "cds_length": 3417,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394264.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2798A>T",
          "hgvs_p": "p.Glu933Val",
          "transcript": "NM_001394265.1",
          "protein_id": "NP_001381194.1",
          "transcript_support_level": null,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 2798,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394265.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2747A>T",
          "hgvs_p": "p.Glu916Val",
          "transcript": "ENST00000865691.1",
          "protein_id": "ENSP00000535750.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865691.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2747A>T",
          "hgvs_p": "p.Glu916Val",
          "transcript": "ENST00000865725.1",
          "protein_id": "ENSP00000535784.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865725.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394266.1",
          "protein_id": "NP_001381195.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394266.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394267.1",
          "protein_id": "NP_001381196.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394267.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394268.1",
          "protein_id": "NP_001381197.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394268.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394270.1",
          "protein_id": "NP_001381199.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394270.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394271.1",
          "protein_id": "NP_001381200.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394271.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_001394272.1",
          "protein_id": "NP_001381201.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394272.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2705A>T",
          "hgvs_p": "p.Glu902Val",
          "transcript": "NM_021069.6",
          "protein_id": "NP_066547.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2705,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_021069.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2678A>T",
          "hgvs_p": "p.Glu893Val",
          "transcript": "NM_001394273.1",
          "protein_id": "NP_001381202.1",
          "transcript_support_level": null,
          "aa_start": 893,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 2678,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394273.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2678A>T",
          "hgvs_p": "p.Glu893Val",
          "transcript": "ENST00000865702.1",
          "protein_id": "ENSP00000535761.1",
          "transcript_support_level": null,
          "aa_start": 893,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 2678,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865702.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2663A>T",
          "hgvs_p": "p.Glu888Val",
          "transcript": "ENST00000865714.1",
          "protein_id": "ENSP00000535773.1",
          "transcript_support_level": null,
          "aa_start": 888,
          "aa_end": null,
          "aa_length": 1086,
          "cds_start": 2663,
          "cds_end": null,
          "cds_length": 3261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865714.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2660A>T",
          "hgvs_p": "p.Glu887Val",
          "transcript": "NM_001394274.1",
          "protein_id": "NP_001381203.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2660,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394274.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2660A>T",
          "hgvs_p": "p.Glu887Val",
          "transcript": "NM_001394275.1",
          "protein_id": "NP_001381204.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2660,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394275.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2594A>T",
          "hgvs_p": "p.Glu865Val",
          "transcript": "NM_001394276.1",
          "protein_id": "NP_001381205.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 3192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394276.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2594A>T",
          "hgvs_p": "p.Glu865Val",
          "transcript": "ENST00000865694.1",
          "protein_id": "ENSP00000535753.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 3192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865694.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2516A>T",
          "hgvs_p": "p.Glu839Val",
          "transcript": "ENST00000865704.1",
          "protein_id": "ENSP00000535763.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 2516,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865704.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2462A>T",
          "hgvs_p": "p.Glu821Val",
          "transcript": "NM_001394277.1",
          "protein_id": "NP_001381206.1",
          "transcript_support_level": null,
          "aa_start": 821,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 2462,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394277.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2417A>T",
          "hgvs_p": "p.Glu806Val",
          "transcript": "NM_001145674.3",
          "protein_id": "NP_001139146.1",
          "transcript_support_level": null,
          "aa_start": 806,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2417,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145674.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2417A>T",
          "hgvs_p": "p.Glu806Val",
          "transcript": "ENST00000487836.6",
          "protein_id": "ENSP00000511887.1",
          "transcript_support_level": 2,
          "aa_start": 806,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2417,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000487836.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2309A>T",
          "hgvs_p": "p.Glu770Val",
          "transcript": "ENST00000865754.1",
          "protein_id": "ENSP00000535813.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 2309,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865754.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2273A>T",
          "hgvs_p": "p.Glu758Val",
          "transcript": "ENST00000865689.1",
          "protein_id": "ENSP00000535748.1",
          "transcript_support_level": null,
          "aa_start": 758,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2273,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865689.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2273A>T",
          "hgvs_p": "p.Glu758Val",
          "transcript": "ENST00000865718.1",
          "protein_id": "ENSP00000535777.1",
          "transcript_support_level": null,
          "aa_start": 758,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2273,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865718.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2240A>T",
          "hgvs_p": "p.Glu747Val",
          "transcript": "ENST00000865678.1",
          "protein_id": "ENSP00000535737.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 2240,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865678.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2237A>T",
          "hgvs_p": "p.Glu746Val",
          "transcript": "ENST00000865688.1",
          "protein_id": "ENSP00000535747.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865688.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2225A>T",
          "hgvs_p": "p.Glu742Val",
          "transcript": "ENST00000865705.1",
          "protein_id": "ENSP00000535764.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2823,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865705.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2225A>T",
          "hgvs_p": "p.Glu742Val",
          "transcript": "ENST00000865751.1",
          "protein_id": "ENSP00000535810.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2823,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865751.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865680.1",
          "protein_id": "ENSP00000535739.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865680.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865700.1",
          "protein_id": "ENSP00000535759.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865700.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865707.1",
          "protein_id": "ENSP00000535766.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865707.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865716.1",
          "protein_id": "ENSP00000535775.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865716.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865750.1",
          "protein_id": "ENSP00000535809.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865750.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2204A>T",
          "hgvs_p": "p.Glu735Val",
          "transcript": "ENST00000865757.1",
          "protein_id": "ENSP00000535816.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865757.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2156A>T",
          "hgvs_p": "p.Glu719Val",
          "transcript": "ENST00000865693.1",
          "protein_id": "ENSP00000535752.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865693.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2156A>T",
          "hgvs_p": "p.Glu719Val",
          "transcript": "ENST00000865699.1",
          "protein_id": "ENSP00000535758.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865699.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2156A>T",
          "hgvs_p": "p.Glu719Val",
          "transcript": "ENST00000865713.1",
          "protein_id": "ENSP00000535772.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865713.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2153A>T",
          "hgvs_p": "p.Glu718Val",
          "transcript": "ENST00000945971.1",
          "protein_id": "ENSP00000616030.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2153,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945971.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2132A>T",
          "hgvs_p": "p.Glu711Val",
          "transcript": "ENST00000865684.1",
          "protein_id": "ENSP00000535743.1",
          "transcript_support_level": null,
          "aa_start": 711,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 2132,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865684.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2114A>T",
          "hgvs_p": "p.Glu705Val",
          "transcript": "ENST00000865668.1",
          "protein_id": "ENSP00000535727.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865668.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2114A>T",
          "hgvs_p": "p.Glu705Val",
          "transcript": "ENST00000865685.1",
          "protein_id": "ENSP00000535744.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865685.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2114A>T",
          "hgvs_p": "p.Glu705Val",
          "transcript": "ENST00000865738.1",
          "protein_id": "ENSP00000535797.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865738.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2099A>T",
          "hgvs_p": "p.Glu700Val",
          "transcript": "ENST00000698843.1",
          "protein_id": "ENSP00000513979.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698843.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2087A>T",
          "hgvs_p": "p.Glu696Val",
          "transcript": "ENST00000865708.1",
          "protein_id": "ENSP00000535767.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 2087,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865708.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2081A>T",
          "hgvs_p": "p.Glu694Val",
          "transcript": "ENST00000865662.1",
          "protein_id": "ENSP00000535721.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": 2081,
          "cds_end": null,
          "cds_length": 2679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865662.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2045A>T",
          "hgvs_p": "p.Glu682Val",
          "transcript": "ENST00000865703.1",
          "protein_id": "ENSP00000535762.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865703.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2030A>T",
          "hgvs_p": "p.Glu677Val",
          "transcript": "ENST00000865701.1",
          "protein_id": "ENSP00000535760.1",
          "transcript_support_level": null,
          "aa_start": 677,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 2030,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865701.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1997A>T",
          "hgvs_p": "p.Glu666Val",
          "transcript": "ENST00000865687.1",
          "protein_id": "ENSP00000535746.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 1997,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865687.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1961A>T",
          "hgvs_p": "p.Glu654Val",
          "transcript": "ENST00000865686.1",
          "protein_id": "ENSP00000535745.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865686.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1961A>T",
          "hgvs_p": "p.Glu654Val",
          "transcript": "ENST00000865690.1",
          "protein_id": "ENSP00000535749.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865690.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1889A>T",
          "hgvs_p": "p.Glu630Val",
          "transcript": "ENST00000865715.1",
          "protein_id": "ENSP00000535774.1",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865715.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1877A>T",
          "hgvs_p": "p.Glu626Val",
          "transcript": "NM_001145673.3",
          "protein_id": "NP_001139145.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 1877,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145673.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1724A>T",
          "hgvs_p": "p.Glu575Val",
          "transcript": "ENST00000865669.1",
          "protein_id": "ENSP00000535728.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865669.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1724A>T",
          "hgvs_p": "p.Glu575Val",
          "transcript": "ENST00000865732.1",
          "protein_id": "ENSP00000535791.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865732.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1724A>T",
          "hgvs_p": "p.Glu575Val",
          "transcript": "ENST00000865746.1",
          "protein_id": "ENSP00000535805.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865746.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1661A>T",
          "hgvs_p": "p.Glu554Val",
          "transcript": "ENST00000706921.1",
          "protein_id": "ENSP00000516628.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1661,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000706921.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1655A>T",
          "hgvs_p": "p.Glu552Val",
          "transcript": "ENST00000865697.1",
          "protein_id": "ENSP00000535756.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1655,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865697.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1655A>T",
          "hgvs_p": "p.Glu552Val",
          "transcript": "ENST00000865766.1",
          "protein_id": "ENSP00000535825.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1655,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865766.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1631A>T",
          "hgvs_p": "p.Glu544Val",
          "transcript": "ENST00000865706.1",
          "protein_id": "ENSP00000535765.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1631,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865706.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1598A>T",
          "hgvs_p": "p.Glu533Val",
          "transcript": "NM_001145671.3",
          "protein_id": "NP_001139143.1",
          "transcript_support_level": null,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 1598,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145671.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1598A>T",
          "hgvs_p": "p.Glu533Val",
          "transcript": "ENST00000865711.1",
          "protein_id": "ENSP00000535770.1",
          "transcript_support_level": null,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 1598,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865711.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1595A>T",
          "hgvs_p": "p.Glu532Val",
          "transcript": "ENST00000865721.1",
          "protein_id": "ENSP00000535780.1",
          "transcript_support_level": null,
          "aa_start": 532,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1595,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865721.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1595A>T",
          "hgvs_p": "p.Glu532Val",
          "transcript": "ENST00000865764.1",
          "protein_id": "ENSP00000535823.1",
          "transcript_support_level": null,
          "aa_start": 532,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1595,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865764.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1583A>T",
          "hgvs_p": "p.Glu528Val",
          "transcript": "ENST00000865773.1",
          "protein_id": "ENSP00000535832.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 1583,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865773.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865660.1",
          "protein_id": "ENSP00000535719.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865660.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865667.1",
          "protein_id": "ENSP00000535726.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865667.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865675.1",
          "protein_id": "ENSP00000535734.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865675.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865724.1",
          "protein_id": "ENSP00000535783.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865724.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865727.1",
          "protein_id": "ENSP00000535786.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865727.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865752.1",
          "protein_id": "ENSP00000535811.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865752.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865755.1",
          "protein_id": "ENSP00000535814.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865755.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865763.1",
          "protein_id": "ENSP00000535822.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865763.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865774.1",
          "protein_id": "ENSP00000535833.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865774.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865779.1",
          "protein_id": "ENSP00000535838.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865779.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1571A>T",
          "hgvs_p": "p.Glu524Val",
          "transcript": "ENST00000865780.1",
          "protein_id": "ENSP00000535839.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865780.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1562A>T",
          "hgvs_p": "p.Glu521Val",
          "transcript": "ENST00000865696.1",
          "protein_id": "ENSP00000535755.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 1562,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865696.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1562A>T",
          "hgvs_p": "p.Glu521Val",
          "transcript": "ENST00000865710.1",
          "protein_id": "ENSP00000535769.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 1562,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865710.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865665.1",
          "protein_id": "ENSP00000535724.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865665.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865666.1",
          "protein_id": "ENSP00000535725.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865666.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865676.1",
          "protein_id": "ENSP00000535735.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865676.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865712.1",
          "protein_id": "ENSP00000535771.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865712.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865731.1",
          "protein_id": "ENSP00000535790.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865731.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865740.1",
          "protein_id": "ENSP00000535799.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865740.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865742.1",
          "protein_id": "ENSP00000535801.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865742.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865747.1",
          "protein_id": "ENSP00000535806.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865747.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865765.1",
          "protein_id": "ENSP00000535824.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865765.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865768.1",
          "protein_id": "ENSP00000535827.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865768.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865776.1",
          "protein_id": "ENSP00000535835.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865776.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1547A>T",
          "hgvs_p": "p.Glu516Val",
          "transcript": "ENST00000865777.1",
          "protein_id": "ENSP00000535836.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865777.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1526A>T",
          "hgvs_p": "p.Glu509Val",
          "transcript": "ENST00000865679.1",
          "protein_id": "ENSP00000535738.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865679.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1526A>T",
          "hgvs_p": "p.Glu509Val",
          "transcript": "ENST00000865726.1",
          "protein_id": "ENSP00000535785.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865726.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1514A>T",
          "hgvs_p": "p.Glu505Val",
          "transcript": "ENST00000865682.1",
          "protein_id": "ENSP00000535741.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1514,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865682.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1514A>T",
          "hgvs_p": "p.Glu505Val",
          "transcript": "ENST00000865722.1",
          "protein_id": "ENSP00000535781.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1514,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865722.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1511A>T",
          "hgvs_p": "p.Glu504Val",
          "transcript": "ENST00000945967.1",
          "protein_id": "ENSP00000616026.1",
          "transcript_support_level": null,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1511,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945967.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1505A>T",
          "hgvs_p": "p.Glu502Val",
          "transcript": "ENST00000865736.1",
          "protein_id": "ENSP00000535795.1",
          "transcript_support_level": null,
          "aa_start": 502,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1505,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865736.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1502A>T",
          "hgvs_p": "p.Glu501Val",
          "transcript": "ENST00000865730.1",
          "protein_id": "ENSP00000535789.1",
          "transcript_support_level": null,
          "aa_start": 501,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1502,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865730.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1502A>T",
          "hgvs_p": "p.Glu501Val",
          "transcript": "ENST00000865744.1",
          "protein_id": "ENSP00000535803.1",
          "transcript_support_level": null,
          "aa_start": 501,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1502,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865744.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1496A>T",
          "hgvs_p": "p.Glu499Val",
          "transcript": "ENST00000865673.1",
          "protein_id": "ENSP00000535732.1",
          "transcript_support_level": null,
          "aa_start": 499,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 1496,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865673.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1490A>T",
          "hgvs_p": "p.Glu497Val",
          "transcript": "ENST00000865720.1",
          "protein_id": "ENSP00000535779.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865720.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1490A>T",
          "hgvs_p": "p.Glu497Val",
          "transcript": "ENST00000865756.1",
          "protein_id": "ENSP00000535815.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865756.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1490A>T",
          "hgvs_p": "p.Glu497Val",
          "transcript": "ENST00000865758.1",
          "protein_id": "ENSP00000535817.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865758.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865664.1",
          "protein_id": "ENSP00000535723.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865664.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865729.1",
          "protein_id": "ENSP00000535788.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865729.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865733.1",
          "protein_id": "ENSP00000535792.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865733.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865737.1",
          "protein_id": "ENSP00000535796.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865737.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865741.1",
          "protein_id": "ENSP00000535800.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865741.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865761.1",
          "protein_id": "ENSP00000535820.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865761.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865772.1",
          "protein_id": "ENSP00000535831.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865772.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1481A>T",
          "hgvs_p": "p.Glu494Val",
          "transcript": "ENST00000865775.1",
          "protein_id": "ENSP00000535834.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865775.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865659.1",
          "protein_id": "ENSP00000535718.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865659.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865661.1",
          "protein_id": "ENSP00000535720.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865661.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865672.1",
          "protein_id": "ENSP00000535731.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865672.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865674.1",
          "protein_id": "ENSP00000535733.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865674.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865717.1",
          "protein_id": "ENSP00000535776.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865717.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865734.1",
          "protein_id": "ENSP00000535793.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865734.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865743.1",
          "protein_id": "ENSP00000535802.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865743.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865748.1",
          "protein_id": "ENSP00000535807.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865748.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1478A>T",
          "hgvs_p": "p.Glu493Val",
          "transcript": "ENST00000865759.1",
          "protein_id": "ENSP00000535818.1",
          "transcript_support_level": null,
          "aa_start": 493,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1478,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865759.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1472A>T",
          "hgvs_p": "p.Glu491Val",
          "transcript": "ENST00000865709.1",
          "protein_id": "ENSP00000535768.1",
          "transcript_support_level": null,
          "aa_start": 491,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1472,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865709.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1424A>T",
          "hgvs_p": "p.Glu475Val",
          "transcript": "ENST00000865692.1",
          "protein_id": "ENSP00000535751.1",
          "transcript_support_level": null,
          "aa_start": 475,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 1424,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865692.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1421A>T",
          "hgvs_p": "p.Glu474Val",
          "transcript": "ENST00000865695.1",
          "protein_id": "ENSP00000535754.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865695.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1421A>T",
          "hgvs_p": "p.Glu474Val",
          "transcript": "ENST00000865739.1",
          "protein_id": "ENSP00000535798.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865739.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1412A>T",
          "hgvs_p": "p.Glu471Val",
          "transcript": "ENST00000865728.1",
          "protein_id": "ENSP00000535787.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1412,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865728.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1412A>T",
          "hgvs_p": "p.Glu471Val",
          "transcript": "ENST00000865735.1",
          "protein_id": "ENSP00000535794.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1412,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865735.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1412A>T",
          "hgvs_p": "p.Glu471Val",
          "transcript": "ENST00000865767.1",
          "protein_id": "ENSP00000535826.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1412,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865767.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1403A>T",
          "hgvs_p": "p.Glu468Val",
          "transcript": "NM_003603.7",
          "protein_id": "NP_003594.3",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1403,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003603.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1403A>T",
          "hgvs_p": "p.Glu468Val",
          "transcript": "ENST00000945969.1",
          "protein_id": "ENSP00000616028.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1403,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945969.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1403A>T",
          "hgvs_p": "p.Glu468Val",
          "transcript": "ENST00000945972.1",
          "protein_id": "ENSP00000616031.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1403,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945972.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "NM_001145672.2",
          "protein_id": "NP_001139144.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145672.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000451974.6",
          "protein_id": "ENSP00000401818.2",
          "transcript_support_level": 5,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000451974.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000865663.1",
          "protein_id": "ENSP00000535722.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865663.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000865745.1",
          "protein_id": "ENSP00000535804.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865745.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000865753.1",
          "protein_id": "ENSP00000535812.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865753.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000865770.1",
          "protein_id": "ENSP00000535829.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865770.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1388A>T",
          "hgvs_p": "p.Glu463Val",
          "transcript": "ENST00000865778.1",
          "protein_id": "ENSP00000535837.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865778.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1340A>T",
          "hgvs_p": "p.Glu447Val",
          "transcript": "ENST00000865723.1",
          "protein_id": "ENSP00000535782.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 1340,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865723.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1337A>T",
          "hgvs_p": "p.Glu446Val",
          "transcript": "NM_001145670.2",
          "protein_id": "NP_001139142.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1337,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145670.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865670.1",
          "protein_id": "ENSP00000535729.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865670.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865683.1",
          "protein_id": "ENSP00000535742.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865683.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865698.1",
          "protein_id": "ENSP00000535757.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865698.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865749.1",
          "protein_id": "ENSP00000535808.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865749.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865760.1",
          "protein_id": "ENSP00000535819.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865760.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1319A>T",
          "hgvs_p": "p.Glu440Val",
          "transcript": "ENST00000865769.1",
          "protein_id": "ENSP00000535828.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865769.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1310A>T",
          "hgvs_p": "p.Glu437Val",
          "transcript": "ENST00000865681.1",
          "protein_id": "ENSP00000535740.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1310,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865681.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1286A>T",
          "hgvs_p": "p.Glu429Val",
          "transcript": "ENST00000865677.1",
          "protein_id": "ENSP00000535736.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865677.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1286A>T",
          "hgvs_p": "p.Glu429Val",
          "transcript": "ENST00000865771.1",
          "protein_id": "ENSP00000535830.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865771.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1286A>T",
          "hgvs_p": "p.Glu429Val",
          "transcript": "ENST00000945968.1",
          "protein_id": "ENSP00000616027.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945968.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1286A>T",
          "hgvs_p": "p.Glu429Val",
          "transcript": "ENST00000945970.1",
          "protein_id": "ENSP00000616029.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945970.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1286A>T",
          "hgvs_p": "p.Glu429Val",
          "transcript": "ENST00000945973.1",
          "protein_id": "ENSP00000616032.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945973.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1217A>T",
          "hgvs_p": "p.Glu406Val",
          "transcript": "ENST00000865719.1",
          "protein_id": "ENSP00000535778.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865719.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1217A>T",
          "hgvs_p": "p.Glu406Val",
          "transcript": "ENST00000865762.1",
          "protein_id": "ENSP00000535821.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865762.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1052A>T",
          "hgvs_p": "p.Glu351Val",
          "transcript": "ENST00000498125.6",
          "protein_id": "ENSP00000511892.1",
          "transcript_support_level": 5,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1052,
          "cds_end": null,
          "cds_length": 1549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000498125.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.881A>T",
          "hgvs_p": "p.Glu294Val",
          "transcript": "NM_001145675.3",
          "protein_id": "NP_001139147.1",
          "transcript_support_level": null,
          "aa_start": 294,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 881,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145675.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.881A>T",
          "hgvs_p": "p.Glu294Val",
          "transcript": "ENST00000490562.6",
          "protein_id": "ENSP00000511889.1",
          "transcript_support_level": 4,
          "aa_start": 294,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 881,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000490562.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.626A>T",
          "hgvs_p": "p.Glu209Val",
          "transcript": "ENST00000865671.1",
          "protein_id": "ENSP00000535730.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 626,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865671.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.200A>T",
          "hgvs_p": "p.Glu67Val",
          "transcript": "ENST00000698536.1",
          "protein_id": "ENSP00000513782.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 200,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698536.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.200A>T",
          "hgvs_p": "p.Glu67Val",
          "transcript": "ENST00000698537.1",
          "protein_id": "ENSP00000513783.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 200,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698537.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.129A>T",
          "hgvs_p": null,
          "transcript": "ENST00000480146.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": "ENST00000480146.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.5703A>T",
          "hgvs_p": null,
          "transcript": "ENST00000698538.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "ENST00000698538.1"
        }
      ],
      "gene_symbol": "SORBS2",
      "gene_hgnc_id": 24098,
      "dbsnp": "rs2096607773",
      "frequency_reference_population": 0.0000030980239,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000273653,
      "gnomad_genomes_af": 0.00000656918,
      "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.9096223711967468,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.07999999821186066,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.625,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8636,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.17,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.001,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.08,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001395207.1",
          "gene_symbol": "SORBS2",
          "hgnc_id": 24098,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3305A>T",
          "hgvs_p": "p.Glu1102Val"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}