← 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-108150041-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=108150041&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 108150041,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000379028.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"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.3784G>A",
"hgvs_p": "p.Val1262Ile",
"transcript": "NM_001037132.4",
"protein_id": "NP_001032209.1",
"transcript_support_level": null,
"aa_start": 1262,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3784,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4309,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": "ENST00000379028.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3784G>A",
"hgvs_p": "p.Val1262Ile",
"transcript": "ENST00000379028.8",
"protein_id": "ENSP00000368314.3",
"transcript_support_level": 5,
"aa_start": 1262,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3784,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4309,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": "NM_001037132.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "ENST00000379024.8",
"protein_id": "ENSP00000368310.4",
"transcript_support_level": 1,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 5782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "ENST00000351718.8",
"protein_id": "ENSP00000325269.6",
"transcript_support_level": 1,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3849,
"cdna_end": null,
"cdna_length": 6228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.417G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3793G>A",
"hgvs_p": "p.Val1265Ile",
"transcript": "NM_001371156.1",
"protein_id": "NP_001358085.1",
"transcript_support_level": null,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1307,
"cds_start": 3793,
"cds_end": null,
"cds_length": 3924,
"cdna_start": 4318,
"cdna_end": null,
"cdna_length": 6710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3784G>A",
"hgvs_p": "p.Val1262Ile",
"transcript": "NM_001371131.1",
"protein_id": "NP_001358060.1",
"transcript_support_level": null,
"aa_start": 1262,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3784,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4390,
"cdna_end": null,
"cdna_length": 6782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3748G>A",
"hgvs_p": "p.Val1250Ile",
"transcript": "NM_001371169.1",
"protein_id": "NP_001358098.1",
"transcript_support_level": null,
"aa_start": 1250,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3748,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4273,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3736G>A",
"hgvs_p": "p.Val1246Ile",
"transcript": "NM_001371119.1",
"protein_id": "NP_001358048.1",
"transcript_support_level": null,
"aa_start": 1246,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3736,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 4118,
"cdna_end": null,
"cdna_length": 6510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3727G>A",
"hgvs_p": "p.Val1243Ile",
"transcript": "NM_001371124.1",
"protein_id": "NP_001358053.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3727,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 6501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3727G>A",
"hgvs_p": "p.Val1243Ile",
"transcript": "NM_001371126.1",
"protein_id": "NP_001358055.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3727,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4406,
"cdna_end": null,
"cdna_length": 6798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3727G>A",
"hgvs_p": "p.Val1243Ile",
"transcript": "NM_001371172.1",
"protein_id": "NP_001358101.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3727,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4252,
"cdna_end": null,
"cdna_length": 6644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1231Ile",
"transcript": "NM_001371146.1",
"protein_id": "NP_001358075.1",
"transcript_support_level": null,
"aa_start": 1231,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3691,
"cds_end": null,
"cds_length": 3822,
"cdna_start": 4216,
"cdna_end": null,
"cdna_length": 6608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3622G>A",
"hgvs_p": "p.Val1208Ile",
"transcript": "NM_001371138.1",
"protein_id": "NP_001358067.1",
"transcript_support_level": null,
"aa_start": 1208,
"aa_end": null,
"aa_length": 1250,
"cds_start": 3622,
"cds_end": null,
"cds_length": 3753,
"cdna_start": 4147,
"cdna_end": null,
"cdna_length": 6539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3601G>A",
"hgvs_p": "p.Val1201Ile",
"transcript": "NM_001371158.1",
"protein_id": "NP_001358087.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1243,
"cds_start": 3601,
"cds_end": null,
"cds_length": 3732,
"cdna_start": 4126,
"cdna_end": null,
"cdna_length": 6518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1192Ile",
"transcript": "NM_001371145.1",
"protein_id": "NP_001358074.1",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3574,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 4099,
"cdna_end": null,
"cdna_length": 6491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3547G>A",
"hgvs_p": "p.Val1183Ile",
"transcript": "NM_001371136.1",
"protein_id": "NP_001358065.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1225,
"cds_start": 3547,
"cds_end": null,
"cds_length": 3678,
"cdna_start": 4072,
"cdna_end": null,
"cdna_length": 6464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1180Ile",
"transcript": "NM_001371140.1",
"protein_id": "NP_001358069.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1222,
"cds_start": 3538,
"cds_end": null,
"cds_length": 3669,
"cdna_start": 4063,
"cdna_end": null,
"cdna_length": 6455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3514G>A",
"hgvs_p": "p.Val1172Ile",
"transcript": "NM_001371123.1",
"protein_id": "NP_001358052.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3514,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 3896,
"cdna_end": null,
"cdna_length": 6288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3514G>A",
"hgvs_p": "p.Val1172Ile",
"transcript": "NM_001371149.1",
"protein_id": "NP_001358078.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3514,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 4039,
"cdna_end": null,
"cdna_length": 6431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3505G>A",
"hgvs_p": "p.Val1169Ile",
"transcript": "NM_001193582.2",
"protein_id": "NP_001180511.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4030,
"cdna_end": null,
"cdna_length": 6422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3505G>A",
"hgvs_p": "p.Val1169Ile",
"transcript": "NM_001371128.1",
"protein_id": "NP_001358057.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4148,
"cdna_end": null,
"cdna_length": 6540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3505G>A",
"hgvs_p": "p.Val1169Ile",
"transcript": "NM_001371144.1",
"protein_id": "NP_001358073.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4294,
"cdna_end": null,
"cdna_length": 6686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3505G>A",
"hgvs_p": "p.Val1169Ile",
"transcript": "NM_001371168.1",
"protein_id": "NP_001358097.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4184,
"cdna_end": null,
"cdna_length": 6576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3505G>A",
"hgvs_p": "p.Val1169Ile",
"transcript": "ENST00000413765.6",
"protein_id": "ENSP00000407858.3",
"transcript_support_level": 2,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 3991,
"cdna_end": null,
"cdna_length": 6406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3502G>A",
"hgvs_p": "p.Val1168Ile",
"transcript": "NM_001371127.1",
"protein_id": "NP_001358056.1",
"transcript_support_level": null,
"aa_start": 1168,
"aa_end": null,
"aa_length": 1210,
"cds_start": 3502,
"cds_end": null,
"cds_length": 3633,
"cdna_start": 4027,
"cdna_end": null,
"cdna_length": 6419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3481G>A",
"hgvs_p": "p.Val1161Ile",
"transcript": "NM_001371173.1",
"protein_id": "NP_001358102.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3481,
"cds_end": null,
"cds_length": 3612,
"cdna_start": 4006,
"cdna_end": null,
"cdna_length": 6398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3469G>A",
"hgvs_p": "p.Val1157Ile",
"transcript": "NM_001371153.1",
"protein_id": "NP_001358082.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3469,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 4148,
"cdna_end": null,
"cdna_length": 6540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3469G>A",
"hgvs_p": "p.Val1157Ile",
"transcript": "NM_001371161.1",
"protein_id": "NP_001358090.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3469,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 3994,
"cdna_end": null,
"cdna_length": 6386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3463G>A",
"hgvs_p": "p.Val1155Ile",
"transcript": "NM_001371160.1",
"protein_id": "NP_001358089.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 1197,
"cds_start": 3463,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 3988,
"cdna_end": null,
"cdna_length": 6380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3457G>A",
"hgvs_p": "p.Val1153Ile",
"transcript": "NM_001371135.1",
"protein_id": "NP_001358064.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1195,
"cds_start": 3457,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 3982,
"cdna_end": null,
"cdna_length": 6374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001193583.2",
"protein_id": "NP_001180512.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3973,
"cdna_end": null,
"cdna_length": 6365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371122.1",
"protein_id": "NP_001358051.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3830,
"cdna_end": null,
"cdna_length": 6222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371139.1",
"protein_id": "NP_001358068.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4127,
"cdna_end": null,
"cdna_length": 6519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371155.1",
"protein_id": "NP_001358084.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4124,
"cdna_end": null,
"cdna_length": 6516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371159.1",
"protein_id": "NP_001358088.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3973,
"cdna_end": null,
"cdna_length": 6365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371163.1",
"protein_id": "NP_001358092.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4391,
"cdna_end": null,
"cdna_length": 6783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371165.1",
"protein_id": "NP_001358094.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4142,
"cdna_end": null,
"cdna_length": 6534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371167.1",
"protein_id": "NP_001358096.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4091,
"cdna_end": null,
"cdna_length": 6483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371177.1",
"protein_id": "NP_001358106.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3727,
"cdna_end": null,
"cdna_length": 6119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3448G>A",
"hgvs_p": "p.Val1150Ile",
"transcript": "NM_001371181.1",
"protein_id": "NP_001358110.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3448,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3893,
"cdna_end": null,
"cdna_length": 6285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3439G>A",
"hgvs_p": "p.Val1147Ile",
"transcript": "NM_001371143.1",
"protein_id": "NP_001358072.1",
"transcript_support_level": null,
"aa_start": 1147,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3439,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 4040,
"cdna_end": null,
"cdna_length": 6432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3439G>A",
"hgvs_p": "p.Val1147Ile",
"transcript": "NM_001371164.1",
"protein_id": "NP_001358093.1",
"transcript_support_level": null,
"aa_start": 1147,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3439,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 4022,
"cdna_end": null,
"cdna_length": 6414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3439G>A",
"hgvs_p": "p.Val1147Ile",
"transcript": "NM_001371174.1",
"protein_id": "NP_001358103.1",
"transcript_support_level": null,
"aa_start": 1147,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3439,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 3964,
"cdna_end": null,
"cdna_length": 6356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3430G>A",
"hgvs_p": "p.Val1144Ile",
"transcript": "NM_001371130.1",
"protein_id": "NP_001358059.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3430,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 4025,
"cdna_end": null,
"cdna_length": 6417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3430G>A",
"hgvs_p": "p.Val1144Ile",
"transcript": "NM_001371152.1",
"protein_id": "NP_001358081.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3430,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3955,
"cdna_end": null,
"cdna_length": 6347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3430G>A",
"hgvs_p": "p.Val1144Ile",
"transcript": "NM_001371176.1",
"protein_id": "NP_001358105.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3430,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3709,
"cdna_end": null,
"cdna_length": 6101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3424G>A",
"hgvs_p": "p.Val1142Ile",
"transcript": "NM_001371129.1",
"protein_id": "NP_001358058.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3424,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 3949,
"cdna_end": null,
"cdna_length": 6341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3424G>A",
"hgvs_p": "p.Val1142Ile",
"transcript": "NM_001371132.1",
"protein_id": "NP_001358061.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3424,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 4067,
"cdna_end": null,
"cdna_length": 6459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_001371133.1",
"protein_id": "NP_001358062.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 4210,
"cdna_end": null,
"cdna_length": 6602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_001371141.1",
"protein_id": "NP_001358070.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3997,
"cdna_end": null,
"cdna_length": 6389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_001371151.1",
"protein_id": "NP_001358080.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3788,
"cdna_end": null,
"cdna_length": 6180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_001371171.1",
"protein_id": "NP_001358100.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 4044,
"cdna_end": null,
"cdna_length": 6436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_001371178.1",
"protein_id": "NP_001358107.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3700,
"cdna_end": null,
"cdna_length": 6092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "NM_005010.5",
"protein_id": "NP_005001.3",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3946,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3418G>A",
"hgvs_p": "p.Val1140Ile",
"transcript": "NM_001371134.1",
"protein_id": "NP_001358063.1",
"transcript_support_level": null,
"aa_start": 1140,
"aa_end": null,
"aa_length": 1182,
"cds_start": 3418,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 3943,
"cdna_end": null,
"cdna_length": 6335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3412G>A",
"hgvs_p": "p.Val1138Ile",
"transcript": "NM_001193584.2",
"protein_id": "NP_001180513.1",
"transcript_support_level": null,
"aa_start": 1138,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3412,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 3937,
"cdna_end": null,
"cdna_length": 6329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3412G>A",
"hgvs_p": "p.Val1138Ile",
"transcript": "NM_001371162.1",
"protein_id": "NP_001358091.1",
"transcript_support_level": null,
"aa_start": 1138,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3412,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 4091,
"cdna_end": null,
"cdna_length": 6483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3373G>A",
"hgvs_p": "p.Val1125Ile",
"transcript": "NM_001371182.1",
"protein_id": "NP_001358111.1",
"transcript_support_level": null,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3373,
"cds_end": null,
"cds_length": 3504,
"cdna_start": 3818,
"cdna_end": null,
"cdna_length": 6210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3235G>A",
"hgvs_p": "p.Val1079Ile",
"transcript": "NM_001371154.1",
"protein_id": "NP_001358083.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 3760,
"cdna_end": null,
"cdna_length": 6152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3235G>A",
"hgvs_p": "p.Val1079Ile",
"transcript": "NM_001371166.1",
"protein_id": "NP_001358095.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 3878,
"cdna_end": null,
"cdna_length": 6270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3163G>A",
"hgvs_p": "p.Val1055Ile",
"transcript": "NM_001371170.1",
"protein_id": "NP_001358099.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1097,
"cds_start": 3163,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 3746,
"cdna_end": null,
"cdna_length": 6138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3160G>A",
"hgvs_p": "p.Val1054Ile",
"transcript": "NM_001371125.1",
"protein_id": "NP_001358054.1",
"transcript_support_level": null,
"aa_start": 1054,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3160,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 3761,
"cdna_end": null,
"cdna_length": 6153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3160G>A",
"hgvs_p": "p.Val1054Ile",
"transcript": "NM_001371147.1",
"protein_id": "NP_001358076.1",
"transcript_support_level": null,
"aa_start": 1054,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3160,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 3965,
"cdna_end": null,
"cdna_length": 6357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3151G>A",
"hgvs_p": "p.Val1051Ile",
"transcript": "NM_001371148.1",
"protein_id": "NP_001358077.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3734,
"cdna_end": null,
"cdna_length": 6126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3151G>A",
"hgvs_p": "p.Val1051Ile",
"transcript": "NM_001371179.1",
"protein_id": "NP_001358108.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3989,
"cdna_end": null,
"cdna_length": 6381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3151G>A",
"hgvs_p": "p.Val1051Ile",
"transcript": "NM_001371180.1",
"protein_id": "NP_001358109.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3488,
"cdna_end": null,
"cdna_length": 5880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3133G>A",
"hgvs_p": "p.Val1045Ile",
"transcript": "NM_001371142.1",
"protein_id": "NP_001358071.1",
"transcript_support_level": null,
"aa_start": 1045,
"aa_end": null,
"aa_length": 1087,
"cds_start": 3133,
"cds_end": null,
"cds_length": 3264,
"cdna_start": 3938,
"cdna_end": null,
"cdna_length": 6330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3121G>A",
"hgvs_p": "p.Val1041Ile",
"transcript": "NM_001371175.1",
"protein_id": "NP_001358104.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1083,
"cds_start": 3121,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 3646,
"cdna_end": null,
"cdna_length": 6038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.2512G>A",
"hgvs_p": "p.Val838Ile",
"transcript": "NM_001371137.1",
"protein_id": "NP_001358066.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 880,
"cds_start": 2512,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 3777,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.478G>A",
"hgvs_p": "p.Val160Ile",
"transcript": "ENST00000445634.2",
"protein_id": "ENSP00000398174.2",
"transcript_support_level": 4,
"aa_start": 160,
"aa_end": null,
"aa_length": 188,
"cds_start": 478,
"cds_end": null,
"cds_length": 567,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3805G>A",
"hgvs_p": "p.Val1269Ile",
"transcript": "XM_011516253.3",
"protein_id": "XP_011514555.1",
"transcript_support_level": null,
"aa_start": 1269,
"aa_end": null,
"aa_length": 1311,
"cds_start": 3805,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 4330,
"cdna_end": null,
"cdna_length": 6722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3805G>A",
"hgvs_p": "p.Val1269Ile",
"transcript": "XM_011516255.2",
"protein_id": "XP_011514557.1",
"transcript_support_level": null,
"aa_start": 1269,
"aa_end": null,
"aa_length": 1311,
"cds_start": 3805,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 6476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3796G>A",
"hgvs_p": "p.Val1266Ile",
"transcript": "XM_006716003.3",
"protein_id": "XP_006716066.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1308,
"cds_start": 3796,
"cds_end": null,
"cds_length": 3927,
"cdna_start": 4321,
"cdna_end": null,
"cdna_length": 6713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3787G>A",
"hgvs_p": "p.Val1263Ile",
"transcript": "XM_011516257.3",
"protein_id": "XP_011514559.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3787,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 4312,
"cdna_end": null,
"cdna_length": 6704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1263Ile",
"transcript": "XM_011516258.2",
"protein_id": "XP_011514560.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3787,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 4066,
"cdna_end": null,
"cdna_length": 6458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3775G>A",
"hgvs_p": "p.Val1259Ile",
"transcript": "XM_011516259.3",
"protein_id": "XP_011514561.1",
"transcript_support_level": null,
"aa_start": 1259,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3775,
"cds_end": null,
"cds_length": 3906,
"cdna_start": 4300,
"cdna_end": null,
"cdna_length": 6692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3766G>A",
"hgvs_p": "p.Val1256Ile",
"transcript": "XM_017012236.3",
"protein_id": "XP_016867725.1",
"transcript_support_level": null,
"aa_start": 1256,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3766,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 4291,
"cdna_end": null,
"cdna_length": 6683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3757G>A",
"hgvs_p": "p.Val1253Ile",
"transcript": "XM_011516261.3",
"protein_id": "XP_011514563.1",
"transcript_support_level": null,
"aa_start": 1253,
"aa_end": null,
"aa_length": 1295,
"cds_start": 3757,
"cds_end": null,
"cds_length": 3888,
"cdna_start": 4282,
"cdna_end": null,
"cdna_length": 6674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3748G>A",
"hgvs_p": "p.Val1250Ile",
"transcript": "XM_011516262.3",
"protein_id": "XP_011514564.1",
"transcript_support_level": null,
"aa_start": 1250,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3748,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4273,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3748G>A",
"hgvs_p": "p.Val1250Ile",
"transcript": "XM_047420417.1",
"protein_id": "XP_047276373.1",
"transcript_support_level": null,
"aa_start": 1250,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3748,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4273,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3736G>A",
"hgvs_p": "p.Val1246Ile",
"transcript": "XM_017012238.3",
"protein_id": "XP_016867727.1",
"transcript_support_level": null,
"aa_start": 1246,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3736,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 4261,
"cdna_end": null,
"cdna_length": 6653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3730G>A",
"hgvs_p": "p.Val1244Ile",
"transcript": "XM_017012239.3",
"protein_id": "XP_016867728.1",
"transcript_support_level": null,
"aa_start": 1244,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3730,
"cds_end": null,
"cds_length": 3861,
"cdna_start": 4255,
"cdna_end": null,
"cdna_length": 6647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3718G>A",
"hgvs_p": "p.Val1240Ile",
"transcript": "XM_047420418.1",
"protein_id": "XP_047276374.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3718,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 4243,
"cdna_end": null,
"cdna_length": 6635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3526G>A",
"hgvs_p": "p.Val1176Ile",
"transcript": "XM_011516267.3",
"protein_id": "XP_011514569.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1218,
"cds_start": 3526,
"cds_end": null,
"cds_length": 3657,
"cdna_start": 4051,
"cdna_end": null,
"cdna_length": 6443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1173Ile",
"transcript": "XM_006716012.3",
"protein_id": "XP_006716075.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3517,
"cds_end": null,
"cds_length": 3648,
"cdna_start": 4042,
"cdna_end": null,
"cdna_length": 6434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.Val1173Ile",
"transcript": "XM_011516268.3",
"protein_id": "XP_011514570.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3517,
"cds_end": null,
"cds_length": 3648,
"cdna_start": 4100,
"cdna_end": null,
"cdna_length": 6492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3490G>A",
"hgvs_p": "p.Val1164Ile",
"transcript": "XM_011516269.3",
"protein_id": "XP_011514571.1",
"transcript_support_level": null,
"aa_start": 1164,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3490,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 4015,
"cdna_end": null,
"cdna_length": 6407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3487G>A",
"hgvs_p": "p.Val1163Ile",
"transcript": "XM_017012246.3",
"protein_id": "XP_016867735.1",
"transcript_support_level": null,
"aa_start": 1163,
"aa_end": null,
"aa_length": 1205,
"cds_start": 3487,
"cds_end": null,
"cds_length": 3618,
"cdna_start": 4012,
"cdna_end": null,
"cdna_length": 6404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3481G>A",
"hgvs_p": "p.Val1161Ile",
"transcript": "XM_006716014.3",
"protein_id": "XP_006716077.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3481,
"cds_end": null,
"cds_length": 3612,
"cdna_start": 4006,
"cdna_end": null,
"cdna_length": 6398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3478G>A",
"hgvs_p": "p.Val1160Ile",
"transcript": "XM_011516270.3",
"protein_id": "XP_011514572.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3478,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4003,
"cdna_end": null,
"cdna_length": 6395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3475G>A",
"hgvs_p": "p.Val1159Ile",
"transcript": "XM_047420419.1",
"protein_id": "XP_047276375.1",
"transcript_support_level": null,
"aa_start": 1159,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3475,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 4000,
"cdna_end": null,
"cdna_length": 6392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3460G>A",
"hgvs_p": "p.Val1154Ile",
"transcript": "XM_017012247.3",
"protein_id": "XP_016867736.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3460,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3985,
"cdna_end": null,
"cdna_length": 6377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3460G>A",
"hgvs_p": "p.Val1154Ile",
"transcript": "XM_017012248.3",
"protein_id": "XP_016867737.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3460,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3985,
"cdna_end": null,
"cdna_length": 6377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3451G>A",
"hgvs_p": "p.Val1151Ile",
"transcript": "XM_017012251.3",
"protein_id": "XP_016867740.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3451,
"cds_end": null,
"cds_length": 3582,
"cdna_start": 3976,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3451G>A",
"hgvs_p": "p.Val1151Ile",
"transcript": "XM_024446777.2",
"protein_id": "XP_024302545.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3451,
"cds_end": null,
"cds_length": 3582,
"cdna_start": 3976,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3433G>A",
"hgvs_p": "p.Val1145Ile",
"transcript": "XM_024446778.2",
"protein_id": "XP_024302546.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3433,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 3958,
"cdna_end": null,
"cdna_length": 6350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3421G>A",
"hgvs_p": "p.Val1141Ile",
"transcript": "XM_047420420.1",
"protein_id": "XP_047276376.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3946,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3400G>A",
"hgvs_p": "p.Val1134Ile",
"transcript": "XM_047420422.1",
"protein_id": "XP_047276378.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1176,
"cds_start": 3400,
"cds_end": null,
"cds_length": 3531,
"cdna_start": 3925,
"cdna_end": null,
"cdna_length": 6317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3394G>A",
"hgvs_p": "p.Val1132Ile",
"transcript": "XM_047420424.1",
"protein_id": "XP_047276380.1",
"transcript_support_level": null,
"aa_start": 1132,
"aa_end": null,
"aa_length": 1174,
"cds_start": 3394,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 3919,
"cdna_end": null,
"cdna_length": 6311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3391G>A",
"hgvs_p": "p.Val1131Ile",
"transcript": "XM_047420421.1",
"protein_id": "XP_047276377.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1173,
"cds_start": 3391,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 3916,
"cdna_end": null,
"cdna_length": 6308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3382G>A",
"hgvs_p": "p.Val1128Ile",
"transcript": "XM_047420423.1",
"protein_id": "XP_047276379.1",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1170,
"cds_start": 3382,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 3907,
"cdna_end": null,
"cdna_length": 6299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3373G>A",
"hgvs_p": "p.Val1125Ile",
"transcript": "XM_024446779.2",
"protein_id": "XP_024302547.1",
"transcript_support_level": null,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3373,
"cds_end": null,
"cds_length": 3504,
"cdna_start": 3898,
"cdna_end": null,
"cdna_length": 6290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"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.3364G>A",
"hgvs_p": "p.Val1122Ile",
"transcript": "XM_047420425.1",
"protein_id": "XP_047276381.1",
"transcript_support_level": null,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1164,
"cds_start": 3364,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 3889,
"cdna_end": null,
"cdna_length": 6281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4035G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4323G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4188G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4027G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4078G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.*132G>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": -4,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.*132G>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": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.*8G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"dbsnp": "rs777609344",
"frequency_reference_population": 0.00000136821,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136821,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3012848496437073,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.344,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1117,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000379028.8",
"gene_symbol": "NRCAM",
"hgnc_id": 7994,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3784G>A",
"hgvs_p": "p.Val1262Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}