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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 185593899,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001395207.1",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3721G>A",
          "hgvs_p": "p.Gly1241Ser",
          "transcript": "NM_001395207.1",
          "protein_id": "NP_001382136.1",
          "transcript_support_level": null,
          "aa_start": 1241,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3721,
          "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": "G",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3721G>A",
          "hgvs_p": "p.Gly1241Ser",
          "transcript": "ENST00000695409.1",
          "protein_id": "ENSP00000511888.1",
          "transcript_support_level": null,
          "aa_start": 1241,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3721,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "ENST00000284776.11",
          "protein_id": "ENSP00000284776.7",
          "transcript_support_level": 1,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2293G>A",
          "hgvs_p": "p.Gly765Ser",
          "transcript": "ENST00000437304.6",
          "protein_id": "ENSP00000396008.2",
          "transcript_support_level": 1,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 2293,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2014G>A",
          "hgvs_p": "p.Gly672Ser",
          "transcript": "ENST00000319471.13",
          "protein_id": "ENSP00000322182.9",
          "transcript_support_level": 1,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 2014,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1819G>A",
          "hgvs_p": "p.Gly607Ser",
          "transcript": "ENST00000393528.7",
          "protein_id": "ENSP00000377162.3",
          "transcript_support_level": 1,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1819,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1753G>A",
          "hgvs_p": "p.Gly585Ser",
          "transcript": "ENST00000449407.6",
          "protein_id": "ENSP00000397262.2",
          "transcript_support_level": 1,
          "aa_start": 585,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1753,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000319454.10",
          "protein_id": "ENSP00000321983.6",
          "transcript_support_level": 1,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1894,
          "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": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2-AS1",
          "gene_hgnc_id": 41039,
          "hgvs_c": "n.1685C>T",
          "hgvs_p": null,
          "transcript": "ENST00000411847.1",
          "protein_id": null,
          "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": "pseudogene",
          "feature": "ENST00000411847.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.*2124G>A",
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.*2124G>A",
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.4537G>A",
          "hgvs_p": "p.Gly1513Ser",
          "transcript": "ENST00000421420.6",
          "protein_id": "ENSP00000393258.2",
          "transcript_support_level": 4,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4537,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3679G>A",
          "hgvs_p": "p.Gly1227Ser",
          "transcript": "NM_001394245.1",
          "protein_id": "NP_001381174.1",
          "transcript_support_level": null,
          "aa_start": 1227,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": 3679,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3622G>A",
          "hgvs_p": "p.Gly1208Ser",
          "transcript": "NM_001394246.1",
          "protein_id": "NP_001381175.1",
          "transcript_support_level": null,
          "aa_start": 1208,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": 3622,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3622G>A",
          "hgvs_p": "p.Gly1208Ser",
          "transcript": "NM_001394247.1",
          "protein_id": "NP_001381176.1",
          "transcript_support_level": null,
          "aa_start": 1208,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": 3622,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Gly1185Ser",
          "transcript": "NM_001394248.1",
          "protein_id": "NP_001381177.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1244,
          "cds_start": 3553,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Gly1185Ser",
          "transcript": "NM_001394249.1",
          "protein_id": "NP_001381178.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1244,
          "cds_start": 3553,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3538G>A",
          "hgvs_p": "p.Gly1180Ser",
          "transcript": "NM_001394250.1",
          "protein_id": "NP_001381179.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": 3538,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "NM_001270771.3",
          "protein_id": "NP_001257700.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "NM_001394251.1",
          "protein_id": "NP_001381180.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "NM_001394252.1",
          "protein_id": "NP_001381181.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "NM_001394253.1",
          "protein_id": "NP_001381182.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "NM_001394254.1",
          "protein_id": "NP_001381183.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "ENST00000355634.9",
          "protein_id": "ENSP00000347852.5",
          "transcript_support_level": 2,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3421G>A",
          "hgvs_p": "p.Gly1141Ser",
          "transcript": "ENST00000695410.1",
          "protein_id": "ENSP00000511891.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 3421,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3379G>A",
          "hgvs_p": "p.Gly1127Ser",
          "transcript": "NM_001394255.1",
          "protein_id": "NP_001381184.1",
          "transcript_support_level": null,
          "aa_start": 1127,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3379,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3379G>A",
          "hgvs_p": "p.Gly1127Ser",
          "transcript": "NM_001394256.1",
          "protein_id": "NP_001381185.1",
          "transcript_support_level": null,
          "aa_start": 1127,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3379,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3379G>A",
          "hgvs_p": "p.Gly1127Ser",
          "transcript": "NM_001394257.1",
          "protein_id": "NP_001381186.1",
          "transcript_support_level": null,
          "aa_start": 1127,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3379,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3364G>A",
          "hgvs_p": "p.Gly1122Ser",
          "transcript": "NM_001394258.1",
          "protein_id": "NP_001381187.1",
          "transcript_support_level": null,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 3364,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3334G>A",
          "hgvs_p": "p.Gly1112Ser",
          "transcript": "NM_001394259.1",
          "protein_id": "NP_001381188.1",
          "transcript_support_level": null,
          "aa_start": 1112,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 3334,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3334G>A",
          "hgvs_p": "p.Gly1112Ser",
          "transcript": "NM_001394260.1",
          "protein_id": "NP_001381189.1",
          "transcript_support_level": null,
          "aa_start": 1112,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 3334,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3328G>A",
          "hgvs_p": "p.Gly1110Ser",
          "transcript": "NM_001394261.1",
          "protein_id": "NP_001381190.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 3328,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3310G>A",
          "hgvs_p": "p.Gly1104Ser",
          "transcript": "NM_001394262.1",
          "protein_id": "NP_001381191.1",
          "transcript_support_level": null,
          "aa_start": 1104,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3310,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3310G>A",
          "hgvs_p": "p.Gly1104Ser",
          "transcript": "NM_001394263.1",
          "protein_id": "NP_001381192.1",
          "transcript_support_level": null,
          "aa_start": 1104,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3310,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3235G>A",
          "hgvs_p": "p.Gly1079Ser",
          "transcript": "NM_001394264.1",
          "protein_id": "NP_001381193.1",
          "transcript_support_level": null,
          "aa_start": 1079,
          "aa_end": null,
          "aa_length": 1138,
          "cds_start": 3235,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3214G>A",
          "hgvs_p": "p.Gly1072Ser",
          "transcript": "NM_001394265.1",
          "protein_id": "NP_001381194.1",
          "transcript_support_level": null,
          "aa_start": 1072,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 3214,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3163G>A",
          "hgvs_p": "p.Gly1055Ser",
          "transcript": "ENST00000865691.1",
          "protein_id": "ENSP00000535750.1",
          "transcript_support_level": null,
          "aa_start": 1055,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 3163,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3163G>A",
          "hgvs_p": "p.Gly1055Ser",
          "transcript": "ENST00000865725.1",
          "protein_id": "ENSP00000535784.1",
          "transcript_support_level": null,
          "aa_start": 1055,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 3163,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394266.1",
          "protein_id": "NP_001381195.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394267.1",
          "protein_id": "NP_001381196.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394268.1",
          "protein_id": "NP_001381197.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394270.1",
          "protein_id": "NP_001381199.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394271.1",
          "protein_id": "NP_001381200.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_001394272.1",
          "protein_id": "NP_001381201.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3121G>A",
          "hgvs_p": "p.Gly1041Ser",
          "transcript": "NM_021069.6",
          "protein_id": "NP_066547.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 3121,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3094G>A",
          "hgvs_p": "p.Gly1032Ser",
          "transcript": "NM_001394273.1",
          "protein_id": "NP_001381202.1",
          "transcript_support_level": null,
          "aa_start": 1032,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 3094,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3094G>A",
          "hgvs_p": "p.Gly1032Ser",
          "transcript": "ENST00000865702.1",
          "protein_id": "ENSP00000535761.1",
          "transcript_support_level": null,
          "aa_start": 1032,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 3094,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3079G>A",
          "hgvs_p": "p.Gly1027Ser",
          "transcript": "ENST00000865714.1",
          "protein_id": "ENSP00000535773.1",
          "transcript_support_level": null,
          "aa_start": 1027,
          "aa_end": null,
          "aa_length": 1086,
          "cds_start": 3079,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3076G>A",
          "hgvs_p": "p.Gly1026Ser",
          "transcript": "NM_001394274.1",
          "protein_id": "NP_001381203.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 3076,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3076G>A",
          "hgvs_p": "p.Gly1026Ser",
          "transcript": "NM_001394275.1",
          "protein_id": "NP_001381204.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 3076,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3010G>A",
          "hgvs_p": "p.Gly1004Ser",
          "transcript": "NM_001394276.1",
          "protein_id": "NP_001381205.1",
          "transcript_support_level": null,
          "aa_start": 1004,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 3010,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.3010G>A",
          "hgvs_p": "p.Gly1004Ser",
          "transcript": "ENST00000865694.1",
          "protein_id": "ENSP00000535753.1",
          "transcript_support_level": null,
          "aa_start": 1004,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 3010,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2932G>A",
          "hgvs_p": "p.Gly978Ser",
          "transcript": "ENST00000865704.1",
          "protein_id": "ENSP00000535763.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 2932,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2878G>A",
          "hgvs_p": "p.Gly960Ser",
          "transcript": "NM_001394277.1",
          "protein_id": "NP_001381206.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 2878,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2833G>A",
          "hgvs_p": "p.Gly945Ser",
          "transcript": "NM_001145674.3",
          "protein_id": "NP_001139146.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2833,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2833G>A",
          "hgvs_p": "p.Gly945Ser",
          "transcript": "ENST00000487836.6",
          "protein_id": "ENSP00000511887.1",
          "transcript_support_level": 2,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2833,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2725G>A",
          "hgvs_p": "p.Gly909Ser",
          "transcript": "ENST00000865754.1",
          "protein_id": "ENSP00000535813.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 2725,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2689G>A",
          "hgvs_p": "p.Gly897Ser",
          "transcript": "ENST00000865689.1",
          "protein_id": "ENSP00000535748.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2689,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2689G>A",
          "hgvs_p": "p.Gly897Ser",
          "transcript": "ENST00000865718.1",
          "protein_id": "ENSP00000535777.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2689,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2656G>A",
          "hgvs_p": "p.Gly886Ser",
          "transcript": "ENST00000865678.1",
          "protein_id": "ENSP00000535737.1",
          "transcript_support_level": null,
          "aa_start": 886,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 2656,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2653G>A",
          "hgvs_p": "p.Gly885Ser",
          "transcript": "ENST00000865688.1",
          "protein_id": "ENSP00000535747.1",
          "transcript_support_level": null,
          "aa_start": 885,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 2653,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2641G>A",
          "hgvs_p": "p.Gly881Ser",
          "transcript": "ENST00000865705.1",
          "protein_id": "ENSP00000535764.1",
          "transcript_support_level": null,
          "aa_start": 881,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 2641,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2641G>A",
          "hgvs_p": "p.Gly881Ser",
          "transcript": "ENST00000865751.1",
          "protein_id": "ENSP00000535810.1",
          "transcript_support_level": null,
          "aa_start": 881,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 2641,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865680.1",
          "protein_id": "ENSP00000535739.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865700.1",
          "protein_id": "ENSP00000535759.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865707.1",
          "protein_id": "ENSP00000535766.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865716.1",
          "protein_id": "ENSP00000535775.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865750.1",
          "protein_id": "ENSP00000535809.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Gly874Ser",
          "transcript": "ENST00000865757.1",
          "protein_id": "ENSP00000535816.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2620,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2572G>A",
          "hgvs_p": "p.Gly858Ser",
          "transcript": "ENST00000865693.1",
          "protein_id": "ENSP00000535752.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2572,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2572G>A",
          "hgvs_p": "p.Gly858Ser",
          "transcript": "ENST00000865699.1",
          "protein_id": "ENSP00000535758.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2572,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2572G>A",
          "hgvs_p": "p.Gly858Ser",
          "transcript": "ENST00000865713.1",
          "protein_id": "ENSP00000535772.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2572,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2569G>A",
          "hgvs_p": "p.Gly857Ser",
          "transcript": "ENST00000945971.1",
          "protein_id": "ENSP00000616030.1",
          "transcript_support_level": null,
          "aa_start": 857,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2569,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2548G>A",
          "hgvs_p": "p.Gly850Ser",
          "transcript": "ENST00000865684.1",
          "protein_id": "ENSP00000535743.1",
          "transcript_support_level": null,
          "aa_start": 850,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 2548,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2530G>A",
          "hgvs_p": "p.Gly844Ser",
          "transcript": "ENST00000865668.1",
          "protein_id": "ENSP00000535727.1",
          "transcript_support_level": null,
          "aa_start": 844,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2530,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2530G>A",
          "hgvs_p": "p.Gly844Ser",
          "transcript": "ENST00000865685.1",
          "protein_id": "ENSP00000535744.1",
          "transcript_support_level": null,
          "aa_start": 844,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2530,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2530G>A",
          "hgvs_p": "p.Gly844Ser",
          "transcript": "ENST00000865738.1",
          "protein_id": "ENSP00000535797.1",
          "transcript_support_level": null,
          "aa_start": 844,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2530,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2515G>A",
          "hgvs_p": "p.Gly839Ser",
          "transcript": "ENST00000698843.1",
          "protein_id": "ENSP00000513979.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": 2515,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2503G>A",
          "hgvs_p": "p.Gly835Ser",
          "transcript": "ENST00000865708.1",
          "protein_id": "ENSP00000535767.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 2503,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2497G>A",
          "hgvs_p": "p.Gly833Ser",
          "transcript": "ENST00000865662.1",
          "protein_id": "ENSP00000535721.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": 2497,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2461G>A",
          "hgvs_p": "p.Gly821Ser",
          "transcript": "ENST00000865703.1",
          "protein_id": "ENSP00000535762.1",
          "transcript_support_level": null,
          "aa_start": 821,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2461,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2446G>A",
          "hgvs_p": "p.Gly816Ser",
          "transcript": "ENST00000865701.1",
          "protein_id": "ENSP00000535760.1",
          "transcript_support_level": null,
          "aa_start": 816,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 2446,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2413G>A",
          "hgvs_p": "p.Gly805Ser",
          "transcript": "ENST00000865687.1",
          "protein_id": "ENSP00000535746.1",
          "transcript_support_level": null,
          "aa_start": 805,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 2413,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2377G>A",
          "hgvs_p": "p.Gly793Ser",
          "transcript": "ENST00000865686.1",
          "protein_id": "ENSP00000535745.1",
          "transcript_support_level": null,
          "aa_start": 793,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 2377,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2377G>A",
          "hgvs_p": "p.Gly793Ser",
          "transcript": "ENST00000865690.1",
          "protein_id": "ENSP00000535749.1",
          "transcript_support_level": null,
          "aa_start": 793,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 2377,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2305G>A",
          "hgvs_p": "p.Gly769Ser",
          "transcript": "ENST00000865715.1",
          "protein_id": "ENSP00000535774.1",
          "transcript_support_level": null,
          "aa_start": 769,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 2305,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2293G>A",
          "hgvs_p": "p.Gly765Ser",
          "transcript": "NM_001145673.3",
          "protein_id": "NP_001139145.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 2293,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2140G>A",
          "hgvs_p": "p.Gly714Ser",
          "transcript": "ENST00000865669.1",
          "protein_id": "ENSP00000535728.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2140,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2140G>A",
          "hgvs_p": "p.Gly714Ser",
          "transcript": "ENST00000865732.1",
          "protein_id": "ENSP00000535791.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2140,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2140G>A",
          "hgvs_p": "p.Gly714Ser",
          "transcript": "ENST00000865746.1",
          "protein_id": "ENSP00000535805.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2140,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2077G>A",
          "hgvs_p": "p.Gly693Ser",
          "transcript": "ENST00000706921.1",
          "protein_id": "ENSP00000516628.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 2077,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2071G>A",
          "hgvs_p": "p.Gly691Ser",
          "transcript": "ENST00000865697.1",
          "protein_id": "ENSP00000535756.1",
          "transcript_support_level": null,
          "aa_start": 691,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 2071,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2071G>A",
          "hgvs_p": "p.Gly691Ser",
          "transcript": "ENST00000865766.1",
          "protein_id": "ENSP00000535825.1",
          "transcript_support_level": null,
          "aa_start": 691,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 2071,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2047G>A",
          "hgvs_p": "p.Gly683Ser",
          "transcript": "ENST00000865706.1",
          "protein_id": "ENSP00000535765.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 2047,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2014G>A",
          "hgvs_p": "p.Gly672Ser",
          "transcript": "NM_001145671.3",
          "protein_id": "NP_001139143.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 2014,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2014G>A",
          "hgvs_p": "p.Gly672Ser",
          "transcript": "ENST00000865711.1",
          "protein_id": "ENSP00000535770.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 2014,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2011G>A",
          "hgvs_p": "p.Gly671Ser",
          "transcript": "ENST00000865721.1",
          "protein_id": "ENSP00000535780.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2011,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.2011G>A",
          "hgvs_p": "p.Gly671Ser",
          "transcript": "ENST00000865764.1",
          "protein_id": "ENSP00000535823.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2011,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1999G>A",
          "hgvs_p": "p.Gly667Ser",
          "transcript": "ENST00000865773.1",
          "protein_id": "ENSP00000535832.1",
          "transcript_support_level": null,
          "aa_start": 667,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 1999,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865660.1",
          "protein_id": "ENSP00000535719.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865667.1",
          "protein_id": "ENSP00000535726.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865675.1",
          "protein_id": "ENSP00000535734.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865724.1",
          "protein_id": "ENSP00000535783.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865727.1",
          "protein_id": "ENSP00000535786.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865752.1",
          "protein_id": "ENSP00000535811.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865755.1",
          "protein_id": "ENSP00000535814.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865763.1",
          "protein_id": "ENSP00000535822.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865774.1",
          "protein_id": "ENSP00000535833.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865779.1",
          "protein_id": "ENSP00000535838.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Gly663Ser",
          "transcript": "ENST00000865780.1",
          "protein_id": "ENSP00000535839.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1987,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1978G>A",
          "hgvs_p": "p.Gly660Ser",
          "transcript": "ENST00000865696.1",
          "protein_id": "ENSP00000535755.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 1978,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1978G>A",
          "hgvs_p": "p.Gly660Ser",
          "transcript": "ENST00000865710.1",
          "protein_id": "ENSP00000535769.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 1978,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865665.1",
          "protein_id": "ENSP00000535724.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865666.1",
          "protein_id": "ENSP00000535725.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865676.1",
          "protein_id": "ENSP00000535735.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865712.1",
          "protein_id": "ENSP00000535771.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865731.1",
          "protein_id": "ENSP00000535790.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865740.1",
          "protein_id": "ENSP00000535799.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865742.1",
          "protein_id": "ENSP00000535801.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865747.1",
          "protein_id": "ENSP00000535806.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865765.1",
          "protein_id": "ENSP00000535824.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865768.1",
          "protein_id": "ENSP00000535827.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865776.1",
          "protein_id": "ENSP00000535835.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000865777.1",
          "protein_id": "ENSP00000535836.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1963,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1942G>A",
          "hgvs_p": "p.Gly648Ser",
          "transcript": "ENST00000865679.1",
          "protein_id": "ENSP00000535738.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1942,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1942G>A",
          "hgvs_p": "p.Gly648Ser",
          "transcript": "ENST00000865726.1",
          "protein_id": "ENSP00000535785.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1942,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1930G>A",
          "hgvs_p": "p.Gly644Ser",
          "transcript": "ENST00000865682.1",
          "protein_id": "ENSP00000535741.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1930,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1930G>A",
          "hgvs_p": "p.Gly644Ser",
          "transcript": "ENST00000865722.1",
          "protein_id": "ENSP00000535781.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1930,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1927G>A",
          "hgvs_p": "p.Gly643Ser",
          "transcript": "ENST00000945967.1",
          "protein_id": "ENSP00000616026.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1927,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1921G>A",
          "hgvs_p": "p.Gly641Ser",
          "transcript": "ENST00000865736.1",
          "protein_id": "ENSP00000535795.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1921,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1918G>A",
          "hgvs_p": "p.Gly640Ser",
          "transcript": "ENST00000865730.1",
          "protein_id": "ENSP00000535789.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1918,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1918G>A",
          "hgvs_p": "p.Gly640Ser",
          "transcript": "ENST00000865744.1",
          "protein_id": "ENSP00000535803.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1918,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1912G>A",
          "hgvs_p": "p.Gly638Ser",
          "transcript": "ENST00000865673.1",
          "protein_id": "ENSP00000535732.1",
          "transcript_support_level": null,
          "aa_start": 638,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 1912,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Gly636Ser",
          "transcript": "ENST00000865720.1",
          "protein_id": "ENSP00000535779.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1906,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Gly636Ser",
          "transcript": "ENST00000865756.1",
          "protein_id": "ENSP00000535815.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1906,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Gly636Ser",
          "transcript": "ENST00000865758.1",
          "protein_id": "ENSP00000535817.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1906,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865664.1",
          "protein_id": "ENSP00000535723.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865729.1",
          "protein_id": "ENSP00000535788.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865733.1",
          "protein_id": "ENSP00000535792.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865737.1",
          "protein_id": "ENSP00000535796.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865741.1",
          "protein_id": "ENSP00000535800.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865761.1",
          "protein_id": "ENSP00000535820.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865772.1",
          "protein_id": "ENSP00000535831.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1897G>A",
          "hgvs_p": "p.Gly633Ser",
          "transcript": "ENST00000865775.1",
          "protein_id": "ENSP00000535834.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1897,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865659.1",
          "protein_id": "ENSP00000535718.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865661.1",
          "protein_id": "ENSP00000535720.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865672.1",
          "protein_id": "ENSP00000535731.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865674.1",
          "protein_id": "ENSP00000535733.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865717.1",
          "protein_id": "ENSP00000535776.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865734.1",
          "protein_id": "ENSP00000535793.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865743.1",
          "protein_id": "ENSP00000535802.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865748.1",
          "protein_id": "ENSP00000535807.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1894G>A",
          "hgvs_p": "p.Gly632Ser",
          "transcript": "ENST00000865759.1",
          "protein_id": "ENSP00000535818.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1894,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1888G>A",
          "hgvs_p": "p.Gly630Ser",
          "transcript": "ENST00000865709.1",
          "protein_id": "ENSP00000535768.1",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1888,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1840G>A",
          "hgvs_p": "p.Gly614Ser",
          "transcript": "ENST00000865692.1",
          "protein_id": "ENSP00000535751.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 1840,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1837G>A",
          "hgvs_p": "p.Gly613Ser",
          "transcript": "ENST00000865695.1",
          "protein_id": "ENSP00000535754.1",
          "transcript_support_level": null,
          "aa_start": 613,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 1837,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1837G>A",
          "hgvs_p": "p.Gly613Ser",
          "transcript": "ENST00000865739.1",
          "protein_id": "ENSP00000535798.1",
          "transcript_support_level": null,
          "aa_start": 613,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 1837,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1828G>A",
          "hgvs_p": "p.Gly610Ser",
          "transcript": "ENST00000865728.1",
          "protein_id": "ENSP00000535787.1",
          "transcript_support_level": null,
          "aa_start": 610,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1828,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1828G>A",
          "hgvs_p": "p.Gly610Ser",
          "transcript": "ENST00000865735.1",
          "protein_id": "ENSP00000535794.1",
          "transcript_support_level": null,
          "aa_start": 610,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1828,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1828G>A",
          "hgvs_p": "p.Gly610Ser",
          "transcript": "ENST00000865767.1",
          "protein_id": "ENSP00000535826.1",
          "transcript_support_level": null,
          "aa_start": 610,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1828,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1819G>A",
          "hgvs_p": "p.Gly607Ser",
          "transcript": "NM_003603.7",
          "protein_id": "NP_003594.3",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1819,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1819G>A",
          "hgvs_p": "p.Gly607Ser",
          "transcript": "ENST00000945969.1",
          "protein_id": "ENSP00000616028.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1819,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1819G>A",
          "hgvs_p": "p.Gly607Ser",
          "transcript": "ENST00000945972.1",
          "protein_id": "ENSP00000616031.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1819,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "NM_001145672.2",
          "protein_id": "NP_001139144.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000451974.6",
          "protein_id": "ENSP00000401818.2",
          "transcript_support_level": 5,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000865663.1",
          "protein_id": "ENSP00000535722.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000865745.1",
          "protein_id": "ENSP00000535804.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000865753.1",
          "protein_id": "ENSP00000535812.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000865770.1",
          "protein_id": "ENSP00000535829.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Gly602Ser",
          "transcript": "ENST00000865778.1",
          "protein_id": "ENSP00000535837.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1804,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1756G>A",
          "hgvs_p": "p.Gly586Ser",
          "transcript": "ENST00000865723.1",
          "protein_id": "ENSP00000535782.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 1756,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1753G>A",
          "hgvs_p": "p.Gly585Ser",
          "transcript": "NM_001145670.2",
          "protein_id": "NP_001139142.1",
          "transcript_support_level": null,
          "aa_start": 585,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1753,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865670.1",
          "protein_id": "ENSP00000535729.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865683.1",
          "protein_id": "ENSP00000535742.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865698.1",
          "protein_id": "ENSP00000535757.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865749.1",
          "protein_id": "ENSP00000535808.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865760.1",
          "protein_id": "ENSP00000535819.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1735G>A",
          "hgvs_p": "p.Gly579Ser",
          "transcript": "ENST00000865769.1",
          "protein_id": "ENSP00000535828.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1735,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1726G>A",
          "hgvs_p": "p.Gly576Ser",
          "transcript": "ENST00000865681.1",
          "protein_id": "ENSP00000535740.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1726,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1702G>A",
          "hgvs_p": "p.Gly568Ser",
          "transcript": "ENST00000865677.1",
          "protein_id": "ENSP00000535736.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1702,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1702G>A",
          "hgvs_p": "p.Gly568Ser",
          "transcript": "ENST00000865771.1",
          "protein_id": "ENSP00000535830.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1702,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1702G>A",
          "hgvs_p": "p.Gly568Ser",
          "transcript": "ENST00000945968.1",
          "protein_id": "ENSP00000616027.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1702,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1702G>A",
          "hgvs_p": "p.Gly568Ser",
          "transcript": "ENST00000945970.1",
          "protein_id": "ENSP00000616029.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1702,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1702G>A",
          "hgvs_p": "p.Gly568Ser",
          "transcript": "ENST00000945973.1",
          "protein_id": "ENSP00000616032.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1702,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1633G>A",
          "hgvs_p": "p.Gly545Ser",
          "transcript": "ENST00000865719.1",
          "protein_id": "ENSP00000535778.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1633,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1633G>A",
          "hgvs_p": "p.Gly545Ser",
          "transcript": "ENST00000865762.1",
          "protein_id": "ENSP00000535821.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1633,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1297G>A",
          "hgvs_p": "p.Gly433Ser",
          "transcript": "NM_001145675.3",
          "protein_id": "NP_001139147.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 1297,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1297G>A",
          "hgvs_p": "p.Gly433Ser",
          "transcript": "ENST00000490562.6",
          "protein_id": "ENSP00000511889.1",
          "transcript_support_level": 4,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 1297,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1042G>A",
          "hgvs_p": "p.Gly348Ser",
          "transcript": "ENST00000865671.1",
          "protein_id": "ENSP00000535730.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 1042,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.1003G>A",
          "hgvs_p": "p.Gly335Ser",
          "transcript": "ENST00000650145.1",
          "protein_id": "ENSP00000497845.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1003,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000650145.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.724G>A",
          "hgvs_p": "p.Gly242Ser",
          "transcript": "ENST00000698536.1",
          "protein_id": "ENSP00000513782.1",
          "transcript_support_level": null,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 724,
          "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": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "c.706G>A",
          "hgvs_p": "p.Gly236Ser",
          "transcript": "ENST00000698537.1",
          "protein_id": "ENSP00000513783.1",
          "transcript_support_level": null,
          "aa_start": 236,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 706,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2",
          "gene_hgnc_id": 24098,
          "hgvs_c": "n.6209G>A",
          "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"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORBS2-AS1",
          "gene_hgnc_id": 41039,
          "hgvs_c": "n.1669C>T",
          "hgvs_p": null,
          "transcript": "NR_186082.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": "pseudogene",
          "feature": "NR_186082.1"
        }
      ],
      "gene_symbol": "SORBS2",
      "gene_hgnc_id": 24098,
      "dbsnp": "rs760380738",
      "frequency_reference_population": 0.000006187285,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.00000618728,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06594699621200562,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.058,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0869,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.47,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.357,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001395207.1",
          "gene_symbol": "SORBS2",
          "hgnc_id": 24098,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3721G>A",
          "hgvs_p": "p.Gly1241Ser"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000411847.1",
          "gene_symbol": "SORBS2-AS1",
          "hgnc_id": 41039,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1685C>T",
          "hgvs_p": null
        }
      ],
      "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
}