← 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: 12-120978923-GC-CT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=120978923&ref=GC&alt=CT&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 120978923,
"ref": "GC",
"alt": "CT",
"effect": "missense_variant",
"transcript": "ENST00000257555.11",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "NM_000545.8",
"protein_id": "NP_000536.6",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 631,
"cds_start": 155,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": "ENST00000257555.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "ENST00000257555.11",
"protein_id": "ENSP00000257555.5",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 631,
"cds_start": 155,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": "NM_000545.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "ENST00000544413.2",
"protein_id": "ENSP00000438804.1",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 638,
"cds_start": 155,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 175,
"cdna_end": null,
"cdna_length": 2014,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.155_156delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000538646.5",
"protein_id": "ENSP00000443964.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": 1649,
"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": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.155_156delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000540108.1",
"protein_id": "ENSP00000445445.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": 3039,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.155_156delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000541924.5",
"protein_id": "ENSP00000440361.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": 1594,
"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": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.155_156delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000560968.6",
"protein_id": "ENSP00000453965.2",
"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": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.42+231_42+232delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000535955.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": 434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.190+83_190+84delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000538626.2",
"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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.72+83_72+84delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000544574.5",
"protein_id": "ENSP00000438565.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": 725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "ENST00000541395.5",
"protein_id": "ENSP00000443112.1",
"transcript_support_level": 2,
"aa_start": 52,
"aa_end": null,
"aa_length": 662,
"cds_start": 155,
"cds_end": null,
"cds_length": 1989,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "NM_001306179.2",
"protein_id": "NP_001293108.2",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 638,
"cds_start": 155,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "NM_001406915.1",
"protein_id": "NP_001393844.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 567,
"cds_start": 155,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "ENST00000400024.6",
"protein_id": "ENSP00000476181.1",
"transcript_support_level": 2,
"aa_start": 52,
"aa_end": null,
"aa_length": 542,
"cds_start": 155,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 2337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala",
"transcript": "XM_024449168.2",
"protein_id": "XP_024304936.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 662,
"cds_start": 155,
"cds_end": null,
"cds_length": 1989,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 3535,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"hgvs_c": "n.290_291delGCinsCT",
"hgvs_p": null,
"transcript": "ENST00000402929.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 3002,
"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": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.450_451delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000760047.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": 754,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.153+690_153+691delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000433033.4",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.322+1720_322+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000535301.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.291+1720_291+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000537361.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.295+1720_295+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000619441.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 514,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.134+690_134+691delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000646404.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": 557,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.288+1720_288+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000647473.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": 1144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.325+1720_325+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000701238.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": 599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.153+690_153+691delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000701967.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": 434,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.296+1720_296+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000760046.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": 630,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.256+1720_256+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000760048.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": 636,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.256+1720_256+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000760049.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": 750,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNF1A-AS1",
"gene_hgnc_id": 26785,
"hgvs_c": "n.256+1720_256+1721delGCinsAG",
"hgvs_p": null,
"transcript": "ENST00000760050.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": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HNF1A",
"gene_hgnc_id": 11621,
"dbsnp": "rs587778393",
"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": 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": 1.08,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BA1",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000257555.11",
"gene_symbol": "HNF1A",
"hgnc_id": 11621,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.155_156delGCinsCT",
"hgvs_p": "p.Gly52Ala"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000760047.1",
"gene_symbol": "HNF1A-AS1",
"hgnc_id": 26785,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.450_451delGCinsAG",
"hgvs_p": null
}
],
"clinvar_disease": "HNF1A-related disorder,Maturity onset diabetes mellitus in young,Monogenic diabetes,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "US:2 LB:4 B:1 O:1",
"phenotype_combined": "not specified|not provided|Maturity onset diabetes mellitus in young|HNF1A-related disorder|Monogenic diabetes",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}