← 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: 15-30904756-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=30904756&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 30904756,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000362065.9",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "NM_014967.5",
"protein_id": "NP_055782.3",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 1017,
"cds_start": 93,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 4849,
"mane_select": "ENST00000362065.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000362065.9",
"protein_id": "ENSP00000354497.4",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 1017,
"cds_start": 93,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 4849,
"mane_select": "NM_014967.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000561594.5",
"protein_id": "ENSP00000455983.1",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000561607.6",
"protein_id": "ENSP00000454223.1",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.93T>G",
"hgvs_p": null,
"transcript": "ENST00000565280.5",
"protein_id": "ENSP00000455573.1",
"transcript_support_level": 1,
"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": 4999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000656435.1",
"protein_id": "ENSP00000499534.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 1017,
"cds_start": 93,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 269,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000657391.1",
"protein_id": "ENSP00000499703.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 1017,
"cds_start": 93,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 276,
"cdna_end": null,
"cdna_length": 4442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000670849.1",
"protein_id": "ENSP00000499638.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 1017,
"cds_start": 93,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 4714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "NM_001146094.2",
"protein_id": "NP_001139566.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "NM_001146095.1",
"protein_id": "NP_001139567.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "NM_001146096.2",
"protein_id": "NP_001139568.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 355,
"cdna_end": null,
"cdna_length": 2800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000565466.5",
"protein_id": "ENSP00000454544.1",
"transcript_support_level": 2,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 364,
"cdna_end": null,
"cdna_length": 2304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "ENST00000658773.1",
"protein_id": "ENSP00000499742.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 533,
"cds_start": 93,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 276,
"cdna_end": null,
"cdna_length": 2157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "XM_047432250.1",
"protein_id": "XP_047288206.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 904,
"cds_start": 93,
"cds_end": null,
"cds_length": 2715,
"cdna_start": 245,
"cdna_end": null,
"cdna_length": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met",
"transcript": "XM_011521372.3",
"protein_id": "XP_011519674.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 609,
"cds_start": 93,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 245,
"cdna_end": null,
"cdna_length": 2016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.270T>G",
"hgvs_p": null,
"transcript": "ENST00000602886.2",
"protein_id": null,
"transcript_support_level": 6,
"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": 4441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.369T>G",
"hgvs_p": null,
"transcript": "ENST00000654013.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": 3090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.364T>G",
"hgvs_p": null,
"transcript": "ENST00000655421.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": 7929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.345T>G",
"hgvs_p": null,
"transcript": "ENST00000656307.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": 7413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.349T>G",
"hgvs_p": null,
"transcript": "ENST00000662114.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": 3463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.93T>G",
"hgvs_p": null,
"transcript": "ENST00000664070.1",
"protein_id": "ENSP00000499478.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": 5669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.332T>G",
"hgvs_p": null,
"transcript": "ENST00000665705.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": 3889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.353T>G",
"hgvs_p": null,
"transcript": "ENST00000665894.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": 3279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.345T>G",
"hgvs_p": null,
"transcript": "ENST00000666852.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": 3918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.368T>G",
"hgvs_p": null,
"transcript": "ENST00000667837.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": 4354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.93T>G",
"hgvs_p": null,
"transcript": "ENST00000670074.1",
"protein_id": "ENSP00000499252.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": 4269,
"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": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.-57+166T>G",
"hgvs_p": null,
"transcript": "ENST00000664837.1",
"protein_id": "ENSP00000499780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": -4,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3542,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.-57+166T>G",
"hgvs_p": null,
"transcript": "ENST00000562892.2",
"protein_id": "ENSP00000457680.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 855,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.-230+166T>G",
"hgvs_p": null,
"transcript": "ENST00000666143.1",
"protein_id": "ENSP00000499576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": -4,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 863,
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.110+166T>G",
"hgvs_p": null,
"transcript": "ENST00000568145.6",
"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": 2577,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.-57+166T>G",
"hgvs_p": null,
"transcript": "ENST00000654056.1",
"protein_id": "ENSP00000499726.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": 3401,
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "n.179+166T>G",
"hgvs_p": null,
"transcript": "ENST00000656109.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": 2590,
"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": "FAN1",
"gene_hgnc_id": 29170,
"hgvs_c": "c.52+166T>G",
"hgvs_p": null,
"transcript": "XM_011521370.3",
"protein_id": "XP_011519672.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": 3555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FAN1",
"gene_hgnc_id": 29170,
"dbsnp": "rs781134478",
"frequency_reference_population": 0.000004791921,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000479192,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13462170958518982,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.157,
"revel_prediction": "Benign",
"alphamissense_score": 0.1042,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.3,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP5,BP4",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 1,
"pathogenic_score": 1,
"criteria": [
"PP5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000362065.9",
"gene_symbol": "FAN1",
"hgnc_id": 29170,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.93T>G",
"hgvs_p": "p.Ile31Met"
}
],
"clinvar_disease": "Karyomegalic interstitial nephritis,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "not provided|Karyomegalic interstitial nephritis",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}