← 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-74061134-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=74061134&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 74061134,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001278939.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "NM_000501.4",
"protein_id": "NP_000492.2",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 724,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252034.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000501.4"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000252034.12",
"protein_id": "ENSP00000252034.7",
"transcript_support_level": 1,
"aa_start": 594,
"aa_end": null,
"aa_length": 724,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000501.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252034.12"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1799A>C",
"hgvs_p": "p.Lys600Thr",
"transcript": "ENST00000380562.8",
"protein_id": "ENSP00000369936.4",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 730,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380562.8"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "ENST00000458204.5",
"protein_id": "ENSP00000403162.1",
"transcript_support_level": 1,
"aa_start": 584,
"aa_end": null,
"aa_length": 714,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458204.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "ENST00000357036.9",
"protein_id": "ENSP00000349540.5",
"transcript_support_level": 1,
"aa_start": 599,
"aa_end": null,
"aa_length": 711,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357036.9"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000380576.9",
"protein_id": "ENSP00000369950.5",
"transcript_support_level": 1,
"aa_start": 575,
"aa_end": null,
"aa_length": 705,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380576.9"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "ENST00000380575.8",
"protein_id": "ENSP00000369949.4",
"transcript_support_level": 1,
"aa_start": 565,
"aa_end": null,
"aa_length": 677,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380575.8"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1637A>C",
"hgvs_p": "p.Lys546Thr",
"transcript": "ENST00000380584.8",
"protein_id": "ENSP00000369958.4",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 658,
"cds_start": 1637,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380584.8"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1967A>C",
"hgvs_p": "p.Lys656Thr",
"transcript": "NM_001278939.2",
"protein_id": "NP_001265868.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 786,
"cds_start": 1967,
"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_001278939.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1967A>C",
"hgvs_p": "p.Lys656Thr",
"transcript": "ENST00000692049.1",
"protein_id": "ENSP00000510104.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 786,
"cds_start": 1967,
"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": "ENST00000692049.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1880A>C",
"hgvs_p": "p.Lys627Thr",
"transcript": "ENST00000320399.10",
"protein_id": "ENSP00000313565.6",
"transcript_support_level": 5,
"aa_start": 627,
"aa_end": null,
"aa_length": 757,
"cds_start": 1880,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320399.10"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1859A>C",
"hgvs_p": "p.Lys620Thr",
"transcript": "ENST00000953888.1",
"protein_id": "ENSP00000623947.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 750,
"cds_start": 1859,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953888.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1799A>C",
"hgvs_p": "p.Lys600Thr",
"transcript": "NM_001278915.2",
"protein_id": "NP_001265844.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 730,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278915.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "ENST00000869821.1",
"protein_id": "ENSP00000539880.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 729,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869821.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1838A>C",
"hgvs_p": "p.Lys613Thr",
"transcript": "ENST00000953850.1",
"protein_id": "ENSP00000623909.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 725,
"cds_start": 1838,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953850.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1835A>C",
"hgvs_p": "p.Lys612Thr",
"transcript": "ENST00000869853.1",
"protein_id": "ENSP00000539912.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 724,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869853.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1778A>C",
"hgvs_p": "p.Lys593Thr",
"transcript": "ENST00000869840.1",
"protein_id": "ENSP00000539899.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 723,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869840.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869804.1",
"protein_id": "ENSP00000539863.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 722,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869804.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1775A>C",
"hgvs_p": "p.Lys592Thr",
"transcript": "ENST00000953875.1",
"protein_id": "ENSP00000623934.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 722,
"cds_start": 1775,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953875.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000953869.1",
"protein_id": "ENSP00000623928.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 720,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953869.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1757A>C",
"hgvs_p": "p.Lys586Thr",
"transcript": "ENST00000869842.1",
"protein_id": "ENSP00000539901.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 716,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869842.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Lys585Thr",
"transcript": "ENST00000953881.1",
"protein_id": "ENSP00000623940.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 715,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953881.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "NM_001278917.2",
"protein_id": "NP_001265846.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 714,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278917.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "ENST00000869836.1",
"protein_id": "ENSP00000539895.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 714,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869836.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "ENST00000953836.1",
"protein_id": "ENSP00000623895.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 714,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953836.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "ENST00000869811.1",
"protein_id": "ENSP00000539870.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 712,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869811.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "NM_001081754.3",
"protein_id": "NP_001075223.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 711,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001081754.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000869803.1",
"protein_id": "ENSP00000539862.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 710,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869803.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000869823.1",
"protein_id": "ENSP00000539882.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 710,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869823.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869828.1",
"protein_id": "ENSP00000539887.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 710,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869828.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1790A>C",
"hgvs_p": "p.Lys597Thr",
"transcript": "ENST00000869843.1",
"protein_id": "ENSP00000539902.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 709,
"cds_start": 1790,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869843.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869846.1",
"protein_id": "ENSP00000539905.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 709,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869846.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1730A>C",
"hgvs_p": "p.Lys577Thr",
"transcript": "ENST00000869845.1",
"protein_id": "ENSP00000539904.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 707,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869845.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "NM_001278912.2",
"protein_id": "NP_001265841.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 706,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278912.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000445912.5",
"protein_id": "ENSP00000389857.1",
"transcript_support_level": 2,
"aa_start": 594,
"aa_end": null,
"aa_length": 706,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445912.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "ENST00000869832.1",
"protein_id": "ENSP00000539891.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 706,
"cds_start": 1727,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869832.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "NM_001081755.3",
"protein_id": "NP_001075224.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 705,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001081755.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1778A>C",
"hgvs_p": "p.Lys593Thr",
"transcript": "ENST00000869822.1",
"protein_id": "ENSP00000539881.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 705,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869822.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869854.1",
"protein_id": "ENSP00000539913.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 704,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869854.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1721A>C",
"hgvs_p": "p.Lys574Thr",
"transcript": "ENST00000953889.1",
"protein_id": "ENSP00000623948.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 704,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953889.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000953841.1",
"protein_id": "ENSP00000623900.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 703,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953841.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1712A>C",
"hgvs_p": "p.Lys571Thr",
"transcript": "ENST00000953843.1",
"protein_id": "ENSP00000623902.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 701,
"cds_start": 1712,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953843.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1766A>C",
"hgvs_p": "p.Lys589Thr",
"transcript": "ENST00000953874.1",
"protein_id": "ENSP00000623933.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 701,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953874.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "NM_001278914.2",
"protein_id": "NP_001265843.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 700,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278914.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "ENST00000414324.5",
"protein_id": "ENSP00000392575.1",
"transcript_support_level": 2,
"aa_start": 570,
"aa_end": null,
"aa_length": 700,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414324.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "ENST00000869825.1",
"protein_id": "ENSP00000539884.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 700,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869825.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1760A>C",
"hgvs_p": "p.Lys587Thr",
"transcript": "ENST00000953838.1",
"protein_id": "ENSP00000623897.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 699,
"cds_start": 1760,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953838.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "ENST00000953831.1",
"protein_id": "ENSP00000623890.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 698,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953831.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "ENST00000869819.1",
"protein_id": "ENSP00000539878.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 696,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869819.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "ENST00000869830.1",
"protein_id": "ENSP00000539889.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 696,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869830.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "ENST00000869839.1",
"protein_id": "ENSP00000539898.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 696,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869839.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "ENST00000869851.1",
"protein_id": "ENSP00000539910.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 696,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869851.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "ENST00000953859.1",
"protein_id": "ENSP00000623918.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 696,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953859.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "ENST00000953880.1",
"protein_id": "ENSP00000623939.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 696,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953880.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "ENST00000869850.1",
"protein_id": "ENSP00000539909.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 695,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869850.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "ENST00000953882.1",
"protein_id": "ENSP00000623941.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 695,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953882.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1748A>C",
"hgvs_p": "p.Lys583Thr",
"transcript": "ENST00000953898.1",
"protein_id": "ENSP00000623957.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 695,
"cds_start": 1748,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953898.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "ENST00000869816.1",
"protein_id": "ENSP00000539875.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 694,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869816.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1691A>C",
"hgvs_p": "p.Lys564Thr",
"transcript": "ENST00000953840.1",
"protein_id": "ENSP00000623899.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 694,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953840.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000869814.1",
"protein_id": "ENSP00000539873.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 693,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869814.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000929655.1",
"protein_id": "ENSP00000599714.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 693,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929655.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1742A>C",
"hgvs_p": "p.Lys581Thr",
"transcript": "ENST00000953895.1",
"protein_id": "ENSP00000623954.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 693,
"cds_start": 1742,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953895.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "NM_001081753.3",
"protein_id": "NP_001075222.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 692,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001081753.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000429192.5",
"protein_id": "ENSP00000391129.1",
"transcript_support_level": 2,
"aa_start": 580,
"aa_end": null,
"aa_length": 692,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429192.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000869817.1",
"protein_id": "ENSP00000539876.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 692,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869817.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1685A>C",
"hgvs_p": "p.Lys562Thr",
"transcript": "ENST00000953856.1",
"protein_id": "ENSP00000623915.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 692,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953856.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1823A>C",
"hgvs_p": "p.Lys608Thr",
"transcript": "ENST00000953865.1",
"protein_id": "ENSP00000623924.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 692,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953865.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869808.1",
"protein_id": "ENSP00000539867.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 691,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869808.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1736A>C",
"hgvs_p": "p.Lys579Thr",
"transcript": "ENST00000869812.1",
"protein_id": "ENSP00000539871.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 691,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869812.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Lys561Thr",
"transcript": "ENST00000869818.1",
"protein_id": "ENSP00000539877.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 691,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869818.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000953819.1",
"protein_id": "ENSP00000623878.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 691,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953819.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000953826.1",
"protein_id": "ENSP00000623885.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 690,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953826.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1730A>C",
"hgvs_p": "p.Lys577Thr",
"transcript": "ENST00000953833.1",
"protein_id": "ENSP00000623892.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 689,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953833.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1730A>C",
"hgvs_p": "p.Lys577Thr",
"transcript": "ENST00000953873.1",
"protein_id": "ENSP00000623932.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 689,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953873.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "ENST00000869810.1",
"protein_id": "ENSP00000539869.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 688,
"cds_start": 1727,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869810.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1673A>C",
"hgvs_p": "p.Lys558Thr",
"transcript": "ENST00000953862.1",
"protein_id": "ENSP00000623921.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 688,
"cds_start": 1673,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953862.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1673A>C",
"hgvs_p": "p.Lys558Thr",
"transcript": "ENST00000953870.1",
"protein_id": "ENSP00000623929.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 688,
"cds_start": 1673,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953870.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000869805.1",
"protein_id": "ENSP00000539864.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 687,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869805.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000869826.1",
"protein_id": "ENSP00000539885.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 687,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869826.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1670A>C",
"hgvs_p": "p.Lys557Thr",
"transcript": "ENST00000869831.1",
"protein_id": "ENSP00000539890.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 687,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869831.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1721A>C",
"hgvs_p": "p.Lys574Thr",
"transcript": "ENST00000869856.1",
"protein_id": "ENSP00000539915.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 686,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869856.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1721A>C",
"hgvs_p": "p.Lys574Thr",
"transcript": "ENST00000953837.1",
"protein_id": "ENSP00000623896.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 686,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953837.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1766A>C",
"hgvs_p": "p.Lys589Thr",
"transcript": "ENST00000953857.1",
"protein_id": "ENSP00000623916.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 686,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953857.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1721A>C",
"hgvs_p": "p.Lys574Thr",
"transcript": "ENST00000953885.1",
"protein_id": "ENSP00000623944.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 686,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953885.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1718A>C",
"hgvs_p": "p.Lys573Thr",
"transcript": "ENST00000869841.1",
"protein_id": "ENSP00000539900.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 685,
"cds_start": 1718,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869841.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000929653.1",
"protein_id": "ENSP00000599712.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 685,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929653.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "ENST00000953822.1",
"protein_id": "ENSP00000623881.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 682,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953822.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "ENST00000953844.1",
"protein_id": "ENSP00000623903.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 682,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953844.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "ENST00000953892.1",
"protein_id": "ENSP00000623951.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 682,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953892.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "ENST00000953847.1",
"protein_id": "ENSP00000623906.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 681,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953847.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Lys551Thr",
"transcript": "ENST00000953863.1",
"protein_id": "ENSP00000623922.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 681,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953863.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000953879.1",
"protein_id": "ENSP00000623938.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 681,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953879.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "ENST00000869809.1",
"protein_id": "ENSP00000539868.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 680,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869809.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "ENST00000953853.1",
"protein_id": "ENSP00000623912.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 680,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953853.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "ENST00000953817.1",
"protein_id": "ENSP00000623876.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 679,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953817.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Lys549Thr",
"transcript": "ENST00000953887.1",
"protein_id": "ENSP00000623946.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 679,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953887.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "ENST00000869806.1",
"protein_id": "ENSP00000539865.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 678,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869806.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "ENST00000869827.1",
"protein_id": "ENSP00000539886.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 678,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869827.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "NM_001081752.3",
"protein_id": "NP_001075221.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 677,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001081752.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "ENST00000869829.1",
"protein_id": "ENSP00000539888.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 677,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869829.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000869852.1",
"protein_id": "ENSP00000539911.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 677,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869852.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Lys549Thr",
"transcript": "ENST00000953842.1",
"protein_id": "ENSP00000623901.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 677,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953842.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1640A>C",
"hgvs_p": "p.Lys547Thr",
"transcript": "ENST00000953883.1",
"protein_id": "ENSP00000623942.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 677,
"cds_start": 1640,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953883.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1691A>C",
"hgvs_p": "p.Lys564Thr",
"transcript": "ENST00000953846.1",
"protein_id": "ENSP00000623905.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 676,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953846.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000869834.1",
"protein_id": "ENSP00000539893.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 675,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869834.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "ENST00000953884.1",
"protein_id": "ENSP00000623943.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 675,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953884.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000953829.1",
"protein_id": "ENSP00000623888.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 674,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953829.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1685A>C",
"hgvs_p": "p.Lys562Thr",
"transcript": "ENST00000953899.1",
"protein_id": "ENSP00000623958.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 674,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953899.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Lys561Thr",
"transcript": "ENST00000869815.1",
"protein_id": "ENSP00000539874.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 673,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869815.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1766A>C",
"hgvs_p": "p.Lys589Thr",
"transcript": "ENST00000953820.1",
"protein_id": "ENSP00000623879.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 673,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953820.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Lys561Thr",
"transcript": "ENST00000953861.1",
"protein_id": "ENSP00000623920.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 673,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953861.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "ENST00000953876.1",
"protein_id": "ENSP00000623935.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 673,
"cds_start": 1727,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953876.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1628A>C",
"hgvs_p": "p.Lys543Thr",
"transcript": "ENST00000953890.1",
"protein_id": "ENSP00000623949.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 673,
"cds_start": 1628,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953890.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000869807.1",
"protein_id": "ENSP00000539866.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 672,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869807.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1679A>C",
"hgvs_p": "p.Lys560Thr",
"transcript": "ENST00000953830.1",
"protein_id": "ENSP00000623889.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 672,
"cds_start": 1679,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953830.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Lys561Thr",
"transcript": "ENST00000869813.1",
"protein_id": "ENSP00000539872.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 671,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869813.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1676A>C",
"hgvs_p": "p.Lys559Thr",
"transcript": "ENST00000953852.1",
"protein_id": "ENSP00000623911.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 671,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953852.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1616A>C",
"hgvs_p": "p.Lys539Thr",
"transcript": "ENST00000869837.1",
"protein_id": "ENSP00000539896.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 669,
"cds_start": 1616,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869837.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1670A>C",
"hgvs_p": "p.Lys557Thr",
"transcript": "ENST00000953816.1",
"protein_id": "ENSP00000623875.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 669,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953816.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1670A>C",
"hgvs_p": "p.Lys557Thr",
"transcript": "ENST00000953825.1",
"protein_id": "ENSP00000623884.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 669,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953825.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1667A>C",
"hgvs_p": "p.Lys556Thr",
"transcript": "ENST00000869847.1",
"protein_id": "ENSP00000539906.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 668,
"cds_start": 1667,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869847.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1664A>C",
"hgvs_p": "p.Lys555Thr",
"transcript": "ENST00000953878.1",
"protein_id": "ENSP00000623937.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 667,
"cds_start": 1664,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953878.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "ENST00000869844.1",
"protein_id": "ENSP00000539903.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 666,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869844.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1661A>C",
"hgvs_p": "p.Lys554Thr",
"transcript": "ENST00000953835.1",
"protein_id": "ENSP00000623894.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 666,
"cds_start": 1661,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953835.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "ENST00000953886.1",
"protein_id": "ENSP00000623945.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 664,
"cds_start": 1739,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953886.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "ENST00000869820.1",
"protein_id": "ENSP00000539879.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 663,
"cds_start": 1697,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869820.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Lys551Thr",
"transcript": "ENST00000929651.1",
"protein_id": "ENSP00000599710.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 663,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929651.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Lys551Thr",
"transcript": "ENST00000953834.1",
"protein_id": "ENSP00000623893.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 663,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953834.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Lys551Thr",
"transcript": "ENST00000953851.1",
"protein_id": "ENSP00000623910.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 663,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953851.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000869833.1",
"protein_id": "ENSP00000539892.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 662,
"cds_start": 1688,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869833.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1649A>C",
"hgvs_p": "p.Lys550Thr",
"transcript": "ENST00000953866.1",
"protein_id": "ENSP00000623925.1",
"transcript_support_level": null,
"aa_start": 550,
"aa_end": null,
"aa_length": 662,
"cds_start": 1649,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953866.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Lys549Thr",
"transcript": "ENST00000869848.1",
"protein_id": "ENSP00000539907.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 661,
"cds_start": 1646,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869848.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1730A>C",
"hgvs_p": "p.Lys577Thr",
"transcript": "ENST00000869849.1",
"protein_id": "ENSP00000539908.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 661,
"cds_start": 1730,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869849.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Lys549Thr",
"transcript": "ENST00000953823.1",
"protein_id": "ENSP00000623882.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 661,
"cds_start": 1646,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953823.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1691A>C",
"hgvs_p": "p.Lys564Thr",
"transcript": "ENST00000953854.1",
"protein_id": "ENSP00000623913.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 661,
"cds_start": 1691,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953854.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "ENST00000869835.1",
"protein_id": "ENSP00000539894.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 660,
"cds_start": 1688,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869835.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "ENST00000953818.1",
"protein_id": "ENSP00000623877.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 660,
"cds_start": 1727,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953818.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1643A>C",
"hgvs_p": "p.Lys548Thr",
"transcript": "ENST00000953845.1",
"protein_id": "ENSP00000623904.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 660,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953845.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1643A>C",
"hgvs_p": "p.Lys548Thr",
"transcript": "ENST00000953849.1",
"protein_id": "ENSP00000623908.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 660,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953849.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1640A>C",
"hgvs_p": "p.Lys547Thr",
"transcript": "ENST00000953821.1",
"protein_id": "ENSP00000623880.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 659,
"cds_start": 1640,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953821.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "ENST00000953832.1",
"protein_id": "ENSP00000623891.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 659,
"cds_start": 1724,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953832.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1637A>C",
"hgvs_p": "p.Lys546Thr",
"transcript": "NM_001278916.2",
"protein_id": "NP_001265845.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 658,
"cds_start": 1637,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278916.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1628A>C",
"hgvs_p": "p.Lys543Thr",
"transcript": "ENST00000953848.1",
"protein_id": "ENSP00000623907.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 655,
"cds_start": 1628,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953848.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1616A>C",
"hgvs_p": "p.Lys539Thr",
"transcript": "ENST00000953839.1",
"protein_id": "ENSP00000623898.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 651,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953839.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1655A>C",
"hgvs_p": "p.Lys552Thr",
"transcript": "ENST00000929652.1",
"protein_id": "ENSP00000599711.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 649,
"cds_start": 1655,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929652.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1607A>C",
"hgvs_p": "p.Lys536Thr",
"transcript": "ENST00000869838.1",
"protein_id": "ENSP00000539897.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 648,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869838.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1544A>C",
"hgvs_p": "p.Lys515Thr",
"transcript": "ENST00000953877.1",
"protein_id": "ENSP00000623936.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 645,
"cds_start": 1544,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953877.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1538A>C",
"hgvs_p": "p.Lys513Thr",
"transcript": "NM_001278913.2",
"protein_id": "NP_001265842.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 643,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278913.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1538A>C",
"hgvs_p": "p.Lys513Thr",
"transcript": "ENST00000320492.11",
"protein_id": "ENSP00000315607.7",
"transcript_support_level": 2,
"aa_start": 513,
"aa_end": null,
"aa_length": 643,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320492.11"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1592A>C",
"hgvs_p": "p.Lys531Thr",
"transcript": "ENST00000869855.1",
"protein_id": "ENSP00000539914.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 643,
"cds_start": 1592,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869855.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1523A>C",
"hgvs_p": "p.Lys508Thr",
"transcript": "ENST00000953894.1",
"protein_id": "ENSP00000623953.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 638,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953894.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1574A>C",
"hgvs_p": "p.Lys525Thr",
"transcript": "ENST00000953871.1",
"protein_id": "ENSP00000623930.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 637,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953871.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1562A>C",
"hgvs_p": "p.Lys521Thr",
"transcript": "ENST00000953872.1",
"protein_id": "ENSP00000623931.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 633,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953872.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Lys520Thr",
"transcript": "ENST00000953828.1",
"protein_id": "ENSP00000623887.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 632,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953828.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Lys519Thr",
"transcript": "ENST00000953827.1",
"protein_id": "ENSP00000623886.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 631,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953827.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1532A>C",
"hgvs_p": "p.Lys511Thr",
"transcript": "ENST00000929654.1",
"protein_id": "ENSP00000599713.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 623,
"cds_start": 1532,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929654.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1529A>C",
"hgvs_p": "p.Lys510Thr",
"transcript": "ENST00000953858.1",
"protein_id": "ENSP00000623917.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 622,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953858.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1517A>C",
"hgvs_p": "p.Lys506Thr",
"transcript": "ENST00000953897.1",
"protein_id": "ENSP00000623956.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 618,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953897.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1514A>C",
"hgvs_p": "p.Lys505Thr",
"transcript": "NM_001278918.2",
"protein_id": "NP_001265847.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 617,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278918.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1514A>C",
"hgvs_p": "p.Lys505Thr",
"transcript": "ENST00000621115.4",
"protein_id": "ENSP00000480955.1",
"transcript_support_level": 2,
"aa_start": 505,
"aa_end": null,
"aa_length": 617,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621115.4"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1502A>C",
"hgvs_p": "p.Lys501Thr",
"transcript": "ENST00000953900.1",
"protein_id": "ENSP00000623959.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 613,
"cds_start": 1502,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953900.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1427A>C",
"hgvs_p": "p.Lys476Thr",
"transcript": "ENST00000953867.1",
"protein_id": "ENSP00000623926.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 606,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953867.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1475A>C",
"hgvs_p": "p.Lys492Thr",
"transcript": "ENST00000953891.1",
"protein_id": "ENSP00000623950.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 604,
"cds_start": 1475,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953891.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1472A>C",
"hgvs_p": "p.Lys491Thr",
"transcript": "ENST00000953860.1",
"protein_id": "ENSP00000623919.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 603,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953860.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1385A>C",
"hgvs_p": "p.Lys462Thr",
"transcript": "ENST00000953855.1",
"protein_id": "ENSP00000623914.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 592,
"cds_start": 1385,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953855.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1415A>C",
"hgvs_p": "p.Lys472Thr",
"transcript": "ENST00000953893.1",
"protein_id": "ENSP00000623952.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 584,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953893.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1406A>C",
"hgvs_p": "p.Lys469Thr",
"transcript": "ENST00000953864.1",
"protein_id": "ENSP00000623923.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 581,
"cds_start": 1406,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953864.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1373A>C",
"hgvs_p": "p.Lys458Thr",
"transcript": "ENST00000380553.8",
"protein_id": "ENSP00000369926.4",
"transcript_support_level": 2,
"aa_start": 458,
"aa_end": null,
"aa_length": 570,
"cds_start": 1373,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380553.8"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1274A>C",
"hgvs_p": "p.Lys425Thr",
"transcript": "ENST00000953868.1",
"protein_id": "ENSP00000623927.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 537,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953868.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1118A>C",
"hgvs_p": "p.Lys373Thr",
"transcript": "ENST00000953896.1",
"protein_id": "ENSP00000623955.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 485,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953896.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1868A>C",
"hgvs_p": "p.Lys623Thr",
"transcript": "XM_047419981.1",
"protein_id": "XP_047275937.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 753,
"cds_start": 1868,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419981.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "XM_011515868.3",
"protein_id": "XP_011514170.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 729,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515868.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1766A>C",
"hgvs_p": "p.Lys589Thr",
"transcript": "XM_011515869.2",
"protein_id": "XP_011514171.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 719,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515869.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1760A>C",
"hgvs_p": "p.Lys587Thr",
"transcript": "XM_011515870.2",
"protein_id": "XP_011514172.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 717,
"cds_start": 1760,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515870.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Lys585Thr",
"transcript": "XM_011515871.3",
"protein_id": "XP_011514173.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 715,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515871.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "XM_005250187.3",
"protein_id": "XP_005250244.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 712,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250187.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1742A>C",
"hgvs_p": "p.Lys581Thr",
"transcript": "XM_011515872.3",
"protein_id": "XP_011514174.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 711,
"cds_start": 1742,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515872.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "XM_005250188.2",
"protein_id": "XP_005250245.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 710,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250188.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "XM_011515873.3",
"protein_id": "XP_011514175.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 710,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515873.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1730A>C",
"hgvs_p": "p.Lys577Thr",
"transcript": "XM_011515874.2",
"protein_id": "XP_011514176.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 707,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515874.2"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "XM_047419954.1",
"protein_id": "XP_047275910.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 706,
"cds_start": 1727,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419954.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1715A>C",
"hgvs_p": "p.Lys572Thr",
"transcript": "XM_011515875.3",
"protein_id": "XP_011514177.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 702,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515875.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1766A>C",
"hgvs_p": "p.Lys589Thr",
"transcript": "XM_047419955.1",
"protein_id": "XP_047275911.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 701,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419955.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1709A>C",
"hgvs_p": "p.Lys570Thr",
"transcript": "XM_017011813.1",
"protein_id": "XP_016867302.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 700,
"cds_start": 1709,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011813.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1760A>C",
"hgvs_p": "p.Lys587Thr",
"transcript": "XM_047419956.1",
"protein_id": "XP_047275912.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 699,
"cds_start": 1760,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419956.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "XM_047419957.1",
"protein_id": "XP_047275913.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 698,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419957.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1703A>C",
"hgvs_p": "p.Lys568Thr",
"transcript": "XM_047419958.1",
"protein_id": "XP_047275914.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 698,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419958.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Lys585Thr",
"transcript": "XM_047419959.1",
"protein_id": "XP_047275915.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 697,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419959.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1796A>C",
"hgvs_p": "p.Lys599Thr",
"transcript": "XM_011515876.3",
"protein_id": "XP_011514178.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 696,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515876.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "XM_017011814.3",
"protein_id": "XP_016867303.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 696,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011814.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "XM_047419960.1",
"protein_id": "XP_047275916.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 696,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419960.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Lys566Thr",
"transcript": "XM_047419961.1",
"protein_id": "XP_047275917.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 696,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419961.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1694A>C",
"hgvs_p": "p.Lys565Thr",
"transcript": "XM_047419962.1",
"protein_id": "XP_047275918.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 695,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419962.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "XM_047419963.1",
"protein_id": "XP_047275919.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 694,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419963.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1688A>C",
"hgvs_p": "p.Lys563Thr",
"transcript": "XM_047419964.1",
"protein_id": "XP_047275920.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 693,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419964.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1742A>C",
"hgvs_p": "p.Lys581Thr",
"transcript": "XM_047419965.1",
"protein_id": "XP_047275921.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 693,
"cds_start": 1742,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419965.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1685A>C",
"hgvs_p": "p.Lys562Thr",
"transcript": "XM_011515877.3",
"protein_id": "XP_011514179.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 692,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515877.3"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1739A>C",
"hgvs_p": "p.Lys580Thr",
"transcript": "XM_047419966.1",
"protein_id": "XP_047275922.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 692,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419966.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1685A>C",
"hgvs_p": "p.Lys562Thr",
"transcript": "XM_047419967.1",
"protein_id": "XP_047275923.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 692,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419967.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1781A>C",
"hgvs_p": "p.Lys594Thr",
"transcript": "XM_047419968.1",
"protein_id": "XP_047275924.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 691,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419968.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Lys561Thr",
"transcript": "XM_047419969.1",
"protein_id": "XP_047275925.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 691,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419969.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1727A>C",
"hgvs_p": "p.Lys576Thr",
"transcript": "XM_047419970.1",
"protein_id": "XP_047275926.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 688,
"cds_start": 1727,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419970.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1724A>C",
"hgvs_p": "p.Lys575Thr",
"transcript": "XM_047419971.1",
"protein_id": "XP_047275927.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 687,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419971.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1670A>C",
"hgvs_p": "p.Lys557Thr",
"transcript": "XM_047419972.1",
"protein_id": "XP_047275928.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 687,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419972.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1667A>C",
"hgvs_p": "p.Lys556Thr",
"transcript": "XM_047419973.1",
"protein_id": "XP_047275929.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 686,
"cds_start": 1667,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419973.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1715A>C",
"hgvs_p": "p.Lys572Thr",
"transcript": "XM_047419974.1",
"protein_id": "XP_047275930.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 684,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419974.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1658A>C",
"hgvs_p": "p.Lys553Thr",
"transcript": "XM_047419975.1",
"protein_id": "XP_047275931.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 683,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419975.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1751A>C",
"hgvs_p": "p.Lys584Thr",
"transcript": "XM_047419976.1",
"protein_id": "XP_047275932.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 681,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419976.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Lys551Thr",
"transcript": "XM_047419977.1",
"protein_id": "XP_047275933.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 681,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419977.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1745A>C",
"hgvs_p": "p.Lys582Thr",
"transcript": "XM_047419978.1",
"protein_id": "XP_047275934.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 679,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419978.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Lys549Thr",
"transcript": "XM_047419979.1",
"protein_id": "XP_047275935.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 679,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419979.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1640A>C",
"hgvs_p": "p.Lys547Thr",
"transcript": "XM_047419980.1",
"protein_id": "XP_047275936.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 677,
"cds_start": 1640,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1747+633A>C",
"hgvs_p": null,
"transcript": "ENST00000869824.1",
"protein_id": "ENSP00000539883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"hgvs_c": "c.1648+633A>C",
"hgvs_p": null,
"transcript": "ENST00000953824.1",
"protein_id": "ENSP00000623883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 623,
"cds_start": null,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ELN-AS1",
"gene_hgnc_id": 40212,
"hgvs_c": "n.99+1076T>G",
"hgvs_p": null,
"transcript": "ENST00000435932.3",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000435932.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ELN-AS1",
"gene_hgnc_id": 40212,
"hgvs_c": "n.71+1076T>G",
"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": 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_183555.1"
}
],
"gene_symbol": "ELN",
"gene_hgnc_id": 3327,
"dbsnp": "rs782679448",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5352827310562134,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.19,
"revel_prediction": "Benign",
"alphamissense_score": 0.5409,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.441,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001278939.2",
"gene_symbol": "ELN",
"hgnc_id": 3327,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1967A>C",
"hgvs_p": "p.Lys656Thr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000435932.3",
"gene_symbol": "ELN-AS1",
"hgnc_id": 40212,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.99+1076T>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}