← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-121517382-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=121517382&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 121517382,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000358487.10",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "NM_000141.5",
"protein_id": "NP_000132.3",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 821,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4624,
"mane_select": "ENST00000358487.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "ENST00000358487.10",
"protein_id": "ENSP00000351276.6",
"transcript_support_level": 1,
"aa_start": 341,
"aa_end": null,
"aa_length": 821,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4624,
"mane_select": "NM_000141.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "ENST00000613048.4",
"protein_id": "ENSP00000484154.1",
"transcript_support_level": 5,
"aa_start": 252,
"aa_end": null,
"aa_length": 732,
"cds_start": 754,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 4369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "ENST00000356226.8",
"protein_id": "ENSP00000348559.4",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 704,
"cds_start": 676,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.337A>T",
"hgvs_p": "p.Thr113Ser",
"transcript": "ENST00000478859.5",
"protein_id": "ENSP00000474011.1",
"transcript_support_level": 1,
"aa_start": 113,
"aa_end": null,
"aa_length": 593,
"cds_start": 337,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1052,
"cdna_end": null,
"cdna_length": 3990,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.1430A>T",
"hgvs_p": null,
"transcript": "ENST00000490349.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": 1478,
"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": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.*68A>T",
"hgvs_p": null,
"transcript": "ENST00000604236.5",
"protein_id": "ENSP00000474109.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": 3501,
"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": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.*68A>T",
"hgvs_p": null,
"transcript": "ENST00000604236.5",
"protein_id": "ENSP00000474109.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": 3501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "ENST00000457416.7",
"protein_id": "ENSP00000410294.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "ENST00000369056.5",
"protein_id": "ENSP00000358052.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 769,
"cds_start": -4,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "ENST00000369058.7",
"protein_id": "ENSP00000358054.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": -4,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.749-2063A>T",
"hgvs_p": null,
"transcript": "ENST00000369061.8",
"protein_id": "ENSP00000358057.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 709,
"cds_start": -4,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.742+1300A>T",
"hgvs_p": null,
"transcript": "ENST00000369059.5",
"protein_id": "ENSP00000358055.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": -4,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.939+2597A>T",
"hgvs_p": null,
"transcript": "ENST00000369060.8",
"protein_id": "ENSP00000358056.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": -4,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.820+1300A>T",
"hgvs_p": null,
"transcript": "ENST00000360144.7",
"protein_id": "ENSP00000353262.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": -4,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "NM_001320658.2",
"protein_id": "NP_001307587.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 819,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "ENST00000346997.6",
"protein_id": "ENSP00000263451.5",
"transcript_support_level": 5,
"aa_start": 341,
"aa_end": null,
"aa_length": 819,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1033,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "ENST00000351936.11",
"protein_id": "ENSP00000309878.10",
"transcript_support_level": 5,
"aa_start": 341,
"aa_end": null,
"aa_length": 819,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 4761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser",
"transcript": "ENST00000683211.1",
"protein_id": "ENSP00000508257.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 819,
"cds_start": 1021,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 4015,
"cdna_end": null,
"cdna_length": 6964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "NM_023029.3",
"protein_id": "NP_075418.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 732,
"cds_start": 754,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 4357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "NM_001441089.1",
"protein_id": "NP_001428018.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 730,
"cds_start": 754,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 4351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "NM_001144915.2",
"protein_id": "NP_001138387.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 707,
"cds_start": 754,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 3692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "ENST00000357555.9",
"protein_id": "ENSP00000350166.5",
"transcript_support_level": 2,
"aa_start": 252,
"aa_end": null,
"aa_length": 707,
"cds_start": 754,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 3690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "NM_001144916.2",
"protein_id": "NP_001138388.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 706,
"cds_start": 676,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1117,
"cdna_end": null,
"cdna_length": 4087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "NM_001441090.1",
"protein_id": "NP_001428019.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 706,
"cds_start": 676,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 4279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "NM_001144918.2",
"protein_id": "NP_001138390.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 704,
"cds_start": 676,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 4273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "ENST00000682550.1",
"protein_id": "ENSP00000507633.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 704,
"cds_start": 676,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "NM_001441091.1",
"protein_id": "NP_001428020.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 670,
"cds_start": 676,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 4365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.676A>T",
"hgvs_p": "p.Thr226Ser",
"transcript": "ENST00000684153.1",
"protein_id": "ENSP00000506937.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 670,
"cds_start": 676,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 4251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Thr252Ser",
"transcript": "ENST00000336553.10",
"protein_id": "ENSP00000337665.6",
"transcript_support_level": 5,
"aa_start": 252,
"aa_end": null,
"aa_length": 668,
"cds_start": 754,
"cds_end": null,
"cds_length": 2008,
"cdna_start": 1339,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.337A>T",
"hgvs_p": "p.Thr113Ser",
"transcript": "NM_001320654.2",
"protein_id": "NP_001307583.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 593,
"cds_start": 337,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1052,
"cdna_end": null,
"cdna_length": 4022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1078A>T",
"hgvs_p": "p.Thr360Ser",
"transcript": "XM_017015921.3",
"protein_id": "XP_016871410.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 804,
"cds_start": 1078,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1668,
"cdna_end": null,
"cdna_length": 4724,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.230A>T",
"hgvs_p": null,
"transcript": "ENST00000463870.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 386,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.369A>T",
"hgvs_p": null,
"transcript": "ENST00000682296.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": 3318,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.676A>T",
"hgvs_p": null,
"transcript": "ENST00000682400.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": 846,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.3368A>T",
"hgvs_p": null,
"transcript": "ENST00000683418.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": 6317,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.1021A>T",
"hgvs_p": null,
"transcript": "ENST00000683678.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": 1191,
"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": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.1457A>T",
"hgvs_p": null,
"transcript": "NR_073009.2",
"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": 4427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.-150A>T",
"hgvs_p": null,
"transcript": "ENST00000638709.2",
"protein_id": "ENSP00000491912.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.-150A>T",
"hgvs_p": null,
"transcript": "ENST00000682772.1",
"protein_id": "ENSP00000506848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "NM_022970.4",
"protein_id": "NP_075259.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "NM_001441087.1",
"protein_id": "NP_001428016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": -4,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1087+1300A>T",
"hgvs_p": null,
"transcript": "NM_001144913.1",
"protein_id": "NP_001138385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 769,
"cds_start": -4,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.820+1300A>T",
"hgvs_p": null,
"transcript": "NM_001441088.1",
"protein_id": "NP_001428017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": -4,
"cds_end": null,
"cds_length": 2196,
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.749-2063A>T",
"hgvs_p": null,
"transcript": "NM_001144914.1",
"protein_id": "NP_001138386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 709,
"cds_start": -4,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.939+2597A>T",
"hgvs_p": null,
"transcript": "NM_001144917.2",
"protein_id": "NP_001138389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": -4,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.820+1300A>T",
"hgvs_p": null,
"transcript": "NM_001144919.2",
"protein_id": "NP_001138391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": -4,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3024,
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.404-13441A>T",
"hgvs_p": null,
"transcript": "ENST00000683250.1",
"protein_id": "ENSP00000506847.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": 5108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1144+1300A>T",
"hgvs_p": null,
"transcript": "XM_006717710.5",
"protein_id": "XP_006717773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": -4,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.1144+1300A>T",
"hgvs_p": null,
"transcript": "XM_017015920.3",
"protein_id": "XP_016871409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.877+1300A>T",
"hgvs_p": null,
"transcript": "XM_024447890.2",
"protein_id": "XP_024303658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": -4,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.799+1300A>T",
"hgvs_p": null,
"transcript": "XM_024447891.2",
"protein_id": "XP_024303659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 726,
"cds_start": -4,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"dbsnp": "rs121918495",
"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.9003154039382935,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.809,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5678,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.962,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000358487.10",
"gene_symbol": "FGFR2",
"hgnc_id": 3689,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1021A>T",
"hgvs_p": "p.Thr341Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}