← 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-38427970-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=38427970&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 38427970,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000447712.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser",
"transcript": "NM_023110.3",
"protein_id": "NP_075598.2",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 822,
"cds_start": 572,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 5697,
"mane_select": "ENST00000447712.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser",
"transcript": "ENST00000447712.7",
"protein_id": "ENSP00000400162.2",
"transcript_support_level": 1,
"aa_start": 191,
"aa_end": null,
"aa_length": 822,
"cds_start": 572,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 5697,
"mane_select": "NM_023110.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000425967.8",
"protein_id": "ENSP00000393312.4",
"transcript_support_level": 1,
"aa_start": 189,
"aa_end": null,
"aa_length": 828,
"cds_start": 566,
"cds_end": null,
"cds_length": 2487,
"cdna_start": 684,
"cdna_end": null,
"cdna_length": 3352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000397091.9",
"protein_id": "ENSP00000380280.5",
"transcript_support_level": 1,
"aa_start": 189,
"aa_end": null,
"aa_length": 820,
"cds_start": 566,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 5702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000397108.8",
"protein_id": "ENSP00000380297.4",
"transcript_support_level": 1,
"aa_start": 189,
"aa_end": null,
"aa_length": 820,
"cds_start": 566,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000397113.6",
"protein_id": "ENSP00000380302.2",
"transcript_support_level": 2,
"aa_start": 189,
"aa_end": null,
"aa_length": 820,
"cds_start": 566,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 883,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.548T>C",
"hgvs_p": "p.Leu183Ser",
"transcript": "ENST00000335922.9",
"protein_id": "ENSP00000337247.5",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 812,
"cds_start": 548,
"cds_end": null,
"cds_length": 2439,
"cdna_start": 1369,
"cdna_end": null,
"cdna_length": 4157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Ser",
"transcript": "ENST00000356207.9",
"protein_id": "ENSP00000348537.5",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 733,
"cds_start": 305,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "ENST00000397103.5",
"protein_id": "ENSP00000380292.1",
"transcript_support_level": 5,
"aa_start": 100,
"aa_end": null,
"aa_length": 733,
"cds_start": 299,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "ENST00000326324.10",
"protein_id": "ENSP00000327229.6",
"transcript_support_level": 1,
"aa_start": 100,
"aa_end": null,
"aa_length": 731,
"cds_start": 299,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 3816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.721T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*257T>C",
"hgvs_p": null,
"transcript": "ENST00000484370.5",
"protein_id": "ENSP00000433163.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": 826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*263T>C",
"hgvs_p": null,
"transcript": "ENST00000487647.5",
"protein_id": "ENSP00000435254.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": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.1042T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.2851T>C",
"hgvs_p": null,
"transcript": "ENST00000526570.5",
"protein_id": null,
"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": 5528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*257T>C",
"hgvs_p": null,
"transcript": "ENST00000484370.5",
"protein_id": "ENSP00000433163.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": 826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*263T>C",
"hgvs_p": null,
"transcript": "ENST00000487647.5",
"protein_id": "ENSP00000435254.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": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.178-6029T>C",
"hgvs_p": null,
"transcript": "ENST00000530701.1",
"protein_id": null,
"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": 276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000683765.1",
"protein_id": "ENSP00000507039.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 892,
"cds_start": 566,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 4135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.665T>C",
"hgvs_p": "p.Leu222Ser",
"transcript": "NM_001174067.2",
"protein_id": "NP_001167538.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 853,
"cds_start": 665,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 5249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "NM_001354367.2",
"protein_id": "NP_001341296.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 830,
"cds_start": 566,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 4482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "NM_001354369.2",
"protein_id": "NP_001341298.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 828,
"cds_start": 566,
"cds_end": null,
"cds_length": 2487,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 3874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000341462.9",
"protein_id": "ENSP00000340636.7",
"transcript_support_level": 5,
"aa_start": 189,
"aa_end": null,
"aa_length": 828,
"cds_start": 566,
"cds_end": null,
"cds_length": 2487,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 4442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000703405.1",
"protein_id": "ENSP00000515291.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 822,
"cds_start": 566,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 5901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser",
"transcript": "NM_001174063.2",
"protein_id": "NP_001167534.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 820,
"cds_start": 572,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 5691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "NM_001174065.2",
"protein_id": "NP_001167536.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 820,
"cds_start": 566,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 5089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "NM_015850.4",
"protein_id": "NP_056934.2",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 820,
"cds_start": 566,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 5691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser",
"transcript": "ENST00000532791.5",
"protein_id": "ENSP00000432972.1",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 820,
"cds_start": 572,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1302,
"cdna_end": null,
"cdna_length": 5590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "NM_001410922.1",
"protein_id": "NP_001397851.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 818,
"cds_start": 566,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 5083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Leu189Ser",
"transcript": "ENST00000683815.1",
"protein_id": "ENSP00000507997.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 818,
"cds_start": 566,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 1307,
"cdna_end": null,
"cdna_length": 4094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.548T>C",
"hgvs_p": "p.Leu183Ser",
"transcript": "NM_001174064.2",
"protein_id": "NP_001167535.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 812,
"cds_start": 548,
"cds_end": null,
"cds_length": 2439,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 5759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "NM_001354370.2",
"protein_id": "NP_001341299.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 741,
"cds_start": 299,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 4215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Ser",
"transcript": "NM_001174066.2",
"protein_id": "NP_001167537.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 733,
"cds_start": 305,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 4828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Ser",
"transcript": "NM_023105.3",
"protein_id": "NP_075593.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 733,
"cds_start": 305,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "NM_023106.3",
"protein_id": "NP_075594.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 731,
"cds_start": 299,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 5424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "NM_001354368.2",
"protein_id": "NP_001341297.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 729,
"cds_start": 299,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 5418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "ENST00000684654.1",
"protein_id": "ENSP00000507205.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 729,
"cds_start": 299,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 1040,
"cdna_end": null,
"cdna_length": 3827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser",
"transcript": "ENST00000525001.5",
"protein_id": "ENSP00000434712.1",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 297,
"cds_start": 572,
"cds_end": null,
"cds_length": 896,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 1155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Ser",
"transcript": "ENST00000526742.5",
"protein_id": "ENSP00000433569.1",
"transcript_support_level": 4,
"aa_start": 100,
"aa_end": null,
"aa_length": 144,
"cds_start": 299,
"cds_end": null,
"cds_length": 436,
"cdna_start": 520,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Ser",
"transcript": "ENST00000529552.5",
"protein_id": "ENSP00000435283.1",
"transcript_support_level": 4,
"aa_start": 102,
"aa_end": null,
"aa_length": 141,
"cds_start": 305,
"cds_end": null,
"cds_length": 426,
"cdna_start": 567,
"cdna_end": null,
"cdna_length": 688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.92T>C",
"hgvs_p": "p.Leu31Ser",
"transcript": "ENST00000533668.5",
"protein_id": "ENSP00000434869.1",
"transcript_support_level": 5,
"aa_start": 31,
"aa_end": null,
"aa_length": 138,
"cds_start": 92,
"cds_end": null,
"cds_length": 419,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.596T>C",
"hgvs_p": null,
"transcript": "ENST00000474970.1",
"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": 764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.335T>C",
"hgvs_p": null,
"transcript": "ENST00000527203.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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.535T>C",
"hgvs_p": null,
"transcript": "ENST00000532386.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": 725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.299T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.566T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*539T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.206T>C",
"hgvs_p": null,
"transcript": "ENST00000674235.1",
"protein_id": "ENSP00000501425.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": 1071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*539T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.832T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.1533T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.1281T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.1266T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*539T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "n.*539T>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"hgvs_c": "c.*42T>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": -4,
"cds_end": null,
"cds_length": 257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FGFR1",
"gene_hgnc_id": 3688,
"dbsnp": "rs869025669",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8417893648147583,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.763,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8836,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.209,
"phylop100way_prediction": "Uncertain_significance",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000447712.7",
"gene_symbol": "FGFR1",
"hgnc_id": 3688,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Leu191Ser"
}
],
"clinvar_disease": "Hartsfield-Bixler-Demyer syndrome",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Hartsfield-Bixler-Demyer syndrome",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}