← 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-47504426-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=47504426&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 47504426,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001031703.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "NM_001031703.3",
"protein_id": "NP_001026873.2",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 266,
"cds_start": 227,
"cds_end": null,
"cds_length": 801,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": "ENST00000296149.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "ENST00000296149.9",
"protein_id": "ENSP00000296149.4",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 266,
"cds_start": 227,
"cds_end": null,
"cds_length": 801,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": "NM_001031703.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "NM_001424210.1",
"protein_id": "NP_001411139.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 274,
"cds_start": 227,
"cds_end": null,
"cds_length": 825,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.218G>A",
"hgvs_p": "p.Arg73Gln",
"transcript": "NM_001424211.1",
"protein_id": "NP_001411140.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 263,
"cds_start": 218,
"cds_end": null,
"cds_length": 792,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 1324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.218G>A",
"hgvs_p": "p.Arg73Gln",
"transcript": "NM_001424212.1",
"protein_id": "NP_001411141.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 263,
"cds_start": 218,
"cds_end": null,
"cds_length": 792,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.218G>A",
"hgvs_p": "p.Arg73Gln",
"transcript": "NM_001424213.1",
"protein_id": "NP_001411142.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 263,
"cds_start": 218,
"cds_end": null,
"cds_length": 792,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 1355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.176G>A",
"hgvs_p": "p.Arg59Gln",
"transcript": "NM_001424214.1",
"protein_id": "NP_001411143.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 249,
"cds_start": 176,
"cds_end": null,
"cds_length": 750,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "NM_001424215.1",
"protein_id": "NP_001411144.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 217,
"cds_start": 227,
"cds_end": null,
"cds_length": 654,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "NM_001424216.1",
"protein_id": "NP_001411145.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 217,
"cds_start": 80,
"cds_end": null,
"cds_length": 654,
"cdna_start": 278,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "NM_001424217.1",
"protein_id": "NP_001411146.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 217,
"cds_start": 80,
"cds_end": null,
"cds_length": 654,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "NM_001424218.1",
"protein_id": "NP_001411147.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 217,
"cds_start": 80,
"cds_end": null,
"cds_length": 654,
"cdna_start": 194,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.77G>A",
"hgvs_p": "p.Arg26Gln",
"transcript": "NM_001424219.1",
"protein_id": "NP_001411148.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 216,
"cds_start": 77,
"cds_end": null,
"cds_length": 651,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 1202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001363957.1",
"protein_id": "NP_001350886.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 527,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424220.1",
"protein_id": "NP_001411149.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 265,
"cdna_end": null,
"cdna_length": 1268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424222.1",
"protein_id": "NP_001411151.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424223.1",
"protein_id": "NP_001411152.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424224.1",
"protein_id": "NP_001411153.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 1299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424225.1",
"protein_id": "NP_001411154.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424226.1",
"protein_id": "NP_001411155.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424227.1",
"protein_id": "NP_001411156.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 883,
"cdna_end": null,
"cdna_length": 1886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000439305.5",
"protein_id": "ENSP00000402399.1",
"transcript_support_level": 2,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 266,
"cdna_end": null,
"cdna_length": 880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000446787.5",
"protein_id": "ENSP00000412593.1",
"transcript_support_level": 3,
"aa_start": 3,
"aa_end": null,
"aa_length": 193,
"cds_start": 8,
"cds_end": null,
"cds_length": 582,
"cdna_start": 197,
"cdna_end": null,
"cdna_length": 894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "NM_001424228.1",
"protein_id": "NP_001411157.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 168,
"cds_start": 80,
"cds_end": null,
"cds_length": 507,
"cdna_start": 278,
"cdna_end": null,
"cdna_length": 1134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.77G>A",
"hgvs_p": "p.Arg26Gln",
"transcript": "NM_001424229.1",
"protein_id": "NP_001411158.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 167,
"cds_start": 77,
"cds_end": null,
"cds_length": 504,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000412761.5",
"protein_id": "ENSP00000415301.1",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 156,
"cds_start": 8,
"cds_end": null,
"cds_length": 473,
"cdna_start": 240,
"cdna_end": null,
"cdna_length": 705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000444760.5",
"protein_id": "ENSP00000406130.1",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 150,
"cds_start": 8,
"cds_end": null,
"cds_length": 453,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 1008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "NM_001424230.1",
"protein_id": "NP_001411159.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 144,
"cds_start": 8,
"cds_end": null,
"cds_length": 435,
"cdna_start": 265,
"cdna_end": null,
"cdna_length": 1121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000425291.5",
"protein_id": "ENSP00000400643.1",
"transcript_support_level": 2,
"aa_start": 3,
"aa_end": null,
"aa_length": 112,
"cds_start": 8,
"cds_end": null,
"cds_length": 340,
"cdna_start": 262,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "NM_001424231.1",
"protein_id": "NP_001411160.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 108,
"cds_start": 227,
"cds_end": null,
"cds_length": 327,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000449409.5",
"protein_id": "ENSP00000410790.1",
"transcript_support_level": 3,
"aa_start": 3,
"aa_end": null,
"aa_length": 98,
"cds_start": 8,
"cds_end": null,
"cds_length": 297,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "ENST00000414236.5",
"protein_id": "ENSP00000402445.1",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 79,
"cds_start": 8,
"cds_end": null,
"cds_length": 240,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.227G>A",
"hgvs_p": "p.Arg76Gln",
"transcript": "XM_011533851.4",
"protein_id": "XP_011532153.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 306,
"cds_start": 227,
"cds_end": null,
"cds_length": 921,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.218G>A",
"hgvs_p": "p.Arg73Gln",
"transcript": "XM_011533852.4",
"protein_id": "XP_011532154.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 303,
"cds_start": 218,
"cds_end": null,
"cds_length": 912,
"cdna_start": 684,
"cdna_end": null,
"cdna_length": 1418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.176G>A",
"hgvs_p": "p.Arg59Gln",
"transcript": "XM_011533853.4",
"protein_id": "XP_011532155.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 289,
"cds_start": 176,
"cds_end": null,
"cds_length": 870,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 1062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.218G>A",
"hgvs_p": "p.Arg73Gln",
"transcript": "XM_047448388.1",
"protein_id": "XP_047304344.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 263,
"cds_start": 218,
"cds_end": null,
"cds_length": 792,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "XM_011533854.4",
"protein_id": "XP_011532156.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 257,
"cds_start": 80,
"cds_end": null,
"cds_length": 774,
"cdna_start": 247,
"cdna_end": null,
"cdna_length": 981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "c.80G>A",
"hgvs_p": "p.Arg27Gln",
"transcript": "XM_047448389.1",
"protein_id": "XP_047304345.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 257,
"cds_start": 80,
"cds_end": null,
"cds_length": 774,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 1190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.8G>A",
"hgvs_p": "p.Arg3Gln",
"transcript": "XM_047448390.1",
"protein_id": "XP_047304346.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 233,
"cds_start": 8,
"cds_end": null,
"cds_length": 702,
"cdna_start": 316,
"cdna_end": null,
"cdna_length": 1050,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.156G>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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.8G>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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.173G>A",
"hgvs_p": null,
"transcript": "ENST00000461208.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 594,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.346G>A",
"hgvs_p": null,
"transcript": "ENST00000485029.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.189G>A",
"hgvs_p": null,
"transcript": "ENST00000494161.1",
"protein_id": null,
"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": 487,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"hgvs_c": "n.349G>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
}
],
"gene_symbol": "ELP6",
"gene_hgnc_id": 25976,
"dbsnp": "rs201253001",
"frequency_reference_population": 0.00017979793,
"hom_count_reference_population": 0,
"allele_count_reference_population": 289,
"gnomad_exomes_af": 0.000189668,
"gnomad_genomes_af": 0.0000854207,
"gnomad_exomes_ac": 276,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3144645392894745,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.233,
"revel_prediction": "Benign",
"alphamissense_score": 0.0943,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.644,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001031703.3",
"gene_symbol": "ELP6",
"hgnc_id": 25976,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.227G>A",
"hgvs_p": "p.Arg76Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}