← 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-39777720-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=39777720&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 39777720,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_012481.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "NM_012481.5",
"protein_id": "NP_036613.2",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 509,
"cds_start": 757,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000346872.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012481.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "ENST00000346872.8",
"protein_id": "ENSP00000344544.3",
"transcript_support_level": 1,
"aa_start": 253,
"aa_end": null,
"aa_length": 509,
"cds_start": 757,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012481.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346872.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Ala219Thr",
"transcript": "ENST00000535189.5",
"protein_id": "ENSP00000438972.1",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 475,
"cds_start": 655,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535189.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Ala180Thr",
"transcript": "ENST00000439167.6",
"protein_id": "ENSP00000403776.2",
"transcript_support_level": 1,
"aa_start": 180,
"aa_end": null,
"aa_length": 436,
"cds_start": 538,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439167.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Ala166Thr",
"transcript": "ENST00000377958.7",
"protein_id": "ENSP00000367194.2",
"transcript_support_level": 1,
"aa_start": 166,
"aa_end": null,
"aa_length": 422,
"cds_start": 496,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377958.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Ala110Thr",
"transcript": "ENST00000377944.7",
"protein_id": "ENSP00000367179.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 366,
"cds_start": 328,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377944.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.211G>A",
"hgvs_p": "p.Ala71Thr",
"transcript": "ENST00000394189.6",
"protein_id": "ENSP00000377741.2",
"transcript_support_level": 1,
"aa_start": 71,
"aa_end": null,
"aa_length": 327,
"cds_start": 211,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394189.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.16G>A",
"hgvs_p": "p.Ala6Thr",
"transcript": "ENST00000623724.3",
"protein_id": "ENSP00000485515.1",
"transcript_support_level": 1,
"aa_start": 6,
"aa_end": null,
"aa_length": 262,
"cds_start": 16,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000623724.3"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.425-11227G>A",
"hgvs_p": null,
"transcript": "ENST00000377945.7",
"protein_id": "ENSP00000367180.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": null,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377945.7"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.164-11227G>A",
"hgvs_p": null,
"transcript": "ENST00000377952.6",
"protein_id": "ENSP00000367188.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377952.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "n.*91G>A",
"hgvs_p": null,
"transcript": "ENST00000293068.9",
"protein_id": "ENSP00000462791.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": "ENST00000293068.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "n.*91G>A",
"hgvs_p": null,
"transcript": "ENST00000348427.7",
"protein_id": "ENSP00000463505.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": "ENST00000348427.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "n.*91G>A",
"hgvs_p": null,
"transcript": "ENST00000293068.9",
"protein_id": "ENSP00000462791.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": "ENST00000293068.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "n.*91G>A",
"hgvs_p": null,
"transcript": "ENST00000348427.7",
"protein_id": "ENSP00000463505.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": "ENST00000348427.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Ala219Thr",
"transcript": "NM_001257408.2",
"protein_id": "NP_001244337.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 475,
"cds_start": 655,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257408.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Ala214Thr",
"transcript": "NM_183229.3",
"protein_id": "NP_899052.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 470,
"cds_start": 640,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183229.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Ala214Thr",
"transcript": "ENST00000351680.7",
"protein_id": "ENSP00000345622.3",
"transcript_support_level": 5,
"aa_start": 214,
"aa_end": null,
"aa_length": 470,
"cds_start": 640,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351680.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"transcript": "NM_183228.3",
"protein_id": "NP_899051.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 453,
"cds_start": 589,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183228.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"transcript": "ENST00000467757.5",
"protein_id": "ENSP00000420463.1",
"transcript_support_level": 5,
"aa_start": 197,
"aa_end": null,
"aa_length": 453,
"cds_start": 589,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467757.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Ala180Thr",
"transcript": "NM_001257409.2",
"protein_id": "NP_001244338.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 436,
"cds_start": 538,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257409.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Ala166Thr",
"transcript": "NM_001257410.2",
"protein_id": "NP_001244339.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 422,
"cds_start": 496,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257410.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.472G>A",
"hgvs_p": "p.Ala158Thr",
"transcript": "NM_183231.3",
"protein_id": "NP_899054.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 414,
"cds_start": 472,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183231.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.472G>A",
"hgvs_p": "p.Ala158Thr",
"transcript": "ENST00000439016.2",
"protein_id": "ENSP00000403027.2",
"transcript_support_level": 5,
"aa_start": 158,
"aa_end": null,
"aa_length": 414,
"cds_start": 472,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439016.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Ala110Thr",
"transcript": "NM_001257411.2",
"protein_id": "NP_001244340.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 366,
"cds_start": 328,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257411.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.211G>A",
"hgvs_p": "p.Ala71Thr",
"transcript": "NM_001257412.2",
"protein_id": "NP_001244341.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 327,
"cds_start": 211,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257412.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.16G>A",
"hgvs_p": "p.Ala6Thr",
"transcript": "NM_001284514.2",
"protein_id": "NP_001271443.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 262,
"cds_start": 16,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284514.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.16G>A",
"hgvs_p": "p.Ala6Thr",
"transcript": "NM_001284515.2",
"protein_id": "NP_001271444.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 262,
"cds_start": 16,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284515.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.16G>A",
"hgvs_p": "p.Ala6Thr",
"transcript": "NM_001284516.1",
"protein_id": "NP_001271445.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 262,
"cds_start": 16,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284516.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.16G>A",
"hgvs_p": "p.Ala6Thr",
"transcript": "ENST00000583368.1",
"protein_id": "ENSP00000462452.1",
"transcript_support_level": 2,
"aa_start": 6,
"aa_end": null,
"aa_length": 262,
"cds_start": 16,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583368.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.658G>A",
"hgvs_p": "p.Ala220Thr",
"transcript": "XM_047435625.1",
"protein_id": "XP_047291581.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 476,
"cds_start": 658,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435625.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.709+10538G>A",
"hgvs_p": null,
"transcript": "NM_183230.3",
"protein_id": "NP_899053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183230.3"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.709+10538G>A",
"hgvs_p": null,
"transcript": "ENST00000350532.7",
"protein_id": "ENSP00000344471.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350532.7"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.593-11227G>A",
"hgvs_p": null,
"transcript": "NM_183232.3",
"protein_id": "NP_899055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": null,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183232.3"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.593-11227G>A",
"hgvs_p": null,
"transcript": "ENST00000346243.7",
"protein_id": "ENSP00000341977.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": null,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346243.7"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.425-11227G>A",
"hgvs_p": null,
"transcript": "NM_001257414.2",
"protein_id": "NP_001244343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": null,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257414.2"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"hgvs_c": "c.164-11227G>A",
"hgvs_p": null,
"transcript": "NM_001257413.2",
"protein_id": "NP_001244342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257413.2"
}
],
"gene_symbol": "IKZF3",
"gene_hgnc_id": 13178,
"dbsnp": "rs1205420087",
"frequency_reference_population": 0.0000030982926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000205258,
"gnomad_genomes_af": 0.0000131391,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3341726064682007,
"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.187,
"revel_prediction": "Benign",
"alphamissense_score": 0.3429,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.266,
"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": "NM_012481.5",
"gene_symbol": "IKZF3",
"hgnc_id": 13178,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}