← 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: 22-35745928-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=35745928&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 35745928,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001082578.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "NM_001349999.2",
"protein_id": "NP_001336928.2",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 447,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000695854.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349999.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "ENST00000695854.1",
"protein_id": "ENSP00000512219.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 447,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001349999.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695854.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr",
"transcript": "ENST00000438146.7",
"protein_id": "ENSP00000413035.2",
"transcript_support_level": 1,
"aa_start": 436,
"aa_end": null,
"aa_length": 451,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438146.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr",
"transcript": "ENST00000449924.6",
"protein_id": "ENSP00000391670.2",
"transcript_support_level": 1,
"aa_start": 365,
"aa_end": null,
"aa_length": 380,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449924.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1081G>A",
"hgvs_p": "p.Ala361Thr",
"transcript": "ENST00000416721.6",
"protein_id": "ENSP00000405651.2",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 376,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416721.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1027G>A",
"hgvs_p": "p.Ala343Thr",
"transcript": "ENST00000262829.11",
"protein_id": "ENSP00000262829.7",
"transcript_support_level": 1,
"aa_start": 343,
"aa_end": null,
"aa_length": 358,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262829.11"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1053G>A",
"hgvs_p": "p.Ala351Ala",
"transcript": "ENST00000359369.8",
"protein_id": "ENSP00000352328.4",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 370,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359369.8"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1053G>A",
"hgvs_p": "p.Ala351Ala",
"transcript": "ENST00000414461.6",
"protein_id": "ENSP00000407855.2",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 370,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414461.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1044G>A",
"hgvs_p": "p.Ala348Ala",
"transcript": "ENST00000405409.6",
"protein_id": "ENSP00000384944.2",
"transcript_support_level": 1,
"aa_start": 348,
"aa_end": null,
"aa_length": 367,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405409.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*587G>A",
"hgvs_p": null,
"transcript": "ENST00000695805.1",
"protein_id": "ENSP00000512185.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*4277G>A",
"hgvs_p": null,
"transcript": "ENST00000695807.1",
"protein_id": "ENSP00000512187.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695807.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*587G>A",
"hgvs_p": null,
"transcript": "ENST00000695805.1",
"protein_id": "ENSP00000512185.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*4277G>A",
"hgvs_p": null,
"transcript": "ENST00000695807.1",
"protein_id": "ENSP00000512187.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695807.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Ala475Thr",
"transcript": "ENST00000921516.1",
"protein_id": "ENSP00000591575.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 490,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921516.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1414G>A",
"hgvs_p": "p.Ala472Thr",
"transcript": "ENST00000921518.1",
"protein_id": "ENSP00000591577.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 487,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921518.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Ala471Thr",
"transcript": "ENST00000921515.1",
"protein_id": "ENSP00000591574.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 486,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921515.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1312G>A",
"hgvs_p": "p.Ala438Thr",
"transcript": "ENST00000908673.1",
"protein_id": "ENSP00000578732.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 453,
"cds_start": 1312,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908673.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "ENST00000908672.1",
"protein_id": "ENSP00000578731.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 452,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908672.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr",
"transcript": "NM_001082578.4",
"protein_id": "NP_001076047.2",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 451,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001082578.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1303G>A",
"hgvs_p": "p.Ala435Thr",
"transcript": "NM_001082579.3",
"protein_id": "NP_001076048.2",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 450,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001082579.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1303G>A",
"hgvs_p": "p.Ala435Thr",
"transcript": "ENST00000908669.1",
"protein_id": "ENSP00000578728.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 450,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908669.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001394112.1",
"protein_id": "NP_001381041.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 446,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394112.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001394113.1",
"protein_id": "NP_001381042.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 446,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394113.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000908671.1",
"protein_id": "ENSP00000578730.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 446,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908671.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000908674.1",
"protein_id": "ENSP00000578733.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 446,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908674.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Ala430Thr",
"transcript": "NM_001394108.1",
"protein_id": "NP_001381037.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 445,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394108.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Ala422Thr",
"transcript": "ENST00000908670.1",
"protein_id": "ENSP00000578729.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 437,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908670.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Ala406Thr",
"transcript": "ENST00000953676.1",
"protein_id": "ENSP00000623735.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 421,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953676.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1213G>A",
"hgvs_p": "p.Ala405Thr",
"transcript": "ENST00000921514.1",
"protein_id": "ENSP00000591573.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 420,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921514.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1213G>A",
"hgvs_p": "p.Ala405Thr",
"transcript": "ENST00000953677.1",
"protein_id": "ENSP00000623736.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 420,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953677.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000921517.1",
"protein_id": "ENSP00000591576.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 419,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921517.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000695803.1",
"protein_id": "ENSP00000512183.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 417,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695803.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "ENST00000953675.1",
"protein_id": "ENSP00000623734.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 416,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953675.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1198G>A",
"hgvs_p": "p.Ala400Thr",
"transcript": "NM_001394109.1",
"protein_id": "NP_001381038.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 415,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394109.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1198G>A",
"hgvs_p": "p.Ala400Thr",
"transcript": "NM_001394110.1",
"protein_id": "NP_001381039.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 415,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394110.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1198G>A",
"hgvs_p": "p.Ala400Thr",
"transcript": "ENST00000908675.1",
"protein_id": "ENSP00000578734.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 415,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908675.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1165G>A",
"hgvs_p": "p.Ala389Thr",
"transcript": "ENST00000953678.1",
"protein_id": "ENSP00000623737.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 404,
"cds_start": 1165,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953678.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1159G>A",
"hgvs_p": "p.Ala387Thr",
"transcript": "NM_001349989.2",
"protein_id": "NP_001336918.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 402,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349989.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1159G>A",
"hgvs_p": "p.Ala387Thr",
"transcript": "ENST00000921513.1",
"protein_id": "ENSP00000591572.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 402,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921513.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1147G>A",
"hgvs_p": "p.Ala383Thr",
"transcript": "NM_001349990.2",
"protein_id": "NP_001336919.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 398,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349990.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1147G>A",
"hgvs_p": "p.Ala383Thr",
"transcript": "NM_001349996.2",
"protein_id": "NP_001336925.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 398,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349996.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1096G>A",
"hgvs_p": "p.Ala366Thr",
"transcript": "NM_001349997.2",
"protein_id": "NP_001336926.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 381,
"cds_start": 1096,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349997.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr",
"transcript": "NM_001031695.4",
"protein_id": "NP_001026865.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 380,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001031695.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1081G>A",
"hgvs_p": "p.Ala361Thr",
"transcript": "NM_001082576.3",
"protein_id": "NP_001076045.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 376,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001082576.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1024G>A",
"hgvs_p": "p.Ala342Thr",
"transcript": "ENST00000397303.6",
"protein_id": "ENSP00000380470.2",
"transcript_support_level": 5,
"aa_start": 342,
"aa_end": null,
"aa_length": 357,
"cds_start": 1024,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397303.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Ala214Thr",
"transcript": "ENST00000495377.6",
"protein_id": "ENSP00000474464.1",
"transcript_support_level": 5,
"aa_start": 214,
"aa_end": null,
"aa_length": 229,
"cds_start": 640,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000495377.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "XM_006724187.3",
"protein_id": "XP_006724250.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 452,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724187.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "XM_005261430.3",
"protein_id": "XP_005261487.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 448,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261430.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Ala384Thr",
"transcript": "XM_047441251.1",
"protein_id": "XP_047297207.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 399,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441251.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1102G>A",
"hgvs_p": "p.Ala368Thr",
"transcript": "XM_047441257.1",
"protein_id": "XP_047297213.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 383,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441257.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1087G>A",
"hgvs_p": "p.Ala363Thr",
"transcript": "XM_047441255.1",
"protein_id": "XP_047297211.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 378,
"cds_start": 1087,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441255.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1084G>A",
"hgvs_p": "p.Ala362Thr",
"transcript": "XM_017028696.2",
"protein_id": "XP_016884185.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 377,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028696.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1084G>A",
"hgvs_p": "p.Ala362Thr",
"transcript": "XM_047441256.1",
"protein_id": "XP_047297212.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 377,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441256.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1072G>A",
"hgvs_p": "p.Ala358Thr",
"transcript": "XM_047441258.1",
"protein_id": "XP_047297214.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 373,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441258.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1069G>A",
"hgvs_p": "p.Ala357Thr",
"transcript": "XM_024452191.2",
"protein_id": "XP_024307959.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 372,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452191.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1254G>A",
"hgvs_p": "p.Ala418Ala",
"transcript": "NM_001394114.1",
"protein_id": "NP_001381043.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 437,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394114.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1251G>A",
"hgvs_p": "p.Ala417Ala",
"transcript": "NM_001394115.1",
"protein_id": "NP_001381044.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 436,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394115.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1191G>A",
"hgvs_p": "p.Ala397Ala",
"transcript": "NM_001349991.2",
"protein_id": "NP_001336920.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 416,
"cds_start": 1191,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349991.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1179G>A",
"hgvs_p": "p.Ala393Ala",
"transcript": "NM_001349982.2",
"protein_id": "NP_001336911.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 412,
"cds_start": 1179,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349982.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1161G>A",
"hgvs_p": "p.Ala387Ala",
"transcript": "ENST00000695804.1",
"protein_id": "ENSP00000512184.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 406,
"cds_start": 1161,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695804.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1158G>A",
"hgvs_p": "p.Ala386Ala",
"transcript": "NM_001394111.1",
"protein_id": "NP_001381040.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 405,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394111.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1125G>A",
"hgvs_p": "p.Ala375Ala",
"transcript": "NM_001349998.2",
"protein_id": "NP_001336927.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 394,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349998.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1119G>A",
"hgvs_p": "p.Ala373Ala",
"transcript": "NM_001349992.2",
"protein_id": "NP_001336921.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 392,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349992.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1113G>A",
"hgvs_p": "p.Ala371Ala",
"transcript": "NM_001349983.2",
"protein_id": "NP_001336912.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 390,
"cds_start": 1113,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349983.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1107G>A",
"hgvs_p": "p.Ala369Ala",
"transcript": "NM_001349994.2",
"protein_id": "NP_001336923.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 388,
"cds_start": 1107,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349994.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1053G>A",
"hgvs_p": "p.Ala351Ala",
"transcript": "NM_001082577.3",
"protein_id": "NP_001076046.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 370,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001082577.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1044G>A",
"hgvs_p": "p.Ala348Ala",
"transcript": "NM_014309.4",
"protein_id": "NP_055124.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 367,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014309.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1026G>A",
"hgvs_p": "p.Ala342Ala",
"transcript": "NM_001349995.2",
"protein_id": "NP_001336924.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 361,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349995.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1338G>A",
"hgvs_p": "p.Ala446Ala",
"transcript": "XM_006724185.3",
"protein_id": "XP_006724248.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 465,
"cds_start": 1338,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724185.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1335G>A",
"hgvs_p": "p.Ala445Ala",
"transcript": "XM_006724186.3",
"protein_id": "XP_006724249.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 464,
"cds_start": 1335,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724186.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Ala442Ala",
"transcript": "XM_005261428.3",
"protein_id": "XP_005261485.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 461,
"cds_start": 1326,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261428.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1323G>A",
"hgvs_p": "p.Ala441Ala",
"transcript": "XM_005261429.3",
"protein_id": "XP_005261486.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 460,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261429.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1266G>A",
"hgvs_p": "p.Ala422Ala",
"transcript": "XM_006724188.3",
"protein_id": "XP_006724251.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 441,
"cds_start": 1266,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724188.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1260G>A",
"hgvs_p": "p.Ala420Ala",
"transcript": "XM_017028687.3",
"protein_id": "XP_016884176.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 439,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028687.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1257G>A",
"hgvs_p": "p.Ala419Ala",
"transcript": "XM_024452188.2",
"protein_id": "XP_024307956.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 438,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452188.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1194G>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "XM_006724189.4",
"protein_id": "XP_006724252.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 417,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724189.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Ala394Ala",
"transcript": "XM_047441250.1",
"protein_id": "XP_047297206.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 413,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441250.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1164G>A",
"hgvs_p": "p.Ala388Ala",
"transcript": "XM_017028686.1",
"protein_id": "XP_016884175.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 407,
"cds_start": 1164,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028686.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1146G>A",
"hgvs_p": "p.Ala382Ala",
"transcript": "XM_017028690.2",
"protein_id": "XP_016884179.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 401,
"cds_start": 1146,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028690.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1143G>A",
"hgvs_p": "p.Ala381Ala",
"transcript": "XM_017028691.2",
"protein_id": "XP_016884180.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 400,
"cds_start": 1143,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028691.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1128G>A",
"hgvs_p": "p.Ala376Ala",
"transcript": "XM_006724191.2",
"protein_id": "XP_006724254.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 395,
"cds_start": 1128,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724191.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1116G>A",
"hgvs_p": "p.Ala372Ala",
"transcript": "XM_006724192.3",
"protein_id": "XP_006724255.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 391,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724192.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1116G>A",
"hgvs_p": "p.Ala372Ala",
"transcript": "XM_017028693.2",
"protein_id": "XP_016884182.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 391,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028693.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1113G>A",
"hgvs_p": "p.Ala371Ala",
"transcript": "XM_047441252.1",
"protein_id": "XP_047297208.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 390,
"cds_start": 1113,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441252.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1110G>A",
"hgvs_p": "p.Ala370Ala",
"transcript": "XM_047441254.1",
"protein_id": "XP_047297210.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 389,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441254.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1101G>A",
"hgvs_p": "p.Ala367Ala",
"transcript": "XM_047441253.1",
"protein_id": "XP_047297209.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 386,
"cds_start": 1101,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441253.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1041G>A",
"hgvs_p": "p.Ala347Ala",
"transcript": "XM_017028698.2",
"protein_id": "XP_016884187.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 366,
"cds_start": 1041,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028698.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1032G>A",
"hgvs_p": "p.Ala344Ala",
"transcript": "XM_047441259.1",
"protein_id": "XP_047297215.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 363,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441259.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1029G>A",
"hgvs_p": "p.Ala343Ala",
"transcript": "XM_047441260.1",
"protein_id": "XP_047297216.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 362,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.2228G>A",
"hgvs_p": null,
"transcript": "ENST00000463509.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000463509.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*634G>A",
"hgvs_p": null,
"transcript": "ENST00000695806.1",
"protein_id": "ENSP00000512186.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695806.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*634G>A",
"hgvs_p": null,
"transcript": "ENST00000695806.1",
"protein_id": "ENSP00000512186.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695806.1"
}
],
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"dbsnp": "rs563359777",
"frequency_reference_population": 0.000024181458,
"hom_count_reference_population": 0,
"allele_count_reference_population": 39,
"gnomad_exomes_af": 0.0000260181,
"gnomad_genomes_af": 0.00000656659,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4305128753185272,
"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.2525,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.066,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001082578.4",
"gene_symbol": "RBFOX2",
"hgnc_id": 9906,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}