← 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: 14-20456854-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=20456854&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 20456854,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001641.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "NM_001641.4",
"protein_id": "NP_001632.2",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 1453,
"mane_select": "ENST00000216714.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001641.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000216714.8",
"protein_id": "ENSP00000216714.3",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 1453,
"mane_select": "NM_001641.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216714.8"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000398030.8",
"protein_id": "ENSP00000381111.4",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 604,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398030.8"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000555414.5",
"protein_id": "ENSP00000451979.1",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 649,
"cdna_end": null,
"cdna_length": 1437,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555414.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.853G>A",
"hgvs_p": null,
"transcript": "ENST00000553555.5",
"protein_id": null,
"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": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553555.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Gly152Ser",
"transcript": "ENST00000936691.1",
"protein_id": "ENSP00000606750.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 325,
"cds_start": 454,
"cds_end": null,
"cds_length": 978,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 1474,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936691.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "NM_001244249.2",
"protein_id": "NP_001231178.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 1448,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244249.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "NM_080648.3",
"protein_id": "NP_542379.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 604,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080648.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "NM_080649.3",
"protein_id": "NP_542380.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 1397,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080649.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899615.1",
"protein_id": "ENSP00000569674.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899615.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899616.1",
"protein_id": "ENSP00000569675.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899616.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899617.1",
"protein_id": "ENSP00000569676.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1364,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899617.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000936690.1",
"protein_id": "ENSP00000606749.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936690.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000936693.1",
"protein_id": "ENSP00000606752.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 1341,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936693.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000936695.1",
"protein_id": "ENSP00000606754.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 1397,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936695.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000956430.1",
"protein_id": "ENSP00000626489.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 318,
"cds_start": 433,
"cds_end": null,
"cds_length": 957,
"cdna_start": 564,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956430.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Gly143Ser",
"transcript": "ENST00000936687.1",
"protein_id": "ENSP00000606746.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 316,
"cds_start": 427,
"cds_end": null,
"cds_length": 951,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 1478,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936687.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Gly143Ser",
"transcript": "ENST00000936688.1",
"protein_id": "ENSP00000606747.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 316,
"cds_start": 427,
"cds_end": null,
"cds_length": 951,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 1427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936688.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Gly143Ser",
"transcript": "ENST00000936689.1",
"protein_id": "ENSP00000606748.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 316,
"cds_start": 427,
"cds_end": null,
"cds_length": 951,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 1640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936689.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Gly143Ser",
"transcript": "ENST00000936692.1",
"protein_id": "ENSP00000606751.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 316,
"cds_start": 427,
"cds_end": null,
"cds_length": 951,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 1451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936692.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899618.1",
"protein_id": "ENSP00000569677.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 289,
"cds_start": 433,
"cds_end": null,
"cds_length": 870,
"cdna_start": 633,
"cdna_end": null,
"cdna_length": 1329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899618.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899619.1",
"protein_id": "ENSP00000569678.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 289,
"cds_start": 433,
"cds_end": null,
"cds_length": 870,
"cdna_start": 586,
"cdna_end": null,
"cdna_length": 1283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899619.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000899620.1",
"protein_id": "ENSP00000569679.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 289,
"cds_start": 433,
"cds_end": null,
"cds_length": 870,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1223,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899620.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000936694.1",
"protein_id": "ENSP00000606753.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 289,
"cds_start": 433,
"cds_end": null,
"cds_length": 870,
"cdna_start": 682,
"cdna_end": null,
"cdna_length": 1378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936694.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000553681.5",
"protein_id": "ENSP00000451327.1",
"transcript_support_level": 3,
"aa_start": 145,
"aa_end": null,
"aa_length": 262,
"cds_start": 433,
"cds_end": null,
"cds_length": 791,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553681.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000555839.5",
"protein_id": "ENSP00000452460.1",
"transcript_support_level": 2,
"aa_start": 145,
"aa_end": null,
"aa_length": 241,
"cds_start": 433,
"cds_end": null,
"cds_length": 728,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555839.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000556054.5",
"protein_id": "ENSP00000451170.1",
"transcript_support_level": 3,
"aa_start": 145,
"aa_end": null,
"aa_length": 173,
"cds_start": 433,
"cds_end": null,
"cds_length": 523,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556054.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.382G>A",
"hgvs_p": "p.Gly128Ser",
"transcript": "ENST00000557592.5",
"protein_id": "ENSP00000451060.1",
"transcript_support_level": 5,
"aa_start": 128,
"aa_end": null,
"aa_length": 171,
"cds_start": 382,
"cds_end": null,
"cds_length": 517,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557592.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.382G>A",
"hgvs_p": "p.Gly128Ser",
"transcript": "ENST00000557150.5",
"protein_id": "ENSP00000452418.1",
"transcript_support_level": 3,
"aa_start": 128,
"aa_end": null,
"aa_length": 161,
"cds_start": 382,
"cds_end": null,
"cds_length": 487,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 740,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557150.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.280G>A",
"hgvs_p": "p.Gly94Ser",
"transcript": "ENST00000438886.1",
"protein_id": "ENSP00000416414.1",
"transcript_support_level": 3,
"aa_start": 94,
"aa_end": null,
"aa_length": 148,
"cds_start": 280,
"cds_end": null,
"cds_length": 449,
"cdna_start": 282,
"cdna_end": null,
"cdna_length": 451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438886.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"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": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser",
"transcript": "ENST00000557344.5",
"protein_id": "ENSP00000452137.1",
"transcript_support_level": 2,
"aa_start": 145,
"aa_end": null,
"aa_length": 145,
"cds_start": 433,
"cds_end": null,
"cds_length": 439,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557344.5"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.28-269G>A",
"hgvs_p": null,
"transcript": "ENST00000557054.1",
"protein_id": "ENSP00000452212.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": null,
"cds_end": null,
"cds_length": 45,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 888,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557054.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.499G>A",
"hgvs_p": null,
"transcript": "ENST00000554813.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 654,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554813.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.880G>A",
"hgvs_p": null,
"transcript": "ENST00000555306.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 898,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000555306.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.1049G>A",
"hgvs_p": null,
"transcript": "ENST00000557159.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": 1803,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000557159.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.513G>A",
"hgvs_p": null,
"transcript": "ENST00000557365.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 831,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000557365.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*110G>A",
"hgvs_p": null,
"transcript": "ENST00000557181.5",
"protein_id": "ENSP00000452304.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": null,
"cds_end": null,
"cds_length": 323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557181.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.*353G>A",
"hgvs_p": null,
"transcript": "ENST00000554325.1",
"protein_id": "ENSP00000450604.1",
"transcript_support_level": 5,
"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": 568,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000554325.1"
}
],
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"dbsnp": "rs371886058",
"frequency_reference_population": 0.00010225038,
"hom_count_reference_population": 2,
"allele_count_reference_population": 165,
"gnomad_exomes_af": 0.0000985282,
"gnomad_genomes_af": 0.000137998,
"gnomad_exomes_ac": 144,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5431607961654663,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.776,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7175,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.032,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001641.4",
"gene_symbol": "APEX1",
"hgnc_id": 587,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Gly145Ser"
}
],
"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
}