← 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-12992832-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=12992832&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 12992832,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018127.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2467G>A",
"hgvs_p": "p.Val823Ile",
"transcript": "NM_018127.7",
"protein_id": "NP_060597.4",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 826,
"cds_start": 2467,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000338034.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018127.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2467G>A",
"hgvs_p": "p.Val823Ile",
"transcript": "ENST00000338034.9",
"protein_id": "ENSP00000337445.4",
"transcript_support_level": 1,
"aa_start": 823,
"aa_end": null,
"aa_length": 826,
"cds_start": 2467,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018127.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338034.9"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2569G>A",
"hgvs_p": "p.Val857Ile",
"transcript": "ENST00000923774.1",
"protein_id": "ENSP00000593833.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 860,
"cds_start": 2569,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923774.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2491G>A",
"hgvs_p": "p.Val831Ile",
"transcript": "ENST00000860253.1",
"protein_id": "ENSP00000530312.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 834,
"cds_start": 2491,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860253.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2479G>A",
"hgvs_p": "p.Val827Ile",
"transcript": "ENST00000923773.1",
"protein_id": "ENSP00000593832.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 830,
"cds_start": 2479,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923773.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2473G>A",
"hgvs_p": "p.Val825Ile",
"transcript": "ENST00000923771.1",
"protein_id": "ENSP00000593830.1",
"transcript_support_level": null,
"aa_start": 825,
"aa_end": null,
"aa_length": 828,
"cds_start": 2473,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923771.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2470G>A",
"hgvs_p": "p.Val824Ile",
"transcript": "ENST00000860251.1",
"protein_id": "ENSP00000530310.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 827,
"cds_start": 2470,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860251.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2467G>A",
"hgvs_p": "p.Val823Ile",
"transcript": "ENST00000860249.1",
"protein_id": "ENSP00000530308.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 826,
"cds_start": 2467,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860249.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2464G>A",
"hgvs_p": "p.Val822Ile",
"transcript": "NM_173717.2",
"protein_id": "NP_776065.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 825,
"cds_start": 2464,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173717.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2464G>A",
"hgvs_p": "p.Val822Ile",
"transcript": "ENST00000860246.1",
"protein_id": "ENSP00000530305.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 825,
"cds_start": 2464,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860246.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2461G>A",
"hgvs_p": "p.Val821Ile",
"transcript": "ENST00000860247.1",
"protein_id": "ENSP00000530306.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 824,
"cds_start": 2461,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860247.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2461G>A",
"hgvs_p": "p.Val821Ile",
"transcript": "ENST00000961321.1",
"protein_id": "ENSP00000631380.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 824,
"cds_start": 2461,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961321.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2458G>A",
"hgvs_p": "p.Val820Ile",
"transcript": "ENST00000923772.1",
"protein_id": "ENSP00000593831.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 823,
"cds_start": 2458,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923772.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2446G>A",
"hgvs_p": "p.Val816Ile",
"transcript": "ENST00000961322.1",
"protein_id": "ENSP00000631381.1",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 819,
"cds_start": 2446,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961322.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2428G>A",
"hgvs_p": "p.Val810Ile",
"transcript": "ENST00000923775.1",
"protein_id": "ENSP00000593834.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 813,
"cds_start": 2428,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923775.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Val809Ile",
"transcript": "ENST00000860250.1",
"protein_id": "ENSP00000530309.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 812,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860250.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2422G>A",
"hgvs_p": "p.Val808Ile",
"transcript": "ENST00000860254.1",
"protein_id": "ENSP00000530313.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 811,
"cds_start": 2422,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860254.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2410G>A",
"hgvs_p": "p.Val804Ile",
"transcript": "ENST00000395962.6",
"protein_id": "ENSP00000379291.1",
"transcript_support_level": 2,
"aa_start": 804,
"aa_end": null,
"aa_length": 807,
"cds_start": 2410,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395962.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2401G>A",
"hgvs_p": "p.Val801Ile",
"transcript": "ENST00000860252.1",
"protein_id": "ENSP00000530311.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 804,
"cds_start": 2401,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860252.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2398G>A",
"hgvs_p": "p.Val800Ile",
"transcript": "ENST00000961320.1",
"protein_id": "ENSP00000631379.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 803,
"cds_start": 2398,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961320.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2347G>A",
"hgvs_p": "p.Val783Ile",
"transcript": "NM_001165962.2",
"protein_id": "NP_001159434.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 786,
"cds_start": 2347,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001165962.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2347G>A",
"hgvs_p": "p.Val783Ile",
"transcript": "ENST00000426905.7",
"protein_id": "ENSP00000405223.3",
"transcript_support_level": 2,
"aa_start": 783,
"aa_end": null,
"aa_length": 786,
"cds_start": 2347,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426905.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2344G>A",
"hgvs_p": "p.Val782Ile",
"transcript": "ENST00000860248.1",
"protein_id": "ENSP00000530307.1",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 785,
"cds_start": 2344,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860248.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2344G>A",
"hgvs_p": "p.Val782Ile",
"transcript": "ENST00000923776.1",
"protein_id": "ENSP00000593835.1",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 785,
"cds_start": 2344,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923776.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2341G>A",
"hgvs_p": "p.Val781Ile",
"transcript": "ENST00000961324.1",
"protein_id": "ENSP00000631383.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 784,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961324.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1864G>A",
"hgvs_p": "p.Val622Ile",
"transcript": "ENST00000584650.5",
"protein_id": "ENSP00000463740.2",
"transcript_support_level": 2,
"aa_start": 622,
"aa_end": null,
"aa_length": 625,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000584650.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1849G>A",
"hgvs_p": "p.Val617Ile",
"transcript": "ENST00000961323.1",
"protein_id": "ENSP00000631382.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 620,
"cds_start": 1849,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961323.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2185G>A",
"hgvs_p": "p.Val729Ile",
"transcript": "XM_024450860.2",
"protein_id": "XP_024306628.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 732,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450860.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2185G>A",
"hgvs_p": "p.Val729Ile",
"transcript": "XM_024450861.2",
"protein_id": "XP_024306629.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 732,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450861.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.2354G>A",
"hgvs_p": null,
"transcript": "ENST00000465825.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": "ENST00000465825.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.2296G>A",
"hgvs_p": null,
"transcript": "ENST00000480891.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": "ENST00000480891.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.3297G>A",
"hgvs_p": null,
"transcript": "ENST00000484122.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": "ENST00000484122.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.2013G>A",
"hgvs_p": null,
"transcript": "ENST00000487229.6",
"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": "ENST00000487229.6"
}
],
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"dbsnp": "rs376515152",
"frequency_reference_population": 0.0000065708205,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657082,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06321316957473755,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.047,
"revel_prediction": "Benign",
"alphamissense_score": 0.0944,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.433,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_018127.7",
"gene_symbol": "ELAC2",
"hgnc_id": 14198,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2467G>A",
"hgvs_p": "p.Val823Ile"
}
],
"clinvar_disease": "Combined oxidative phosphorylation defect type 17",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Combined oxidative phosphorylation defect type 17",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}