← 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-108150109-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=108150109&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 108150109,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000379028.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3716G>A",
"hgvs_p": "p.Arg1239Gln",
"transcript": "NM_001037132.4",
"protein_id": "NP_001032209.1",
"transcript_support_level": null,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3716,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4241,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": "ENST00000379028.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3716G>A",
"hgvs_p": "p.Arg1239Gln",
"transcript": "ENST00000379028.8",
"protein_id": "ENSP00000368314.3",
"transcript_support_level": 5,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3716,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4241,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": "NM_001037132.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "ENST00000379024.8",
"protein_id": "ENSP00000368310.4",
"transcript_support_level": 1,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3790,
"cdna_end": null,
"cdna_length": 5782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "ENST00000351718.8",
"protein_id": "ENSP00000325269.6",
"transcript_support_level": 1,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3781,
"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.349G>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": "R",
"aa_alt": "Q",
"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.3725G>A",
"hgvs_p": "p.Arg1242Gln",
"transcript": "NM_001371156.1",
"protein_id": "NP_001358085.1",
"transcript_support_level": null,
"aa_start": 1242,
"aa_end": null,
"aa_length": 1307,
"cds_start": 3725,
"cds_end": null,
"cds_length": 3924,
"cdna_start": 4250,
"cdna_end": null,
"cdna_length": 6710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3716G>A",
"hgvs_p": "p.Arg1239Gln",
"transcript": "NM_001371131.1",
"protein_id": "NP_001358060.1",
"transcript_support_level": null,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3716,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4322,
"cdna_end": null,
"cdna_length": 6782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3680G>A",
"hgvs_p": "p.Arg1227Gln",
"transcript": "NM_001371169.1",
"protein_id": "NP_001358098.1",
"transcript_support_level": null,
"aa_start": 1227,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3680,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4205,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3668G>A",
"hgvs_p": "p.Arg1223Gln",
"transcript": "NM_001371119.1",
"protein_id": "NP_001358048.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 4050,
"cdna_end": null,
"cdna_length": 6510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3659G>A",
"hgvs_p": "p.Arg1220Gln",
"transcript": "NM_001371124.1",
"protein_id": "NP_001358053.1",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3659,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4041,
"cdna_end": null,
"cdna_length": 6501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3659G>A",
"hgvs_p": "p.Arg1220Gln",
"transcript": "NM_001371126.1",
"protein_id": "NP_001358055.1",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3659,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4338,
"cdna_end": null,
"cdna_length": 6798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3659G>A",
"hgvs_p": "p.Arg1220Gln",
"transcript": "NM_001371172.1",
"protein_id": "NP_001358101.1",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1285,
"cds_start": 3659,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 4184,
"cdna_end": null,
"cdna_length": 6644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3623G>A",
"hgvs_p": "p.Arg1208Gln",
"transcript": "NM_001371146.1",
"protein_id": "NP_001358075.1",
"transcript_support_level": null,
"aa_start": 1208,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3623,
"cds_end": null,
"cds_length": 3822,
"cdna_start": 4148,
"cdna_end": null,
"cdna_length": 6608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3554G>A",
"hgvs_p": "p.Arg1185Gln",
"transcript": "NM_001371138.1",
"protein_id": "NP_001358067.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1250,
"cds_start": 3554,
"cds_end": null,
"cds_length": 3753,
"cdna_start": 4079,
"cdna_end": null,
"cdna_length": 6539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3533G>A",
"hgvs_p": "p.Arg1178Gln",
"transcript": "NM_001371158.1",
"protein_id": "NP_001358087.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1243,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3732,
"cdna_start": 4058,
"cdna_end": null,
"cdna_length": 6518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3506G>A",
"hgvs_p": "p.Arg1169Gln",
"transcript": "NM_001371145.1",
"protein_id": "NP_001358074.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3506,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 4031,
"cdna_end": null,
"cdna_length": 6491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3479G>A",
"hgvs_p": "p.Arg1160Gln",
"transcript": "NM_001371136.1",
"protein_id": "NP_001358065.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1225,
"cds_start": 3479,
"cds_end": null,
"cds_length": 3678,
"cdna_start": 4004,
"cdna_end": null,
"cdna_length": 6464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3470G>A",
"hgvs_p": "p.Arg1157Gln",
"transcript": "NM_001371140.1",
"protein_id": "NP_001358069.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1222,
"cds_start": 3470,
"cds_end": null,
"cds_length": 3669,
"cdna_start": 3995,
"cdna_end": null,
"cdna_length": 6455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3446G>A",
"hgvs_p": "p.Arg1149Gln",
"transcript": "NM_001371123.1",
"protein_id": "NP_001358052.1",
"transcript_support_level": null,
"aa_start": 1149,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3446,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 3828,
"cdna_end": null,
"cdna_length": 6288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3446G>A",
"hgvs_p": "p.Arg1149Gln",
"transcript": "NM_001371149.1",
"protein_id": "NP_001358078.1",
"transcript_support_level": null,
"aa_start": 1149,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3446,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 3971,
"cdna_end": null,
"cdna_length": 6431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "NM_001193582.2",
"protein_id": "NP_001180511.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 3962,
"cdna_end": null,
"cdna_length": 6422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "NM_001371128.1",
"protein_id": "NP_001358057.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4080,
"cdna_end": null,
"cdna_length": 6540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "NM_001371144.1",
"protein_id": "NP_001358073.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4226,
"cdna_end": null,
"cdna_length": 6686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "NM_001371168.1",
"protein_id": "NP_001358097.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 4116,
"cdna_end": null,
"cdna_length": 6576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "ENST00000413765.6",
"protein_id": "ENSP00000407858.3",
"transcript_support_level": 2,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 3923,
"cdna_end": null,
"cdna_length": 6406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3434G>A",
"hgvs_p": "p.Arg1145Gln",
"transcript": "NM_001371127.1",
"protein_id": "NP_001358056.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1210,
"cds_start": 3434,
"cds_end": null,
"cds_length": 3633,
"cdna_start": 3959,
"cdna_end": null,
"cdna_length": 6419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3413G>A",
"hgvs_p": "p.Arg1138Gln",
"transcript": "NM_001371173.1",
"protein_id": "NP_001358102.1",
"transcript_support_level": null,
"aa_start": 1138,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3413,
"cds_end": null,
"cds_length": 3612,
"cdna_start": 3938,
"cdna_end": null,
"cdna_length": 6398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3401G>A",
"hgvs_p": "p.Arg1134Gln",
"transcript": "NM_001371153.1",
"protein_id": "NP_001358082.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3401,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 4080,
"cdna_end": null,
"cdna_length": 6540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3401G>A",
"hgvs_p": "p.Arg1134Gln",
"transcript": "NM_001371161.1",
"protein_id": "NP_001358090.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3401,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 3926,
"cdna_end": null,
"cdna_length": 6386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3395G>A",
"hgvs_p": "p.Arg1132Gln",
"transcript": "NM_001371160.1",
"protein_id": "NP_001358089.1",
"transcript_support_level": null,
"aa_start": 1132,
"aa_end": null,
"aa_length": 1197,
"cds_start": 3395,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 3920,
"cdna_end": null,
"cdna_length": 6380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3389G>A",
"hgvs_p": "p.Arg1130Gln",
"transcript": "NM_001371135.1",
"protein_id": "NP_001358064.1",
"transcript_support_level": null,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1195,
"cds_start": 3389,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 3914,
"cdna_end": null,
"cdna_length": 6374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001193583.2",
"protein_id": "NP_001180512.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3905,
"cdna_end": null,
"cdna_length": 6365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371122.1",
"protein_id": "NP_001358051.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3762,
"cdna_end": null,
"cdna_length": 6222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371139.1",
"protein_id": "NP_001358068.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4059,
"cdna_end": null,
"cdna_length": 6519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371155.1",
"protein_id": "NP_001358084.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4056,
"cdna_end": null,
"cdna_length": 6516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371159.1",
"protein_id": "NP_001358088.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3905,
"cdna_end": null,
"cdna_length": 6365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371163.1",
"protein_id": "NP_001358092.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4323,
"cdna_end": null,
"cdna_length": 6783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371165.1",
"protein_id": "NP_001358094.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4074,
"cdna_end": null,
"cdna_length": 6534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371167.1",
"protein_id": "NP_001358096.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 4023,
"cdna_end": null,
"cdna_length": 6483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371177.1",
"protein_id": "NP_001358106.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3659,
"cdna_end": null,
"cdna_length": 6119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3380G>A",
"hgvs_p": "p.Arg1127Gln",
"transcript": "NM_001371181.1",
"protein_id": "NP_001358110.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3825,
"cdna_end": null,
"cdna_length": 6285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3371G>A",
"hgvs_p": "p.Arg1124Gln",
"transcript": "NM_001371143.1",
"protein_id": "NP_001358072.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3371,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 3972,
"cdna_end": null,
"cdna_length": 6432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3371G>A",
"hgvs_p": "p.Arg1124Gln",
"transcript": "NM_001371164.1",
"protein_id": "NP_001358093.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3371,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 3954,
"cdna_end": null,
"cdna_length": 6414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3371G>A",
"hgvs_p": "p.Arg1124Gln",
"transcript": "NM_001371174.1",
"protein_id": "NP_001358103.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3371,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 3896,
"cdna_end": null,
"cdna_length": 6356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3362G>A",
"hgvs_p": "p.Arg1121Gln",
"transcript": "NM_001371130.1",
"protein_id": "NP_001358059.1",
"transcript_support_level": null,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3362,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3957,
"cdna_end": null,
"cdna_length": 6417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3362G>A",
"hgvs_p": "p.Arg1121Gln",
"transcript": "NM_001371152.1",
"protein_id": "NP_001358081.1",
"transcript_support_level": null,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3362,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3887,
"cdna_end": null,
"cdna_length": 6347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3362G>A",
"hgvs_p": "p.Arg1121Gln",
"transcript": "NM_001371176.1",
"protein_id": "NP_001358105.1",
"transcript_support_level": null,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3362,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3641,
"cdna_end": null,
"cdna_length": 6101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3356G>A",
"hgvs_p": "p.Arg1119Gln",
"transcript": "NM_001371129.1",
"protein_id": "NP_001358058.1",
"transcript_support_level": null,
"aa_start": 1119,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3356,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 3881,
"cdna_end": null,
"cdna_length": 6341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3356G>A",
"hgvs_p": "p.Arg1119Gln",
"transcript": "NM_001371132.1",
"protein_id": "NP_001358061.1",
"transcript_support_level": null,
"aa_start": 1119,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3356,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 3999,
"cdna_end": null,
"cdna_length": 6459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_001371133.1",
"protein_id": "NP_001358062.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 4142,
"cdna_end": null,
"cdna_length": 6602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_001371141.1",
"protein_id": "NP_001358070.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3929,
"cdna_end": null,
"cdna_length": 6389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_001371151.1",
"protein_id": "NP_001358080.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3720,
"cdna_end": null,
"cdna_length": 6180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_001371171.1",
"protein_id": "NP_001358100.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3976,
"cdna_end": null,
"cdna_length": 6436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_001371178.1",
"protein_id": "NP_001358107.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3632,
"cdna_end": null,
"cdna_length": 6092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "NM_005010.5",
"protein_id": "NP_005001.3",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3878,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3350G>A",
"hgvs_p": "p.Arg1117Gln",
"transcript": "NM_001371134.1",
"protein_id": "NP_001358063.1",
"transcript_support_level": null,
"aa_start": 1117,
"aa_end": null,
"aa_length": 1182,
"cds_start": 3350,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 3875,
"cdna_end": null,
"cdna_length": 6335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3344G>A",
"hgvs_p": "p.Arg1115Gln",
"transcript": "NM_001193584.2",
"protein_id": "NP_001180513.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3344,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 3869,
"cdna_end": null,
"cdna_length": 6329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3344G>A",
"hgvs_p": "p.Arg1115Gln",
"transcript": "NM_001371162.1",
"protein_id": "NP_001358091.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3344,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 4023,
"cdna_end": null,
"cdna_length": 6483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3305G>A",
"hgvs_p": "p.Arg1102Gln",
"transcript": "NM_001371182.1",
"protein_id": "NP_001358111.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3305,
"cds_end": null,
"cds_length": 3504,
"cdna_start": 3750,
"cdna_end": null,
"cdna_length": 6210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3167G>A",
"hgvs_p": "p.Arg1056Gln",
"transcript": "NM_001371154.1",
"protein_id": "NP_001358083.1",
"transcript_support_level": null,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3167,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 3692,
"cdna_end": null,
"cdna_length": 6152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3167G>A",
"hgvs_p": "p.Arg1056Gln",
"transcript": "NM_001371166.1",
"protein_id": "NP_001358095.1",
"transcript_support_level": null,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3167,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 3810,
"cdna_end": null,
"cdna_length": 6270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3095G>A",
"hgvs_p": "p.Arg1032Gln",
"transcript": "NM_001371170.1",
"protein_id": "NP_001358099.1",
"transcript_support_level": null,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1097,
"cds_start": 3095,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 3678,
"cdna_end": null,
"cdna_length": 6138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3092G>A",
"hgvs_p": "p.Arg1031Gln",
"transcript": "NM_001371125.1",
"protein_id": "NP_001358054.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 3693,
"cdna_end": null,
"cdna_length": 6153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3092G>A",
"hgvs_p": "p.Arg1031Gln",
"transcript": "NM_001371147.1",
"protein_id": "NP_001358076.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 3897,
"cdna_end": null,
"cdna_length": 6357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3083G>A",
"hgvs_p": "p.Arg1028Gln",
"transcript": "NM_001371148.1",
"protein_id": "NP_001358077.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3083,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3666,
"cdna_end": null,
"cdna_length": 6126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3083G>A",
"hgvs_p": "p.Arg1028Gln",
"transcript": "NM_001371179.1",
"protein_id": "NP_001358108.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3083,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3921,
"cdna_end": null,
"cdna_length": 6381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3083G>A",
"hgvs_p": "p.Arg1028Gln",
"transcript": "NM_001371180.1",
"protein_id": "NP_001358109.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3083,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3420,
"cdna_end": null,
"cdna_length": 5880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3065G>A",
"hgvs_p": "p.Arg1022Gln",
"transcript": "NM_001371142.1",
"protein_id": "NP_001358071.1",
"transcript_support_level": null,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1087,
"cds_start": 3065,
"cds_end": null,
"cds_length": 3264,
"cdna_start": 3870,
"cdna_end": null,
"cdna_length": 6330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3053G>A",
"hgvs_p": "p.Arg1018Gln",
"transcript": "NM_001371175.1",
"protein_id": "NP_001358104.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1083,
"cds_start": 3053,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 3578,
"cdna_end": null,
"cdna_length": 6038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.2444G>A",
"hgvs_p": "p.Arg815Gln",
"transcript": "NM_001371137.1",
"protein_id": "NP_001358066.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 880,
"cds_start": 2444,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 3709,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.410G>A",
"hgvs_p": "p.Arg137Gln",
"transcript": "ENST00000445634.2",
"protein_id": "ENSP00000398174.2",
"transcript_support_level": 4,
"aa_start": 137,
"aa_end": null,
"aa_length": 188,
"cds_start": 410,
"cds_end": null,
"cds_length": 567,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3737G>A",
"hgvs_p": "p.Arg1246Gln",
"transcript": "XM_011516253.3",
"protein_id": "XP_011514555.1",
"transcript_support_level": null,
"aa_start": 1246,
"aa_end": null,
"aa_length": 1311,
"cds_start": 3737,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 4262,
"cdna_end": null,
"cdna_length": 6722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3737G>A",
"hgvs_p": "p.Arg1246Gln",
"transcript": "XM_011516255.2",
"protein_id": "XP_011514557.1",
"transcript_support_level": null,
"aa_start": 1246,
"aa_end": null,
"aa_length": 1311,
"cds_start": 3737,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 4016,
"cdna_end": null,
"cdna_length": 6476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3728G>A",
"hgvs_p": "p.Arg1243Gln",
"transcript": "XM_006716003.3",
"protein_id": "XP_006716066.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1308,
"cds_start": 3728,
"cds_end": null,
"cds_length": 3927,
"cdna_start": 4253,
"cdna_end": null,
"cdna_length": 6713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3719G>A",
"hgvs_p": "p.Arg1240Gln",
"transcript": "XM_011516257.3",
"protein_id": "XP_011514559.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3719,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 4244,
"cdna_end": null,
"cdna_length": 6704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3719G>A",
"hgvs_p": "p.Arg1240Gln",
"transcript": "XM_011516258.2",
"protein_id": "XP_011514560.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3719,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 3998,
"cdna_end": null,
"cdna_length": 6458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3707G>A",
"hgvs_p": "p.Arg1236Gln",
"transcript": "XM_011516259.3",
"protein_id": "XP_011514561.1",
"transcript_support_level": null,
"aa_start": 1236,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3707,
"cds_end": null,
"cds_length": 3906,
"cdna_start": 4232,
"cdna_end": null,
"cdna_length": 6692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3698G>A",
"hgvs_p": "p.Arg1233Gln",
"transcript": "XM_017012236.3",
"protein_id": "XP_016867725.1",
"transcript_support_level": null,
"aa_start": 1233,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3698,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 4223,
"cdna_end": null,
"cdna_length": 6683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3689G>A",
"hgvs_p": "p.Arg1230Gln",
"transcript": "XM_011516261.3",
"protein_id": "XP_011514563.1",
"transcript_support_level": null,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1295,
"cds_start": 3689,
"cds_end": null,
"cds_length": 3888,
"cdna_start": 4214,
"cdna_end": null,
"cdna_length": 6674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3680G>A",
"hgvs_p": "p.Arg1227Gln",
"transcript": "XM_011516262.3",
"protein_id": "XP_011514564.1",
"transcript_support_level": null,
"aa_start": 1227,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3680,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4205,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3680G>A",
"hgvs_p": "p.Arg1227Gln",
"transcript": "XM_047420417.1",
"protein_id": "XP_047276373.1",
"transcript_support_level": null,
"aa_start": 1227,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3680,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4205,
"cdna_end": null,
"cdna_length": 6665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3668G>A",
"hgvs_p": "p.Arg1223Gln",
"transcript": "XM_017012238.3",
"protein_id": "XP_016867727.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 4193,
"cdna_end": null,
"cdna_length": 6653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3662G>A",
"hgvs_p": "p.Arg1221Gln",
"transcript": "XM_017012239.3",
"protein_id": "XP_016867728.1",
"transcript_support_level": null,
"aa_start": 1221,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3662,
"cds_end": null,
"cds_length": 3861,
"cdna_start": 4187,
"cdna_end": null,
"cdna_length": 6647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3650G>A",
"hgvs_p": "p.Arg1217Gln",
"transcript": "XM_047420418.1",
"protein_id": "XP_047276374.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3650,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 4175,
"cdna_end": null,
"cdna_length": 6635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3458G>A",
"hgvs_p": "p.Arg1153Gln",
"transcript": "XM_011516267.3",
"protein_id": "XP_011514569.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1218,
"cds_start": 3458,
"cds_end": null,
"cds_length": 3657,
"cdna_start": 3983,
"cdna_end": null,
"cdna_length": 6443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3449G>A",
"hgvs_p": "p.Arg1150Gln",
"transcript": "XM_006716012.3",
"protein_id": "XP_006716075.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3449,
"cds_end": null,
"cds_length": 3648,
"cdna_start": 3974,
"cdna_end": null,
"cdna_length": 6434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3449G>A",
"hgvs_p": "p.Arg1150Gln",
"transcript": "XM_011516268.3",
"protein_id": "XP_011514570.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3449,
"cds_end": null,
"cds_length": 3648,
"cdna_start": 4032,
"cdna_end": null,
"cdna_length": 6492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3422G>A",
"hgvs_p": "p.Arg1141Gln",
"transcript": "XM_011516269.3",
"protein_id": "XP_011514571.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3422,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 3947,
"cdna_end": null,
"cdna_length": 6407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3419G>A",
"hgvs_p": "p.Arg1140Gln",
"transcript": "XM_017012246.3",
"protein_id": "XP_016867735.1",
"transcript_support_level": null,
"aa_start": 1140,
"aa_end": null,
"aa_length": 1205,
"cds_start": 3419,
"cds_end": null,
"cds_length": 3618,
"cdna_start": 3944,
"cdna_end": null,
"cdna_length": 6404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3413G>A",
"hgvs_p": "p.Arg1138Gln",
"transcript": "XM_006716014.3",
"protein_id": "XP_006716077.1",
"transcript_support_level": null,
"aa_start": 1138,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3413,
"cds_end": null,
"cds_length": 3612,
"cdna_start": 3938,
"cdna_end": null,
"cdna_length": 6398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3410G>A",
"hgvs_p": "p.Arg1137Gln",
"transcript": "XM_011516270.3",
"protein_id": "XP_011514572.1",
"transcript_support_level": null,
"aa_start": 1137,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3410,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 3935,
"cdna_end": null,
"cdna_length": 6395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3407G>A",
"hgvs_p": "p.Arg1136Gln",
"transcript": "XM_047420419.1",
"protein_id": "XP_047276375.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3407,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 3932,
"cdna_end": null,
"cdna_length": 6392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3392G>A",
"hgvs_p": "p.Arg1131Gln",
"transcript": "XM_017012247.3",
"protein_id": "XP_016867736.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3392,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3917,
"cdna_end": null,
"cdna_length": 6377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3392G>A",
"hgvs_p": "p.Arg1131Gln",
"transcript": "XM_017012248.3",
"protein_id": "XP_016867737.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3392,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3917,
"cdna_end": null,
"cdna_length": 6377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3383G>A",
"hgvs_p": "p.Arg1128Gln",
"transcript": "XM_017012251.3",
"protein_id": "XP_016867740.1",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3383,
"cds_end": null,
"cds_length": 3582,
"cdna_start": 3908,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3383G>A",
"hgvs_p": "p.Arg1128Gln",
"transcript": "XM_024446777.2",
"protein_id": "XP_024302545.1",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3383,
"cds_end": null,
"cds_length": 3582,
"cdna_start": 3908,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3365G>A",
"hgvs_p": "p.Arg1122Gln",
"transcript": "XM_024446778.2",
"protein_id": "XP_024302546.1",
"transcript_support_level": null,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3365,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 3890,
"cdna_end": null,
"cdna_length": 6350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3353G>A",
"hgvs_p": "p.Arg1118Gln",
"transcript": "XM_047420420.1",
"protein_id": "XP_047276376.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1183,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 3878,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3332G>A",
"hgvs_p": "p.Arg1111Gln",
"transcript": "XM_047420422.1",
"protein_id": "XP_047276378.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1176,
"cds_start": 3332,
"cds_end": null,
"cds_length": 3531,
"cdna_start": 3857,
"cdna_end": null,
"cdna_length": 6317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3326G>A",
"hgvs_p": "p.Arg1109Gln",
"transcript": "XM_047420424.1",
"protein_id": "XP_047276380.1",
"transcript_support_level": null,
"aa_start": 1109,
"aa_end": null,
"aa_length": 1174,
"cds_start": 3326,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 3851,
"cdna_end": null,
"cdna_length": 6311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3323G>A",
"hgvs_p": "p.Arg1108Gln",
"transcript": "XM_047420421.1",
"protein_id": "XP_047276377.1",
"transcript_support_level": null,
"aa_start": 1108,
"aa_end": null,
"aa_length": 1173,
"cds_start": 3323,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 3848,
"cdna_end": null,
"cdna_length": 6308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3314G>A",
"hgvs_p": "p.Arg1105Gln",
"transcript": "XM_047420423.1",
"protein_id": "XP_047276379.1",
"transcript_support_level": null,
"aa_start": 1105,
"aa_end": null,
"aa_length": 1170,
"cds_start": 3314,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 3839,
"cdna_end": null,
"cdna_length": 6299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3305G>A",
"hgvs_p": "p.Arg1102Gln",
"transcript": "XM_024446779.2",
"protein_id": "XP_024302547.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3305,
"cds_end": null,
"cds_length": 3504,
"cdna_start": 3830,
"cdna_end": null,
"cdna_length": 6290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.3296G>A",
"hgvs_p": "p.Arg1099Gln",
"transcript": "XM_047420425.1",
"protein_id": "XP_047276381.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1164,
"cds_start": 3296,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 3821,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.494G>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
},
{
"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.3967G>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.4255G>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.4120G>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.3959G>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.4010G>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.*64G>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.*64G>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
}
],
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"dbsnp": "rs753564364",
"frequency_reference_population": 0.000008063866,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.0000068494,
"gnomad_genomes_af": 0.0000197176,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13829335570335388,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.417,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.113,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.043,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000379028.8",
"gene_symbol": "NRCAM",
"hgnc_id": 7994,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3716G>A",
"hgvs_p": "p.Arg1239Gln"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}