← 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: 20-44424132-A-AGCT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=44424132&ref=A&alt=AGCT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 44424132,
"ref": "A",
"alt": "AGCT",
"effect": "disruptive_inframe_insertion",
"transcript": "NM_000457.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "NM_175914.5",
"protein_id": "NP_787110.2",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 452,
"cds_start": 959,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000316673.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175914.5"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "ENST00000316673.9",
"protein_id": "ENSP00000315180.4",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 452,
"cds_start": 959,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_175914.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316673.9"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "ENST00000316099.10",
"protein_id": "ENSP00000312987.3",
"transcript_support_level": 1,
"aa_start": 342,
"aa_end": null,
"aa_length": 474,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316099.10"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "ENST00000415691.2",
"protein_id": "ENSP00000412111.1",
"transcript_support_level": 1,
"aa_start": 342,
"aa_end": null,
"aa_length": 464,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415691.2"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "ENST00000457232.5",
"protein_id": "ENSP00000396216.1",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 442,
"cds_start": 959,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457232.5"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "ENST00000443598.6",
"protein_id": "ENSP00000410911.2",
"transcript_support_level": 1,
"aa_start": 342,
"aa_end": null,
"aa_length": 417,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443598.6"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "ENST00000609795.5",
"protein_id": "ENSP00000476609.1",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 395,
"cds_start": 959,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000609795.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "n.*789_*791dupTGC",
"hgvs_p": null,
"transcript": "ENST00000372920.1",
"protein_id": "ENSP00000362011.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000372920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "n.*789_*791dupTGC",
"hgvs_p": null,
"transcript": "ENST00000372920.1",
"protein_id": "ENSP00000362011.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000372920.1"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "NM_000457.6",
"protein_id": "NP_000448.3",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 474,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000457.6"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1001_1003dupTGC",
"hgvs_p": "p.Leu334dup",
"transcript": "NM_001258355.2",
"protein_id": "NP_001245284.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 467,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258355.2"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "NM_178849.3",
"protein_id": "NP_849180.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 464,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178849.3"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.947_949dupTGC",
"hgvs_p": "p.Leu316dup",
"transcript": "NM_001287183.2",
"protein_id": "NP_001274112.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 449,
"cds_start": 950,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287183.2"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "NM_001030003.3",
"protein_id": "NP_001025174.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 442,
"cds_start": 959,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001030003.3"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.947_949dupTGC",
"hgvs_p": "p.Leu316dup",
"transcript": "NM_001287182.2",
"protein_id": "NP_001274111.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 439,
"cds_start": 950,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287182.2"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "NM_178850.3",
"protein_id": "NP_849181.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 417,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178850.3"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.956_958dupTGC",
"hgvs_p": "p.Leu319dup",
"transcript": "NM_001030004.3",
"protein_id": "NP_001025175.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 395,
"cds_start": 959,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001030004.3"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.947_949dupTGC",
"hgvs_p": "p.Leu316dup",
"transcript": "NM_001287184.2",
"protein_id": "NP_001274113.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 392,
"cds_start": 950,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287184.2"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.995_997dupTGC",
"hgvs_p": "p.Leu332dup",
"transcript": "ENST00000619550.5",
"protein_id": "ENSP00000481331.2",
"transcript_support_level": 5,
"aa_start": 333,
"aa_end": null,
"aa_length": 376,
"cds_start": 998,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619550.5"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "XM_047440135.1",
"protein_id": "XP_047296091.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 474,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440135.1"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "XM_047440136.1",
"protein_id": "XP_047296092.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 474,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440136.1"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "XM_047440137.1",
"protein_id": "XP_047296093.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 474,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440137.1"
},
{
"aa_ref": "P",
"aa_alt": "LP",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup",
"transcript": "XM_047440138.1",
"protein_id": "XP_047296094.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 464,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"hgvs_c": "c.827-4188_827-4186dupTGC",
"hgvs_p": null,
"transcript": "ENST00000894460.1",
"protein_id": "ENSP00000564519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894460.1"
}
],
"gene_symbol": "HNF4A",
"gene_hgnc_id": 5024,
"dbsnp": "rs776489992",
"frequency_reference_population": 0.0000013687418,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136874,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.959,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP5_Very_Strong,BP3",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 1,
"pathogenic_score": 12,
"criteria": [
"PM1",
"PM2",
"PP5_Very_Strong",
"BP3"
],
"verdict": "Pathogenic",
"transcript": "NM_000457.6",
"gene_symbol": "HNF4A",
"hgnc_id": 5024,
"effects": [
"disruptive_inframe_insertion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1022_1024dupTGC",
"hgvs_p": "p.Leu341dup"
}
],
"clinvar_disease": "Fanconi renotubular syndrome 4 with maturity-onset diabetes of the young,Hyperinsulinism due to HNF4A deficiency,Maturity-onset diabetes of the young type 1,Monogenic diabetes,Type 2 diabetes mellitus,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:1 LP:3 US:1",
"phenotype_combined": "Hyperinsulinism due to HNF4A deficiency|Type 2 diabetes mellitus;Fanconi renotubular syndrome 4 with maturity-onset diabetes of the young;Maturity-onset diabetes of the young type 1|not provided|Monogenic diabetes",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}