← 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-35756109-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=35756109&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 35756109,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000438146.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1133T>C",
"hgvs_p": "p.Leu378Pro",
"transcript": "NM_001349999.2",
"protein_id": "NP_001336928.2",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 447,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 7212,
"mane_select": "ENST00000695854.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1133T>C",
"hgvs_p": "p.Leu378Pro",
"transcript": "ENST00000695854.1",
"protein_id": "ENSP00000512219.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 447,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 7212,
"mane_select": "NM_001349999.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1145T>C",
"hgvs_p": "p.Leu382Pro",
"transcript": "ENST00000438146.7",
"protein_id": "ENSP00000413035.2",
"transcript_support_level": 1,
"aa_start": 382,
"aa_end": null,
"aa_length": 451,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 7224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.932T>C",
"hgvs_p": "p.Leu311Pro",
"transcript": "ENST00000449924.6",
"protein_id": "ENSP00000391670.2",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 380,
"cds_start": 932,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 1935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.920T>C",
"hgvs_p": "p.Leu307Pro",
"transcript": "ENST00000416721.6",
"protein_id": "ENSP00000405651.2",
"transcript_support_level": 1,
"aa_start": 307,
"aa_end": null,
"aa_length": 376,
"cds_start": 920,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 986,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.860T>C",
"hgvs_p": "p.Leu287Pro",
"transcript": "ENST00000359369.8",
"protein_id": "ENSP00000352328.4",
"transcript_support_level": 1,
"aa_start": 287,
"aa_end": null,
"aa_length": 370,
"cds_start": 860,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.866T>C",
"hgvs_p": "p.Leu289Pro",
"transcript": "ENST00000262829.11",
"protein_id": "ENSP00000262829.7",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 358,
"cds_start": 866,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 1538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*385T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*385T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.896+3779T>C",
"hgvs_p": null,
"transcript": "ENST00000414461.6",
"protein_id": "ENSP00000407855.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.887+3779T>C",
"hgvs_p": null,
"transcript": "ENST00000405409.6",
"protein_id": "ENSP00000384944.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 367,
"cds_start": -4,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*430+3779T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1145T>C",
"hgvs_p": "p.Leu382Pro",
"transcript": "NM_001082578.4",
"protein_id": "NP_001076047.2",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 451,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 7224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1142T>C",
"hgvs_p": "p.Leu381Pro",
"transcript": "NM_001082579.3",
"protein_id": "NP_001076048.2",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 450,
"cds_start": 1142,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1541,
"cdna_end": null,
"cdna_length": 7221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1130T>C",
"hgvs_p": "p.Leu377Pro",
"transcript": "NM_001394112.1",
"protein_id": "NP_001381041.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 446,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 7209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1130T>C",
"hgvs_p": "p.Leu377Pro",
"transcript": "NM_001394113.1",
"protein_id": "NP_001381042.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 446,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 7209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1127T>C",
"hgvs_p": "p.Leu376Pro",
"transcript": "NM_001394108.1",
"protein_id": "NP_001381037.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 445,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1526,
"cdna_end": null,
"cdna_length": 7206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1043T>C",
"hgvs_p": "p.Leu348Pro",
"transcript": "ENST00000695803.1",
"protein_id": "ENSP00000512183.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 417,
"cds_start": 1043,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 6909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.998T>C",
"hgvs_p": "p.Leu333Pro",
"transcript": "NM_001349991.2",
"protein_id": "NP_001336920.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 416,
"cds_start": 998,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 6736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1037T>C",
"hgvs_p": "p.Leu346Pro",
"transcript": "NM_001394109.1",
"protein_id": "NP_001381038.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 415,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 7116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1037T>C",
"hgvs_p": "p.Leu346Pro",
"transcript": "NM_001394110.1",
"protein_id": "NP_001381039.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 415,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 7116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Leu329Pro",
"transcript": "NM_001349982.2",
"protein_id": "NP_001336911.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 412,
"cds_start": 986,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 6724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Leu308Pro",
"transcript": "ENST00000695804.1",
"protein_id": "ENSP00000512184.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 406,
"cds_start": 923,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 1490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.998T>C",
"hgvs_p": "p.Leu333Pro",
"transcript": "NM_001349989.2",
"protein_id": "NP_001336918.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 402,
"cds_start": 998,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 6704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Leu329Pro",
"transcript": "NM_001349990.2",
"protein_id": "NP_001336919.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 398,
"cds_start": 986,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 6692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Leu329Pro",
"transcript": "NM_001349996.2",
"protein_id": "NP_001336925.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 398,
"cds_start": 986,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 6692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.932T>C",
"hgvs_p": "p.Leu311Pro",
"transcript": "NM_001349998.2",
"protein_id": "NP_001336927.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 394,
"cds_start": 932,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 6890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.920T>C",
"hgvs_p": "p.Leu307Pro",
"transcript": "NM_001349983.2",
"protein_id": "NP_001336912.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 390,
"cds_start": 920,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1166,
"cdna_end": null,
"cdna_length": 6878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.935T>C",
"hgvs_p": "p.Leu312Pro",
"transcript": "NM_001349997.2",
"protein_id": "NP_001336926.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 381,
"cds_start": 935,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 1181,
"cdna_end": null,
"cdna_length": 6861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.932T>C",
"hgvs_p": "p.Leu311Pro",
"transcript": "NM_001031695.4",
"protein_id": "NP_001026865.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 380,
"cds_start": 932,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 6858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.920T>C",
"hgvs_p": "p.Leu307Pro",
"transcript": "NM_001082576.3",
"protein_id": "NP_001076045.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 376,
"cds_start": 920,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1166,
"cdna_end": null,
"cdna_length": 6846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.863T>C",
"hgvs_p": "p.Leu288Pro",
"transcript": "ENST00000397303.6",
"protein_id": "ENSP00000380470.2",
"transcript_support_level": 5,
"aa_start": 288,
"aa_end": null,
"aa_length": 357,
"cds_start": 863,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 1354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1145T>C",
"hgvs_p": "p.Leu382Pro",
"transcript": "XM_006724185.3",
"protein_id": "XP_006724248.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 465,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 7256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1142T>C",
"hgvs_p": "p.Leu381Pro",
"transcript": "XM_006724186.3",
"protein_id": "XP_006724249.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 464,
"cds_start": 1142,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 1541,
"cdna_end": null,
"cdna_length": 7253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1133T>C",
"hgvs_p": "p.Leu378Pro",
"transcript": "XM_005261428.3",
"protein_id": "XP_005261485.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 461,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 7244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1130T>C",
"hgvs_p": "p.Leu377Pro",
"transcript": "XM_005261429.3",
"protein_id": "XP_005261486.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 460,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 7241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1067T>C",
"hgvs_p": "p.Leu356Pro",
"transcript": "XM_017028687.3",
"protein_id": "XP_016884176.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 439,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1183,
"cdna_end": null,
"cdna_length": 6895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1064T>C",
"hgvs_p": "p.Leu355Pro",
"transcript": "XM_024452188.2",
"protein_id": "XP_024307956.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 438,
"cds_start": 1064,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 6880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1001T>C",
"hgvs_p": "p.Leu334Pro",
"transcript": "XM_006724189.4",
"protein_id": "XP_006724252.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 417,
"cds_start": 1001,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 6739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.989T>C",
"hgvs_p": "p.Leu330Pro",
"transcript": "XM_047441250.1",
"protein_id": "XP_047297206.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 413,
"cds_start": 989,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 6727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.971T>C",
"hgvs_p": "p.Leu324Pro",
"transcript": "XM_017028686.1",
"protein_id": "XP_016884175.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 407,
"cds_start": 971,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 6703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.953T>C",
"hgvs_p": "p.Leu318Pro",
"transcript": "XM_017028690.2",
"protein_id": "XP_016884179.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 401,
"cds_start": 953,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1460,
"cdna_end": null,
"cdna_length": 7172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.950T>C",
"hgvs_p": "p.Leu317Pro",
"transcript": "XM_017028691.2",
"protein_id": "XP_016884180.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 400,
"cds_start": 950,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1457,
"cdna_end": null,
"cdna_length": 7169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.989T>C",
"hgvs_p": "p.Leu330Pro",
"transcript": "XM_047441251.1",
"protein_id": "XP_047297207.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 399,
"cds_start": 989,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 6695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.935T>C",
"hgvs_p": "p.Leu312Pro",
"transcript": "XM_006724191.2",
"protein_id": "XP_006724254.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 395,
"cds_start": 935,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1181,
"cdna_end": null,
"cdna_length": 6893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Leu308Pro",
"transcript": "XM_006724192.3",
"protein_id": "XP_006724255.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 391,
"cds_start": 923,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 6854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1145T>C",
"hgvs_p": "p.Leu382Pro",
"transcript": "XM_006724193.4",
"protein_id": "XP_006724256.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 391,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 1685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Leu308Pro",
"transcript": "XM_017028693.2",
"protein_id": "XP_016884182.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 391,
"cds_start": 923,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 6881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.920T>C",
"hgvs_p": "p.Leu307Pro",
"transcript": "XM_047441252.1",
"protein_id": "XP_047297208.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 390,
"cds_start": 920,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1139,
"cdna_end": null,
"cdna_length": 6851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Leu303Pro",
"transcript": "XM_047441253.1",
"protein_id": "XP_047297209.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 386,
"cds_start": 908,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 1127,
"cdna_end": null,
"cdna_length": 6839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Leu308Pro",
"transcript": "XM_017028696.2",
"protein_id": "XP_016884185.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 377,
"cds_start": 923,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Leu303Pro",
"transcript": "XM_024452191.2",
"protein_id": "XP_024307959.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 372,
"cds_start": 908,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1127,
"cdna_end": null,
"cdna_length": 6807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*430T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "n.*430T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1097+3779T>C",
"hgvs_p": null,
"transcript": "NM_001394114.1",
"protein_id": "NP_001381043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": -4,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1094+3779T>C",
"hgvs_p": null,
"transcript": "NM_001394115.1",
"protein_id": "NP_001381044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 436,
"cds_start": -4,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1001+3779T>C",
"hgvs_p": null,
"transcript": "NM_001394111.1",
"protein_id": "NP_001381040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": -4,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.962+3779T>C",
"hgvs_p": null,
"transcript": "NM_001349992.2",
"protein_id": "NP_001336921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": -4,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.950+3779T>C",
"hgvs_p": null,
"transcript": "NM_001349994.2",
"protein_id": "NP_001336923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": -4,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.896+3779T>C",
"hgvs_p": null,
"transcript": "NM_001082577.3",
"protein_id": "NP_001076046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.887+3779T>C",
"hgvs_p": null,
"transcript": "NM_014309.4",
"protein_id": "NP_055124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 367,
"cds_start": -4,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.869+3779T>C",
"hgvs_p": null,
"transcript": "NM_001349995.2",
"protein_id": "NP_001336924.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.441-3454T>C",
"hgvs_p": null,
"transcript": "ENST00000495377.6",
"protein_id": "ENSP00000474464.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1110-3454T>C",
"hgvs_p": null,
"transcript": "XM_006724187.3",
"protein_id": "XP_006724250.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": -4,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1098-3454T>C",
"hgvs_p": null,
"transcript": "XM_005261430.3",
"protein_id": "XP_005261487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": -4,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.1109+3779T>C",
"hgvs_p": null,
"transcript": "XM_006724188.3",
"protein_id": "XP_006724251.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 441,
"cds_start": -4,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.953+3779T>C",
"hgvs_p": null,
"transcript": "XM_047441254.1",
"protein_id": "XP_047297210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": -4,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.903-3454T>C",
"hgvs_p": null,
"transcript": "XM_047441257.1",
"protein_id": "XP_047297213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 383,
"cds_start": -4,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.888-3454T>C",
"hgvs_p": null,
"transcript": "XM_047441255.1",
"protein_id": "XP_047297211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 378,
"cds_start": -4,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.885-3454T>C",
"hgvs_p": null,
"transcript": "XM_047441256.1",
"protein_id": "XP_047297212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.873-3454T>C",
"hgvs_p": null,
"transcript": "XM_047441258.1",
"protein_id": "XP_047297214.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": -4,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.884+3779T>C",
"hgvs_p": null,
"transcript": "XM_017028698.2",
"protein_id": "XP_016884187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 366,
"cds_start": -4,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.875+3779T>C",
"hgvs_p": null,
"transcript": "XM_047441259.1",
"protein_id": "XP_047297215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": -4,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"hgvs_c": "c.872+3779T>C",
"hgvs_p": null,
"transcript": "XM_047441260.1",
"protein_id": "XP_047297216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RBFOX2",
"gene_hgnc_id": 9906,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.551712691783905,
"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.467,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.035,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000438146.7",
"gene_symbol": "RBFOX2",
"hgnc_id": 9906,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1145T>C",
"hgvs_p": "p.Leu382Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}