← 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: X-154546036-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=154546036&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 154546036,
"ref": "C",
"alt": "T",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "NM_000402.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "NM_001360016.2",
"protein_id": "NP_001346945.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393562.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001360016.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000393562.10",
"protein_id": "ENSP00000377192.3",
"transcript_support_level": 1,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001360016.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393562.10"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.189+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000618670.4",
"protein_id": "ENSP00000483825.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618670.4"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "n.124+3649C>T",
"hgvs_p": null,
"transcript": "ENST00000612051.1",
"protein_id": "ENSP00000480431.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": "ENST00000612051.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-170C>T",
"hgvs_p": null,
"transcript": "ENST00000445622.6",
"protein_id": "ENSP00000395205.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445622.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000696421.1",
"protein_id": "ENSP00000512616.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 581,
"cds_start": 120,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696421.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000369620.6",
"protein_id": "ENSP00000358633.2",
"transcript_support_level": 5,
"aa_start": 40,
"aa_end": null,
"aa_length": 561,
"cds_start": 120,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369620.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000915896.1",
"protein_id": "ENSP00000585955.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 561,
"cds_start": 120,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915896.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.210G>A",
"hgvs_p": "p.Ser70Ser",
"transcript": "NM_000402.4",
"protein_id": "NP_000393.4",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 545,
"cds_start": 210,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000402.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000439227.6",
"protein_id": "ENSP00000395599.2",
"transcript_support_level": 5,
"aa_start": 40,
"aa_end": null,
"aa_length": 516,
"cds_start": 120,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439227.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000907454.1",
"protein_id": "ENSP00000577513.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 516,
"cds_start": 120,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907454.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000915895.1",
"protein_id": "ENSP00000585954.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 516,
"cds_start": 120,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915895.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "NM_001042351.3",
"protein_id": "NP_001035810.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042351.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000393564.7",
"protein_id": "ENSP00000377194.2",
"transcript_support_level": 5,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393564.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000696429.1",
"protein_id": "ENSP00000512624.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696429.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000696430.1",
"protein_id": "ENSP00000512625.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696430.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000907455.1",
"protein_id": "ENSP00000577514.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907455.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000907457.1",
"protein_id": "ENSP00000577516.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907457.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000915897.1",
"protein_id": "ENSP00000585956.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 515,
"cds_start": 120,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915897.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000968237.1",
"protein_id": "ENSP00000638296.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 513,
"cds_start": 120,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968237.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000696420.1",
"protein_id": "ENSP00000512615.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 491,
"cds_start": 120,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696420.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000915894.1",
"protein_id": "ENSP00000585953.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 462,
"cds_start": 120,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915894.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000440967.5",
"protein_id": "ENSP00000400648.1",
"transcript_support_level": 5,
"aa_start": 40,
"aa_end": null,
"aa_length": 319,
"cds_start": 120,
"cds_end": null,
"cds_length": 962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440967.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000433845.1",
"protein_id": "ENSP00000394690.1",
"transcript_support_level": 3,
"aa_start": 40,
"aa_end": null,
"aa_length": 255,
"cds_start": 120,
"cds_end": null,
"cds_length": 769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433845.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Ser40Ser",
"transcript": "ENST00000696431.1",
"protein_id": "ENSP00000512626.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 136,
"cds_start": 120,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-170C>T",
"hgvs_p": null,
"transcript": "ENST00000445622.6",
"protein_id": "ENSP00000395205.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445622.6"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.189+3584C>T",
"hgvs_p": null,
"transcript": "NM_001099856.6",
"protein_id": "NP_001093326.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001099856.6"
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907136.1",
"protein_id": "ENSP00000577195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": null,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907136.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3649C>T",
"hgvs_p": null,
"transcript": "NM_001321396.3",
"protein_id": "NP_001308325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321396.3"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "NM_001377312.1",
"protein_id": "NP_001364241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377312.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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000422680.6",
"protein_id": "ENSP00000390368.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422680.6"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000440286.6",
"protein_id": "ENSP00000394934.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440286.6"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907133.1",
"protein_id": "ENSP00000577192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907133.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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000907135.1",
"protein_id": "ENSP00000577194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907135.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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000907137.1",
"protein_id": "ENSP00000577196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907137.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4650C>T",
"hgvs_p": null,
"transcript": "ENST00000907139.1",
"protein_id": "ENSP00000577198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907139.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3755C>T",
"hgvs_p": null,
"transcript": "ENST00000907145.1",
"protein_id": "ENSP00000577204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907145.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "NM_001377313.1",
"protein_id": "NP_001364242.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377313.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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907134.1",
"protein_id": "ENSP00000577193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907134.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4650C>T",
"hgvs_p": null,
"transcript": "ENST00000907140.1",
"protein_id": "ENSP00000577199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907140.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907141.1",
"protein_id": "ENSP00000577200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907141.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000907147.1",
"protein_id": "ENSP00000577206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907147.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3649C>T",
"hgvs_p": null,
"transcript": "ENST00000968075.1",
"protein_id": "ENSP00000638134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968075.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4650C>T",
"hgvs_p": null,
"transcript": "ENST00000907142.1",
"protein_id": "ENSP00000577201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907142.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907144.1",
"protein_id": "ENSP00000577203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907144.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000968073.1",
"protein_id": "ENSP00000638132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968073.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": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+4645C>T",
"hgvs_p": null,
"transcript": "ENST00000907138.1",
"protein_id": "ENSP00000577197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907138.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000907143.1",
"protein_id": "ENSP00000577202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907143.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": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000907146.1",
"protein_id": "ENSP00000577205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907146.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.33+87G>A",
"hgvs_p": null,
"transcript": "ENST00000907456.1",
"protein_id": "ENSP00000577515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": null,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907456.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3584C>T",
"hgvs_p": null,
"transcript": "ENST00000968074.1",
"protein_id": "ENSP00000638133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": null,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968074.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IKBKG",
"gene_hgnc_id": 5961,
"hgvs_c": "c.-16+3649C>T",
"hgvs_p": null,
"transcript": "ENST00000968076.1",
"protein_id": "ENSP00000638135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": null,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.74G>A",
"hgvs_p": null,
"transcript": "ENST00000488434.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000488434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.74G>A",
"hgvs_p": null,
"transcript": "ENST00000497281.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000497281.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.186G>A",
"hgvs_p": null,
"transcript": "ENST00000647501.1",
"protein_id": null,
"transcript_support_level": null,
"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": "retained_intron",
"feature": "ENST00000647501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.120G>A",
"hgvs_p": null,
"transcript": "ENST00000696425.1",
"protein_id": "ENSP00000512620.1",
"transcript_support_level": null,
"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": "ENST00000696425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.120G>A",
"hgvs_p": null,
"transcript": "ENST00000696426.1",
"protein_id": "ENSP00000512621.1",
"transcript_support_level": null,
"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": "ENST00000696426.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.120G>A",
"hgvs_p": null,
"transcript": "ENST00000696427.1",
"protein_id": "ENSP00000512622.1",
"transcript_support_level": null,
"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": "ENST00000696427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.120G>A",
"hgvs_p": null,
"transcript": "ENST00000696428.1",
"protein_id": "ENSP00000512623.1",
"transcript_support_level": null,
"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": "ENST00000696428.1"
}
],
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"dbsnp": "rs782139661",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.0000063799,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.41999998688697815,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.8360000252723694,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.239,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.992603302960707,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000402.4",
"gene_symbol": "G6PD",
"hgnc_id": 4057,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.210G>A",
"hgvs_p": "p.Ser70Ser"
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001099856.6",
"gene_symbol": "IKBKG",
"hgnc_id": 5961,
"effects": [
"intron_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.189+3584C>T",
"hgvs_p": null
}
],
"clinvar_disease": " due to G6PD deficiency, nonspherocytic hemolytic,Anemia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Anemia, nonspherocytic hemolytic, due to G6PD deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}