← 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-20457251-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=20457251&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 20457251,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001641.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "NM_001641.4",
"protein_id": "NP_001632.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000216714.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001641.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000216714.8",
"protein_id": "ENSP00000216714.3",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001641.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216714.8"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000398030.8",
"protein_id": "ENSP00000381111.4",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398030.8"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000555414.5",
"protein_id": "ENSP00000451979.1",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.1120C>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553555.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.721C>A",
"hgvs_p": "p.Pro241Thr",
"transcript": "ENST00000936691.1",
"protein_id": "ENSP00000606750.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 325,
"cds_start": 721,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936691.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "NM_001244249.2",
"protein_id": "NP_001231178.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244249.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "NM_080648.3",
"protein_id": "NP_542379.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080648.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "NM_080649.3",
"protein_id": "NP_542380.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080649.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000899615.1",
"protein_id": "ENSP00000569674.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899615.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000899616.1",
"protein_id": "ENSP00000569675.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899616.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000899617.1",
"protein_id": "ENSP00000569676.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899617.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000936690.1",
"protein_id": "ENSP00000606749.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936690.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000936693.1",
"protein_id": "ENSP00000606752.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936693.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000936695.1",
"protein_id": "ENSP00000606754.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936695.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000956430.1",
"protein_id": "ENSP00000626489.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 318,
"cds_start": 700,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956430.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.694C>A",
"hgvs_p": "p.Pro232Thr",
"transcript": "ENST00000936687.1",
"protein_id": "ENSP00000606746.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 316,
"cds_start": 694,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936687.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.694C>A",
"hgvs_p": "p.Pro232Thr",
"transcript": "ENST00000936688.1",
"protein_id": "ENSP00000606747.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 316,
"cds_start": 694,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936688.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"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.694C>A",
"hgvs_p": "p.Pro232Thr",
"transcript": "ENST00000936689.1",
"protein_id": "ENSP00000606748.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 316,
"cds_start": 694,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936689.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.694C>A",
"hgvs_p": "p.Pro232Thr",
"transcript": "ENST00000936692.1",
"protein_id": "ENSP00000606751.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 316,
"cds_start": 694,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936692.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.613C>A",
"hgvs_p": "p.Pro205Thr",
"transcript": "ENST00000899618.1",
"protein_id": "ENSP00000569677.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 289,
"cds_start": 613,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899618.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.613C>A",
"hgvs_p": "p.Pro205Thr",
"transcript": "ENST00000899619.1",
"protein_id": "ENSP00000569678.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 289,
"cds_start": 613,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899619.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"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.613C>A",
"hgvs_p": "p.Pro205Thr",
"transcript": "ENST00000899620.1",
"protein_id": "ENSP00000569679.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 289,
"cds_start": 613,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899620.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.613C>A",
"hgvs_p": "p.Pro205Thr",
"transcript": "ENST00000936694.1",
"protein_id": "ENSP00000606753.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 289,
"cds_start": 613,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936694.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr",
"transcript": "ENST00000553681.5",
"protein_id": "ENSP00000451327.1",
"transcript_support_level": 3,
"aa_start": 234,
"aa_end": null,
"aa_length": 262,
"cds_start": 700,
"cds_end": null,
"cds_length": 791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553681.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.613C>A",
"hgvs_p": "p.Pro205Thr",
"transcript": "ENST00000555839.5",
"protein_id": "ENSP00000452460.1",
"transcript_support_level": 2,
"aa_start": 205,
"aa_end": null,
"aa_length": 241,
"cds_start": 613,
"cds_end": null,
"cds_length": 728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555839.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*111C>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": null,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.1316C>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": null,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "n.780C>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": null,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*177C>A",
"hgvs_p": null,
"transcript": "ENST00000556054.5",
"protein_id": "ENSP00000451170.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 173,
"cds_start": null,
"cds_end": null,
"cds_length": 523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556054.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*132C>A",
"hgvs_p": null,
"transcript": "ENST00000557592.5",
"protein_id": "ENSP00000451060.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557592.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*162C>A",
"hgvs_p": null,
"transcript": "ENST00000557150.5",
"protein_id": "ENSP00000452418.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": null,
"cds_end": null,
"cds_length": 487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557150.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"hgvs_c": "c.*29C>A",
"hgvs_p": null,
"transcript": "ENST00000438886.1",
"protein_id": "ENSP00000416414.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"cds_end": null,
"cds_length": 449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438886.1"
},
{
"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.*112C>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": null,
"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": [
"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.*249C>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000555306.5"
}
],
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"dbsnp": "rs763036623",
"frequency_reference_population": 0.000001368092,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136809,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.535406768321991,
"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.321,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1263,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.814,
"phylop100way_prediction": "Benign",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001641.4",
"gene_symbol": "APEX1",
"hgnc_id": 587,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Pro234Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}