← 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: 17-44075823-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44075823&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44075823,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000269097.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His",
"transcript": "NM_138387.4",
"protein_id": "NP_612396.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 346,
"cds_start": 821,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 1052,
"cdna_end": null,
"cdna_length": 1573,
"mane_select": "ENST00000269097.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His",
"transcript": "ENST00000269097.9",
"protein_id": "ENSP00000269097.3",
"transcript_support_level": 1,
"aa_start": 274,
"aa_end": null,
"aa_length": 346,
"cds_start": 821,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 1052,
"cdna_end": null,
"cdna_length": 1573,
"mane_select": "NM_138387.4",
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*796G>A",
"hgvs_p": null,
"transcript": "ENST00000588558.6",
"protein_id": "ENSP00000467624.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": 1772,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*796G>A",
"hgvs_p": null,
"transcript": "ENST00000588558.6",
"protein_id": "ENSP00000467624.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": 1772,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.611G>A",
"hgvs_p": "p.Arg204His",
"transcript": "ENST00000696390.1",
"protein_id": "ENSP00000512600.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 276,
"cds_start": 611,
"cds_end": null,
"cds_length": 831,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 1240,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.713G>A",
"hgvs_p": "p.Arg238His",
"transcript": "ENST00000591696.1",
"protein_id": "ENSP00000468677.1",
"transcript_support_level": 3,
"aa_start": 238,
"aa_end": null,
"aa_length": 242,
"cds_start": 713,
"cds_end": null,
"cds_length": 731,
"cdna_start": 787,
"cdna_end": null,
"cdna_length": 805,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "NM_001384165.1",
"protein_id": "NP_001371094.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 1111,
"cdna_end": null,
"cdna_length": 1632,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "NM_001384166.1",
"protein_id": "NP_001371095.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 1767,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "NM_001384167.1",
"protein_id": "NP_001371096.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 1236,
"cdna_end": null,
"cdna_length": 1757,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "NM_001384168.1",
"protein_id": "NP_001371097.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 829,
"cdna_end": null,
"cdna_length": 1350,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "ENST00000696383.1",
"protein_id": "ENSP00000512593.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 882,
"cdna_end": null,
"cdna_length": 1378,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159His",
"transcript": "XM_011525474.4",
"protein_id": "XP_011523776.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 231,
"cds_start": 476,
"cds_end": null,
"cds_length": 696,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1816,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*658G>A",
"hgvs_p": null,
"transcript": "ENST00000585361.6",
"protein_id": "ENSP00000466983.1",
"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": 1637,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.842G>A",
"hgvs_p": null,
"transcript": "ENST00000590639.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 851,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*842G>A",
"hgvs_p": null,
"transcript": "ENST00000593115.2",
"protein_id": "ENSP00000466821.1",
"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": 1803,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*381G>A",
"hgvs_p": null,
"transcript": "ENST00000696384.1",
"protein_id": "ENSP00000512594.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": 1500,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*539G>A",
"hgvs_p": null,
"transcript": "ENST00000696385.1",
"protein_id": "ENSP00000512595.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": 1445,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*448G>A",
"hgvs_p": null,
"transcript": "ENST00000696387.1",
"protein_id": "ENSP00000512597.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": 1344,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"transcript": "ENST00000696388.1",
"protein_id": "ENSP00000512598.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": 1530,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*852G>A",
"hgvs_p": null,
"transcript": "ENST00000696389.1",
"protein_id": "ENSP00000512599.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": 1706,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*677G>A",
"hgvs_p": null,
"transcript": "ENST00000696391.1",
"protein_id": "ENSP00000512601.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": 1504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.*114G>A",
"hgvs_p": null,
"transcript": "NM_001319945.2",
"protein_id": "NP_001306874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": -4,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.*114G>A",
"hgvs_p": null,
"transcript": "ENST00000590253.3",
"protein_id": "ENSP00000465111.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": -4,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.*114G>A",
"hgvs_p": null,
"transcript": "ENST00000696386.1",
"protein_id": "ENSP00000512596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": -4,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1178,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*658G>A",
"hgvs_p": null,
"transcript": "ENST00000585361.6",
"protein_id": "ENSP00000466983.1",
"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": 1637,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*842G>A",
"hgvs_p": null,
"transcript": "ENST00000593115.2",
"protein_id": "ENSP00000466821.1",
"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": 1803,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*381G>A",
"hgvs_p": null,
"transcript": "ENST00000696384.1",
"protein_id": "ENSP00000512594.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": 1500,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*539G>A",
"hgvs_p": null,
"transcript": "ENST00000696385.1",
"protein_id": "ENSP00000512595.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": 1445,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*448G>A",
"hgvs_p": null,
"transcript": "ENST00000696387.1",
"protein_id": "ENSP00000512597.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": 1344,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"transcript": "ENST00000696388.1",
"protein_id": "ENSP00000512598.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": 1530,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*852G>A",
"hgvs_p": null,
"transcript": "ENST00000696389.1",
"protein_id": "ENSP00000512599.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": 1706,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*677G>A",
"hgvs_p": null,
"transcript": "ENST00000696391.1",
"protein_id": "ENSP00000512601.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": 1504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.816+5G>A",
"hgvs_p": null,
"transcript": "ENST00000696393.1",
"protein_id": "ENSP00000512603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.677+372G>A",
"hgvs_p": null,
"transcript": "ENST00000696405.1",
"protein_id": "ENSP00000512607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.816+5G>A",
"hgvs_p": null,
"transcript": "ENST00000696392.1",
"protein_id": "ENSP00000512602.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": 3075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"dbsnp": "rs773183765",
"frequency_reference_population": 0.000005584845,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000548204,
"gnomad_genomes_af": 0.00000657056,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.38434791564941406,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.301,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1231,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.894,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000269097.9",
"gene_symbol": "G6PC3",
"hgnc_id": 24861,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His"
}
],
"clinvar_disease": "Autosomal recessive severe congenital neutropenia due to G6PC3 deficiency,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Autosomal recessive severe congenital neutropenia due to G6PC3 deficiency|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}