← 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: 10-11165656-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=11165656&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 11165656,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001326342.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001326342.2",
"protein_id": "NP_001313271.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 521,
"cds_start": 245,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9406,
"mane_select": "ENST00000633077.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "ENST00000633077.2",
"protein_id": "ENSP00000488690.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 521,
"cds_start": 245,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9406,
"mane_select": "NM_001326342.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "ENST00000632065.1",
"protein_id": "ENSP00000488422.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 533,
"cds_start": 245,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 1952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "ENST00000542579.5",
"protein_id": "ENSP00000443926.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 521,
"cds_start": 245,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 7982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "ENST00000416382.6",
"protein_id": "ENSP00000406451.2",
"transcript_support_level": 1,
"aa_start": 75,
"aa_end": null,
"aa_length": 508,
"cds_start": 224,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 291,
"cdna_end": null,
"cdna_length": 6894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000417956.6",
"protein_id": "ENSP00000404834.3",
"transcript_support_level": 1,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 8044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000608830.5",
"protein_id": "ENSP00000476999.1",
"transcript_support_level": 1,
"aa_start": 51,
"aa_end": null,
"aa_length": 488,
"cds_start": 152,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.317G>A",
"hgvs_p": "p.Arg106Gln",
"transcript": "NM_001326325.2",
"protein_id": "NP_001313254.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 539,
"cds_start": 317,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 7933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001326343.2",
"protein_id": "NP_001313272.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 539,
"cds_start": 245,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001326340.2",
"protein_id": "NP_001313269.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 533,
"cds_start": 245,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001326336.2",
"protein_id": "NP_001313265.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 532,
"cds_start": 224,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 9297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "NM_001326327.2",
"protein_id": "NP_001313256.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 526,
"cds_start": 260,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "ENST00000637215.1",
"protein_id": "ENSP00000490185.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 526,
"cds_start": 260,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 628,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_006561.4",
"protein_id": "NP_006552.3",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 521,
"cds_start": 245,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 8048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "NM_001326326.2",
"protein_id": "NP_001313255.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 520,
"cds_start": 260,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "ENST00000636488.1",
"protein_id": "ENSP00000489955.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 520,
"cds_start": 260,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 401,
"cdna_end": null,
"cdna_length": 3908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001394518.1",
"protein_id": "NP_001381447.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 519,
"cds_start": 245,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 8042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001394519.1",
"protein_id": "NP_001381448.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 519,
"cds_start": 245,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001326341.2",
"protein_id": "NP_001313270.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 515,
"cds_start": 245,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 8030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "NM_001394513.1",
"protein_id": "NP_001381442.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 515,
"cds_start": 245,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 9388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001326331.2",
"protein_id": "NP_001313260.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 514,
"cds_start": 224,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001394502.1",
"protein_id": "NP_001381431.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 514,
"cds_start": 224,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 9243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "ENST00000631816.1",
"protein_id": "ENSP00000488268.1",
"transcript_support_level": 2,
"aa_start": 75,
"aa_end": null,
"aa_length": 514,
"cds_start": 224,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 1803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001326335.2",
"protein_id": "NP_001313264.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 512,
"cds_start": 224,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001025077.3",
"protein_id": "NP_001020248.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 508,
"cds_start": 224,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 9225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326319.2",
"protein_id": "NP_001313248.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 508,
"cds_start": 152,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 9318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001326332.2",
"protein_id": "NP_001313261.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 508,
"cds_start": 224,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "ENST00000631460.1",
"protein_id": "ENSP00000488582.1",
"transcript_support_level": 5,
"aa_start": 75,
"aa_end": null,
"aa_length": 508,
"cds_start": 224,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 288,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326323.2",
"protein_id": "NP_001313252.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 504,
"cds_start": 152,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 8004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000354897.3",
"protein_id": "ENSP00000346971.3",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 502,
"cds_start": 152,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 171,
"cdna_end": null,
"cdna_length": 1754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326321.2",
"protein_id": "NP_001313250.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 498,
"cds_start": 152,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 9250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.176G>A",
"hgvs_p": "p.Arg59Gln",
"transcript": "NM_001326347.1",
"protein_id": "NP_001313276.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 496,
"cds_start": 176,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001025076.2",
"protein_id": "NP_001020247.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 8044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326318.2",
"protein_id": "NP_001313247.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 9226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326320.2",
"protein_id": "NP_001313249.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 7962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326324.2",
"protein_id": "NP_001313253.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 7857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326328.2",
"protein_id": "NP_001313257.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 7979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326330.2",
"protein_id": "NP_001313259.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 9465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326334.2",
"protein_id": "NP_001313263.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 9428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326345.2",
"protein_id": "NP_001313274.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 7865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326349.2",
"protein_id": "NP_001313278.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 9337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000399850.7",
"protein_id": "ENSP00000382743.3",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 7085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000632728.1",
"protein_id": "ENSP00000487802.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 260,
"cdna_end": null,
"cdna_length": 3827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000638035.1",
"protein_id": "ENSP00000490401.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 1849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001083591.1",
"protein_id": "NP_001077060.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 488,
"cds_start": 152,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 8038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326317.2",
"protein_id": "NP_001313246.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 9208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326329.2",
"protein_id": "NP_001313258.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 9447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326344.2",
"protein_id": "NP_001313273.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 202,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001326348.2",
"protein_id": "NP_001313277.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 7961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "NM_001394517.1",
"protein_id": "NP_001381446.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 9319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "NM_001326337.2",
"protein_id": "NP_001313266.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 452,
"cds_start": 224,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "ENST00000609692.5",
"protein_id": "ENSP00000476656.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 440,
"cds_start": 152,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.317G>A",
"hgvs_p": "p.Arg106Gln",
"transcript": "XM_047424482.1",
"protein_id": "XP_047280438.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 549,
"cds_start": 317,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 7963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.317G>A",
"hgvs_p": "p.Arg106Gln",
"transcript": "XM_047424483.1",
"protein_id": "XP_047280439.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 545,
"cds_start": 317,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 7951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "XM_047424484.1",
"protein_id": "XP_047280440.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 530,
"cds_start": 260,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 7976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "XM_047424485.1",
"protein_id": "XP_047280441.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 530,
"cds_start": 260,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 8017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "XM_047424486.1",
"protein_id": "XP_047280442.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 525,
"cds_start": 245,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 8060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "XM_047424487.1",
"protein_id": "XP_047280443.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 524,
"cds_start": 260,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.224G>A",
"hgvs_p": "p.Arg75Gln",
"transcript": "XM_024447776.2",
"protein_id": "XP_024303544.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 518,
"cds_start": 224,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 7897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424489.1",
"protein_id": "XP_047280445.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 8056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424490.1",
"protein_id": "XP_047280446.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 7880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424491.1",
"protein_id": "XP_047280447.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 7991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424492.1",
"protein_id": "XP_047280448.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 432,
"cdna_end": null,
"cdna_length": 8029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424493.1",
"protein_id": "XP_047280449.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 7946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424494.1",
"protein_id": "XP_047280450.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 8012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424495.1",
"protein_id": "XP_047280451.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 429,
"cdna_end": null,
"cdna_length": 8026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424496.1",
"protein_id": "XP_047280452.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 7907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424498.1",
"protein_id": "XP_047280454.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 7877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424499.1",
"protein_id": "XP_047280455.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 338,
"cdna_end": null,
"cdna_length": 7935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424500.1",
"protein_id": "XP_047280456.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 152,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 236,
"cdna_end": null,
"cdna_length": 7833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424501.1",
"protein_id": "XP_047280457.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 7868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424502.1",
"protein_id": "XP_047280458.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 375,
"cdna_end": null,
"cdna_length": 7960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424503.1",
"protein_id": "XP_047280459.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 490,
"cds_start": 152,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 9202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424504.1",
"protein_id": "XP_047280460.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 488,
"cds_start": 152,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 271,
"cdna_end": null,
"cdna_length": 7850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424505.1",
"protein_id": "XP_047280461.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 484,
"cds_start": 152,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 7864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.260G>A",
"hgvs_p": "p.Arg87Gln",
"transcript": "XM_047424506.1",
"protein_id": "XP_047280462.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 464,
"cds_start": 260,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 9057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln",
"transcript": "XM_047424507.1",
"protein_id": "XP_047280463.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 459,
"cds_start": 245,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 7862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424488.1",
"protein_id": "XP_047280444.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 428,
"cds_start": 152,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 7606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_047424508.1",
"protein_id": "XP_047280464.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 356,
"cds_start": 152,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 1395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "n.152G>A",
"hgvs_p": null,
"transcript": "ENST00000609870.5",
"protein_id": "ENSP00000476392.1",
"transcript_support_level": 2,
"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": 1549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "n.224G>A",
"hgvs_p": null,
"transcript": "ENST00000633200.1",
"protein_id": "ENSP00000488438.1",
"transcript_support_level": 2,
"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": 1496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.-27G>A",
"hgvs_p": null,
"transcript": "NM_001326339.2",
"protein_id": "NP_001313268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.-27G>A",
"hgvs_p": null,
"transcript": "NM_001326338.2",
"protein_id": "NP_001313267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.-381G>A",
"hgvs_p": null,
"transcript": "NM_001326333.2",
"protein_id": "NP_001313262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": -4,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.-298G>A",
"hgvs_p": null,
"transcript": "NM_001326346.2",
"protein_id": "NP_001313275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"hgvs_c": "c.-27G>A",
"hgvs_p": null,
"transcript": "XM_047424509.1",
"protein_id": "XP_047280465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CELF2",
"gene_hgnc_id": 2550,
"dbsnp": "rs2133355531",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5607898831367493,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.31,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8977,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.827,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001326342.2",
"gene_symbol": "CELF2",
"hgnc_id": 2550,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.245G>A",
"hgvs_p": "p.Arg82Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}