← 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-12993810-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=12993810&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 12993810,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018127.7",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2130C>A",
"hgvs_p": "p.Ser710Arg",
"transcript": "NM_018127.7",
"protein_id": "NP_060597.4",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 826,
"cds_start": 2130,
"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": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2130C>A",
"hgvs_p": "p.Ser710Arg",
"transcript": "ENST00000338034.9",
"protein_id": "ENSP00000337445.4",
"transcript_support_level": 1,
"aa_start": 710,
"aa_end": null,
"aa_length": 826,
"cds_start": 2130,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2232C>A",
"hgvs_p": "p.Ser744Arg",
"transcript": "ENST00000923774.1",
"protein_id": "ENSP00000593833.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 860,
"cds_start": 2232,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2154C>A",
"hgvs_p": "p.Ser718Arg",
"transcript": "ENST00000860253.1",
"protein_id": "ENSP00000530312.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 834,
"cds_start": 2154,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2142C>A",
"hgvs_p": "p.Ser714Arg",
"transcript": "ENST00000923773.1",
"protein_id": "ENSP00000593832.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 830,
"cds_start": 2142,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2136C>A",
"hgvs_p": "p.Ser712Arg",
"transcript": "ENST00000923771.1",
"protein_id": "ENSP00000593830.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 828,
"cds_start": 2136,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2133C>A",
"hgvs_p": "p.Ser711Arg",
"transcript": "ENST00000860251.1",
"protein_id": "ENSP00000530310.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 827,
"cds_start": 2133,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2130C>A",
"hgvs_p": "p.Ser710Arg",
"transcript": "ENST00000860249.1",
"protein_id": "ENSP00000530308.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 826,
"cds_start": 2130,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2127C>A",
"hgvs_p": "p.Ser709Arg",
"transcript": "NM_173717.2",
"protein_id": "NP_776065.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 825,
"cds_start": 2127,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2127C>A",
"hgvs_p": "p.Ser709Arg",
"transcript": "ENST00000860246.1",
"protein_id": "ENSP00000530305.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 825,
"cds_start": 2127,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2124C>A",
"hgvs_p": "p.Ser708Arg",
"transcript": "ENST00000860247.1",
"protein_id": "ENSP00000530306.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 824,
"cds_start": 2124,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2124C>A",
"hgvs_p": "p.Ser708Arg",
"transcript": "ENST00000961321.1",
"protein_id": "ENSP00000631380.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 824,
"cds_start": 2124,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2121C>A",
"hgvs_p": "p.Ser707Arg",
"transcript": "ENST00000923772.1",
"protein_id": "ENSP00000593831.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 823,
"cds_start": 2121,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2109C>A",
"hgvs_p": "p.Ser703Arg",
"transcript": "ENST00000961322.1",
"protein_id": "ENSP00000631381.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 819,
"cds_start": 2109,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2091C>A",
"hgvs_p": "p.Ser697Arg",
"transcript": "ENST00000923775.1",
"protein_id": "ENSP00000593834.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 813,
"cds_start": 2091,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2088C>A",
"hgvs_p": "p.Ser696Arg",
"transcript": "ENST00000860250.1",
"protein_id": "ENSP00000530309.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 812,
"cds_start": 2088,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2085C>A",
"hgvs_p": "p.Ser695Arg",
"transcript": "ENST00000860254.1",
"protein_id": "ENSP00000530313.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 811,
"cds_start": 2085,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2073C>A",
"hgvs_p": "p.Ser691Arg",
"transcript": "ENST00000395962.6",
"protein_id": "ENSP00000379291.1",
"transcript_support_level": 2,
"aa_start": 691,
"aa_end": null,
"aa_length": 807,
"cds_start": 2073,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2064C>A",
"hgvs_p": "p.Ser688Arg",
"transcript": "ENST00000860252.1",
"protein_id": "ENSP00000530311.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 804,
"cds_start": 2064,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2061C>A",
"hgvs_p": "p.Ser687Arg",
"transcript": "ENST00000961320.1",
"protein_id": "ENSP00000631379.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 803,
"cds_start": 2061,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2010C>A",
"hgvs_p": "p.Ser670Arg",
"transcript": "NM_001165962.2",
"protein_id": "NP_001159434.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 786,
"cds_start": 2010,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2010C>A",
"hgvs_p": "p.Ser670Arg",
"transcript": "ENST00000426905.7",
"protein_id": "ENSP00000405223.3",
"transcript_support_level": 2,
"aa_start": 670,
"aa_end": null,
"aa_length": 786,
"cds_start": 2010,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2007C>A",
"hgvs_p": "p.Ser669Arg",
"transcript": "ENST00000860248.1",
"protein_id": "ENSP00000530307.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 785,
"cds_start": 2007,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2007C>A",
"hgvs_p": "p.Ser669Arg",
"transcript": "ENST00000923776.1",
"protein_id": "ENSP00000593835.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 785,
"cds_start": 2007,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.2004C>A",
"hgvs_p": "p.Ser668Arg",
"transcript": "ENST00000961324.1",
"protein_id": "ENSP00000631383.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 784,
"cds_start": 2004,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1527C>A",
"hgvs_p": "p.Ser509Arg",
"transcript": "ENST00000584650.5",
"protein_id": "ENSP00000463740.2",
"transcript_support_level": 2,
"aa_start": 509,
"aa_end": null,
"aa_length": 625,
"cds_start": 1527,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1512C>A",
"hgvs_p": "p.Ser504Arg",
"transcript": "ENST00000961323.1",
"protein_id": "ENSP00000631382.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 620,
"cds_start": 1512,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1848C>A",
"hgvs_p": "p.Ser616Arg",
"transcript": "XM_024450860.2",
"protein_id": "XP_024306628.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 732,
"cds_start": 1848,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "c.1848C>A",
"hgvs_p": "p.Ser616Arg",
"transcript": "XM_024450861.2",
"protein_id": "XP_024306629.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 732,
"cds_start": 1848,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.2017C>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": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.1959C>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": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.2960C>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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELAC2",
"gene_hgnc_id": 14198,
"hgvs_c": "n.1676C>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": "rs7217826",
"frequency_reference_population": 6.840516e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84052e-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.07412374019622803,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.175,
"revel_prediction": "Benign",
"alphamissense_score": 0.1537,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.772,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018127.7",
"gene_symbol": "ELAC2",
"hgnc_id": 14198,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2130C>A",
"hgvs_p": "p.Ser710Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}