← 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-6994787-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=6994787&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 6994787,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_018723.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "NM_018723.4",
"protein_id": "NP_061193.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4884,
"mane_select": "ENST00000550418.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000550418.6",
"protein_id": "ENSP00000450031.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4884,
"mane_select": "NM_018723.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000553186.5",
"protein_id": "ENSP00000447753.1",
"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": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000551752.5",
"protein_id": "ENSP00000447281.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": -4,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000547605.5",
"protein_id": "ENSP00000450402.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": -4,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.463-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000641259.1",
"protein_id": "ENSP00000493041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": -4,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.583-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415887.1",
"protein_id": "NP_001402816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 573,
"cds_start": -4,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.583-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415888.1",
"protein_id": "NP_001402817.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001411047.1",
"protein_id": "NP_001397976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": -4,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000547372.5",
"protein_id": "ENSP00000446842.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": -4,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415889.1",
"protein_id": "NP_001402818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 459,
"cds_start": -4,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415891.1",
"protein_id": "NP_001402820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": -4,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415892.1",
"protein_id": "NP_001402821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": -4,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001308117.1",
"protein_id": "NP_001295046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 425,
"cds_start": -4,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000422070.8",
"protein_id": "ENSP00000391269.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 425,
"cds_start": -4,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415894.1",
"protein_id": "NP_001402823.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": -4,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415895.1",
"protein_id": "NP_001402824.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": -4,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415897.1",
"protein_id": "NP_001402826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 413,
"cds_start": -4,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415898.1",
"protein_id": "NP_001402827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": -4,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415900.1",
"protein_id": "NP_001402829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 406,
"cds_start": -4,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "NM_001142334.2",
"protein_id": "NP_001135806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000547338.5",
"protein_id": "ENSP00000447717.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000675653.1",
"protein_id": "ENSP00000502718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000675842.1",
"protein_id": "ENSP00000501599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000552089.5",
"protein_id": "ENSP00000448496.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 391,
"cds_start": -4,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415907.1",
"protein_id": "NP_001402836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415908.1",
"protein_id": "NP_001402837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": -4,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415909.1",
"protein_id": "NP_001402838.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": 3983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000535565.6",
"protein_id": "ENSP00000438768.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415910.1",
"protein_id": "NP_001402839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 379,
"cds_start": -4,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415912.1",
"protein_id": "NP_001402841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": -4,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "NM_001364800.2",
"protein_id": "NP_001351729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": -4,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000675459.1",
"protein_id": "ENSP00000502616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": -4,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "NM_001142333.2",
"protein_id": "NP_001135805.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": 4803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415914.1",
"protein_id": "NP_001402843.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": 5748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "NM_001415916.1",
"protein_id": "NP_001402845.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": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.369+11049G>A",
"hgvs_p": null,
"transcript": "ENST00000547427.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "n.658-57270G>A",
"hgvs_p": null,
"transcript": "ENST00000675140.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": 2960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.583-57270G>A",
"hgvs_p": null,
"transcript": "XM_017023318.3",
"protein_id": "XP_016878807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 623,
"cds_start": -4,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.544-57270G>A",
"hgvs_p": null,
"transcript": "XM_024450303.2",
"protein_id": "XP_024306071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 610,
"cds_start": -4,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.115-57270G>A",
"hgvs_p": null,
"transcript": "XM_017023320.3",
"protein_id": "XP_016878809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "XM_017023321.3",
"protein_id": "XP_016878810.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.94-57270G>A",
"hgvs_p": null,
"transcript": "XM_024450305.2",
"protein_id": "XP_024306073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": -4,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "XM_005255391.5",
"protein_id": "XP_005255448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 424,
"cds_start": -4,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null,
"transcript": "XM_047434244.1",
"protein_id": "XP_047290200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 424,
"cds_start": -4,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RBFOX1",
"gene_hgnc_id": 18222,
"dbsnp": "rs11077123",
"frequency_reference_population": 0.43670636,
"hom_count_reference_population": 17842,
"allele_count_reference_population": 66375,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.436706,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 66375,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 17842,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.494,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_018723.4",
"gene_symbol": "RBFOX1",
"hgnc_id": 18222,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.-15-57270G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}