← 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: 4-1806664-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1806664&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 1806664,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000440486.8",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "NM_000142.5",
"protein_id": "NP_000133.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 806,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": "ENST00000440486.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "ENST00000440486.8",
"protein_id": "ENSP00000414914.2",
"transcript_support_level": 5,
"aa_start": 717,
"aa_end": null,
"aa_length": 806,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": "NM_000142.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2081G>A",
"hgvs_p": "p.Arg694His",
"transcript": "ENST00000481110.7",
"protein_id": "ENSP00000420533.2",
"transcript_support_level": 1,
"aa_start": 694,
"aa_end": null,
"aa_length": 792,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 2348,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.1813G>A",
"hgvs_p": "p.Ala605Thr",
"transcript": "ENST00000352904.6",
"protein_id": "ENSP00000231803.1",
"transcript_support_level": 1,
"aa_start": 605,
"aa_end": null,
"aa_length": 694,
"cds_start": 1813,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.*1205G>A",
"hgvs_p": null,
"transcript": "ENST00000260795.8",
"protein_id": "ENSP00000260795.3",
"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": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.*1205G>A",
"hgvs_p": null,
"transcript": "ENST00000260795.8",
"protein_id": "ENSP00000260795.3",
"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": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2155G>A",
"hgvs_p": "p.Ala719Thr",
"transcript": "NM_001163213.2",
"protein_id": "NP_001156685.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 808,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2430,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2155G>A",
"hgvs_p": "p.Ala719Thr",
"transcript": "ENST00000340107.9",
"protein_id": "ENSP00000339824.4",
"transcript_support_level": 5,
"aa_start": 719,
"aa_end": null,
"aa_length": 808,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2430,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2152G>A",
"hgvs_p": "p.Ala718Thr",
"transcript": "NM_001354809.2",
"protein_id": "NP_001341738.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 807,
"cds_start": 2152,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2427,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2137G>A",
"hgvs_p": "p.Ala713Thr",
"transcript": "ENST00000412135.7",
"protein_id": "ENSP00000412903.3",
"transcript_support_level": 5,
"aa_start": 713,
"aa_end": null,
"aa_length": 802,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2409,
"cdna_start": 2412,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2081G>A",
"hgvs_p": "p.Arg694His",
"transcript": "NM_001354810.2",
"protein_id": "NP_001341739.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 792,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 2356,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.1813G>A",
"hgvs_p": "p.Ala605Thr",
"transcript": "NM_022965.4",
"protein_id": "NP_075254.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 694,
"cds_start": 1813,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2161G>A",
"hgvs_p": "p.Ala721Thr",
"transcript": "XM_006713868.2",
"protein_id": "XP_006713931.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 811,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 4316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2161G>A",
"hgvs_p": "p.Ala721Thr",
"transcript": "XM_047449820.1",
"protein_id": "XP_047305776.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 811,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 2313,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2161G>A",
"hgvs_p": "p.Ala721Thr",
"transcript": "XM_006713869.2",
"protein_id": "XP_006713932.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 810,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2158G>A",
"hgvs_p": "p.Ala720Thr",
"transcript": "XM_006713870.2",
"protein_id": "XP_006713933.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 810,
"cds_start": 2158,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2433,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2155G>A",
"hgvs_p": "p.Ala719Thr",
"transcript": "XM_006713871.2",
"protein_id": "XP_006713934.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 809,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2430,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2155G>A",
"hgvs_p": "p.Ala719Thr",
"transcript": "XM_011513420.2",
"protein_id": "XP_011511722.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 809,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2430,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2158G>A",
"hgvs_p": "p.Ala720Thr",
"transcript": "XM_047449821.1",
"protein_id": "XP_047305777.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 809,
"cds_start": 2158,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2433,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2152G>A",
"hgvs_p": "p.Ala718Thr",
"transcript": "XM_011513422.2",
"protein_id": "XP_011511724.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 808,
"cds_start": 2152,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2427,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "XM_006713873.2",
"protein_id": "XP_006713936.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 807,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2152G>A",
"hgvs_p": "p.Ala718Thr",
"transcript": "XM_047449822.1",
"protein_id": "XP_047305778.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 807,
"cds_start": 2152,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2304,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "XM_047449823.1",
"protein_id": "XP_047305779.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 807,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2301,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "XM_047449824.1",
"protein_id": "XP_047305780.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 806,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2301,
"cdna_end": null,
"cdna_length": 4178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.2575G>A",
"hgvs_p": null,
"transcript": "NR_148971.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": 4452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"dbsnp": "rs17882190",
"frequency_reference_population": 0.00021582119,
"hom_count_reference_population": 2,
"allele_count_reference_population": 348,
"gnomad_exomes_af": 0.000145165,
"gnomad_genomes_af": 0.000894525,
"gnomad_exomes_ac": 212,
"gnomad_genomes_ac": 136,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.018644988536834717,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.245,
"revel_prediction": "Benign",
"alphamissense_score": 0.0828,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.359,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000440486.8",
"gene_symbol": "FGFR3",
"hgnc_id": 3690,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr"
}
],
"clinvar_disease": "FGFR3-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:1 O:1",
"phenotype_combined": "not specified|not provided|FGFR3-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}