← 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: 1-43364059-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=43364059&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 43364059,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022821.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "NM_022821.4",
"protein_id": "NP_073732.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372458.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022821.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000372458.8",
"protein_id": "ENSP00000361536.3",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022821.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372458.8"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.731A>G",
"hgvs_p": null,
"transcript": "ENST00000464204.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": "pseudogene",
"feature": "ENST00000464204.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "NM_001256399.2",
"protein_id": "NP_001243328.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256399.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000621943.4",
"protein_id": "ENSP00000477602.1",
"transcript_support_level": 2,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621943.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855975.1",
"protein_id": "ENSP00000526034.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855975.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855976.1",
"protein_id": "ENSP00000526035.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855976.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855977.1",
"protein_id": "ENSP00000526036.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855977.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855979.1",
"protein_id": "ENSP00000526038.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855979.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855980.1",
"protein_id": "ENSP00000526039.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855980.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855981.1",
"protein_id": "ENSP00000526040.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855981.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855982.1",
"protein_id": "ENSP00000526041.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855982.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855983.1",
"protein_id": "ENSP00000526042.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855983.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855984.1",
"protein_id": "ENSP00000526043.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855984.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855986.1",
"protein_id": "ENSP00000526045.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855986.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855987.1",
"protein_id": "ENSP00000526046.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855987.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855988.1",
"protein_id": "ENSP00000526047.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855988.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855989.1",
"protein_id": "ENSP00000526048.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855989.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855990.1",
"protein_id": "ENSP00000526049.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855990.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855991.1",
"protein_id": "ENSP00000526050.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855991.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855992.1",
"protein_id": "ENSP00000526051.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855992.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000912515.1",
"protein_id": "ENSP00000582574.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912515.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000912516.1",
"protein_id": "ENSP00000582575.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912516.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000968826.1",
"protein_id": "ENSP00000638885.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968826.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000968827.1",
"protein_id": "ENSP00000638886.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968827.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000968829.1",
"protein_id": "ENSP00000638888.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968829.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000968830.1",
"protein_id": "ENSP00000638889.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 279,
"cds_start": 697,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968830.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ile232Val",
"transcript": "ENST00000968825.1",
"protein_id": "ENSP00000638884.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 278,
"cds_start": 694,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968825.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.640A>G",
"hgvs_p": "p.Ile214Val",
"transcript": "ENST00000968828.1",
"protein_id": "ENSP00000638887.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 260,
"cds_start": 640,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968828.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "NM_001256401.2",
"protein_id": "NP_001243330.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 252,
"cds_start": 616,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256401.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "ENST00000413844.3",
"protein_id": "ENSP00000416024.2",
"transcript_support_level": 2,
"aa_start": 206,
"aa_end": null,
"aa_length": 252,
"cds_start": 616,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413844.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.595A>G",
"hgvs_p": "p.Ile199Val",
"transcript": "ENST00000912512.1",
"protein_id": "ENSP00000582571.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 245,
"cds_start": 595,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912512.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.559A>G",
"hgvs_p": "p.Ile187Val",
"transcript": "ENST00000855985.1",
"protein_id": "ENSP00000526044.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 233,
"cds_start": 559,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855985.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.487A>G",
"hgvs_p": "p.Ile163Val",
"transcript": "ENST00000912511.1",
"protein_id": "ENSP00000582570.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 209,
"cds_start": 487,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912511.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.487A>G",
"hgvs_p": "p.Ile163Val",
"transcript": "ENST00000912513.1",
"protein_id": "ENSP00000582572.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 209,
"cds_start": 487,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912513.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.487A>G",
"hgvs_p": "p.Ile163Val",
"transcript": "ENST00000912518.1",
"protein_id": "ENSP00000582577.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 209,
"cds_start": 487,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912518.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.454A>G",
"hgvs_p": "p.Ile152Val",
"transcript": "NM_001256402.2",
"protein_id": "NP_001243331.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 198,
"cds_start": 454,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256402.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.454A>G",
"hgvs_p": "p.Ile152Val",
"transcript": "ENST00000912517.1",
"protein_id": "ENSP00000582576.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 198,
"cds_start": 454,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912517.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.373A>G",
"hgvs_p": "p.Ile125Val",
"transcript": "ENST00000912514.1",
"protein_id": "ENSP00000582573.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 171,
"cds_start": 373,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912514.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "c.262A>G",
"hgvs_p": "p.Ile88Val",
"transcript": "ENST00000855978.1",
"protein_id": "ENSP00000526037.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 134,
"cds_start": 262,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855978.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.466A>G",
"hgvs_p": null,
"transcript": "ENST00000468865.6",
"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": "ENST00000468865.6"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.1031A>G",
"hgvs_p": null,
"transcript": "ENST00000470769.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": "pseudogene",
"feature": "ENST00000470769.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.579A>G",
"hgvs_p": null,
"transcript": "ENST00000470968.6",
"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": "pseudogene",
"feature": "ENST00000470968.6"
},
{
"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": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.940A>G",
"hgvs_p": null,
"transcript": "ENST00000482302.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": "ENST00000482302.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.605A>G",
"hgvs_p": null,
"transcript": "ENST00000487209.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": "pseudogene",
"feature": "ENST00000487209.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.964A>G",
"hgvs_p": null,
"transcript": "ENST00000497050.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": "pseudogene",
"feature": "ENST00000497050.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.765A>G",
"hgvs_p": null,
"transcript": "ENST00000497569.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": "ENST00000497569.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"hgvs_c": "n.735A>G",
"hgvs_p": null,
"transcript": "NR_046117.2",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_046117.2"
}
],
"gene_symbol": "ELOVL1",
"gene_hgnc_id": 14418,
"dbsnp": "rs570840404",
"frequency_reference_population": 0.00012887652,
"hom_count_reference_population": 4,
"allele_count_reference_population": 208,
"gnomad_exomes_af": 0.000139546,
"gnomad_genomes_af": 0.0000263054,
"gnomad_exomes_ac": 204,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.019739001989364624,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.156,
"revel_prediction": "Benign",
"alphamissense_score": 0.1622,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.976,
"phylop100way_prediction": "Uncertain_significance",
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022821.4",
"gene_symbol": "ELOVL1",
"hgnc_id": 14418,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val"
}
],
"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
}