← 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: 7-869482-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 869482,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001367651.1",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "NM_001130965.3",
          "protein_id": "NP_001124437.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2163,
          "cdna_end": null,
          "cdna_length": 4010,
          "mane_select": "ENST00000401592.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130965.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000401592.6",
          "protein_id": "ENSP00000384015.1",
          "transcript_support_level": 1,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2163,
          "cdna_end": null,
          "cdna_length": 4010,
          "mane_select": "NM_001130965.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000401592.6"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1889A>G",
          "hgvs_p": "p.Asn630Ser",
          "transcript": "ENST00000429178.5",
          "protein_id": "ENSP00000409909.1",
          "transcript_support_level": 1,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": 1889,
          "cdna_end": null,
          "cdna_length": 3701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429178.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.2223A>G",
          "hgvs_p": null,
          "transcript": "ENST00000475971.5",
          "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": 4038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000475971.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2771A>G",
          "hgvs_p": "p.Asn924Ser",
          "transcript": "ENST00000963118.1",
          "protein_id": "ENSP00000633177.1",
          "transcript_support_level": null,
          "aa_start": 924,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2771,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": 2824,
          "cdna_end": null,
          "cdna_length": 4637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963118.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2738A>G",
          "hgvs_p": "p.Asn913Ser",
          "transcript": "ENST00000963093.1",
          "protein_id": "ENSP00000633151.1",
          "transcript_support_level": null,
          "aa_start": 913,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": 2738,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": 2798,
          "cdna_end": null,
          "cdna_length": 4613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963093.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2735A>G",
          "hgvs_p": "p.Asn912Ser",
          "transcript": "ENST00000963103.1",
          "protein_id": "ENSP00000633162.1",
          "transcript_support_level": null,
          "aa_start": 912,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2735,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": 2793,
          "cdna_end": null,
          "cdna_length": 4607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963103.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2690A>G",
          "hgvs_p": "p.Asn897Ser",
          "transcript": "ENST00000963140.1",
          "protein_id": "ENSP00000633199.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 977,
          "cds_start": 2690,
          "cds_end": null,
          "cds_length": 2934,
          "cdna_start": 2740,
          "cdna_end": null,
          "cdna_length": 4548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963140.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2687A>G",
          "hgvs_p": "p.Asn896Ser",
          "transcript": "ENST00000963135.1",
          "protein_id": "ENSP00000633194.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 2734,
          "cdna_end": null,
          "cdna_length": 4549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963135.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2663A>G",
          "hgvs_p": "p.Asn888Ser",
          "transcript": "ENST00000963074.1",
          "protein_id": "ENSP00000633133.1",
          "transcript_support_level": null,
          "aa_start": 888,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 2663,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 2737,
          "cdna_end": null,
          "cdna_length": 4562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963074.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2660A>G",
          "hgvs_p": "p.Asn887Ser",
          "transcript": "ENST00000963082.1",
          "protein_id": "ENSP00000633141.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 2660,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 2727,
          "cdna_end": null,
          "cdna_length": 4542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963082.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2654A>G",
          "hgvs_p": "p.Asn885Ser",
          "transcript": "ENST00000963107.1",
          "protein_id": "ENSP00000633166.1",
          "transcript_support_level": null,
          "aa_start": 885,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 2654,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": 2703,
          "cdna_end": null,
          "cdna_length": 4524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963107.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2627A>G",
          "hgvs_p": "p.Asn876Ser",
          "transcript": "ENST00000963079.1",
          "protein_id": "ENSP00000633138.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2627,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2693,
          "cdna_end": null,
          "cdna_length": 4516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963079.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2624A>G",
          "hgvs_p": "p.Asn875Ser",
          "transcript": "ENST00000881164.1",
          "protein_id": "ENSP00000551223.1",
          "transcript_support_level": null,
          "aa_start": 875,
          "aa_end": null,
          "aa_length": 955,
          "cds_start": 2624,
          "cds_end": null,
          "cds_length": 2868,
          "cdna_start": 2675,
          "cdna_end": null,
          "cdna_length": 4490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881164.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2594A>G",
          "hgvs_p": "p.Asn865Ser",
          "transcript": "ENST00000881168.1",
          "protein_id": "ENSP00000551227.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": 2645,
          "cdna_end": null,
          "cdna_length": 4459,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881168.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2660A>G",
          "hgvs_p": "p.Asn887Ser",
          "transcript": "ENST00000963137.1",
          "protein_id": "ENSP00000633196.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 936,
          "cds_start": 2660,
          "cds_end": null,
          "cds_length": 2811,
          "cdna_start": 2710,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963137.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Asn854Ser",
          "transcript": "ENST00000963102.1",
          "protein_id": "ENSP00000633161.1",
          "transcript_support_level": null,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2561,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2619,
          "cdna_end": null,
          "cdna_length": 4434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963102.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2528A>G",
          "hgvs_p": "p.Asn843Ser",
          "transcript": "NM_001367651.1",
          "protein_id": "NP_001354580.1",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2528,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 2603,
          "cdna_end": null,
          "cdna_length": 4450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367651.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2528A>G",
          "hgvs_p": "p.Asn843Ser",
          "transcript": "ENST00000963124.1",
          "protein_id": "ENSP00000633183.1",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2528,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 2578,
          "cdna_end": null,
          "cdna_length": 4393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963124.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2525A>G",
          "hgvs_p": "p.Asn842Ser",
          "transcript": "ENST00000963113.1",
          "protein_id": "ENSP00000633172.1",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 922,
          "cds_start": 2525,
          "cds_end": null,
          "cds_length": 2769,
          "cdna_start": 2576,
          "cdna_end": null,
          "cdna_length": 4391,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963113.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2507A>G",
          "hgvs_p": "p.Asn836Ser",
          "transcript": "NM_001367705.1",
          "protein_id": "NP_001354634.1",
          "transcript_support_level": null,
          "aa_start": 836,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2507,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 2558,
          "cdna_end": null,
          "cdna_length": 4405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367705.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "NM_001367678.1",
          "protein_id": "NP_001354607.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2555,
          "cdna_end": null,
          "cdna_length": 4402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367678.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000881147.1",
          "protein_id": "ENSP00000551206.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2607,
          "cdna_end": null,
          "cdna_length": 4439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881147.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963078.1",
          "protein_id": "ENSP00000633137.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2577,
          "cdna_end": null,
          "cdna_length": 4393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963078.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963094.1",
          "protein_id": "ENSP00000633153.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2558,
          "cdna_end": null,
          "cdna_length": 4375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963094.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963152.1",
          "protein_id": "ENSP00000633211.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 3026,
          "cdna_end": null,
          "cdna_length": 4841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963152.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963153.1",
          "protein_id": "ENSP00000633212.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2942,
          "cdna_end": null,
          "cdna_length": 4757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963153.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963160.1",
          "protein_id": "ENSP00000633219.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 3348,
          "cdna_end": null,
          "cdna_length": 5156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963160.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963169.1",
          "protein_id": "ENSP00000633228.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2962,
          "cdna_end": null,
          "cdna_length": 4770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963169.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963101.1",
          "protein_id": "ENSP00000633160.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": 2570,
          "cdna_end": null,
          "cdna_length": 4375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963101.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2498A>G",
          "hgvs_p": "p.Asn833Ser",
          "transcript": "ENST00000963128.1",
          "protein_id": "ENSP00000633187.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 2498,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 2547,
          "cdna_end": null,
          "cdna_length": 4362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963128.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2492A>G",
          "hgvs_p": "p.Asn831Ser",
          "transcript": "ENST00000963108.1",
          "protein_id": "ENSP00000633167.1",
          "transcript_support_level": null,
          "aa_start": 831,
          "aa_end": null,
          "aa_length": 911,
          "cds_start": 2492,
          "cds_end": null,
          "cds_length": 2736,
          "cdna_start": 2542,
          "cdna_end": null,
          "cdna_length": 4361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963108.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2483A>G",
          "hgvs_p": "p.Asn828Ser",
          "transcript": "ENST00000963132.1",
          "protein_id": "ENSP00000633191.1",
          "transcript_support_level": null,
          "aa_start": 828,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": 2483,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": 2530,
          "cdna_end": null,
          "cdna_length": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963132.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2474A>G",
          "hgvs_p": "p.Asn825Ser",
          "transcript": "ENST00000881151.1",
          "protein_id": "ENSP00000551210.1",
          "transcript_support_level": null,
          "aa_start": 825,
          "aa_end": null,
          "aa_length": 905,
          "cds_start": 2474,
          "cds_end": null,
          "cds_length": 2718,
          "cdna_start": 2558,
          "cdna_end": null,
          "cdna_length": 4379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881151.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2471A>G",
          "hgvs_p": "p.Asn824Ser",
          "transcript": "ENST00000881170.1",
          "protein_id": "ENSP00000551229.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": 2471,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": 2522,
          "cdna_end": null,
          "cdna_length": 4336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881170.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2471A>G",
          "hgvs_p": "p.Asn824Ser",
          "transcript": "ENST00000881181.1",
          "protein_id": "ENSP00000551240.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": 2471,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": 2916,
          "cdna_end": null,
          "cdna_length": 4728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881181.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2471A>G",
          "hgvs_p": "p.Asn824Ser",
          "transcript": "ENST00000963161.1",
          "protein_id": "ENSP00000633220.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": 2471,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": 2687,
          "cdna_end": null,
          "cdna_length": 4495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963161.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2465A>G",
          "hgvs_p": "p.Asn822Ser",
          "transcript": "ENST00000963104.1",
          "protein_id": "ENSP00000633163.1",
          "transcript_support_level": null,
          "aa_start": 822,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 2465,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 2518,
          "cdna_end": null,
          "cdna_length": 4337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963104.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2462A>G",
          "hgvs_p": "p.Asn821Ser",
          "transcript": "ENST00000963120.1",
          "protein_id": "ENSP00000633179.1",
          "transcript_support_level": null,
          "aa_start": 821,
          "aa_end": null,
          "aa_length": 901,
          "cds_start": 2462,
          "cds_end": null,
          "cds_length": 2706,
          "cdna_start": 2512,
          "cdna_end": null,
          "cdna_length": 4327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963120.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2429A>G",
          "hgvs_p": "p.Asn810Ser",
          "transcript": "ENST00000963086.1",
          "protein_id": "ENSP00000633145.1",
          "transcript_support_level": null,
          "aa_start": 810,
          "aa_end": null,
          "aa_length": 890,
          "cds_start": 2429,
          "cds_end": null,
          "cds_length": 2673,
          "cdna_start": 2494,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963086.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2426A>G",
          "hgvs_p": "p.Asn809Ser",
          "transcript": "ENST00000963133.1",
          "protein_id": "ENSP00000633192.1",
          "transcript_support_level": null,
          "aa_start": 809,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 2426,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": 2473,
          "cdna_end": null,
          "cdna_length": 4288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963133.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "NM_001367692.1",
          "protein_id": "NP_001354621.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 2474,
          "cdna_end": null,
          "cdna_length": 4321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367692.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000881149.1",
          "protein_id": "ENSP00000551208.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 2485,
          "cdna_end": null,
          "cdna_length": 4331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881149.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000881153.1",
          "protein_id": "ENSP00000551212.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 2497,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881153.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000916986.1",
          "protein_id": "ENSP00000587045.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 2589,
          "cdna_end": null,
          "cdna_length": 4404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916986.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000916987.1",
          "protein_id": "ENSP00000587046.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 6664,
          "cdna_end": null,
          "cdna_length": 8479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916987.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000963151.1",
          "protein_id": "ENSP00000633210.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 2863,
          "cdna_end": null,
          "cdna_length": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963151.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Asn807Ser",
          "transcript": "NM_001367677.1",
          "protein_id": "NP_001354606.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2420,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2471,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367677.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Asn807Ser",
          "transcript": "ENST00000881159.1",
          "protein_id": "ENSP00000551218.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2420,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2479,
          "cdna_end": null,
          "cdna_length": 4296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881159.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Asn807Ser",
          "transcript": "ENST00000963146.1",
          "protein_id": "ENSP00000633205.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2420,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2644,
          "cdna_end": null,
          "cdna_length": 4465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963146.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Asn807Ser",
          "transcript": "ENST00000963156.1",
          "protein_id": "ENSP00000633215.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2420,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2856,
          "cdna_end": null,
          "cdna_length": 4669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963156.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Asn807Ser",
          "transcript": "ENST00000963166.1",
          "protein_id": "ENSP00000633225.1",
          "transcript_support_level": null,
          "aa_start": 807,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2420,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 3340,
          "cdna_end": null,
          "cdna_length": 5148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963166.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2507A>G",
          "hgvs_p": "p.Asn836Ser",
          "transcript": "NM_001367703.1",
          "protein_id": "NP_001354632.1",
          "transcript_support_level": null,
          "aa_start": 836,
          "aa_end": null,
          "aa_length": 885,
          "cds_start": 2507,
          "cds_end": null,
          "cds_length": 2658,
          "cdna_start": 2558,
          "cdna_end": null,
          "cdna_length": 4312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367703.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2507A>G",
          "hgvs_p": "p.Asn836Ser",
          "transcript": "ENST00000963100.1",
          "protein_id": "ENSP00000633159.1",
          "transcript_support_level": null,
          "aa_start": 836,
          "aa_end": null,
          "aa_length": 885,
          "cds_start": 2507,
          "cds_end": null,
          "cds_length": 2658,
          "cdna_start": 2560,
          "cdna_end": null,
          "cdna_length": 4288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963100.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "NM_001367699.1",
          "protein_id": "NP_001354628.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 2555,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367699.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2504A>G",
          "hgvs_p": "p.Asn835Ser",
          "transcript": "ENST00000963141.1",
          "protein_id": "ENSP00000633200.1",
          "transcript_support_level": null,
          "aa_start": 835,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 2504,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 2554,
          "cdna_end": null,
          "cdna_length": 4269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963141.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2408A>G",
          "hgvs_p": "p.Asn803Ser",
          "transcript": "ENST00000881154.1",
          "protein_id": "ENSP00000551213.1",
          "transcript_support_level": null,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 2408,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 4294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881154.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2408A>G",
          "hgvs_p": "p.Asn803Ser",
          "transcript": "ENST00000963155.1",
          "protein_id": "ENSP00000633214.1",
          "transcript_support_level": null,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 2408,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 2629,
          "cdna_end": null,
          "cdna_length": 4437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963155.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2405A>G",
          "hgvs_p": "p.Asn802Ser",
          "transcript": "NM_001367690.1",
          "protein_id": "NP_001354619.1",
          "transcript_support_level": null,
          "aa_start": 802,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 2405,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": 2456,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367690.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2396A>G",
          "hgvs_p": "p.Asn799Ser",
          "transcript": "NM_001367641.1",
          "protein_id": "NP_001354570.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 2396,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": 2447,
          "cdna_end": null,
          "cdna_length": 4294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367641.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "NM_001367698.1",
          "protein_id": "NP_001354627.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2444,
          "cdna_end": null,
          "cdna_length": 4291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367698.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000881150.1",
          "protein_id": "ENSP00000551209.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2477,
          "cdna_end": null,
          "cdna_length": 4299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881150.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000881173.1",
          "protein_id": "ENSP00000551232.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2604,
          "cdna_end": null,
          "cdna_length": 4416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881173.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963145.1",
          "protein_id": "ENSP00000633204.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2833,
          "cdna_end": null,
          "cdna_length": 4658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963145.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963158.1",
          "protein_id": "ENSP00000633217.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2811,
          "cdna_end": null,
          "cdna_length": 4623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963158.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963163.1",
          "protein_id": "ENSP00000633222.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 3226,
          "cdna_end": null,
          "cdna_length": 5042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963163.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963164.1",
          "protein_id": "ENSP00000633223.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 3055,
          "cdna_end": null,
          "cdna_length": 4876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963164.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963165.1",
          "protein_id": "ENSP00000633224.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2598,
          "cdna_end": null,
          "cdna_length": 4413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963165.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963168.1",
          "protein_id": "ENSP00000633227.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 3302,
          "cdna_end": null,
          "cdna_length": 5117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963168.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963175.1",
          "protein_id": "ENSP00000633234.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2963,
          "cdna_end": null,
          "cdna_length": 4771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963175.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963179.1",
          "protein_id": "ENSP00000633238.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2533,
          "cdna_end": null,
          "cdna_length": 4348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963179.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2390A>G",
          "hgvs_p": "p.Asn797Ser",
          "transcript": "ENST00000916964.1",
          "protein_id": "ENSP00000587023.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 2460,
          "cdna_end": null,
          "cdna_length": 4282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916964.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2471A>G",
          "hgvs_p": "p.Asn824Ser",
          "transcript": "ENST00000881172.1",
          "protein_id": "ENSP00000551231.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 2471,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 2522,
          "cdna_end": null,
          "cdna_length": 4241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881172.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2378A>G",
          "hgvs_p": "p.Asn793Ser",
          "transcript": "ENST00000963126.1",
          "protein_id": "ENSP00000633185.1",
          "transcript_support_level": null,
          "aa_start": 793,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 2378,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 2427,
          "cdna_end": null,
          "cdna_length": 4242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963126.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2375A>G",
          "hgvs_p": "p.Asn792Ser",
          "transcript": "ENST00000963142.1",
          "protein_id": "ENSP00000633201.1",
          "transcript_support_level": null,
          "aa_start": 792,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 2375,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 2424,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963142.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2372A>G",
          "hgvs_p": "p.Asn791Ser",
          "transcript": "ENST00000963172.1",
          "protein_id": "ENSP00000633231.1",
          "transcript_support_level": null,
          "aa_start": 791,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 2372,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": 2781,
          "cdna_end": null,
          "cdna_length": 4592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963172.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2363A>G",
          "hgvs_p": "p.Asn788Ser",
          "transcript": "ENST00000881160.1",
          "protein_id": "ENSP00000551219.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 2363,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 2423,
          "cdna_end": null,
          "cdna_length": 4237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881160.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2363A>G",
          "hgvs_p": "p.Asn788Ser",
          "transcript": "ENST00000963162.1",
          "protein_id": "ENSP00000633221.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 2363,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 2791,
          "cdna_end": null,
          "cdna_length": 4606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963162.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2360A>G",
          "hgvs_p": "p.Asn787Ser",
          "transcript": "ENST00000963089.1",
          "protein_id": "ENSP00000633148.1",
          "transcript_support_level": null,
          "aa_start": 787,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 2360,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": 2420,
          "cdna_end": null,
          "cdna_length": 4236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963089.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2357A>G",
          "hgvs_p": "p.Asn786Ser",
          "transcript": "NM_001367666.1",
          "protein_id": "NP_001354595.1",
          "transcript_support_level": null,
          "aa_start": 786,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 2357,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 4308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367666.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2354A>G",
          "hgvs_p": "p.Asn785Ser",
          "transcript": "NM_001367691.1",
          "protein_id": "NP_001354620.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 2354,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": 2458,
          "cdna_end": null,
          "cdna_length": 4305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367691.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2345A>G",
          "hgvs_p": "p.Asn782Ser",
          "transcript": "ENST00000963099.1",
          "protein_id": "ENSP00000633158.1",
          "transcript_support_level": null,
          "aa_start": 782,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 2345,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": 2405,
          "cdna_end": null,
          "cdna_length": 4219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963099.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2342A>G",
          "hgvs_p": "p.Asn781Ser",
          "transcript": "ENST00000963134.1",
          "protein_id": "ENSP00000633193.1",
          "transcript_support_level": null,
          "aa_start": 781,
          "aa_end": null,
          "aa_length": 861,
          "cds_start": 2342,
          "cds_end": null,
          "cds_length": 2586,
          "cdna_start": 2395,
          "cdna_end": null,
          "cdna_length": 4204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963134.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Asn808Ser",
          "transcript": "ENST00000963144.1",
          "protein_id": "ENSP00000633203.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 2467,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963144.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2324A>G",
          "hgvs_p": "p.Asn775Ser",
          "transcript": "NM_001367655.1",
          "protein_id": "NP_001354584.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 2324,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": 2428,
          "cdna_end": null,
          "cdna_length": 4275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367655.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2324A>G",
          "hgvs_p": "p.Asn775Ser",
          "transcript": "NM_001367700.1",
          "protein_id": "NP_001354629.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 2324,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": 2375,
          "cdna_end": null,
          "cdna_length": 4222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367700.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2321A>G",
          "hgvs_p": "p.Asn774Ser",
          "transcript": "ENST00000963087.1",
          "protein_id": "ENSP00000633146.1",
          "transcript_support_level": null,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 2321,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 2386,
          "cdna_end": null,
          "cdna_length": 4200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963087.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2321A>G",
          "hgvs_p": "p.Asn774Ser",
          "transcript": "ENST00000963119.1",
          "protein_id": "ENSP00000633178.1",
          "transcript_support_level": null,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 2321,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 2371,
          "cdna_end": null,
          "cdna_length": 4187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963119.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2318A>G",
          "hgvs_p": "p.Asn773Ser",
          "transcript": "ENST00000963075.1",
          "protein_id": "ENSP00000633134.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 2318,
          "cds_end": null,
          "cds_length": 2562,
          "cdna_start": 2378,
          "cdna_end": null,
          "cdna_length": 4212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963075.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2312A>G",
          "hgvs_p": "p.Asn771Ser",
          "transcript": "NM_001367674.1",
          "protein_id": "NP_001354603.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2312,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 2363,
          "cdna_end": null,
          "cdna_length": 4210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367674.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2312A>G",
          "hgvs_p": "p.Asn771Ser",
          "transcript": "ENST00000881180.1",
          "protein_id": "ENSP00000551239.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2312,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 2352,
          "cdna_end": null,
          "cdna_length": 4159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881180.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2312A>G",
          "hgvs_p": "p.Asn771Ser",
          "transcript": "ENST00000916981.1",
          "protein_id": "ENSP00000587040.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2312,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 2357,
          "cdna_end": null,
          "cdna_length": 4169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916981.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2309A>G",
          "hgvs_p": "p.Asn770Ser",
          "transcript": "NM_001367697.1",
          "protein_id": "NP_001354626.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 2309,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 2360,
          "cdna_end": null,
          "cdna_length": 4207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367697.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2309A>G",
          "hgvs_p": "p.Asn770Ser",
          "transcript": "ENST00000916975.1",
          "protein_id": "ENSP00000587034.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 2309,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 2361,
          "cdna_end": null,
          "cdna_length": 4176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916975.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2306A>G",
          "hgvs_p": "p.Asn769Ser",
          "transcript": "NM_001367643.1",
          "protein_id": "NP_001354572.1",
          "transcript_support_level": null,
          "aa_start": 769,
          "aa_end": null,
          "aa_length": 849,
          "cds_start": 2306,
          "cds_end": null,
          "cds_length": 2550,
          "cdna_start": 2357,
          "cdna_end": null,
          "cdna_length": 4204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367643.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2306A>G",
          "hgvs_p": "p.Asn769Ser",
          "transcript": "ENST00000963138.1",
          "protein_id": "ENSP00000633197.1",
          "transcript_support_level": null,
          "aa_start": 769,
          "aa_end": null,
          "aa_length": 849,
          "cds_start": 2306,
          "cds_end": null,
          "cds_length": 2550,
          "cdna_start": 2357,
          "cdna_end": null,
          "cdna_length": 4165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963138.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2396A>G",
          "hgvs_p": "p.Asn799Ser",
          "transcript": "NM_001367682.1",
          "protein_id": "NP_001354611.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 2396,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": 2447,
          "cdna_end": null,
          "cdna_length": 4201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367682.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2396A>G",
          "hgvs_p": "p.Asn799Ser",
          "transcript": "ENST00000881167.1",
          "protein_id": "ENSP00000551226.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 2396,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": 2447,
          "cdna_end": null,
          "cdna_length": 4168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881167.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Asn798Ser",
          "transcript": "ENST00000963125.1",
          "protein_id": "ENSP00000633184.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 2442,
          "cdna_end": null,
          "cdna_length": 4164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963125.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "NM_001367676.1",
          "protein_id": "NP_001354605.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2348,
          "cdna_end": null,
          "cdna_length": 4195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367676.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000881156.1",
          "protein_id": "ENSP00000551215.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2357,
          "cdna_end": null,
          "cdna_length": 4179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881156.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000881178.1",
          "protein_id": "ENSP00000551237.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2348,
          "cdna_end": null,
          "cdna_length": 4156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881178.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963088.1",
          "protein_id": "ENSP00000633147.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2344,
          "cdna_end": null,
          "cdna_length": 4171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963088.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963123.1",
          "protein_id": "ENSP00000633182.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2348,
          "cdna_end": null,
          "cdna_length": 4162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963123.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963167.1",
          "protein_id": "ENSP00000633226.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2501,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963167.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963173.1",
          "protein_id": "ENSP00000633232.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2707,
          "cdna_end": null,
          "cdna_length": 4516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963173.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963174.1",
          "protein_id": "ENSP00000633233.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2644,
          "cdna_end": null,
          "cdna_length": 4459,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963174.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963177.1",
          "protein_id": "ENSP00000633236.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2843,
          "cdna_end": null,
          "cdna_length": 4649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963177.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963180.1",
          "protein_id": "ENSP00000633239.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": 2390,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963180.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2294A>G",
          "hgvs_p": "p.Asn765Ser",
          "transcript": "NM_001367640.1",
          "protein_id": "NP_001354569.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": 2345,
          "cdna_end": null,
          "cdna_length": 4192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367640.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2294A>G",
          "hgvs_p": "p.Asn765Ser",
          "transcript": "ENST00000881155.1",
          "protein_id": "ENSP00000551214.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": 2354,
          "cdna_end": null,
          "cdna_length": 4179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881155.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2294A>G",
          "hgvs_p": "p.Asn765Ser",
          "transcript": "ENST00000963149.1",
          "protein_id": "ENSP00000633208.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": 3147,
          "cdna_end": null,
          "cdna_length": 4962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963149.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2294A>G",
          "hgvs_p": "p.Asn765Ser",
          "transcript": "ENST00000963154.1",
          "protein_id": "ENSP00000633213.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": 2772,
          "cdna_end": null,
          "cdna_length": 4586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963154.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2279A>G",
          "hgvs_p": "p.Asn760Ser",
          "transcript": "ENST00000963176.1",
          "protein_id": "ENSP00000633235.1",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 2279,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": 2402,
          "cdna_end": null,
          "cdna_length": 4210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963176.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2276A>G",
          "hgvs_p": "p.Asn759Ser",
          "transcript": "ENST00000916983.1",
          "protein_id": "ENSP00000587042.1",
          "transcript_support_level": null,
          "aa_start": 759,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 2276,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 2316,
          "cdna_end": null,
          "cdna_length": 4130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916983.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2273A>G",
          "hgvs_p": "p.Asn758Ser",
          "transcript": "NM_001367684.1",
          "protein_id": "NP_001354613.1",
          "transcript_support_level": null,
          "aa_start": 758,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 2273,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 2377,
          "cdna_end": null,
          "cdna_length": 4224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367684.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2267A>G",
          "hgvs_p": "p.Asn756Ser",
          "transcript": "ENST00000881179.1",
          "protein_id": "ENSP00000551238.1",
          "transcript_support_level": null,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 2267,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 2307,
          "cdna_end": null,
          "cdna_length": 4115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881179.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2264A>G",
          "hgvs_p": "p.Asn755Ser",
          "transcript": "NM_001367675.1",
          "protein_id": "NP_001354604.1",
          "transcript_support_level": null,
          "aa_start": 755,
          "aa_end": null,
          "aa_length": 835,
          "cds_start": 2264,
          "cds_end": null,
          "cds_length": 2508,
          "cdna_start": 2315,
          "cdna_end": null,
          "cdna_length": 4162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367675.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2264A>G",
          "hgvs_p": "p.Asn755Ser",
          "transcript": "ENST00000881177.1",
          "protein_id": "ENSP00000551236.1",
          "transcript_support_level": null,
          "aa_start": 755,
          "aa_end": null,
          "aa_length": 835,
          "cds_start": 2264,
          "cds_end": null,
          "cds_length": 2508,
          "cdna_start": 2311,
          "cdna_end": null,
          "cdna_length": 4126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881177.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2354A>G",
          "hgvs_p": "p.Asn785Ser",
          "transcript": "NM_001367636.1",
          "protein_id": "NP_001354565.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 2354,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 2458,
          "cdna_end": null,
          "cdna_length": 4212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367636.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2258A>G",
          "hgvs_p": "p.Asn753Ser",
          "transcript": "ENST00000963131.1",
          "protein_id": "ENSP00000633190.1",
          "transcript_support_level": null,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 2258,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": 2308,
          "cdna_end": null,
          "cdna_length": 4121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963131.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2249A>G",
          "hgvs_p": "p.Asn750Ser",
          "transcript": "ENST00000963110.1",
          "protein_id": "ENSP00000633169.1",
          "transcript_support_level": null,
          "aa_start": 750,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": 2249,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": 2302,
          "cdna_end": null,
          "cdna_length": 4117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963110.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Asn749Ser",
          "transcript": "NM_001367673.1",
          "protein_id": "NP_001354602.1",
          "transcript_support_level": null,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 2350,
          "cdna_end": null,
          "cdna_length": 4197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367673.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Asn749Ser",
          "transcript": "ENST00000963147.1",
          "protein_id": "ENSP00000633206.1",
          "transcript_support_level": null,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 2286,
          "cdna_end": null,
          "cdna_length": 4092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963147.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Asn749Ser",
          "transcript": "ENST00000963170.1",
          "protein_id": "ENSP00000633229.1",
          "transcript_support_level": null,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 2665,
          "cdna_end": null,
          "cdna_length": 4471,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963170.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2243A>G",
          "hgvs_p": "p.Asn748Ser",
          "transcript": "NM_001367646.1",
          "protein_id": "NP_001354575.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 2243,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": 2347,
          "cdna_end": null,
          "cdna_length": 4194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367646.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2243A>G",
          "hgvs_p": "p.Asn748Ser",
          "transcript": "ENST00000963130.1",
          "protein_id": "ENSP00000633189.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 2243,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": 2292,
          "cdna_end": null,
          "cdna_length": 4106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963130.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "NM_001367664.1",
          "protein_id": "NP_001354593.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2276,
          "cdna_end": null,
          "cdna_length": 4123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367664.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "ENST00000405266.5",
          "protein_id": "ENSP00000384116.1",
          "transcript_support_level": 5,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2249,
          "cdna_end": null,
          "cdna_length": 4062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405266.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "ENST00000881162.1",
          "protein_id": "ENSP00000551221.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2276,
          "cdna_end": null,
          "cdna_length": 4097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881162.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "ENST00000916963.1",
          "protein_id": "ENSP00000587022.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2295,
          "cdna_end": null,
          "cdna_length": 4123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916963.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "ENST00000963178.1",
          "protein_id": "ENSP00000633237.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2489,
          "cdna_end": null,
          "cdna_length": 4301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963178.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2222A>G",
          "hgvs_p": "p.Asn741Ser",
          "transcript": "NM_001367638.1",
          "protein_id": "NP_001354567.1",
          "transcript_support_level": null,
          "aa_start": 741,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 2222,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": 2273,
          "cdna_end": null,
          "cdna_length": 4120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367638.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2222A>G",
          "hgvs_p": "p.Asn741Ser",
          "transcript": "ENST00000881163.1",
          "protein_id": "ENSP00000551222.1",
          "transcript_support_level": null,
          "aa_start": 741,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 2222,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": 2275,
          "cdna_end": null,
          "cdna_length": 4090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881163.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2222A>G",
          "hgvs_p": "p.Asn741Ser",
          "transcript": "ENST00000963117.1",
          "protein_id": "ENSP00000633176.1",
          "transcript_support_level": null,
          "aa_start": 741,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 2222,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": 2274,
          "cdna_end": null,
          "cdna_length": 4088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963117.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2309A>G",
          "hgvs_p": "p.Asn770Ser",
          "transcript": "NM_001367693.1",
          "protein_id": "NP_001354622.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 819,
          "cds_start": 2309,
          "cds_end": null,
          "cds_length": 2460,
          "cdna_start": 2360,
          "cdna_end": null,
          "cdna_length": 4114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367693.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2213A>G",
          "hgvs_p": "p.Asn738Ser",
          "transcript": "ENST00000881165.1",
          "protein_id": "ENSP00000551224.1",
          "transcript_support_level": null,
          "aa_start": 738,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2213,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 2264,
          "cdna_end": null,
          "cdna_length": 4079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881165.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2213A>G",
          "hgvs_p": "p.Asn738Ser",
          "transcript": "ENST00000881176.1",
          "protein_id": "ENSP00000551235.1",
          "transcript_support_level": null,
          "aa_start": 738,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2213,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 2260,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881176.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2213A>G",
          "hgvs_p": "p.Asn738Ser",
          "transcript": "ENST00000963129.1",
          "protein_id": "ENSP00000633188.1",
          "transcript_support_level": null,
          "aa_start": 738,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2213,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 2262,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963129.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2210A>G",
          "hgvs_p": "p.Asn737Ser",
          "transcript": "ENST00000916974.1",
          "protein_id": "ENSP00000587033.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": 2210,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": 2262,
          "cdna_end": null,
          "cdna_length": 4077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916974.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2297A>G",
          "hgvs_p": "p.Asn766Ser",
          "transcript": "ENST00000963127.1",
          "protein_id": "ENSP00000633186.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 2297,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 2348,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963127.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2294A>G",
          "hgvs_p": "p.Asn765Ser",
          "transcript": "ENST00000963081.1",
          "protein_id": "ENSP00000633140.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 2294,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 2368,
          "cdna_end": null,
          "cdna_length": 4083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963081.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2201A>G",
          "hgvs_p": "p.Asn734Ser",
          "transcript": "ENST00000963143.1",
          "protein_id": "ENSP00000633202.1",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 2201,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 2241,
          "cdna_end": null,
          "cdna_length": 4056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963143.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2198A>G",
          "hgvs_p": "p.Asn733Ser",
          "transcript": "NM_001367683.1",
          "protein_id": "NP_001354612.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 2249,
          "cdna_end": null,
          "cdna_length": 4096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367683.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2198A>G",
          "hgvs_p": "p.Asn733Ser",
          "transcript": "ENST00000881161.1",
          "protein_id": "ENSP00000551220.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 2258,
          "cdna_end": null,
          "cdna_length": 4070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881161.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2198A>G",
          "hgvs_p": "p.Asn733Ser",
          "transcript": "ENST00000963083.1",
          "protein_id": "ENSP00000633142.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 2260,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963083.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2198A>G",
          "hgvs_p": "p.Asn733Ser",
          "transcript": "ENST00000963148.1",
          "protein_id": "ENSP00000633207.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 2425,
          "cdna_end": null,
          "cdna_length": 4239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963148.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2195A>G",
          "hgvs_p": "p.Asn732Ser",
          "transcript": "NM_001367688.1",
          "protein_id": "NP_001354617.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 2195,
          "cds_end": null,
          "cds_length": 2439,
          "cdna_start": 2246,
          "cdna_end": null,
          "cdna_length": 4093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367688.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2195A>G",
          "hgvs_p": "p.Asn732Ser",
          "transcript": "ENST00000963073.1",
          "protein_id": "ENSP00000633132.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 2195,
          "cds_end": null,
          "cds_length": 2439,
          "cdna_start": 2287,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963073.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2192A>G",
          "hgvs_p": "p.Asn731Ser",
          "transcript": "NM_001367696.1",
          "protein_id": "NP_001354625.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 2192,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": 2243,
          "cdna_end": null,
          "cdna_length": 4090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367696.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2192A>G",
          "hgvs_p": "p.Asn731Ser",
          "transcript": "ENST00000916972.1",
          "protein_id": "ENSP00000587031.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 2192,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": 2245,
          "cdna_end": null,
          "cdna_length": 4060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916972.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2189A>G",
          "hgvs_p": "p.Asn730Ser",
          "transcript": "ENST00000881174.1",
          "protein_id": "ENSP00000551233.1",
          "transcript_support_level": null,
          "aa_start": 730,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 2189,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": 2239,
          "cdna_end": null,
          "cdna_length": 4051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881174.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2186A>G",
          "hgvs_p": "p.Asn729Ser",
          "transcript": "ENST00000963098.1",
          "protein_id": "ENSP00000633157.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": 2246,
          "cdna_end": null,
          "cdna_length": 4061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963098.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2174A>G",
          "hgvs_p": "p.Asn725Ser",
          "transcript": "ENST00000963112.1",
          "protein_id": "ENSP00000633171.1",
          "transcript_support_level": null,
          "aa_start": 725,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2174,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": 2233,
          "cdna_end": null,
          "cdna_length": 4041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963112.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2165A>G",
          "hgvs_p": "p.Asn722Ser",
          "transcript": "ENST00000963105.1",
          "protein_id": "ENSP00000633164.1",
          "transcript_support_level": null,
          "aa_start": 722,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 2165,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": 2221,
          "cdna_end": null,
          "cdna_length": 4037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963105.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2162A>G",
          "hgvs_p": "p.Asn721Ser",
          "transcript": "NM_001367645.1",
          "protein_id": "NP_001354574.1",
          "transcript_support_level": null,
          "aa_start": 721,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 2162,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 2266,
          "cdna_end": null,
          "cdna_length": 4113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367645.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2162A>G",
          "hgvs_p": "p.Asn721Ser",
          "transcript": "NM_001367681.1",
          "protein_id": "NP_001354610.1",
          "transcript_support_level": null,
          "aa_start": 721,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 2162,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 2266,
          "cdna_end": null,
          "cdna_length": 4113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367681.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2159A>G",
          "hgvs_p": "p.Asn720Ser",
          "transcript": "NM_001367649.1",
          "protein_id": "NP_001354578.1",
          "transcript_support_level": null,
          "aa_start": 720,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 2159,
          "cds_end": null,
          "cds_length": 2403,
          "cdna_start": 2263,
          "cdna_end": null,
          "cdna_length": 4110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367649.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2156A>G",
          "hgvs_p": "p.Asn719Ser",
          "transcript": "NM_001367668.1",
          "protein_id": "NP_001354597.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 2260,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367668.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2156A>G",
          "hgvs_p": "p.Asn719Ser",
          "transcript": "ENST00000963116.1",
          "protein_id": "ENSP00000633175.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 2206,
          "cdna_end": null,
          "cdna_length": 4022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963116.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Asn749Ser",
          "transcript": "NM_001367706.1",
          "protein_id": "NP_001354635.1",
          "transcript_support_level": null,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": 2350,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367706.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2141A>G",
          "hgvs_p": "p.Asn714Ser",
          "transcript": "NM_001367669.1",
          "protein_id": "NP_001354598.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2141,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": 2192,
          "cdna_end": null,
          "cdna_length": 4039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367669.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "NM_001367685.1",
          "protein_id": "NP_001354614.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2276,
          "cdna_end": null,
          "cdna_length": 4030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367685.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2225A>G",
          "hgvs_p": "p.Asn742Ser",
          "transcript": "ENST00000881175.1",
          "protein_id": "ENSP00000551234.1",
          "transcript_support_level": null,
          "aa_start": 742,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2225,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2275,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881175.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2126A>G",
          "hgvs_p": "p.Asn709Ser",
          "transcript": "NM_001367704.1",
          "protein_id": "NP_001354633.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2126,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 2177,
          "cdna_end": null,
          "cdna_length": 4024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367704.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2126A>G",
          "hgvs_p": "p.Asn709Ser",
          "transcript": "ENST00000881157.1",
          "protein_id": "ENSP00000551216.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2126,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 2192,
          "cdna_end": null,
          "cdna_length": 4007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881157.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2126A>G",
          "hgvs_p": "p.Asn709Ser",
          "transcript": "ENST00000963121.1",
          "protein_id": "ENSP00000633180.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2126,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 2176,
          "cdna_end": null,
          "cdna_length": 3991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963121.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2123A>G",
          "hgvs_p": "p.Asn708Ser",
          "transcript": "ENST00000963111.1",
          "protein_id": "ENSP00000633170.1",
          "transcript_support_level": null,
          "aa_start": 708,
          "aa_end": null,
          "aa_length": 788,
          "cds_start": 2123,
          "cds_end": null,
          "cds_length": 2367,
          "cdna_start": 2176,
          "cdna_end": null,
          "cdna_length": 3991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963111.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "NM_001367633.1",
          "protein_id": "NP_001354562.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 4012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367633.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "NM_001367634.1",
          "protein_id": "NP_001354563.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2505,
          "cdna_end": null,
          "cdna_length": 4352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367634.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000881148.1",
          "protein_id": "ENSP00000551207.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2198,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881148.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000916984.1",
          "protein_id": "ENSP00000587043.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2334,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916984.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000916985.1",
          "protein_id": "ENSP00000587044.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2534,
          "cdna_end": null,
          "cdna_length": 4347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916985.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000963076.1",
          "protein_id": "ENSP00000633135.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2181,
          "cdna_end": null,
          "cdna_length": 4002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963076.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000963157.1",
          "protein_id": "ENSP00000633216.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2635,
          "cdna_end": null,
          "cdna_length": 4443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963157.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000963171.1",
          "protein_id": "ENSP00000633230.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 2522,
          "cdna_end": null,
          "cdna_length": 4336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963171.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "NM_001367694.1",
          "protein_id": "NP_001354623.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2162,
          "cdna_end": null,
          "cdna_length": 4009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367694.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "ENST00000881152.1",
          "protein_id": "ENSP00000551211.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2195,
          "cdna_end": null,
          "cdna_length": 4012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881152.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "ENST00000963139.1",
          "protein_id": "ENSP00000633198.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2164,
          "cdna_end": null,
          "cdna_length": 3970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963139.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "ENST00000963150.1",
          "protein_id": "ENSP00000633209.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2555,
          "cdna_end": null,
          "cdna_length": 4370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963150.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "ENST00000963181.1",
          "protein_id": "ENSP00000633240.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2160,
          "cdna_end": null,
          "cdna_length": 3968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963181.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2198A>G",
          "hgvs_p": "p.Asn733Ser",
          "transcript": "ENST00000963136.1",
          "protein_id": "ENSP00000633195.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 2198,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 2251,
          "cdna_end": null,
          "cdna_length": 3966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963136.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2195A>G",
          "hgvs_p": "p.Asn732Ser",
          "transcript": "ENST00000963114.1",
          "protein_id": "ENSP00000633173.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 2195,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": 2246,
          "cdna_end": null,
          "cdna_length": 3968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963114.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2102A>G",
          "hgvs_p": "p.Asn701Ser",
          "transcript": "ENST00000963122.1",
          "protein_id": "ENSP00000633181.1",
          "transcript_support_level": null,
          "aa_start": 701,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 2102,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": 2159,
          "cdna_end": null,
          "cdna_length": 3967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963122.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2099A>G",
          "hgvs_p": "p.Asn700Ser",
          "transcript": "NM_001367642.1",
          "protein_id": "NP_001354571.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 2150,
          "cdna_end": null,
          "cdna_length": 3997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367642.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2099A>G",
          "hgvs_p": "p.Asn700Ser",
          "transcript": "ENST00000881166.1",
          "protein_id": "ENSP00000551225.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 2150,
          "cdna_end": null,
          "cdna_length": 3965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881166.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2099A>G",
          "hgvs_p": "p.Asn700Ser",
          "transcript": "ENST00000963159.1",
          "protein_id": "ENSP00000633218.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 2535,
          "cdna_end": null,
          "cdna_length": 4343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963159.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2096A>G",
          "hgvs_p": "p.Asn699Ser",
          "transcript": "ENST00000881171.1",
          "protein_id": "ENSP00000551230.1",
          "transcript_support_level": null,
          "aa_start": 699,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 2096,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 2147,
          "cdna_end": null,
          "cdna_length": 3959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881171.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2186A>G",
          "hgvs_p": "p.Asn729Ser",
          "transcript": "ENST00000963109.1",
          "protein_id": "ENSP00000633168.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 2239,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963109.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2090A>G",
          "hgvs_p": "p.Asn697Ser",
          "transcript": "ENST00000963096.1",
          "protein_id": "ENSP00000633155.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 2090,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 2150,
          "cdna_end": null,
          "cdna_length": 3965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963096.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2090A>G",
          "hgvs_p": "p.Asn697Ser",
          "transcript": "ENST00000963106.1",
          "protein_id": "ENSP00000633165.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 2090,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 2135,
          "cdna_end": null,
          "cdna_length": 3956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963106.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2087A>G",
          "hgvs_p": "p.Asn696Ser",
          "transcript": "ENST00000916966.1",
          "protein_id": "ENSP00000587025.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 2087,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 2160,
          "cdna_end": null,
          "cdna_length": 3973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916966.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2081A>G",
          "hgvs_p": "p.Asn694Ser",
          "transcript": "NM_001367672.1",
          "protein_id": "NP_001354601.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 2081,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 2132,
          "cdna_end": null,
          "cdna_length": 3979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367672.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2081A>G",
          "hgvs_p": "p.Asn694Ser",
          "transcript": "ENST00000916969.1",
          "protein_id": "ENSP00000587028.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 2081,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 2146,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916969.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2078A>G",
          "hgvs_p": "p.Asn693Ser",
          "transcript": "ENST00000916973.1",
          "protein_id": "ENSP00000587032.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2078,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": 2130,
          "cdna_end": null,
          "cdna_length": 3945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916973.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2075A>G",
          "hgvs_p": "p.Asn692Ser",
          "transcript": "NM_001367689.1",
          "protein_id": "NP_001354618.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": 2075,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": 2179,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367689.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2072A>G",
          "hgvs_p": "p.Asn691Ser",
          "transcript": "NM_001367679.1",
          "protein_id": "NP_001354608.1",
          "transcript_support_level": null,
          "aa_start": 691,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": 2072,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": 2176,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367679.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2156A>G",
          "hgvs_p": "p.Asn719Ser",
          "transcript": "NM_001367647.1",
          "protein_id": "NP_001354576.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 2260,
          "cdna_end": null,
          "cdna_length": 4014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367647.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2126A>G",
          "hgvs_p": "p.Asn709Ser",
          "transcript": "NM_001367702.1",
          "protein_id": "NP_001354631.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2126,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": 2177,
          "cdna_end": null,
          "cdna_length": 4019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367702.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2048A>G",
          "hgvs_p": "p.Asn683Ser",
          "transcript": "NM_001367680.1",
          "protein_id": "NP_001354609.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 2152,
          "cdna_end": null,
          "cdna_length": 3999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367680.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2045A>G",
          "hgvs_p": "p.Asn682Ser",
          "transcript": "NM_001367644.1",
          "protein_id": "NP_001354573.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2149,
          "cdna_end": null,
          "cdna_length": 3996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367644.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2039A>G",
          "hgvs_p": "p.Asn680Ser",
          "transcript": "ENST00000916976.1",
          "protein_id": "ENSP00000587035.1",
          "transcript_support_level": null,
          "aa_start": 680,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 2039,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 2090,
          "cdna_end": null,
          "cdna_length": 3905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916976.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2036A>G",
          "hgvs_p": "p.Asn679Ser",
          "transcript": "NM_001367695.1",
          "protein_id": "NP_001354624.1",
          "transcript_support_level": null,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 2036,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 2087,
          "cdna_end": null,
          "cdna_length": 3934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367695.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "NM_001367653.1",
          "protein_id": "NP_001354582.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 3919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367653.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2114A>G",
          "hgvs_p": "p.Asn705Ser",
          "transcript": "ENST00000963090.1",
          "protein_id": "ENSP00000633149.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 2114,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 2174,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963090.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2111A>G",
          "hgvs_p": "p.Asn704Ser",
          "transcript": "NM_001367665.1",
          "protein_id": "NP_001354594.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 2111,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2162,
          "cdna_end": null,
          "cdna_length": 3916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367665.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2018A>G",
          "hgvs_p": "p.Asn673Ser",
          "transcript": "ENST00000881158.1",
          "protein_id": "ENSP00000551217.1",
          "transcript_support_level": null,
          "aa_start": 673,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 2018,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2084,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881158.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2015A>G",
          "hgvs_p": "p.Asn672Ser",
          "transcript": "NM_001367701.1",
          "protein_id": "NP_001354630.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 2015,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 2119,
          "cdna_end": null,
          "cdna_length": 3966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367701.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2012A>G",
          "hgvs_p": "p.Asn671Ser",
          "transcript": "ENST00000916965.1",
          "protein_id": "ENSP00000587024.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 2012,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 2074,
          "cdna_end": null,
          "cdna_length": 3903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916965.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2012A>G",
          "hgvs_p": "p.Asn671Ser",
          "transcript": "ENST00000916967.1",
          "protein_id": "ENSP00000587026.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 2012,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 2086,
          "cdna_end": null,
          "cdna_length": 3898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916967.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2012A>G",
          "hgvs_p": "p.Asn671Ser",
          "transcript": "ENST00000916980.1",
          "protein_id": "ENSP00000587039.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 2012,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 2054,
          "cdna_end": null,
          "cdna_length": 3869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916980.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2099A>G",
          "hgvs_p": "p.Asn700Ser",
          "transcript": "ENST00000963077.1",
          "protein_id": "ENSP00000633136.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": 2176,
          "cdna_end": null,
          "cdna_length": 3898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963077.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2099A>G",
          "hgvs_p": "p.Asn700Ser",
          "transcript": "ENST00000963115.1",
          "protein_id": "ENSP00000633174.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2099,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": 2145,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963115.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1991A>G",
          "hgvs_p": "p.Asn664Ser",
          "transcript": "ENST00000963084.1",
          "protein_id": "ENSP00000633143.1",
          "transcript_support_level": null,
          "aa_start": 664,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1991,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": 2057,
          "cdna_end": null,
          "cdna_length": 3873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963084.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1988A>G",
          "hgvs_p": "p.Asn663Ser",
          "transcript": "ENST00000963091.1",
          "protein_id": "ENSP00000633150.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": 1988,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": 2048,
          "cdna_end": null,
          "cdna_length": 3863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963091.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2075A>G",
          "hgvs_p": "p.Asn692Ser",
          "transcript": "NM_001367667.1",
          "protein_id": "NP_001354596.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 741,
          "cds_start": 2075,
          "cds_end": null,
          "cds_length": 2226,
          "cdna_start": 2179,
          "cdna_end": null,
          "cdna_length": 3933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367667.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1982A>G",
          "hgvs_p": "p.Asn661Ser",
          "transcript": "ENST00000916968.1",
          "protein_id": "ENSP00000587027.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 741,
          "cds_start": 1982,
          "cds_end": null,
          "cds_length": 2226,
          "cdna_start": 2040,
          "cdna_end": null,
          "cdna_length": 3862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916968.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1979A>G",
          "hgvs_p": "p.Asn660Ser",
          "transcript": "ENST00000916970.1",
          "protein_id": "ENSP00000587029.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 1979,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": 2036,
          "cdna_end": null,
          "cdna_length": 3851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916970.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1976A>G",
          "hgvs_p": "p.Asn659Ser",
          "transcript": "NM_001367648.1",
          "protein_id": "NP_001354577.1",
          "transcript_support_level": null,
          "aa_start": 659,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 1976,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2080,
          "cdna_end": null,
          "cdna_length": 3927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367648.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1964A>G",
          "hgvs_p": "p.Asn655Ser",
          "transcript": "NM_001367670.1",
          "protein_id": "NP_001354599.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1964,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 2068,
          "cdna_end": null,
          "cdna_length": 3915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367670.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1961A>G",
          "hgvs_p": "p.Asn654Ser",
          "transcript": "NM_001367671.1",
          "protein_id": "NP_001354600.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 3912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367671.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1946A>G",
          "hgvs_p": "p.Asn649Ser",
          "transcript": "NM_001367686.1",
          "protein_id": "NP_001354615.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 1946,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": 2050,
          "cdna_end": null,
          "cdna_length": 3897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367686.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1934A>G",
          "hgvs_p": "p.Asn645Ser",
          "transcript": "ENST00000916977.1",
          "protein_id": "ENSP00000587036.1",
          "transcript_support_level": null,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 725,
          "cds_start": 1934,
          "cds_end": null,
          "cds_length": 2178,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 3799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916977.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1931A>G",
          "hgvs_p": "p.Asn644Ser",
          "transcript": "NM_001367660.1",
          "protein_id": "NP_001354589.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 1931,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 2035,
          "cdna_end": null,
          "cdna_length": 3882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367660.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1931A>G",
          "hgvs_p": "p.Asn644Ser",
          "transcript": "ENST00000916979.1",
          "protein_id": "ENSP00000587038.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 1931,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 1978,
          "cdna_end": null,
          "cdna_length": 3793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916979.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.2015A>G",
          "hgvs_p": "p.Asn672Ser",
          "transcript": "ENST00000916978.1",
          "protein_id": "ENSP00000587037.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 2015,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 3786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916978.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1904A>G",
          "hgvs_p": "p.Asn635Ser",
          "transcript": "ENST00000881169.1",
          "protein_id": "ENSP00000551228.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1904,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 3769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881169.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1904A>G",
          "hgvs_p": "p.Asn635Ser",
          "transcript": "ENST00000963080.1",
          "protein_id": "ENSP00000633139.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1904,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1974,
          "cdna_end": null,
          "cdna_length": 3789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963080.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1904A>G",
          "hgvs_p": "p.Asn635Ser",
          "transcript": "ENST00000963085.1",
          "protein_id": "ENSP00000633144.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1904,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1974,
          "cdna_end": null,
          "cdna_length": 3781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963085.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1961A>G",
          "hgvs_p": "p.Asn654Ser",
          "transcript": "NM_001367662.1",
          "protein_id": "NP_001354591.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367662.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1865A>G",
          "hgvs_p": "p.Asn622Ser",
          "transcript": "NM_025154.6",
          "protein_id": "NP_079430.3",
          "transcript_support_level": null,
          "aa_start": 622,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1865,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 1969,
          "cdna_end": null,
          "cdna_length": 3816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_025154.6"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1865A>G",
          "hgvs_p": "p.Asn622Ser",
          "transcript": "ENST00000389574.7",
          "protein_id": "ENSP00000374225.3",
          "transcript_support_level": 2,
          "aa_start": 622,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1865,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 1997,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389574.7"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1865A>G",
          "hgvs_p": "p.Asn622Ser",
          "transcript": "ENST00000425407.6",
          "protein_id": "ENSP00000392309.2",
          "transcript_support_level": 5,
          "aa_start": 622,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1865,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 2035,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000425407.6"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1808A>G",
          "hgvs_p": "p.Asn603Ser",
          "transcript": "ENST00000916971.1",
          "protein_id": "ENSP00000587030.1",
          "transcript_support_level": null,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 1808,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1861,
          "cdna_end": null,
          "cdna_length": 3676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916971.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1805A>G",
          "hgvs_p": "p.Asn602Ser",
          "transcript": "NM_001171944.2",
          "protein_id": "NP_001165415.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1805,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1856,
          "cdna_end": null,
          "cdna_length": 3703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001171944.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1805A>G",
          "hgvs_p": "p.Asn602Ser",
          "transcript": "ENST00000452783.6",
          "protein_id": "ENSP00000413439.2",
          "transcript_support_level": 2,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1805,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1884,
          "cdna_end": null,
          "cdna_length": 3717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452783.6"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1802A>G",
          "hgvs_p": "p.Asn601Ser",
          "transcript": "ENST00000916982.1",
          "protein_id": "ENSP00000587041.1",
          "transcript_support_level": null,
          "aa_start": 601,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1802,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1852,
          "cdna_end": null,
          "cdna_length": 3660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916982.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1763A>G",
          "hgvs_p": "p.Asn588Ser",
          "transcript": "NM_001367635.1",
          "protein_id": "NP_001354564.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 2271,
          "cdna_end": null,
          "cdna_length": 4118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367635.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1658A>G",
          "hgvs_p": "p.Asn553Ser",
          "transcript": "ENST00000433212.5",
          "protein_id": "ENSP00000406653.1",
          "transcript_support_level": 5,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": 1658,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": 1659,
          "cdna_end": null,
          "cdna_length": 3474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000433212.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1655A>G",
          "hgvs_p": "p.Asn552Ser",
          "transcript": "NM_001367639.1",
          "protein_id": "NP_001354568.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 1655,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 1987,
          "cdna_end": null,
          "cdna_length": 3834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367639.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1547A>G",
          "hgvs_p": "p.Asn516Ser",
          "transcript": "NM_001367708.1",
          "protein_id": "NP_001354637.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 1547,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": 1994,
          "cdna_end": null,
          "cdna_length": 3841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367708.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Asn467Ser",
          "transcript": "NM_001367658.1",
          "protein_id": "NP_001354587.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 2115,
          "cdna_end": null,
          "cdna_length": 3962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367658.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.2673A>G",
          "hgvs_p": null,
          "transcript": "ENST00000413171.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000413171.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.1009A>G",
          "hgvs_p": null,
          "transcript": "ENST00000497943.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000497943.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.2162A>G",
          "hgvs_p": null,
          "transcript": "NR_160281.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": 4009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_160281.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.2488A>G",
          "hgvs_p": null,
          "transcript": "NR_160282.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": 4335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_160282.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.2266A>G",
          "hgvs_p": null,
          "transcript": "NR_160283.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": 4113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_160283.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SUN1",
          "gene_hgnc_id": 18587,
          "hgvs_c": "n.1131+3415A>G",
          "hgvs_p": null,
          "transcript": "ENST00000457861.1",
          "protein_id": "ENSP00000406444.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000457861.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124901568",
          "gene_hgnc_id": null,
          "hgvs_c": "n.282-1789T>C",
          "hgvs_p": null,
          "transcript": "XR_007060177.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": 1059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007060177.1"
        }
      ],
      "gene_symbol": "SUN1",
      "gene_hgnc_id": 18587,
      "dbsnp": "rs138051124",
      "frequency_reference_population": 0.000886104,
      "hom_count_reference_population": 15,
      "allele_count_reference_population": 1430,
      "gnomad_exomes_af": 0.000453624,
      "gnomad_genomes_af": 0.00503797,
      "gnomad_exomes_ac": 663,
      "gnomad_genomes_ac": 767,
      "gnomad_exomes_homalt": 9,
      "gnomad_genomes_homalt": 6,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.009526759386062622,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.169,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0809,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.58,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.137,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -14,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -14,
          "benign_score": 14,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001367651.1",
          "gene_symbol": "SUN1",
          "hgnc_id": 18587,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.2528A>G",
          "hgvs_p": "p.Asn843Ser"
        },
        {
          "score": -14,
          "benign_score": 14,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "XR_007060177.1",
          "gene_symbol": "LOC124901568",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.282-1789T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Emery-Dreifuss muscular dystrophy,SUN1-related disorder",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "phenotype_combined": "Emery-Dreifuss muscular dystrophy|SUN1-related disorder",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.