← 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: 3-47498393-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=47498393&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 47498393,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001031703.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.565G>A",
"hgvs_p": "p.Glu189Lys",
"transcript": "NM_001031703.3",
"protein_id": "NP_001026873.2",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 266,
"cds_start": 565,
"cds_end": null,
"cds_length": 801,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": "ENST00000296149.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.565G>A",
"hgvs_p": "p.Glu189Lys",
"transcript": "ENST00000296149.9",
"protein_id": "ENSP00000296149.4",
"transcript_support_level": 1,
"aa_start": 189,
"aa_end": null,
"aa_length": 266,
"cds_start": 565,
"cds_end": null,
"cds_length": 801,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": "NM_001031703.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Glu197Lys",
"transcript": "NM_001424210.1",
"protein_id": "NP_001411139.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 274,
"cds_start": 589,
"cds_end": null,
"cds_length": 825,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_001424211.1",
"protein_id": "NP_001411140.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 263,
"cds_start": 556,
"cds_end": null,
"cds_length": 792,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_001424212.1",
"protein_id": "NP_001411141.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 263,
"cds_start": 556,
"cds_end": null,
"cds_length": 792,
"cdna_start": 921,
"cdna_end": null,
"cdna_length": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_001424213.1",
"protein_id": "NP_001411142.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 263,
"cds_start": 556,
"cds_end": null,
"cds_length": 792,
"cdna_start": 690,
"cdna_end": null,
"cdna_length": 1355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.514G>A",
"hgvs_p": "p.Glu172Lys",
"transcript": "NM_001424214.1",
"protein_id": "NP_001411143.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 249,
"cds_start": 514,
"cds_end": null,
"cds_length": 750,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.418G>A",
"hgvs_p": "p.Glu140Lys",
"transcript": "NM_001424216.1",
"protein_id": "NP_001411145.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 217,
"cds_start": 418,
"cds_end": null,
"cds_length": 654,
"cdna_start": 616,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.418G>A",
"hgvs_p": "p.Glu140Lys",
"transcript": "NM_001424217.1",
"protein_id": "NP_001411146.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 217,
"cds_start": 418,
"cds_end": null,
"cds_length": 654,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.418G>A",
"hgvs_p": "p.Glu140Lys",
"transcript": "NM_001424218.1",
"protein_id": "NP_001411147.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 217,
"cds_start": 418,
"cds_end": null,
"cds_length": 654,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.415G>A",
"hgvs_p": "p.Glu139Lys",
"transcript": "NM_001424219.1",
"protein_id": "NP_001411148.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 216,
"cds_start": 415,
"cds_end": null,
"cds_length": 651,
"cdna_start": 537,
"cdna_end": null,
"cdna_length": 1202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001363957.1",
"protein_id": "NP_001350886.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 865,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424220.1",
"protein_id": "NP_001411149.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 603,
"cdna_end": null,
"cdna_length": 1268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424222.1",
"protein_id": "NP_001411151.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424223.1",
"protein_id": "NP_001411152.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424224.1",
"protein_id": "NP_001411153.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 1299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424225.1",
"protein_id": "NP_001411154.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424226.1",
"protein_id": "NP_001411155.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 710,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "NM_001424227.1",
"protein_id": "NP_001411156.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 1221,
"cdna_end": null,
"cdna_length": 1886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "ENST00000439305.5",
"protein_id": "ENSP00000402399.1",
"transcript_support_level": 2,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 604,
"cdna_end": null,
"cdna_length": 880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "ENST00000446787.5",
"protein_id": "ENSP00000412593.1",
"transcript_support_level": 3,
"aa_start": 116,
"aa_end": null,
"aa_length": 193,
"cds_start": 346,
"cds_end": null,
"cds_length": 582,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "ENST00000412761.5",
"protein_id": "ENSP00000415301.1",
"transcript_support_level": 5,
"aa_start": 116,
"aa_end": null,
"aa_length": 156,
"cds_start": 346,
"cds_end": null,
"cds_length": 473,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Glu116Lys",
"transcript": "ENST00000444760.5",
"protein_id": "ENSP00000406130.1",
"transcript_support_level": 5,
"aa_start": 116,
"aa_end": null,
"aa_length": 150,
"cds_start": 346,
"cds_end": null,
"cds_length": 453,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 1008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "XM_047448388.1",
"protein_id": "XP_047304344.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 263,
"cds_start": 556,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.*311G>A",
"hgvs_p": null,
"transcript": "ENST00000442215.6",
"protein_id": "ENSP00000390437.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.*464G>A",
"hgvs_p": null,
"transcript": "ENST00000445044.5",
"protein_id": "ENSP00000394673.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.721G>A",
"hgvs_p": null,
"transcript": "NR_188162.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.*311G>A",
"hgvs_p": null,
"transcript": "ENST00000442215.6",
"protein_id": "ENSP00000390437.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.*464G>A",
"hgvs_p": null,
"transcript": "ENST00000445044.5",
"protein_id": "ENSP00000394673.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.526-2196G>A",
"hgvs_p": null,
"transcript": "NM_001424215.1",
"protein_id": "NP_001411144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": -4,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.379-2196G>A",
"hgvs_p": null,
"transcript": "NM_001424228.1",
"protein_id": "NP_001411157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.376-2196G>A",
"hgvs_p": null,
"transcript": "NM_001424229.1",
"protein_id": "NP_001411158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": -4,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.307-2196G>A",
"hgvs_p": null,
"transcript": "NM_001424230.1",
"protein_id": "NP_001411159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": -4,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.324-2196G>A",
"hgvs_p": null,
"transcript": "NM_001424231.1",
"protein_id": "NP_001411160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": -4,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"dbsnp": "rs199767528",
"frequency_reference_population": 0.00028135287,
"hom_count_reference_population": 6,
"allele_count_reference_population": 454,
"gnomad_exomes_af": 0.000296311,
"gnomad_genomes_af": 0.000137859,
"gnomad_exomes_ac": 433,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010943621397018433,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.207,
"revel_prediction": "Benign",
"alphamissense_score": 0.0875,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.334,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001031703.3",
"gene_symbol": "ELP6",
"hgnc_id": 25976,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.565G>A",
"hgvs_p": "p.Glu189Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}