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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 108149972,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001371156.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3853G>A",
          "hgvs_p": "p.Ala1285Thr",
          "transcript": "NM_001037132.4",
          "protein_id": "NP_001032209.1",
          "transcript_support_level": null,
          "aa_start": 1285,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": 3853,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000379028.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001037132.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3853G>A",
          "hgvs_p": "p.Ala1285Thr",
          "transcript": "ENST00000379028.8",
          "protein_id": "ENSP00000368314.3",
          "transcript_support_level": 5,
          "aa_start": 1285,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": 3853,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001037132.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379028.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "ENST00000379024.8",
          "protein_id": "ENSP00000368310.4",
          "transcript_support_level": 1,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379024.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "ENST00000351718.8",
          "protein_id": "ENSP00000325269.6",
          "transcript_support_level": 1,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000351718.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.486G>A",
          "hgvs_p": null,
          "transcript": "ENST00000522550.2",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000522550.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3862G>A",
          "hgvs_p": "p.Ala1288Thr",
          "transcript": "NM_001371156.1",
          "protein_id": "NP_001358085.1",
          "transcript_support_level": null,
          "aa_start": 1288,
          "aa_end": null,
          "aa_length": 1307,
          "cds_start": 3862,
          "cds_end": null,
          "cds_length": 3924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371156.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3853G>A",
          "hgvs_p": "p.Ala1285Thr",
          "transcript": "NM_001371131.1",
          "protein_id": "NP_001358060.1",
          "transcript_support_level": null,
          "aa_start": 1285,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": 3853,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371131.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3817G>A",
          "hgvs_p": "p.Ala1273Thr",
          "transcript": "NM_001371169.1",
          "protein_id": "NP_001358098.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3817,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371169.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3805G>A",
          "hgvs_p": "p.Ala1269Thr",
          "transcript": "NM_001371119.1",
          "protein_id": "NP_001358048.1",
          "transcript_support_level": null,
          "aa_start": 1269,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 3805,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371119.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3796G>A",
          "hgvs_p": "p.Ala1266Thr",
          "transcript": "NM_001371124.1",
          "protein_id": "NP_001358053.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1285,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371124.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3796G>A",
          "hgvs_p": "p.Ala1266Thr",
          "transcript": "NM_001371126.1",
          "protein_id": "NP_001358055.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1285,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371126.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3796G>A",
          "hgvs_p": "p.Ala1266Thr",
          "transcript": "NM_001371172.1",
          "protein_id": "NP_001358101.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1285,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371172.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3796G>A",
          "hgvs_p": "p.Ala1266Thr",
          "transcript": "ENST00000953264.1",
          "protein_id": "ENSP00000623323.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1285,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953264.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3760G>A",
          "hgvs_p": "p.Ala1254Thr",
          "transcript": "NM_001371146.1",
          "protein_id": "NP_001358075.1",
          "transcript_support_level": null,
          "aa_start": 1254,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": 3760,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371146.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3691G>A",
          "hgvs_p": "p.Ala1231Thr",
          "transcript": "NM_001371138.1",
          "protein_id": "NP_001358067.1",
          "transcript_support_level": null,
          "aa_start": 1231,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 3691,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371138.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3691G>A",
          "hgvs_p": "p.Ala1231Thr",
          "transcript": "ENST00000953263.1",
          "protein_id": "ENSP00000623322.1",
          "transcript_support_level": null,
          "aa_start": 1231,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 3691,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953263.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3670G>A",
          "hgvs_p": "p.Ala1224Thr",
          "transcript": "NM_001371158.1",
          "protein_id": "NP_001358087.1",
          "transcript_support_level": null,
          "aa_start": 1224,
          "aa_end": null,
          "aa_length": 1243,
          "cds_start": 3670,
          "cds_end": null,
          "cds_length": 3732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371158.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3670G>A",
          "hgvs_p": "p.Ala1224Thr",
          "transcript": "ENST00000953265.1",
          "protein_id": "ENSP00000623324.1",
          "transcript_support_level": null,
          "aa_start": 1224,
          "aa_end": null,
          "aa_length": 1243,
          "cds_start": 3670,
          "cds_end": null,
          "cds_length": 3732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953265.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3643G>A",
          "hgvs_p": "p.Ala1215Thr",
          "transcript": "NM_001371145.1",
          "protein_id": "NP_001358074.1",
          "transcript_support_level": null,
          "aa_start": 1215,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 3643,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371145.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3616G>A",
          "hgvs_p": "p.Ala1206Thr",
          "transcript": "NM_001371136.1",
          "protein_id": "NP_001358065.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 3616,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371136.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3607G>A",
          "hgvs_p": "p.Ala1203Thr",
          "transcript": "NM_001371140.1",
          "protein_id": "NP_001358069.1",
          "transcript_support_level": null,
          "aa_start": 1203,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": 3607,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371140.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3583G>A",
          "hgvs_p": "p.Ala1195Thr",
          "transcript": "NM_001371123.1",
          "protein_id": "NP_001358052.1",
          "transcript_support_level": null,
          "aa_start": 1195,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 3583,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371123.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3583G>A",
          "hgvs_p": "p.Ala1195Thr",
          "transcript": "NM_001371149.1",
          "protein_id": "NP_001358078.1",
          "transcript_support_level": null,
          "aa_start": 1195,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 3583,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371149.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3574G>A",
          "hgvs_p": "p.Ala1192Thr",
          "transcript": "NM_001193582.2",
          "protein_id": "NP_001180511.1",
          "transcript_support_level": null,
          "aa_start": 1192,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3574,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193582.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3574G>A",
          "hgvs_p": "p.Ala1192Thr",
          "transcript": "NM_001371128.1",
          "protein_id": "NP_001358057.1",
          "transcript_support_level": null,
          "aa_start": 1192,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3574,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371128.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3574G>A",
          "hgvs_p": "p.Ala1192Thr",
          "transcript": "NM_001371144.1",
          "protein_id": "NP_001358073.1",
          "transcript_support_level": null,
          "aa_start": 1192,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3574,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371144.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3574G>A",
          "hgvs_p": "p.Ala1192Thr",
          "transcript": "NM_001371168.1",
          "protein_id": "NP_001358097.1",
          "transcript_support_level": null,
          "aa_start": 1192,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3574,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371168.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3574G>A",
          "hgvs_p": "p.Ala1192Thr",
          "transcript": "ENST00000413765.6",
          "protein_id": "ENSP00000407858.3",
          "transcript_support_level": 2,
          "aa_start": 1192,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3574,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413765.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3571G>A",
          "hgvs_p": "p.Ala1191Thr",
          "transcript": "NM_001371127.1",
          "protein_id": "NP_001358056.1",
          "transcript_support_level": null,
          "aa_start": 1191,
          "aa_end": null,
          "aa_length": 1210,
          "cds_start": 3571,
          "cds_end": null,
          "cds_length": 3633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371127.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Ala1184Thr",
          "transcript": "NM_001371173.1",
          "protein_id": "NP_001358102.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1203,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 3612,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371173.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3538G>A",
          "hgvs_p": "p.Ala1180Thr",
          "transcript": "NM_001371153.1",
          "protein_id": "NP_001358082.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 1199,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 3600,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371153.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3538G>A",
          "hgvs_p": "p.Ala1180Thr",
          "transcript": "NM_001371161.1",
          "protein_id": "NP_001358090.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 1199,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 3600,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371161.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3532G>A",
          "hgvs_p": "p.Ala1178Thr",
          "transcript": "NM_001371160.1",
          "protein_id": "NP_001358089.1",
          "transcript_support_level": null,
          "aa_start": 1178,
          "aa_end": null,
          "aa_length": 1197,
          "cds_start": 3532,
          "cds_end": null,
          "cds_length": 3594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371160.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3526G>A",
          "hgvs_p": "p.Ala1176Thr",
          "transcript": "NM_001371135.1",
          "protein_id": "NP_001358064.1",
          "transcript_support_level": null,
          "aa_start": 1176,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": 3526,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371135.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3526G>A",
          "hgvs_p": "p.Ala1176Thr",
          "transcript": "ENST00000953266.1",
          "protein_id": "ENSP00000623325.1",
          "transcript_support_level": null,
          "aa_start": 1176,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": 3526,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953266.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001193583.2",
          "protein_id": "NP_001180512.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193583.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371122.1",
          "protein_id": "NP_001358051.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371122.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371139.1",
          "protein_id": "NP_001358068.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371139.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371155.1",
          "protein_id": "NP_001358084.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371155.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371159.1",
          "protein_id": "NP_001358088.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371159.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371163.1",
          "protein_id": "NP_001358092.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371163.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371165.1",
          "protein_id": "NP_001358094.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371165.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371167.1",
          "protein_id": "NP_001358096.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371167.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371177.1",
          "protein_id": "NP_001358106.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371177.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3517G>A",
          "hgvs_p": "p.Ala1173Thr",
          "transcript": "NM_001371181.1",
          "protein_id": "NP_001358110.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3517,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371181.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3511G>A",
          "hgvs_p": "p.Ala1171Thr",
          "transcript": "ENST00000953270.1",
          "protein_id": "ENSP00000623329.1",
          "transcript_support_level": null,
          "aa_start": 1171,
          "aa_end": null,
          "aa_length": 1190,
          "cds_start": 3511,
          "cds_end": null,
          "cds_length": 3573,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953270.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Ala1170Thr",
          "transcript": "NM_001371143.1",
          "protein_id": "NP_001358072.1",
          "transcript_support_level": null,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371143.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Ala1170Thr",
          "transcript": "NM_001371164.1",
          "protein_id": "NP_001358093.1",
          "transcript_support_level": null,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371164.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Ala1170Thr",
          "transcript": "NM_001371174.1",
          "protein_id": "NP_001358103.1",
          "transcript_support_level": null,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371174.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3502G>A",
          "hgvs_p": "p.Ala1168Thr",
          "transcript": "ENST00000953267.1",
          "protein_id": "ENSP00000623326.1",
          "transcript_support_level": null,
          "aa_start": 1168,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 3502,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953267.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3499G>A",
          "hgvs_p": "p.Ala1167Thr",
          "transcript": "NM_001371130.1",
          "protein_id": "NP_001358059.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3499,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371130.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3499G>A",
          "hgvs_p": "p.Ala1167Thr",
          "transcript": "NM_001371152.1",
          "protein_id": "NP_001358081.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3499,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371152.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3499G>A",
          "hgvs_p": "p.Ala1167Thr",
          "transcript": "NM_001371176.1",
          "protein_id": "NP_001358105.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3499,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371176.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3499G>A",
          "hgvs_p": "p.Ala1167Thr",
          "transcript": "ENST00000878872.1",
          "protein_id": "ENSP00000548931.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3499,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878872.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3499G>A",
          "hgvs_p": "p.Ala1167Thr",
          "transcript": "ENST00000878875.1",
          "protein_id": "ENSP00000548934.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 3499,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878875.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3493G>A",
          "hgvs_p": "p.Ala1165Thr",
          "transcript": "NM_001371129.1",
          "protein_id": "NP_001358058.1",
          "transcript_support_level": null,
          "aa_start": 1165,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": 3493,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371129.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3493G>A",
          "hgvs_p": "p.Ala1165Thr",
          "transcript": "NM_001371132.1",
          "protein_id": "NP_001358061.1",
          "transcript_support_level": null,
          "aa_start": 1165,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": 3493,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371132.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_001371133.1",
          "protein_id": "NP_001358062.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371133.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_001371141.1",
          "protein_id": "NP_001358070.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371141.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_001371151.1",
          "protein_id": "NP_001358080.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371151.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_001371171.1",
          "protein_id": "NP_001358100.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371171.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_001371178.1",
          "protein_id": "NP_001358107.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371178.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "NM_005010.5",
          "protein_id": "NP_005001.3",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005010.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "ENST00000878870.1",
          "protein_id": "ENSP00000548929.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878870.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "ENST00000878871.1",
          "protein_id": "ENSP00000548930.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878871.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "ENST00000878874.1",
          "protein_id": "ENSP00000548933.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878874.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "ENST00000953269.1",
          "protein_id": "ENSP00000623328.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953269.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3487G>A",
          "hgvs_p": "p.Ala1163Thr",
          "transcript": "NM_001371134.1",
          "protein_id": "NP_001358063.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 1182,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 3549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371134.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3487G>A",
          "hgvs_p": "p.Ala1163Thr",
          "transcript": "ENST00000878876.1",
          "protein_id": "ENSP00000548935.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 1182,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 3549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878876.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3481G>A",
          "hgvs_p": "p.Ala1161Thr",
          "transcript": "NM_001193584.2",
          "protein_id": "NP_001180513.1",
          "transcript_support_level": null,
          "aa_start": 1161,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": 3481,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193584.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3481G>A",
          "hgvs_p": "p.Ala1161Thr",
          "transcript": "NM_001371162.1",
          "protein_id": "NP_001358091.1",
          "transcript_support_level": null,
          "aa_start": 1161,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": 3481,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371162.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3481G>A",
          "hgvs_p": "p.Ala1161Thr",
          "transcript": "ENST00000953268.1",
          "protein_id": "ENSP00000623327.1",
          "transcript_support_level": null,
          "aa_start": 1161,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": 3481,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953268.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3442G>A",
          "hgvs_p": "p.Ala1148Thr",
          "transcript": "NM_001371182.1",
          "protein_id": "NP_001358111.1",
          "transcript_support_level": null,
          "aa_start": 1148,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 3442,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371182.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3442G>A",
          "hgvs_p": "p.Ala1148Thr",
          "transcript": "ENST00000878868.1",
          "protein_id": "ENSP00000548927.1",
          "transcript_support_level": null,
          "aa_start": 1148,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 3442,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878868.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3433G>A",
          "hgvs_p": "p.Ala1145Thr",
          "transcript": "ENST00000878869.1",
          "protein_id": "ENSP00000548928.1",
          "transcript_support_level": null,
          "aa_start": 1145,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3433,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878869.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3433G>A",
          "hgvs_p": "p.Ala1145Thr",
          "transcript": "ENST00000953262.1",
          "protein_id": "ENSP00000623321.1",
          "transcript_support_level": null,
          "aa_start": 1145,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3433,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953262.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3304G>A",
          "hgvs_p": "p.Ala1102Thr",
          "transcript": "NM_001371154.1",
          "protein_id": "NP_001358083.1",
          "transcript_support_level": null,
          "aa_start": 1102,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 3304,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371154.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3304G>A",
          "hgvs_p": "p.Ala1102Thr",
          "transcript": "NM_001371166.1",
          "protein_id": "NP_001358095.1",
          "transcript_support_level": null,
          "aa_start": 1102,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 3304,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371166.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3232G>A",
          "hgvs_p": "p.Ala1078Thr",
          "transcript": "NM_001371170.1",
          "protein_id": "NP_001358099.1",
          "transcript_support_level": null,
          "aa_start": 1078,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 3232,
          "cds_end": null,
          "cds_length": 3294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371170.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3229G>A",
          "hgvs_p": "p.Ala1077Thr",
          "transcript": "NM_001371125.1",
          "protein_id": "NP_001358054.1",
          "transcript_support_level": null,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 3229,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371125.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3229G>A",
          "hgvs_p": "p.Ala1077Thr",
          "transcript": "NM_001371147.1",
          "protein_id": "NP_001358076.1",
          "transcript_support_level": null,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 3229,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371147.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3220G>A",
          "hgvs_p": "p.Ala1074Thr",
          "transcript": "NM_001371148.1",
          "protein_id": "NP_001358077.1",
          "transcript_support_level": null,
          "aa_start": 1074,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 3220,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371148.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3220G>A",
          "hgvs_p": "p.Ala1074Thr",
          "transcript": "NM_001371179.1",
          "protein_id": "NP_001358108.1",
          "transcript_support_level": null,
          "aa_start": 1074,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 3220,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371179.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3220G>A",
          "hgvs_p": "p.Ala1074Thr",
          "transcript": "NM_001371180.1",
          "protein_id": "NP_001358109.1",
          "transcript_support_level": null,
          "aa_start": 1074,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 3220,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371180.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3202G>A",
          "hgvs_p": "p.Ala1068Thr",
          "transcript": "NM_001371142.1",
          "protein_id": "NP_001358071.1",
          "transcript_support_level": null,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 3202,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371142.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3190G>A",
          "hgvs_p": "p.Ala1064Thr",
          "transcript": "NM_001371175.1",
          "protein_id": "NP_001358104.1",
          "transcript_support_level": null,
          "aa_start": 1064,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 3190,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371175.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.2581G>A",
          "hgvs_p": "p.Ala861Thr",
          "transcript": "NM_001371137.1",
          "protein_id": "NP_001358066.1",
          "transcript_support_level": null,
          "aa_start": 861,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 2581,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371137.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.1519G>A",
          "hgvs_p": "p.Ala507Thr",
          "transcript": "ENST00000932236.1",
          "protein_id": "ENSP00000602295.1",
          "transcript_support_level": null,
          "aa_start": 507,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1519,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932236.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Ala183Thr",
          "transcript": "ENST00000445634.2",
          "protein_id": "ENSP00000398174.2",
          "transcript_support_level": 4,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000445634.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3874G>A",
          "hgvs_p": "p.Ala1292Thr",
          "transcript": "XM_011516253.3",
          "protein_id": "XP_011514555.1",
          "transcript_support_level": null,
          "aa_start": 1292,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 3874,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516253.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3874G>A",
          "hgvs_p": "p.Ala1292Thr",
          "transcript": "XM_011516255.2",
          "protein_id": "XP_011514557.1",
          "transcript_support_level": null,
          "aa_start": 1292,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 3874,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516255.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3865G>A",
          "hgvs_p": "p.Ala1289Thr",
          "transcript": "XM_006716003.3",
          "protein_id": "XP_006716066.1",
          "transcript_support_level": null,
          "aa_start": 1289,
          "aa_end": null,
          "aa_length": 1308,
          "cds_start": 3865,
          "cds_end": null,
          "cds_length": 3927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006716003.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3856G>A",
          "hgvs_p": "p.Ala1286Thr",
          "transcript": "XM_011516257.3",
          "protein_id": "XP_011514559.1",
          "transcript_support_level": null,
          "aa_start": 1286,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": 3856,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516257.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3856G>A",
          "hgvs_p": "p.Ala1286Thr",
          "transcript": "XM_011516258.2",
          "protein_id": "XP_011514560.1",
          "transcript_support_level": null,
          "aa_start": 1286,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": 3856,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516258.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3844G>A",
          "hgvs_p": "p.Ala1282Thr",
          "transcript": "XM_011516259.3",
          "protein_id": "XP_011514561.1",
          "transcript_support_level": null,
          "aa_start": 1282,
          "aa_end": null,
          "aa_length": 1301,
          "cds_start": 3844,
          "cds_end": null,
          "cds_length": 3906,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516259.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3835G>A",
          "hgvs_p": "p.Ala1279Thr",
          "transcript": "XM_017012236.3",
          "protein_id": "XP_016867725.1",
          "transcript_support_level": null,
          "aa_start": 1279,
          "aa_end": null,
          "aa_length": 1298,
          "cds_start": 3835,
          "cds_end": null,
          "cds_length": 3897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012236.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3826G>A",
          "hgvs_p": "p.Ala1276Thr",
          "transcript": "XM_011516261.3",
          "protein_id": "XP_011514563.1",
          "transcript_support_level": null,
          "aa_start": 1276,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 3826,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516261.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3817G>A",
          "hgvs_p": "p.Ala1273Thr",
          "transcript": "XM_011516262.3",
          "protein_id": "XP_011514564.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3817,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516262.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3817G>A",
          "hgvs_p": "p.Ala1273Thr",
          "transcript": "XM_047420417.1",
          "protein_id": "XP_047276373.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3817,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420417.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3805G>A",
          "hgvs_p": "p.Ala1269Thr",
          "transcript": "XM_017012238.3",
          "protein_id": "XP_016867727.1",
          "transcript_support_level": null,
          "aa_start": 1269,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 3805,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012238.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3799G>A",
          "hgvs_p": "p.Ala1267Thr",
          "transcript": "XM_017012239.3",
          "protein_id": "XP_016867728.1",
          "transcript_support_level": null,
          "aa_start": 1267,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": 3799,
          "cds_end": null,
          "cds_length": 3861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012239.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3787G>A",
          "hgvs_p": "p.Ala1263Thr",
          "transcript": "XM_047420418.1",
          "protein_id": "XP_047276374.1",
          "transcript_support_level": null,
          "aa_start": 1263,
          "aa_end": null,
          "aa_length": 1282,
          "cds_start": 3787,
          "cds_end": null,
          "cds_length": 3849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420418.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3595G>A",
          "hgvs_p": "p.Ala1199Thr",
          "transcript": "XM_011516267.3",
          "protein_id": "XP_011514569.1",
          "transcript_support_level": null,
          "aa_start": 1199,
          "aa_end": null,
          "aa_length": 1218,
          "cds_start": 3595,
          "cds_end": null,
          "cds_length": 3657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516267.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3586G>A",
          "hgvs_p": "p.Ala1196Thr",
          "transcript": "XM_006716012.3",
          "protein_id": "XP_006716075.1",
          "transcript_support_level": null,
          "aa_start": 1196,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 3586,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006716012.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3586G>A",
          "hgvs_p": "p.Ala1196Thr",
          "transcript": "XM_011516268.3",
          "protein_id": "XP_011514570.1",
          "transcript_support_level": null,
          "aa_start": 1196,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 3586,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516268.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3559G>A",
          "hgvs_p": "p.Ala1187Thr",
          "transcript": "XM_011516269.3",
          "protein_id": "XP_011514571.1",
          "transcript_support_level": null,
          "aa_start": 1187,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": 3559,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516269.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3556G>A",
          "hgvs_p": "p.Ala1186Thr",
          "transcript": "XM_017012246.3",
          "protein_id": "XP_016867735.1",
          "transcript_support_level": null,
          "aa_start": 1186,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 3556,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012246.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Ala1184Thr",
          "transcript": "XM_006716014.3",
          "protein_id": "XP_006716077.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1203,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 3612,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006716014.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3547G>A",
          "hgvs_p": "p.Ala1183Thr",
          "transcript": "XM_011516270.3",
          "protein_id": "XP_011514572.1",
          "transcript_support_level": null,
          "aa_start": 1183,
          "aa_end": null,
          "aa_length": 1202,
          "cds_start": 3547,
          "cds_end": null,
          "cds_length": 3609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516270.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3544G>A",
          "hgvs_p": "p.Ala1182Thr",
          "transcript": "XM_047420419.1",
          "protein_id": "XP_047276375.1",
          "transcript_support_level": null,
          "aa_start": 1182,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": 3544,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420419.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3529G>A",
          "hgvs_p": "p.Ala1177Thr",
          "transcript": "XM_017012247.3",
          "protein_id": "XP_016867736.1",
          "transcript_support_level": null,
          "aa_start": 1177,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": 3529,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012247.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3529G>A",
          "hgvs_p": "p.Ala1177Thr",
          "transcript": "XM_017012248.3",
          "protein_id": "XP_016867737.1",
          "transcript_support_level": null,
          "aa_start": 1177,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": 3529,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012248.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3520G>A",
          "hgvs_p": "p.Ala1174Thr",
          "transcript": "XM_017012251.3",
          "protein_id": "XP_016867740.1",
          "transcript_support_level": null,
          "aa_start": 1174,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 3520,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012251.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3520G>A",
          "hgvs_p": "p.Ala1174Thr",
          "transcript": "XM_024446777.2",
          "protein_id": "XP_024302545.1",
          "transcript_support_level": null,
          "aa_start": 1174,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 3520,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446777.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3502G>A",
          "hgvs_p": "p.Ala1168Thr",
          "transcript": "XM_024446778.2",
          "protein_id": "XP_024302546.1",
          "transcript_support_level": null,
          "aa_start": 1168,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 3502,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446778.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Ala1164Thr",
          "transcript": "XM_047420420.1",
          "protein_id": "XP_047276376.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420420.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3469G>A",
          "hgvs_p": "p.Ala1157Thr",
          "transcript": "XM_047420422.1",
          "protein_id": "XP_047276378.1",
          "transcript_support_level": null,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": 3469,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420422.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3463G>A",
          "hgvs_p": "p.Ala1155Thr",
          "transcript": "XM_047420424.1",
          "protein_id": "XP_047276380.1",
          "transcript_support_level": null,
          "aa_start": 1155,
          "aa_end": null,
          "aa_length": 1174,
          "cds_start": 3463,
          "cds_end": null,
          "cds_length": 3525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420424.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3460G>A",
          "hgvs_p": "p.Ala1154Thr",
          "transcript": "XM_047420421.1",
          "protein_id": "XP_047276377.1",
          "transcript_support_level": null,
          "aa_start": 1154,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": 3460,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420421.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3451G>A",
          "hgvs_p": "p.Ala1151Thr",
          "transcript": "XM_047420423.1",
          "protein_id": "XP_047276379.1",
          "transcript_support_level": null,
          "aa_start": 1151,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 3451,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420423.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3442G>A",
          "hgvs_p": "p.Ala1148Thr",
          "transcript": "XM_024446779.2",
          "protein_id": "XP_024302547.1",
          "transcript_support_level": null,
          "aa_start": 1148,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 3442,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446779.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.3433G>A",
          "hgvs_p": "p.Ala1145Thr",
          "transcript": "XM_047420425.1",
          "protein_id": "XP_047276381.1",
          "transcript_support_level": null,
          "aa_start": 1145,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3433,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420425.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.*201G>A",
          "hgvs_p": null,
          "transcript": "NM_001371150.1",
          "protein_id": "NP_001358079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371150.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "c.*201G>A",
          "hgvs_p": null,
          "transcript": "NM_001371157.1",
          "protein_id": "NP_001358086.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1115,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3348,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001371157.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.4104G>A",
          "hgvs_p": null,
          "transcript": "NR_163867.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_163867.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.4392G>A",
          "hgvs_p": null,
          "transcript": "NR_163868.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_163868.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.4257G>A",
          "hgvs_p": null,
          "transcript": "NR_163869.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_163869.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.4096G>A",
          "hgvs_p": null,
          "transcript": "NR_163870.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_163870.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.4147G>A",
          "hgvs_p": null,
          "transcript": "NR_163871.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_163871.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRCAM",
          "gene_hgnc_id": 7994,
          "hgvs_c": "n.*77G>A",
          "hgvs_p": null,
          "transcript": "ENST00000415105.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000415105.5"
        }
      ],
      "gene_symbol": "NRCAM",
      "gene_hgnc_id": 7994,
      "dbsnp": "rs74708699",
      "frequency_reference_population": 0.0013655802,
      "hom_count_reference_population": 26,
      "allele_count_reference_population": 2204,
      "gnomad_exomes_af": 0.000745037,
      "gnomad_genomes_af": 0.00732137,
      "gnomad_exomes_ac": 1089,
      "gnomad_genomes_ac": 1115,
      "gnomad_exomes_homalt": 9,
      "gnomad_genomes_homalt": 17,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.003005295991897583,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.05,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0747,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.42,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.2,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001371156.1",
          "gene_symbol": "NRCAM",
          "hgnc_id": 7994,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3862G>A",
          "hgvs_p": "p.Ala1288Thr"
        }
      ],
      "clinvar_disease": "NRCAM-related disorder,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "not provided|NRCAM-related disorder",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}