← 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-121551357-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=121551357&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 121551357,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000457416.7",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_000141.5",
"protein_id": "NP_000132.3",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 821,
"cds_start": 557,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4624,
"mane_select": "ENST00000358487.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000358487.10",
"protein_id": "ENSP00000351276.6",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 821,
"cds_start": 557,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4624,
"mane_select": "NM_000141.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000457416.7",
"protein_id": "ENSP00000410294.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 822,
"cds_start": 557,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000369056.5",
"protein_id": "ENSP00000358052.1",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 769,
"cds_start": 557,
"cds_end": null,
"cds_length": 2310,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000369058.7",
"protein_id": "ENSP00000358054.3",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 767,
"cds_start": 557,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "ENST00000613048.4",
"protein_id": "ENSP00000484154.1",
"transcript_support_level": 5,
"aa_start": 97,
"aa_end": null,
"aa_length": 732,
"cds_start": 290,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 4369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000369061.8",
"protein_id": "ENSP00000358057.4",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 709,
"cds_start": 557,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 3803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "ENST00000369059.5",
"protein_id": "ENSP00000358055.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 707,
"cds_start": 212,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 3003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000369060.8",
"protein_id": "ENSP00000358056.4",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 705,
"cds_start": 557,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "ENST00000356226.8",
"protein_id": "ENSP00000348559.4",
"transcript_support_level": 1,
"aa_start": 71,
"aa_end": null,
"aa_length": 704,
"cds_start": 212,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "ENST00000360144.7",
"protein_id": "ENSP00000353262.3",
"transcript_support_level": 2,
"aa_start": 97,
"aa_end": null,
"aa_length": 680,
"cds_start": 290,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000359354.6",
"protein_id": "ENSP00000352309.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 254,
"cds_start": 557,
"cds_end": null,
"cds_length": 765,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 1680,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.818T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.212T>C",
"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": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_022970.4",
"protein_id": "NP_075259.4",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 822,
"cds_start": 557,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_001441087.1",
"protein_id": "NP_001428016.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 820,
"cds_start": 557,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_001320658.2",
"protein_id": "NP_001307587.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 819,
"cds_start": 557,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000346997.6",
"protein_id": "ENSP00000263451.5",
"transcript_support_level": 5,
"aa_start": 186,
"aa_end": null,
"aa_length": 819,
"cds_start": 557,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000351936.11",
"protein_id": "ENSP00000309878.10",
"transcript_support_level": 5,
"aa_start": 186,
"aa_end": null,
"aa_length": 819,
"cds_start": 557,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 4761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "ENST00000683211.1",
"protein_id": "ENSP00000508257.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 819,
"cds_start": 557,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 3551,
"cdna_end": null,
"cdna_length": 6964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_001144913.1",
"protein_id": "NP_001138385.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 769,
"cds_start": 557,
"cds_end": null,
"cds_length": 2310,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 2781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "NM_023029.3",
"protein_id": "NP_075418.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 732,
"cds_start": 290,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 923,
"cdna_end": null,
"cdna_length": 4357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "NM_001441088.1",
"protein_id": "NP_001428017.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 731,
"cds_start": 290,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 923,
"cdna_end": null,
"cdna_length": 4354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "NM_001441089.1",
"protein_id": "NP_001428018.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 730,
"cds_start": 290,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 923,
"cdna_end": null,
"cdna_length": 4351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_001144914.1",
"protein_id": "NP_001138386.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 709,
"cds_start": 557,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "NM_001144915.2",
"protein_id": "NP_001138387.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 707,
"cds_start": 290,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 3692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "ENST00000357555.9",
"protein_id": "ENSP00000350166.5",
"transcript_support_level": 2,
"aa_start": 97,
"aa_end": null,
"aa_length": 707,
"cds_start": 290,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 3690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "NM_001144916.2",
"protein_id": "NP_001138388.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 706,
"cds_start": 212,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 653,
"cdna_end": null,
"cdna_length": 4087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "NM_001441090.1",
"protein_id": "NP_001428019.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 706,
"cds_start": 212,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 4279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr",
"transcript": "NM_001144917.2",
"protein_id": "NP_001138389.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 705,
"cds_start": 557,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "NM_001144918.2",
"protein_id": "NP_001138390.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 704,
"cds_start": 212,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 4273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "ENST00000682550.1",
"protein_id": "ENSP00000507633.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 704,
"cds_start": 212,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "NM_001144919.2",
"protein_id": "NP_001138391.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 680,
"cds_start": 290,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 923,
"cdna_end": null,
"cdna_length": 3024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "NM_001441091.1",
"protein_id": "NP_001428020.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 670,
"cds_start": 212,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 4365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.212T>C",
"hgvs_p": "p.Met71Thr",
"transcript": "ENST00000684153.1",
"protein_id": "ENSP00000506937.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 670,
"cds_start": 212,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 4251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "ENST00000336553.10",
"protein_id": "ENSP00000337665.6",
"transcript_support_level": 5,
"aa_start": 97,
"aa_end": null,
"aa_length": 668,
"cds_start": 290,
"cds_end": null,
"cds_length": 2008,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.614T>C",
"hgvs_p": "p.Met205Thr",
"transcript": "XM_006717710.5",
"protein_id": "XP_006717773.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 807,
"cds_start": 614,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 4733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.614T>C",
"hgvs_p": "p.Met205Thr",
"transcript": "XM_017015920.3",
"protein_id": "XP_016871409.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 805,
"cds_start": 614,
"cds_end": null,
"cds_length": 2418,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 4727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.614T>C",
"hgvs_p": "p.Met205Thr",
"transcript": "XM_017015921.3",
"protein_id": "XP_016871410.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 804,
"cds_start": 614,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 4724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.347T>C",
"hgvs_p": "p.Met116Thr",
"transcript": "XM_024447890.2",
"protein_id": "XP_024303658.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 752,
"cds_start": 347,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 4376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "c.269T>C",
"hgvs_p": "p.Met90Thr",
"transcript": "XM_024447891.2",
"protein_id": "XP_024303659.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 726,
"cds_start": 269,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 4298,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.212T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.212T>C",
"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": 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": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.2904T>C",
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.557T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"hgvs_c": "n.845T>C",
"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
}
],
"gene_symbol": "FGFR2",
"gene_hgnc_id": 3689,
"dbsnp": "rs755793",
"frequency_reference_population": 0.023943752,
"hom_count_reference_population": 4341,
"allele_count_reference_population": 38649,
"gnomad_exomes_af": 0.0160798,
"gnomad_genomes_af": 0.0994444,
"gnomad_exomes_ac": 23507,
"gnomad_genomes_ac": 15142,
"gnomad_exomes_homalt": 2267,
"gnomad_genomes_homalt": 2074,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002174943685531616,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": 0.0545,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.85,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 20,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000457416.7",
"gene_symbol": "FGFR2",
"hgnc_id": 3689,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.557T>C",
"hgvs_p": "p.Met186Thr"
}
],
"clinvar_disease": "Beare-Stevenson cutis gyrata syndrome,Craniosynostosis syndrome,Crouzon syndrome,FGFR2-related craniosynostosis,Isolated Coronal Synostosis,Saethre-Chotzen syndrome,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:14 O:1",
"phenotype_combined": "not specified|Crouzon syndrome|not provided|FGFR2-related craniosynostosis|Beare-Stevenson cutis gyrata syndrome|Craniosynostosis syndrome|Saethre-Chotzen syndrome|Isolated Coronal Synostosis",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}