← 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-108148806-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=108148806&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 108148806,
"ref": "A",
"alt": "T",
"effect": "3_prime_UTR_variant",
"transcript": "NM_001371156.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001037132.4",
"protein_id": "NP_001032209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1304,
"cds_start": null,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000379028.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001037132.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000379028.8",
"protein_id": "ENSP00000368314.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1304,
"cds_start": null,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001037132.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379028.8"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000379024.8",
"protein_id": "ENSP00000368310.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379024.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000351718.8",
"protein_id": "ENSP00000325269.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351718.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.1652T>A",
"hgvs_p": null,
"transcript": "ENST00000522550.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000522550.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371156.1",
"protein_id": "NP_001358085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1307,
"cds_start": null,
"cds_end": null,
"cds_length": 3924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371131.1",
"protein_id": "NP_001358060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1304,
"cds_start": null,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371169.1",
"protein_id": "NP_001358098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371119.1",
"protein_id": "NP_001358048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": null,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371124.1",
"protein_id": "NP_001358053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371126.1",
"protein_id": "NP_001358055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371172.1",
"protein_id": "NP_001358101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371172.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953264.1",
"protein_id": "ENSP00000623323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953264.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371146.1",
"protein_id": "NP_001358075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": null,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371146.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371138.1",
"protein_id": "NP_001358067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": null,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953263.1",
"protein_id": "ENSP00000623322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": null,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953263.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371158.1",
"protein_id": "NP_001358087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1243,
"cds_start": null,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371158.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953265.1",
"protein_id": "ENSP00000623324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1243,
"cds_start": null,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953265.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371145.1",
"protein_id": "NP_001358074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": null,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371145.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371136.1",
"protein_id": "NP_001358065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1225,
"cds_start": null,
"cds_end": null,
"cds_length": 3678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371136.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371140.1",
"protein_id": "NP_001358069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1222,
"cds_start": null,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371123.1",
"protein_id": "NP_001358052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1214,
"cds_start": null,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371149.1",
"protein_id": "NP_001358078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1214,
"cds_start": null,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371149.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001193582.2",
"protein_id": "NP_001180511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193582.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371128.1",
"protein_id": "NP_001358057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371128.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371144.1",
"protein_id": "NP_001358073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371144.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371168.1",
"protein_id": "NP_001358097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371168.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000413765.6",
"protein_id": "ENSP00000407858.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413765.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371127.1",
"protein_id": "NP_001358056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": null,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371173.1",
"protein_id": "NP_001358102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1203,
"cds_start": null,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371173.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371153.1",
"protein_id": "NP_001358082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": null,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371153.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371161.1",
"protein_id": "NP_001358090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": null,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371161.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371160.1",
"protein_id": "NP_001358089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1197,
"cds_start": null,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371160.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371135.1",
"protein_id": "NP_001358064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1195,
"cds_start": null,
"cds_end": null,
"cds_length": 3588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371135.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953266.1",
"protein_id": "ENSP00000623325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1195,
"cds_start": null,
"cds_end": null,
"cds_length": 3588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953266.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001193583.2",
"protein_id": "NP_001180512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193583.2"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371122.1",
"protein_id": "NP_001358051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371122.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371139.1",
"protein_id": "NP_001358068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371139.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371155.1",
"protein_id": "NP_001358084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371155.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371159.1",
"protein_id": "NP_001358088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371159.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371163.1",
"protein_id": "NP_001358092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371163.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371165.1",
"protein_id": "NP_001358094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371167.1",
"protein_id": "NP_001358096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371167.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371177.1",
"protein_id": "NP_001358106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371181.1",
"protein_id": "NP_001358110.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": null,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371181.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953270.1",
"protein_id": "ENSP00000623329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1190,
"cds_start": null,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371143.1",
"protein_id": "NP_001358072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1189,
"cds_start": null,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371143.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371164.1",
"protein_id": "NP_001358093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1189,
"cds_start": null,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371164.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371174.1",
"protein_id": "NP_001358103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1189,
"cds_start": null,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371174.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953267.1",
"protein_id": "ENSP00000623326.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1187,
"cds_start": null,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953267.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371130.1",
"protein_id": "NP_001358059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371130.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371152.1",
"protein_id": "NP_001358081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371176.1",
"protein_id": "NP_001358105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371176.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878872.1",
"protein_id": "ENSP00000548931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878872.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878875.1",
"protein_id": "ENSP00000548934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878875.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371129.1",
"protein_id": "NP_001358058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371129.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371132.1",
"protein_id": "NP_001358061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371132.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371133.1",
"protein_id": "NP_001358062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371133.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371141.1",
"protein_id": "NP_001358070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371141.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371151.1",
"protein_id": "NP_001358080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371151.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371171.1",
"protein_id": "NP_001358100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371178.1",
"protein_id": "NP_001358107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371178.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_005010.5",
"protein_id": "NP_005001.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005010.5"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878870.1",
"protein_id": "ENSP00000548929.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878871.1",
"protein_id": "ENSP00000548930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878871.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878874.1",
"protein_id": "ENSP00000548933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878874.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953269.1",
"protein_id": "ENSP00000623328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953269.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371134.1",
"protein_id": "NP_001358063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1182,
"cds_start": null,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371134.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001193584.2",
"protein_id": "NP_001180513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1180,
"cds_start": null,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193584.2"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371162.1",
"protein_id": "NP_001358091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1180,
"cds_start": null,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371162.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953268.1",
"protein_id": "ENSP00000623327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1180,
"cds_start": null,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953268.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371182.1",
"protein_id": "NP_001358111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1167,
"cds_start": null,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371182.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878868.1",
"protein_id": "ENSP00000548927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1167,
"cds_start": null,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878868.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878869.1",
"protein_id": "ENSP00000548928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000953262.1",
"protein_id": "ENSP00000623321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953262.1"
},
{
"aa_ref": 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.*1367T>A",
"hgvs_p": null,
"transcript": "NM_001371150.1",
"protein_id": "NP_001358079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1121,
"cds_start": null,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371154.1",
"protein_id": "NP_001358083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1121,
"cds_start": null,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "c.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371166.1",
"protein_id": "NP_001358095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1121,
"cds_start": null,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371166.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "c.*1367T>A",
"hgvs_p": null,
"transcript": "NM_001371157.1",
"protein_id": "NP_001358086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": null,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371157.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371170.1",
"protein_id": "NP_001358099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": null,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371170.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371125.1",
"protein_id": "NP_001358054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1096,
"cds_start": null,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371125.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371147.1",
"protein_id": "NP_001358076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1096,
"cds_start": null,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371147.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371148.1",
"protein_id": "NP_001358077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1093,
"cds_start": null,
"cds_end": null,
"cds_length": 3282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371148.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371179.1",
"protein_id": "NP_001358108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1093,
"cds_start": null,
"cds_end": null,
"cds_length": 3282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371179.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371180.1",
"protein_id": "NP_001358109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1093,
"cds_start": null,
"cds_end": null,
"cds_length": 3282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371180.1"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371142.1",
"protein_id": "NP_001358071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1087,
"cds_start": null,
"cds_end": null,
"cds_length": 3264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371175.1",
"protein_id": "NP_001358104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371175.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "NM_001371137.1",
"protein_id": "NP_001358066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371137.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "c.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000932236.1",
"protein_id": "ENSP00000602295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": null,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932236.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516253.3",
"protein_id": "XP_011514555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1311,
"cds_start": null,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516253.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516255.2",
"protein_id": "XP_011514557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1311,
"cds_start": null,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516255.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_006716003.3",
"protein_id": "XP_006716066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1308,
"cds_start": null,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716003.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516257.3",
"protein_id": "XP_011514559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1305,
"cds_start": null,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516257.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516258.2",
"protein_id": "XP_011514560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1305,
"cds_start": null,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516258.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516259.3",
"protein_id": "XP_011514561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1301,
"cds_start": null,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516259.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012236.3",
"protein_id": "XP_016867725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": null,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012236.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516261.3",
"protein_id": "XP_011514563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": null,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516261.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516262.3",
"protein_id": "XP_011514564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516262.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420417.1",
"protein_id": "XP_047276373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012238.3",
"protein_id": "XP_016867727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": null,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012238.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012239.3",
"protein_id": "XP_016867728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1286,
"cds_start": null,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012239.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420418.1",
"protein_id": "XP_047276374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1282,
"cds_start": null,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420418.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516267.3",
"protein_id": "XP_011514569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1218,
"cds_start": null,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516267.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_006716012.3",
"protein_id": "XP_006716075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716012.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516268.3",
"protein_id": "XP_011514570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516268.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516269.3",
"protein_id": "XP_011514571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1206,
"cds_start": null,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516269.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012246.3",
"protein_id": "XP_016867735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1205,
"cds_start": null,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012246.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_006716014.3",
"protein_id": "XP_006716077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1203,
"cds_start": null,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716014.3"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_011516270.3",
"protein_id": "XP_011514572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1202,
"cds_start": null,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516270.3"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420419.1",
"protein_id": "XP_047276375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1201,
"cds_start": null,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012247.3",
"protein_id": "XP_016867736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1196,
"cds_start": null,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012247.3"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012248.3",
"protein_id": "XP_016867737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1196,
"cds_start": null,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012248.3"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_017012251.3",
"protein_id": "XP_016867740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1193,
"cds_start": null,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012251.3"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_024446777.2",
"protein_id": "XP_024302545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1193,
"cds_start": null,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446777.2"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_024446778.2",
"protein_id": "XP_024302546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1187,
"cds_start": null,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446778.2"
},
{
"aa_ref": 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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420420.1",
"protein_id": "XP_047276376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420422.1",
"protein_id": "XP_047276378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1176,
"cds_start": null,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420422.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420424.1",
"protein_id": "XP_047276380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1174,
"cds_start": null,
"cds_end": null,
"cds_length": 3525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420424.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420421.1",
"protein_id": "XP_047276377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": null,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420421.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420423.1",
"protein_id": "XP_047276379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": null,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_024446779.2",
"protein_id": "XP_024302547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1167,
"cds_start": null,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446779.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_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.*1104T>A",
"hgvs_p": null,
"transcript": "XM_047420425.1",
"protein_id": "XP_047276381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": 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.5270T>A",
"hgvs_p": null,
"transcript": "NR_163867.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.5558T>A",
"hgvs_p": null,
"transcript": "NR_163868.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163868.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.5423T>A",
"hgvs_p": null,
"transcript": "NR_163869.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.5262T>A",
"hgvs_p": null,
"transcript": "NR_163870.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "n.5313T>A",
"hgvs_p": null,
"transcript": "NR_163871.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"hgvs_c": "c.*1104T>A",
"hgvs_p": null,
"transcript": "ENST00000878876.1",
"protein_id": "ENSP00000548935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1182,
"cds_start": null,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878876.1"
}
],
"gene_symbol": "NRCAM",
"gene_hgnc_id": 7994,
"dbsnp": "rs439587",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.75,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.32,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001371156.1",
"gene_symbol": "NRCAM",
"hgnc_id": 7994,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*1104T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}