← 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: 7-74059978-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=74059978&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 74059978,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000252034.12",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "NM_000501.4",
"protein_id": "NP_000492.2",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 724,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": "ENST00000252034.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "ENST00000252034.12",
"protein_id": "ENSP00000252034.7",
"transcript_support_level": 1,
"aa_start": 503,
"aa_end": null,
"aa_length": 724,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": "NM_000501.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1525G>A",
"hgvs_p": "p.Val509Met",
"transcript": "ENST00000380562.8",
"protein_id": "ENSP00000369936.4",
"transcript_support_level": 1,
"aa_start": 509,
"aa_end": null,
"aa_length": 730,
"cds_start": 1525,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 1572,
"cdna_end": null,
"cdna_length": 2240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1477G>A",
"hgvs_p": "p.Val493Met",
"transcript": "ENST00000458204.5",
"protein_id": "ENSP00000403162.1",
"transcript_support_level": 1,
"aa_start": 493,
"aa_end": null,
"aa_length": 714,
"cds_start": 1477,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 3147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1522G>A",
"hgvs_p": "p.Val508Met",
"transcript": "ENST00000357036.9",
"protein_id": "ENSP00000349540.5",
"transcript_support_level": 1,
"aa_start": 508,
"aa_end": null,
"aa_length": 711,
"cds_start": 1522,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "ENST00000380576.9",
"protein_id": "ENSP00000369950.5",
"transcript_support_level": 1,
"aa_start": 484,
"aa_end": null,
"aa_length": 705,
"cds_start": 1450,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 3109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Val474Met",
"transcript": "ENST00000380575.8",
"protein_id": "ENSP00000369949.4",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 677,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Val470Met",
"transcript": "ENST00000380584.8",
"protein_id": "ENSP00000369958.4",
"transcript_support_level": 1,
"aa_start": 470,
"aa_end": null,
"aa_length": 658,
"cds_start": 1408,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 3214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1594G>A",
"hgvs_p": "p.Val532Met",
"transcript": "NM_001278939.2",
"protein_id": "NP_001265868.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 786,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2361,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1594G>A",
"hgvs_p": "p.Val532Met",
"transcript": "ENST00000692049.1",
"protein_id": "ENSP00000510104.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 786,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2361,
"cdna_start": 1594,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "ENST00000320399.10",
"protein_id": "ENSP00000313565.6",
"transcript_support_level": 5,
"aa_start": 503,
"aa_end": null,
"aa_length": 757,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 2274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1525G>A",
"hgvs_p": "p.Val509Met",
"transcript": "NM_001278915.2",
"protein_id": "NP_001265844.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 730,
"cds_start": 1525,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 3415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1477G>A",
"hgvs_p": "p.Val493Met",
"transcript": "NM_001278917.2",
"protein_id": "NP_001265846.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 714,
"cds_start": 1477,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 3367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1522G>A",
"hgvs_p": "p.Val508Met",
"transcript": "NM_001081754.3",
"protein_id": "NP_001075223.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 711,
"cds_start": 1522,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 1537,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "NM_001278912.2",
"protein_id": "NP_001265841.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 706,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "ENST00000445912.5",
"protein_id": "ENSP00000389857.1",
"transcript_support_level": 2,
"aa_start": 503,
"aa_end": null,
"aa_length": 706,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1906,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "NM_001081755.3",
"protein_id": "NP_001075224.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 705,
"cds_start": 1450,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1435G>A",
"hgvs_p": "p.Val479Met",
"transcript": "NM_001278914.2",
"protein_id": "NP_001265843.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 700,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1450,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1435G>A",
"hgvs_p": "p.Val479Met",
"transcript": "ENST00000414324.5",
"protein_id": "ENSP00000392575.1",
"transcript_support_level": 2,
"aa_start": 479,
"aa_end": null,
"aa_length": 700,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Val489Met",
"transcript": "NM_001081753.3",
"protein_id": "NP_001075222.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 692,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1480,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Val489Met",
"transcript": "ENST00000429192.5",
"protein_id": "ENSP00000391129.1",
"transcript_support_level": 2,
"aa_start": 489,
"aa_end": null,
"aa_length": 692,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1480,
"cdna_end": null,
"cdna_length": 3298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Val474Met",
"transcript": "NM_001081752.3",
"protein_id": "NP_001075221.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 677,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1435,
"cdna_end": null,
"cdna_length": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Val470Met",
"transcript": "NM_001278916.2",
"protein_id": "NP_001265845.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 658,
"cds_start": 1408,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 3199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Val422Met",
"transcript": "NM_001278913.2",
"protein_id": "NP_001265842.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 643,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Val422Met",
"transcript": "ENST00000320492.11",
"protein_id": "ENSP00000315607.7",
"transcript_support_level": 2,
"aa_start": 422,
"aa_end": null,
"aa_length": 643,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1346,
"cdna_end": null,
"cdna_length": 2991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1240G>A",
"hgvs_p": "p.Val414Met",
"transcript": "NM_001278918.2",
"protein_id": "NP_001265847.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 617,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1255,
"cdna_end": null,
"cdna_length": 3076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1240G>A",
"hgvs_p": "p.Val414Met",
"transcript": "ENST00000621115.4",
"protein_id": "ENSP00000480955.1",
"transcript_support_level": 2,
"aa_start": 414,
"aa_end": null,
"aa_length": 617,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Val367Met",
"transcript": "ENST00000380553.8",
"protein_id": "ENSP00000369926.4",
"transcript_support_level": 2,
"aa_start": 367,
"aa_end": null,
"aa_length": 570,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1112,
"cdna_end": null,
"cdna_length": 2703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1594G>A",
"hgvs_p": "p.Val532Met",
"transcript": "XM_047419981.1",
"protein_id": "XP_047275937.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 753,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 3484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1522G>A",
"hgvs_p": "p.Val508Met",
"transcript": "XM_011515868.3",
"protein_id": "XP_011514170.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 729,
"cds_start": 1522,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 1537,
"cdna_end": null,
"cdna_length": 3412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Val498Met",
"transcript": "XM_011515869.2",
"protein_id": "XP_011514171.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 719,
"cds_start": 1492,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 3382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1486G>A",
"hgvs_p": "p.Val496Met",
"transcript": "XM_011515870.2",
"protein_id": "XP_011514172.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 717,
"cds_start": 1486,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 3376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Val494Met",
"transcript": "XM_011515871.3",
"protein_id": "XP_011514173.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 715,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1471G>A",
"hgvs_p": "p.Val491Met",
"transcript": "XM_005250187.3",
"protein_id": "XP_005250244.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 712,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Val490Met",
"transcript": "XM_011515872.3",
"protein_id": "XP_011514174.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 711,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Val489Met",
"transcript": "XM_005250188.2",
"protein_id": "XP_005250245.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 710,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1480,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Val489Met",
"transcript": "XM_011515873.3",
"protein_id": "XP_011514175.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 710,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1480,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1456G>A",
"hgvs_p": "p.Val486Met",
"transcript": "XM_011515874.2",
"protein_id": "XP_011514176.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 707,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 1471,
"cdna_end": null,
"cdna_length": 3346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1453G>A",
"hgvs_p": "p.Val485Met",
"transcript": "XM_047419954.1",
"protein_id": "XP_047275910.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 706,
"cds_start": 1453,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Met",
"transcript": "XM_011515875.3",
"protein_id": "XP_011514177.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 702,
"cds_start": 1441,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 1456,
"cdna_end": null,
"cdna_length": 3331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Val498Met",
"transcript": "XM_047419955.1",
"protein_id": "XP_047275911.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 701,
"cds_start": 1492,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1435G>A",
"hgvs_p": "p.Val479Met",
"transcript": "XM_017011813.1",
"protein_id": "XP_016867302.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 700,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1450,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1486G>A",
"hgvs_p": "p.Val496Met",
"transcript": "XM_047419956.1",
"protein_id": "XP_047275912.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 699,
"cds_start": 1486,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1429G>A",
"hgvs_p": "p.Val477Met",
"transcript": "XM_047419957.1",
"protein_id": "XP_047275913.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 698,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1444,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1429G>A",
"hgvs_p": "p.Val477Met",
"transcript": "XM_047419958.1",
"protein_id": "XP_047275914.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 698,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1444,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Val494Met",
"transcript": "XM_047419959.1",
"protein_id": "XP_047275915.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 697,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1522G>A",
"hgvs_p": "p.Val508Met",
"transcript": "XM_011515876.3",
"protein_id": "XP_011514178.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 696,
"cds_start": 1522,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 1537,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "XM_017011814.3",
"protein_id": "XP_016867303.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 696,
"cds_start": 1423,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1477G>A",
"hgvs_p": "p.Val493Met",
"transcript": "XM_047419960.1",
"protein_id": "XP_047275916.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 696,
"cds_start": 1477,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "XM_047419961.1",
"protein_id": "XP_047275917.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 696,
"cds_start": 1423,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Val474Met",
"transcript": "XM_047419962.1",
"protein_id": "XP_047275918.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 695,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 1435,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1471G>A",
"hgvs_p": "p.Val491Met",
"transcript": "XM_047419963.1",
"protein_id": "XP_047275919.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 694,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1414G>A",
"hgvs_p": "p.Val472Met",
"transcript": "XM_047419964.1",
"protein_id": "XP_047275920.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 693,
"cds_start": 1414,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1429,
"cdna_end": null,
"cdna_length": 3304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Val490Met",
"transcript": "XM_047419965.1",
"protein_id": "XP_047275921.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 693,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 3304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Val471Met",
"transcript": "XM_011515877.3",
"protein_id": "XP_011514179.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 692,
"cds_start": 1411,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1426,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Val489Met",
"transcript": "XM_047419966.1",
"protein_id": "XP_047275922.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 692,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1480,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Val471Met",
"transcript": "XM_047419967.1",
"protein_id": "XP_047275923.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 692,
"cds_start": 1411,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1426,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met",
"transcript": "XM_047419968.1",
"protein_id": "XP_047275924.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 691,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 3298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Val470Met",
"transcript": "XM_047419969.1",
"protein_id": "XP_047275925.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 691,
"cds_start": 1408,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 3298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1453G>A",
"hgvs_p": "p.Val485Met",
"transcript": "XM_047419970.1",
"protein_id": "XP_047275926.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 688,
"cds_start": 1453,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "XM_047419971.1",
"protein_id": "XP_047275927.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 687,
"cds_start": 1450,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1396G>A",
"hgvs_p": "p.Val466Met",
"transcript": "XM_047419972.1",
"protein_id": "XP_047275928.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 687,
"cds_start": 1396,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1411,
"cdna_end": null,
"cdna_length": 3286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Val465Met",
"transcript": "XM_047419973.1",
"protein_id": "XP_047275929.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 686,
"cds_start": 1393,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1408,
"cdna_end": null,
"cdna_length": 3283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Met",
"transcript": "XM_047419974.1",
"protein_id": "XP_047275930.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 684,
"cds_start": 1441,
"cds_end": null,
"cds_length": 2055,
"cdna_start": 1456,
"cdna_end": null,
"cdna_length": 3277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1384G>A",
"hgvs_p": "p.Val462Met",
"transcript": "XM_047419975.1",
"protein_id": "XP_047275931.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 683,
"cds_start": 1384,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1477G>A",
"hgvs_p": "p.Val493Met",
"transcript": "XM_047419976.1",
"protein_id": "XP_047275932.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 681,
"cds_start": 1477,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Val460Met",
"transcript": "XM_047419977.1",
"protein_id": "XP_047275933.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 681,
"cds_start": 1378,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1471G>A",
"hgvs_p": "p.Val491Met",
"transcript": "XM_047419978.1",
"protein_id": "XP_047275934.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 679,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1372G>A",
"hgvs_p": "p.Val458Met",
"transcript": "XM_047419979.1",
"protein_id": "XP_047275935.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 679,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1366G>A",
"hgvs_p": "p.Val456Met",
"transcript": "XM_047419980.1",
"protein_id": "XP_047275936.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 677,
"cds_start": 1366,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN-AS1",
"gene_hgnc_id": 40212,
"hgvs_c": "n.154C>T",
"hgvs_p": null,
"transcript": "ENST00000435932.3",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN-AS1",
"gene_hgnc_id": 40212,
"hgvs_c": "n.126C>T",
"hgvs_p": null,
"transcript": "NR_183555.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"dbsnp": "rs41523046",
"frequency_reference_population": 0.0006898595,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1113,
"gnomad_exomes_af": 0.000701967,
"gnomad_genomes_af": 0.000573258,
"gnomad_exomes_ac": 1026,
"gnomad_genomes_ac": 87,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02372804284095764,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.063,
"revel_prediction": "Benign",
"alphamissense_score": 0.4772,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.373,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000252034.12",
"gene_symbol": "ELN",
"hgnc_id": 3327,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Val503Met"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000435932.3",
"gene_symbol": "ELN-AS1",
"hgnc_id": 40212,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.154C>T",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal dominant 1,Cutis laxa,Supravalvar aortic stenosis,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:5 B:1",
"phenotype_combined": "Supravalvar aortic stenosis|Cutis laxa, autosomal dominant 1|not provided|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}