← 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: 16-7709117-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=7709117&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 7709117,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000550418.6",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "NM_018723.4",
"protein_id": "NP_061193.2",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 2152,
"cdna_end": null,
"cdna_length": 4884,
"mane_select": "ENST00000550418.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "ENST00000550418.6",
"protein_id": "ENSP00000450031.1",
"transcript_support_level": 1,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 2152,
"cdna_end": null,
"cdna_length": 4884,
"mane_select": "NM_018723.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Gly374Ser",
"transcript": "ENST00000311745.9",
"protein_id": "ENSP00000309117.5",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 418,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Gly374Ser",
"transcript": "ENST00000436368.6",
"protein_id": "ENSP00000402745.2",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 392,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Gly326Ser",
"transcript": "ENST00000553186.5",
"protein_id": "ENSP00000447753.1",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 370,
"cds_start": 976,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1964,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1173G>A",
"hgvs_p": "p.Thr391Thr",
"transcript": "NM_145893.3",
"protein_id": "NP_665900.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 395,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 4062,
"mane_select": null,
"mane_plus": "ENST00000355637.9",
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1173G>A",
"hgvs_p": "p.Thr391Thr",
"transcript": "ENST00000355637.9",
"protein_id": "ENSP00000347855.4",
"transcript_support_level": 1,
"aa_start": 391,
"aa_end": null,
"aa_length": 395,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 4062,
"mane_select": null,
"mane_plus": "NM_145893.3",
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1573G>A",
"hgvs_p": "p.Gly525Ser",
"transcript": "NM_001415888.1",
"protein_id": "NP_001402817.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 569,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 4351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1186G>A",
"hgvs_p": "p.Gly396Ser",
"transcript": "NM_001415891.1",
"protein_id": "NP_001402820.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 440,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 2061,
"cdna_end": null,
"cdna_length": 4793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1165G>A",
"hgvs_p": "p.Gly389Ser",
"transcript": "NM_001415892.1",
"protein_id": "NP_001402821.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 433,
"cds_start": 1165,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 4011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1186G>A",
"hgvs_p": "p.Gly396Ser",
"transcript": "NM_001308117.1",
"protein_id": "NP_001295046.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 425,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1186G>A",
"hgvs_p": "p.Gly396Ser",
"transcript": "ENST00000422070.8",
"protein_id": "ENSP00000391269.4",
"transcript_support_level": 2,
"aa_start": 396,
"aa_end": null,
"aa_length": 425,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1132G>A",
"hgvs_p": "p.Gly378Ser",
"transcript": "NM_001415893.1",
"protein_id": "NP_001402822.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 422,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1165G>A",
"hgvs_p": "p.Gly389Ser",
"transcript": "NM_001415894.1",
"protein_id": "NP_001402823.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 418,
"cds_start": 1165,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 5140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Gly374Ser",
"transcript": "NM_145891.3",
"protein_id": "NP_665898.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 418,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 4009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1117G>A",
"hgvs_p": "p.Gly373Ser",
"transcript": "NM_001415896.1",
"protein_id": "NP_001402825.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 417,
"cds_start": 1117,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 4006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1105G>A",
"hgvs_p": "p.Gly369Ser",
"transcript": "NM_001415897.1",
"protein_id": "NP_001402826.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 413,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1980,
"cdna_end": null,
"cdna_length": 4712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1132G>A",
"hgvs_p": "p.Gly378Ser",
"transcript": "NM_001415899.1",
"protein_id": "NP_001402828.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 407,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 5021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1084G>A",
"hgvs_p": "p.Gly362Ser",
"transcript": "NM_001415900.1",
"protein_id": "NP_001402829.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 406,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1198,
"cdna_end": null,
"cdna_length": 3930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1063G>A",
"hgvs_p": "p.Gly355Ser",
"transcript": "NM_001415902.1",
"protein_id": "NP_001402831.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 399,
"cds_start": 1063,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1221,
"cdna_end": null,
"cdna_length": 3953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "NM_001142334.2",
"protein_id": "NP_001135806.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 4009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "ENST00000547338.5",
"protein_id": "ENSP00000447717.1",
"transcript_support_level": 2,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "ENST00000675653.1",
"protein_id": "ENSP00000502718.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1302,
"cdna_end": null,
"cdna_length": 4019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser",
"transcript": "ENST00000675842.1",
"protein_id": "ENSP00000501599.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 397,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1537,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1051G>A",
"hgvs_p": "p.Gly351Ser",
"transcript": "NM_001415903.1",
"protein_id": "NP_001402832.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 395,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Gly374Ser",
"transcript": "NM_145892.3",
"protein_id": "NP_665899.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 392,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 3931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1039G>A",
"hgvs_p": "p.Gly347Ser",
"transcript": "NM_001415905.1",
"protein_id": "NP_001402834.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 391,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1067,
"cdna_end": null,
"cdna_length": 3799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1039G>A",
"hgvs_p": "p.Gly347Ser",
"transcript": "NM_001415906.1",
"protein_id": "NP_001402835.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 391,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 3928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.997G>A",
"hgvs_p": "p.Gly333Ser",
"transcript": "ENST00000705321.1",
"protein_id": "ENSP00000516112.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 377,
"cds_start": 997,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 1507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Ser",
"transcript": "NM_001415912.1",
"protein_id": "NP_001402841.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 375,
"cds_start": 991,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 3837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Ser",
"transcript": "ENST00000620507.4",
"protein_id": "ENSP00000484837.1",
"transcript_support_level": 5,
"aa_start": 331,
"aa_end": null,
"aa_length": 375,
"cds_start": 991,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1288,
"cdna_end": null,
"cdna_length": 4018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1060G>A",
"hgvs_p": "p.Gly354Ser",
"transcript": "ENST00000570626.2",
"protein_id": "ENSP00000458748.2",
"transcript_support_level": 5,
"aa_start": 354,
"aa_end": null,
"aa_length": 372,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Gly326Ser",
"transcript": "NM_001142333.2",
"protein_id": "NP_001135805.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 370,
"cds_start": 976,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 2071,
"cdna_end": null,
"cdna_length": 4803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Gly338Ser",
"transcript": "NM_001415914.1",
"protein_id": "NP_001402843.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 367,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1104,
"cdna_start": 1887,
"cdna_end": null,
"cdna_length": 5748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.964G>A",
"hgvs_p": "p.Gly322Ser",
"transcript": "NM_001415916.1",
"protein_id": "NP_001402845.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 366,
"cds_start": 964,
"cds_end": null,
"cds_length": 1101,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.997G>A",
"hgvs_p": "p.Gly333Ser",
"transcript": "ENST00000676218.1",
"protein_id": "ENSP00000502646.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 351,
"cds_start": 997,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1232,
"cdna_end": null,
"cdna_length": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.982G>A",
"hgvs_p": "p.Gly328Ser",
"transcript": "XM_047434249.1",
"protein_id": "XP_047290205.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 372,
"cds_start": 982,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1587G>A",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000641259.1",
"protein_id": "ENSP00000493041.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 582,
"cds_start": 1587,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1672,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1707G>A",
"hgvs_p": "p.Thr569Thr",
"transcript": "NM_001415887.1",
"protein_id": "NP_001402816.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 573,
"cds_start": 1707,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 4485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1239G>A",
"hgvs_p": "p.Thr413Thr",
"transcript": "NM_001411047.1",
"protein_id": "NP_001397976.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 466,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 2114,
"cdna_end": null,
"cdna_length": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1239G>A",
"hgvs_p": "p.Thr413Thr",
"transcript": "ENST00000547372.5",
"protein_id": "ENSP00000446842.1",
"transcript_support_level": 5,
"aa_start": 413,
"aa_end": null,
"aa_length": 466,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1218G>A",
"hgvs_p": "p.Thr406Thr",
"transcript": "NM_001415889.1",
"protein_id": "NP_001402818.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 459,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1332,
"cdna_end": null,
"cdna_length": 5193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Thr395Thr",
"transcript": "NM_001415890.1",
"protein_id": "NP_001402819.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 448,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1213,
"cdna_end": null,
"cdna_length": 5074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1239G>A",
"hgvs_p": "p.Thr413Thr",
"transcript": "NM_001415895.1",
"protein_id": "NP_001402824.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 417,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 2114,
"cdna_end": null,
"cdna_length": 4846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Thr395Thr",
"transcript": "ENST00000675562.1",
"protein_id": "ENSP00000501878.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 415,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1319,
"cdna_end": null,
"cdna_length": 3898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1218G>A",
"hgvs_p": "p.Thr406Thr",
"transcript": "NM_001415898.1",
"protein_id": "NP_001402827.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 410,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1332,
"cdna_end": null,
"cdna_length": 4064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Thr395Thr",
"transcript": "NM_001415901.1",
"protein_id": "NP_001402830.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 399,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1213,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1170G>A",
"hgvs_p": "p.Thr390Thr",
"transcript": "NM_001415904.1",
"protein_id": "NP_001402833.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 394,
"cds_start": 1170,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 4059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1161G>A",
"hgvs_p": "p.Thr387Thr",
"transcript": "ENST00000552089.5",
"protein_id": "ENSP00000448496.1",
"transcript_support_level": 5,
"aa_start": 387,
"aa_end": null,
"aa_length": 391,
"cds_start": 1161,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1158G>A",
"hgvs_p": "p.Thr386Thr",
"transcript": "NM_001415907.1",
"protein_id": "NP_001402836.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 390,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 2033,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1146G>A",
"hgvs_p": "p.Thr382Thr",
"transcript": "NM_001415908.1",
"protein_id": "NP_001402837.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 386,
"cds_start": 1146,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 2021,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1137G>A",
"hgvs_p": "p.Thr379Thr",
"transcript": "NM_001415909.1",
"protein_id": "NP_001402838.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 383,
"cds_start": 1137,
"cds_end": null,
"cds_length": 1152,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 3983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.981G>A",
"hgvs_p": "p.Thr327Thr",
"transcript": "ENST00000535565.6",
"protein_id": "ENSP00000438768.2",
"transcript_support_level": 2,
"aa_start": 327,
"aa_end": null,
"aa_length": 380,
"cds_start": 981,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 1302,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1125G>A",
"hgvs_p": "p.Thr375Thr",
"transcript": "NM_001415910.1",
"protein_id": "NP_001402839.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 379,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1239,
"cdna_end": null,
"cdna_length": 3971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1116G>A",
"hgvs_p": "p.Thr372Thr",
"transcript": "NM_001415911.1",
"protein_id": "NP_001402840.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 376,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 4006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1116G>A",
"hgvs_p": "p.Thr372Thr",
"transcript": "ENST00000683326.1",
"protein_id": "ENSP00000507562.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 376,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1110G>A",
"hgvs_p": "p.Thr370Thr",
"transcript": "NM_001364800.2",
"protein_id": "NP_001351729.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 374,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 2205,
"cdna_end": null,
"cdna_length": 4937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1110G>A",
"hgvs_p": "p.Thr370Thr",
"transcript": "ENST00000675459.1",
"protein_id": "ENSP00000502616.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 374,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1104G>A",
"hgvs_p": "p.Thr368Thr",
"transcript": "NM_001415913.1",
"protein_id": "NP_001402842.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 372,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1089G>A",
"hgvs_p": "p.Thr363Thr",
"transcript": "NM_001415915.1",
"protein_id": "NP_001402844.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 367,
"cds_start": 1089,
"cds_end": null,
"cds_length": 1104,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1050G>A",
"hgvs_p": "p.Thr350Thr",
"transcript": "ENST00000674626.1",
"protein_id": "ENSP00000502217.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 354,
"cds_start": 1050,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 4501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1050G>A",
"hgvs_p": "p.Thr350Thr",
"transcript": "ENST00000674792.1",
"protein_id": "ENSP00000502682.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 354,
"cds_start": 1050,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 4002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1035G>A",
"hgvs_p": "p.Thr345Thr",
"transcript": "NM_001415917.1",
"protein_id": "NP_001402846.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 349,
"cds_start": 1035,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1035G>A",
"hgvs_p": "p.Thr345Thr",
"transcript": "ENST00000682918.1",
"protein_id": "ENSP00000507921.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 349,
"cds_start": 1035,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 3851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.207G>A",
"hgvs_p": "p.Thr69Thr",
"transcript": "ENST00000567470.1",
"protein_id": "ENSP00000454250.1",
"transcript_support_level": 2,
"aa_start": 69,
"aa_end": null,
"aa_length": 73,
"cds_start": 207,
"cds_end": null,
"cds_length": 222,
"cdna_start": 209,
"cdna_end": null,
"cdna_length": 420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1710G>A",
"hgvs_p": "p.Thr570Thr",
"transcript": "XM_017023318.3",
"protein_id": "XP_016878807.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 623,
"cds_start": 1710,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 1739,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1671G>A",
"hgvs_p": "p.Thr557Thr",
"transcript": "XM_024450303.2",
"protein_id": "XP_024306071.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 610,
"cds_start": 1671,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1242G>A",
"hgvs_p": "p.Thr414Thr",
"transcript": "XM_017023320.3",
"protein_id": "XP_016878809.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 467,
"cds_start": 1242,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1221G>A",
"hgvs_p": "p.Thr407Thr",
"transcript": "XM_017023321.3",
"protein_id": "XP_016878810.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 460,
"cds_start": 1221,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1188G>A",
"hgvs_p": "p.Thr396Thr",
"transcript": "XM_005255386.5",
"protein_id": "XP_005255443.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 449,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1350,
"cdna_start": 2354,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1173G>A",
"hgvs_p": "p.Thr391Thr",
"transcript": "XM_005255387.5",
"protein_id": "XP_005255444.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 444,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1137G>A",
"hgvs_p": "p.Thr379Thr",
"transcript": "XM_024450305.2",
"protein_id": "XP_024306073.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 432,
"cds_start": 1137,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 1553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1119G>A",
"hgvs_p": "p.Thr373Thr",
"transcript": "XM_047434243.1",
"protein_id": "XP_047290199.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 426,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1281,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1113G>A",
"hgvs_p": "p.Thr371Thr",
"transcript": "XM_005255391.5",
"protein_id": "XP_005255448.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 424,
"cds_start": 1113,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 1337,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1113G>A",
"hgvs_p": "p.Thr371Thr",
"transcript": "XM_047434244.1",
"protein_id": "XP_047290200.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 424,
"cds_start": 1113,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 1730,
"cdna_end": null,
"cdna_length": 2032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.1080G>A",
"hgvs_p": "p.Thr360Thr",
"transcript": "XM_024450306.2",
"protein_id": "XP_024306074.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 413,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1237,
"cdna_end": null,
"cdna_length": 1539,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.332G>A",
"hgvs_p": null,
"transcript": "ENST00000570188.1",
"protein_id": null,
"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": 568,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.1661G>A",
"hgvs_p": null,
"transcript": "ENST00000674859.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4378,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.1603G>A",
"hgvs_p": null,
"transcript": "ENST00000675077.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4320,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.1606G>A",
"hgvs_p": null,
"transcript": "ENST00000675242.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4323,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.2079G>A",
"hgvs_p": null,
"transcript": "ENST00000675725.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4796,
"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": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.1830G>A",
"hgvs_p": null,
"transcript": "ENST00000675904.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4547,
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.1779G>A",
"hgvs_p": null,
"transcript": "ENST00000676253.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000301273",
"gene_hgnc_id": null,
"hgvs_c": "n.403-15656C>T",
"hgvs_p": null,
"transcript": "ENST00000777597.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000301273",
"gene_hgnc_id": null,
"hgvs_c": "n.311-15656C>T",
"hgvs_p": null,
"transcript": "ENST00000777598.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"dbsnp": "rs145873257",
"frequency_reference_population": 0.0018847641,
"hom_count_reference_population": 8,
"allele_count_reference_population": 3040,
"gnomad_exomes_af": 0.00192434,
"gnomad_genomes_af": 0.00150488,
"gnomad_exomes_ac": 2811,
"gnomad_genomes_ac": 229,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010302543640136719,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.026,
"revel_prediction": "Benign",
"alphamissense_score": 0.0532,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.56,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000550418.6",
"gene_symbol": "RBFOX1",
"hgnc_id": 18222,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Gly353Ser"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000777597.1",
"gene_symbol": "ENSG00000301273",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.403-15656C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Idiopathic generalized epilepsy,RBFOX1-related disorder,Self-limited epilepsy with centrotemporal spikes,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "Idiopathic generalized epilepsy|Self-limited epilepsy with centrotemporal spikes|not provided|RBFOX1-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}