← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-5926107-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=5926107&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 5926107,
"ref": "A",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000362091.9",
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2722+615A>C",
"hgvs_p": null,
"transcript": "NM_178150.3",
"protein_id": "NP_835363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": -4,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3548,
"mane_select": "ENST00000362091.9",
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2722+615A>C",
"hgvs_p": null,
"transcript": "ENST00000362091.9",
"protein_id": "ENSP00000355415.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": -4,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3548,
"mane_select": "NM_178150.3",
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2875+615A>C",
"hgvs_p": null,
"transcript": "ENST00000379999.6",
"protein_id": "ENSP00000369335.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": -4,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3702,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2875+615A>C",
"hgvs_p": null,
"transcript": "NM_032807.5",
"protein_id": "NP_116196.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": -4,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3702,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "NM_001258452.2",
"protein_id": "NP_001245381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3665,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "ENST00000397269.7",
"protein_id": "ENSP00000380439.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3640,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2500+615A>C",
"hgvs_p": null,
"transcript": "NM_001258453.2",
"protein_id": "NP_001245382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3646,
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "n.577+615A>C",
"hgvs_p": null,
"transcript": "ENST00000461504.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 835,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "n.82+615A>C",
"hgvs_p": null,
"transcript": "ENST00000470353.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 681,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "n.82+615A>C",
"hgvs_p": null,
"transcript": "ENST00000479433.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 527,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "n.450+615A>C",
"hgvs_p": null,
"transcript": "ENST00000485290.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": 534,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "n.229+615A>C",
"hgvs_p": null,
"transcript": "ENST00000496013.5",
"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": 336,
"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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.3184+615A>C",
"hgvs_p": null,
"transcript": "XM_047425892.1",
"protein_id": "XP_047281848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1197,
"cds_start": -4,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7093,
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.3133+615A>C",
"hgvs_p": null,
"transcript": "XM_047425893.1",
"protein_id": "XP_047281849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1180,
"cds_start": -4,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5784,
"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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2926+615A>C",
"hgvs_p": null,
"transcript": "XM_017016842.2",
"protein_id": "XP_016872331.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": -4,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3753,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2773+615A>C",
"hgvs_p": null,
"transcript": "XM_017016844.3",
"protein_id": "XP_016872333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": -4,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3599,
"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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2773+615A>C",
"hgvs_p": null,
"transcript": "XM_047425894.1",
"protein_id": "XP_047281850.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": -4,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3731,
"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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2773+615A>C",
"hgvs_p": null,
"transcript": "XM_047425900.1",
"protein_id": "XP_047281856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": -4,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3807,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2770+615A>C",
"hgvs_p": null,
"transcript": "XM_017016845.2",
"protein_id": "XP_016872334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1059,
"cds_start": -4,
"cds_end": null,
"cds_length": 3180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3597,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2722+615A>C",
"hgvs_p": null,
"transcript": "XM_047425895.1",
"protein_id": "XP_047281851.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": -4,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3680,
"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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2722+615A>C",
"hgvs_p": null,
"transcript": "XM_047425896.1",
"protein_id": "XP_047281852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": -4,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3756,
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_024448240.2",
"protein_id": "XP_024304008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3443,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_047425897.1",
"protein_id": "XP_047281853.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3937,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_047425898.1",
"protein_id": "XP_047281854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3575,
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_047425899.1",
"protein_id": "XP_047281855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3358,
"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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_047425904.1",
"protein_id": "XP_047281860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3675,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2551+615A>C",
"hgvs_p": null,
"transcript": "XM_047425905.1",
"protein_id": "XP_047281861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"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": 17,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2500+615A>C",
"hgvs_p": null,
"transcript": "XM_024448241.2",
"protein_id": "XP_024304009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3392,
"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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2500+615A>C",
"hgvs_p": null,
"transcript": "XM_047425901.1",
"protein_id": "XP_047281857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3624,
"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": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.2500+615A>C",
"hgvs_p": null,
"transcript": "XM_047425902.1",
"protein_id": "XP_047281858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"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": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.1984+615A>C",
"hgvs_p": null,
"transcript": "XM_047425906.1",
"protein_id": "XP_047281862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": -4,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2847,
"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": 16,
"intron_rank_end": null,
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"hgvs_c": "c.1933+615A>C",
"hgvs_p": null,
"transcript": "XM_047425907.1",
"protein_id": "XP_047281863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": -4,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FBH1",
"gene_hgnc_id": 13620,
"dbsnp": "rs2942347",
"frequency_reference_population": 0.00000801706,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000801706,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.533,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000362091.9",
"gene_symbol": "FBH1",
"hgnc_id": 13620,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2722+615A>C",
"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
}