← 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-20457337-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=20457337&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 20457337,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001641.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "NM_001641.4",
"protein_id": "NP_001632.2",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000216714.8",
"protein_id": "ENSP00000216714.3",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000398030.8",
"protein_id": "ENSP00000381111.4",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000555414.5",
"protein_id": "ENSP00000451979.1",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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.1206T>C",
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.807T>C",
"hgvs_p": "p.Tyr269Tyr",
"transcript": "ENST00000936691.1",
"protein_id": "ENSP00000606750.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 325,
"cds_start": 807,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "NM_001244249.2",
"protein_id": "NP_001231178.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "NM_080648.3",
"protein_id": "NP_542379.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "NM_080649.3",
"protein_id": "NP_542380.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000899615.1",
"protein_id": "ENSP00000569674.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000899616.1",
"protein_id": "ENSP00000569675.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000899617.1",
"protein_id": "ENSP00000569676.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000936690.1",
"protein_id": "ENSP00000606749.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000936693.1",
"protein_id": "ENSP00000606752.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000936695.1",
"protein_id": "ENSP00000606754.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000956430.1",
"protein_id": "ENSP00000626489.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 318,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.780T>C",
"hgvs_p": "p.Tyr260Tyr",
"transcript": "ENST00000936687.1",
"protein_id": "ENSP00000606746.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 316,
"cds_start": 780,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.780T>C",
"hgvs_p": "p.Tyr260Tyr",
"transcript": "ENST00000936688.1",
"protein_id": "ENSP00000606747.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 316,
"cds_start": 780,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.780T>C",
"hgvs_p": "p.Tyr260Tyr",
"transcript": "ENST00000936689.1",
"protein_id": "ENSP00000606748.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 316,
"cds_start": 780,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.780T>C",
"hgvs_p": "p.Tyr260Tyr",
"transcript": "ENST00000936692.1",
"protein_id": "ENSP00000606751.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 316,
"cds_start": 780,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.699T>C",
"hgvs_p": "p.Tyr233Tyr",
"transcript": "ENST00000899618.1",
"protein_id": "ENSP00000569677.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 289,
"cds_start": 699,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.699T>C",
"hgvs_p": "p.Tyr233Tyr",
"transcript": "ENST00000899619.1",
"protein_id": "ENSP00000569678.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 289,
"cds_start": 699,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.699T>C",
"hgvs_p": "p.Tyr233Tyr",
"transcript": "ENST00000899620.1",
"protein_id": "ENSP00000569679.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 289,
"cds_start": 699,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.699T>C",
"hgvs_p": "p.Tyr233Tyr",
"transcript": "ENST00000936694.1",
"protein_id": "ENSP00000606753.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 289,
"cds_start": 699,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.786T>C",
"hgvs_p": "p.Tyr262Tyr",
"transcript": "ENST00000553681.5",
"protein_id": "ENSP00000451327.1",
"transcript_support_level": 3,
"aa_start": 262,
"aa_end": null,
"aa_length": 262,
"cds_start": 786,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.699T>C",
"hgvs_p": "p.Tyr233Tyr",
"transcript": "ENST00000555839.5",
"protein_id": "ENSP00000452460.1",
"transcript_support_level": 2,
"aa_start": 233,
"aa_end": null,
"aa_length": 241,
"cds_start": 699,
"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.*197T>C",
"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.1402T>C",
"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": 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.*218T>C",
"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.*248T>C",
"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.*115T>C",
"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.*198T>C",
"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.*35T>C",
"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"
}
],
"gene_symbol": "APEX1",
"gene_hgnc_id": 587,
"dbsnp": "rs1594415933",
"frequency_reference_population": 6.840441e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84044e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6200000047683716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.155,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001641.4",
"gene_symbol": "APEX1",
"hgnc_id": 587,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.786T>C",
"hgvs_p": "p.Tyr262Tyr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}