← 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: 18-36142309-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=36142309&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ELP2",
"hgnc_id": 18248,
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"inheritance_mode": "AR",
"pathogenic_score": 8,
"score": 8,
"transcript": "NM_001242875.3",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong",
"acmg_score": 8,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.9313,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.4,
"chr": "18",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9812276363372803,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 826,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8432,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2481,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_018255.4",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000358232.11",
"protein_coding": true,
"protein_id": "NP_060725.1",
"strand": true,
"transcript": "NM_018255.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 826,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8432,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2481,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000358232.11",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018255.4",
"protein_coding": true,
"protein_id": "ENSP00000350967.6",
"strand": true,
"transcript": "ENST00000358232.11",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 756,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2288,
"cdna_start": 549,
"cds_end": null,
"cds_length": 2271,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000542824.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000443800.1",
"strand": true,
"transcript": "ENST00000542824.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 756,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2385,
"cdna_start": null,
"cds_end": null,
"cds_length": 2271,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000423854.6",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.446-517A>C",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000391202.2",
"strand": true,
"transcript": "ENST00000423854.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2542,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000539560.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.617A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000443555.1",
"strand": true,
"transcript": "ENST00000539560.5",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 898,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2728,
"cdna_start": 834,
"cds_end": null,
"cds_length": 2697,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867817.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537876.1",
"strand": true,
"transcript": "ENST00000867817.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 891,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8627,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2676,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001242875.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229804.1",
"strand": true,
"transcript": "NM_001242875.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 891,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2722,
"cdna_start": 848,
"cds_end": null,
"cds_length": 2676,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000442325.6",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000414851.2",
"strand": true,
"transcript": "ENST00000442325.6",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 889,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5977,
"cdna_start": 834,
"cds_end": null,
"cds_length": 2670,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867807.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537866.1",
"strand": true,
"transcript": "ENST00000867807.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 885,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2704,
"cdna_start": 844,
"cds_end": null,
"cds_length": 2658,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000965732.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635791.1",
"strand": true,
"transcript": "ENST00000965732.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 865,
"aa_ref": "H",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8549,
"cdna_start": 769,
"cds_end": null,
"cds_length": 2598,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001324466.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.734A>C",
"hgvs_p": "p.His245Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311395.1",
"strand": true,
"transcript": "NM_001324466.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 865,
"aa_ref": "H",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2653,
"cdna_start": 777,
"cds_end": null,
"cds_length": 2598,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867812.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.734A>C",
"hgvs_p": "p.His245Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537871.1",
"strand": true,
"transcript": "ENST00000867812.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 853,
"aa_ref": "H",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2604,
"cdna_start": 733,
"cds_end": null,
"cds_length": 2562,
"cds_start": 698,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000965733.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635792.1",
"strand": true,
"transcript": "ENST00000965733.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 847,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2579,
"cdna_start": 838,
"cds_end": null,
"cds_length": 2544,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867816.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537875.1",
"strand": true,
"transcript": "ENST00000867816.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 845,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3800,
"cdna_start": 660,
"cds_end": null,
"cds_length": 2538,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000965728.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635787.1",
"strand": true,
"transcript": "ENST00000965728.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 841,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5849,
"cdna_start": 845,
"cds_end": null,
"cds_length": 2526,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867805.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537864.1",
"strand": true,
"transcript": "ENST00000867805.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 833,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2542,
"cdna_start": 648,
"cds_end": null,
"cds_length": 2502,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939573.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609632.1",
"strand": true,
"transcript": "ENST00000939573.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 829,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2509,
"cdna_start": 822,
"cds_end": null,
"cds_length": 2490,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867821.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537880.1",
"strand": true,
"transcript": "ENST00000867821.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 824,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5788,
"cdna_start": 654,
"cds_end": null,
"cds_length": 2475,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867806.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537865.1",
"strand": true,
"transcript": "ENST00000867806.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 824,
"aa_ref": "H",
"aa_start": 204,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2525,
"cdna_start": 644,
"cds_end": null,
"cds_length": 2475,
"cds_start": 611,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867814.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.611A>C",
"hgvs_p": "p.His204Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537873.1",
"strand": true,
"transcript": "ENST00000867814.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 823,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2520,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2472,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867815.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537874.1",
"strand": true,
"transcript": "ENST00000867815.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 821,
"aa_ref": "H",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8417,
"cdna_start": 769,
"cds_end": null,
"cds_length": 2466,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001242876.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.734A>C",
"hgvs_p": "p.His245Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229805.1",
"strand": true,
"transcript": "NM_001242876.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 821,
"aa_ref": "H",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2487,
"cdna_start": 748,
"cds_end": null,
"cds_length": 2466,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000350494.10",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.734A>C",
"hgvs_p": "p.His245Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000316051.6",
"strand": true,
"transcript": "ENST00000350494.10",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 807,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2534,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2424,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000965731.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635790.1",
"strand": true,
"transcript": "ENST00000965731.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 806,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2510,
"cdna_start": 631,
"cds_end": null,
"cds_length": 2421,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867810.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537869.1",
"strand": true,
"transcript": "ENST00000867810.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 801,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2455,
"cdna_start": 852,
"cds_end": null,
"cds_length": 2406,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000939570.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609629.1",
"strand": true,
"transcript": "ENST00000939570.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 800,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8354,
"cdna_start": 574,
"cds_end": null,
"cds_length": 2403,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001242877.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229806.1",
"strand": true,
"transcript": "NM_001242877.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 800,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2453,
"cdna_start": 582,
"cds_end": null,
"cds_length": 2403,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000351393.10",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000257191.7",
"strand": true,
"transcript": "ENST00000351393.10",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 798,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2509,
"cdna_start": 574,
"cds_end": null,
"cds_length": 2397,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000867808.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537867.1",
"strand": true,
"transcript": "ENST00000867808.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 798,
"aa_ref": "H",
"aa_start": 178,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3856,
"cdna_start": 566,
"cds_end": null,
"cds_length": 2397,
"cds_start": 533,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000965727.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.533A>C",
"hgvs_p": "p.His178Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635786.1",
"strand": true,
"transcript": "ENST00000965727.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 788,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2452,
"cdna_start": 627,
"cds_end": null,
"cds_length": 2367,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867811.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537870.1",
"strand": true,
"transcript": "ENST00000867811.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 782,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8300,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2349,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001324465.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311394.1",
"strand": true,
"transcript": "NM_001324465.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 782,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5677,
"cdna_start": 660,
"cds_end": null,
"cds_length": 2349,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867804.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537863.1",
"strand": true,
"transcript": "ENST00000867804.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 779,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2361,
"cdna_start": 631,
"cds_end": null,
"cds_length": 2340,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867820.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537879.1",
"strand": true,
"transcript": "ENST00000867820.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 776,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8282,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2331,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001324467.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311396.1",
"strand": true,
"transcript": "NM_001324467.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 776,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2435,
"cdna_start": 639,
"cds_end": null,
"cds_length": 2331,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000867809.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537868.1",
"strand": true,
"transcript": "ENST00000867809.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 764,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5617,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2295,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939564.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609623.1",
"strand": true,
"transcript": "ENST00000939564.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 763,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5613,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2292,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939565.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609624.1",
"strand": true,
"transcript": "ENST00000939565.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 756,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8222,
"cdna_start": 574,
"cds_end": null,
"cds_length": 2271,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001242878.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229807.1",
"strand": true,
"transcript": "NM_001242878.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 743,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2270,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2232,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000965734.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635793.1",
"strand": true,
"transcript": "ENST00000965734.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 738,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3449,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2217,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939568.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609627.1",
"strand": true,
"transcript": "ENST00000939568.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 736,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5542,
"cdna_start": 660,
"cds_end": null,
"cds_length": 2211,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939562.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609621.1",
"strand": true,
"transcript": "ENST00000939562.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 721,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5481,
"cdna_start": 649,
"cds_end": null,
"cds_length": 2166,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939566.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609625.1",
"strand": true,
"transcript": "ENST00000939566.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 720,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2210,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2163,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939571.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609630.1",
"strand": true,
"transcript": "ENST00000939571.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 719,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2179,
"cdna_start": 627,
"cds_end": null,
"cds_length": 2160,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939576.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609635.1",
"strand": true,
"transcript": "ENST00000939576.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 717,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3421,
"cdna_start": 659,
"cds_end": null,
"cds_length": 2154,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939567.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609626.1",
"strand": true,
"transcript": "ENST00000939567.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 712,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2183,
"cdna_start": 652,
"cds_end": null,
"cds_length": 2139,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939572.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609631.1",
"strand": true,
"transcript": "ENST00000939572.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 710,
"aa_ref": "H",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5455,
"cdna_start": 571,
"cds_end": null,
"cds_length": 2133,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000939563.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.539A>C",
"hgvs_p": "p.His180Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609622.1",
"strand": true,
"transcript": "ENST00000939563.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2099,
"cdna_start": 648,
"cds_end": null,
"cds_length": 2061,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000965735.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635794.1",
"strand": true,
"transcript": "ENST00000965735.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 677,
"aa_ref": "H",
"aa_start": 57,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8353,
"cdna_start": 573,
"cds_end": null,
"cds_length": 2034,
"cds_start": 170,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001324468.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.170A>C",
"hgvs_p": "p.His57Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311397.1",
"strand": true,
"transcript": "NM_001324468.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 652,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2078,
"cdna_start": 652,
"cds_end": null,
"cds_length": 1959,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000939569.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609628.1",
"strand": true,
"transcript": "ENST00000939569.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 608,
"aa_ref": "H",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1941,
"cdna_start": 649,
"cds_end": null,
"cds_length": 1827,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000965729.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.617A>C",
"hgvs_p": "p.His206Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635788.1",
"strand": true,
"transcript": "ENST00000965729.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 777,
"aa_ref": "H",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2420,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2334,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047437610.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.812A>C",
"hgvs_p": "p.His271Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047293566.1",
"strand": true,
"transcript": "XM_047437610.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 56,
"aa_ref": "H",
"aa_start": 57,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 535,
"cdna_start": 533,
"cds_end": null,
"cds_length": 172,
"cds_start": 170,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000543127.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.170A>C",
"hgvs_p": "p.His57Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000440426.1",
"strand": true,
"transcript": "ENST00000543127.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 847,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2562,
"cdna_start": null,
"cds_end": null,
"cds_length": 2544,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867822.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.719-517A>C",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537881.1",
"strand": true,
"transcript": "ENST00000867822.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 782,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2401,
"cdna_start": null,
"cds_end": null,
"cds_length": 2349,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867813.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.524-517A>C",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537872.1",
"strand": true,
"transcript": "ENST00000867813.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 756,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8222,
"cdna_start": null,
"cds_end": null,
"cds_length": 2271,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001242879.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.446-517A>C",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229808.1",
"strand": true,
"transcript": "NM_001242879.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 712,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2174,
"cdna_start": null,
"cds_end": null,
"cds_length": 2139,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000939574.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.446-517A>C",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609633.1",
"strand": true,
"transcript": "ENST00000939574.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 712,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2252,
"cdna_start": null,
"cds_end": null,
"cds_length": 2139,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965730.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.783+1108A>C",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635789.1",
"strand": true,
"transcript": "ENST00000965730.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 709,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2153,
"cdna_start": null,
"cds_end": null,
"cds_length": 2130,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867819.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.446-2630A>C",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537878.1",
"strand": true,
"transcript": "ENST00000867819.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 647,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1968,
"cdna_start": null,
"cds_end": null,
"cds_length": 1944,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867818.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.588+1108A>C",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537877.1",
"strand": true,
"transcript": "ENST00000867818.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 557,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1693,
"cdna_start": null,
"cds_end": null,
"cds_length": 1674,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000939575.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "c.588+1108A>C",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609634.1",
"strand": true,
"transcript": "ENST00000939575.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 582,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000535093.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.79A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000535093.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000536373.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.160A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000536373.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 577,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000540323.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.504A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000540323.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 578,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000540730.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.576A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000540730.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 649,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000542430.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.*229A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440774.1",
"strand": true,
"transcript": "ENST00000542430.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000543439.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.391A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000543439.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 569,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000545632.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.*304A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000438533.1",
"strand": true,
"transcript": "ENST00000545632.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 8380,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_040110.3",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.652A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_040110.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 8377,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_136898.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.652A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_136898.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 8298,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_137173.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.652A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_137173.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 649,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000542430.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.*229A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440774.1",
"strand": true,
"transcript": "ENST00000542430.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 569,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000545632.5",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.*304A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000438533.1",
"strand": true,
"transcript": "ENST00000545632.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 381,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000540799.1",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.288+5932A>C",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000468091.1",
"strand": true,
"transcript": "ENST00000540799.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 8313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_136897.2",
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"hgvs_c": "n.624-517A>C",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_136897.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs773432002",
"effect": "missense_variant",
"frequency_reference_population": 6.8413306e-7,
"gene_hgnc_id": 18248,
"gene_symbol": "ELP2",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84133e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.423,
"pos": 36142309,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.943,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05999999865889549,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.06,
"transcript": "NM_001242875.3"
}
]
}