← 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: 8-38464828-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=38464828&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 38464828,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001174067.2",
"consequences": [
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_023110.3",
"protein_id": "NP_075598.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000447712.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023110.3"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000447712.7",
"protein_id": "ENSP00000400162.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_023110.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447712.7"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000425967.8",
"protein_id": "ENSP00000393312.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": null,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425967.8"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000397091.9",
"protein_id": "ENSP00000380280.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397091.9"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-249+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000397108.8",
"protein_id": "ENSP00000380297.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397108.8"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000397113.6",
"protein_id": "ENSP00000380302.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397113.6"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-181+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000335922.9",
"protein_id": "ENSP00000337247.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 812,
"cds_start": null,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335922.9"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000356207.9",
"protein_id": "ENSP00000348537.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 733,
"cds_start": null,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356207.9"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000326324.10",
"protein_id": "ENSP00000327229.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": null,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326324.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.328+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000470826.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000470826.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.655+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000496296.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496296.5"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000683765.1",
"protein_id": "ENSP00000507039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": null,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683765.1"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-150+2844T>C",
"hgvs_p": null,
"transcript": "NM_001174067.2",
"protein_id": "NP_001167538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174067.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_001354367.2",
"protein_id": "NP_001341296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 830,
"cds_start": null,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354367.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "NM_001354369.2",
"protein_id": "NP_001341298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": null,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354369.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000341462.9",
"protein_id": "ENSP00000340636.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": null,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341462.9"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000703405.1",
"protein_id": "ENSP00000515291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703405.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857937.1",
"protein_id": "ENSP00000527996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857937.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_001174063.2",
"protein_id": "NP_001167534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174063.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "NM_001174065.2",
"protein_id": "NP_001167536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174065.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_015850.4",
"protein_id": "NP_056934.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015850.4"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000532791.5",
"protein_id": "ENSP00000432972.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532791.5"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-249+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000934571.1",
"protein_id": "ENSP00000604630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934571.1"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-227+1714T>C",
"hgvs_p": null,
"transcript": "ENST00000934573.1",
"protein_id": "ENSP00000604632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934573.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "NM_001410922.1",
"protein_id": "NP_001397851.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": null,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410922.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000683815.1",
"protein_id": "ENSP00000507997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": null,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683815.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000857939.1",
"protein_id": "ENSP00000527998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": null,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857939.1"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-249+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000934570.1",
"protein_id": "ENSP00000604629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": null,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934570.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000934572.1",
"protein_id": "ENSP00000604631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": null,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934572.1"
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-181+3153T>C",
"hgvs_p": null,
"transcript": "NM_001174064.2",
"protein_id": "NP_001167535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 812,
"cds_start": null,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174064.2"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000934569.1",
"protein_id": "ENSP00000604628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 801,
"cds_start": null,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934569.1"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_001354370.2",
"protein_id": "NP_001341299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": null,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354370.2"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "NM_001174066.2",
"protein_id": "NP_001167537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 733,
"cds_start": null,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174066.2"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_023105.3",
"protein_id": "NP_075593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 733,
"cds_start": null,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023105.3"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_023106.3",
"protein_id": "NP_075594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": null,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023106.3"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857933.1",
"protein_id": "ENSP00000527992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": null,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857933.1"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "NM_001354368.2",
"protein_id": "NP_001341297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 729,
"cds_start": null,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354368.2"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000684654.1",
"protein_id": "ENSP00000507205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 729,
"cds_start": null,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684654.1"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-83+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857934.1",
"protein_id": "ENSP00000527993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 729,
"cds_start": null,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857934.1"
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-227+1714T>C",
"hgvs_p": null,
"transcript": "ENST00000965843.1",
"protein_id": "ENSP00000635902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 729,
"cds_start": null,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965843.1"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857936.1",
"protein_id": "ENSP00000527995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": null,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857936.1"
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857938.1",
"protein_id": "ENSP00000527997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 701,
"cds_start": null,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857938.1"
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000857935.1",
"protein_id": "ENSP00000527994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 683,
"cds_start": null,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857935.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000525001.5",
"protein_id": "ENSP00000434712.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": null,
"cds_end": null,
"cds_length": 896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525001.5"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000526742.5",
"protein_id": "ENSP00000433569.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": null,
"cds_end": null,
"cds_length": 436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526742.5"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000529552.5",
"protein_id": "ENSP00000435283.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": null,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529552.5"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-117+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000533668.5",
"protein_id": "ENSP00000434869.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533668.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-227+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000413133.6",
"protein_id": "ENSP00000400708.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413133.6"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-89+1714T>C",
"hgvs_p": null,
"transcript": "ENST00000530568.5",
"protein_id": "ENSP00000434473.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 84,
"cds_start": null,
"cds_end": null,
"cds_length": 257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530568.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.-212+1714T>C",
"hgvs_p": null,
"transcript": "ENST00000434187.5",
"protein_id": "ENSP00000392645.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 53,
"cds_start": null,
"cds_end": null,
"cds_length": 164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434187.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.170+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000397090.4",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000397090.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000619564.3",
"protein_id": "ENSP00000484553.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000619564.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.-137+2844T>C",
"hgvs_p": null,
"transcript": "ENST00000649678.1",
"protein_id": "ENSP00000497266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000674189.1",
"protein_id": "ENSP00000501345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000674189.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.-89+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000674380.1",
"protein_id": "ENSP00000501514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000674380.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.172+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000674474.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000674474.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.621+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000683276.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.621+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000683795.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.621+3153T>C",
"hgvs_p": null,
"transcript": "ENST00000683948.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683948.1"
}
],
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"dbsnp": "rs6996321",
"frequency_reference_population": 0.6219903,
"hom_count_reference_population": 29723,
"allele_count_reference_population": 94601,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.62199,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 94601,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 29723,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"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.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.255,
"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": -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_001174067.2",
"gene_symbol": "FGFR1",
"hgnc_id": 3688,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.-150+2844T>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
}