← 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: 1-225528539-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=225528539&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 225528539,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_018212.6",
"consequences": [
{
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_018212.6",
"protein_id": "NP_060682.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13092,
"mane_select": "ENST00000366843.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000366843.7",
"protein_id": "ENSP00000355808.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13092,
"mane_select": "NM_018212.6",
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000366844.7",
"protein_id": "ENSP00000355809.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 591,
"cds_start": -4,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13168,
"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": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.284+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000497899.6",
"protein_id": "ENSP00000489106.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 241,
"cds_start": -4,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 807,
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.491+2015C>T",
"hgvs_p": null,
"transcript": "NM_001420159.1",
"protein_id": "NP_001407088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 838,
"cds_start": -4,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13896,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_001420160.1",
"protein_id": "NP_001407089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 819,
"cds_start": -4,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13839,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.446+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000635051.1",
"protein_id": "ENSP00000489607.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 802,
"cds_start": -4,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3308,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_001420161.1",
"protein_id": "NP_001407090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 798,
"cds_start": -4,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13776,
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.491+2015C>T",
"hgvs_p": null,
"transcript": "NM_001377481.1",
"protein_id": "NP_001364410.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 610,
"cds_start": -4,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13212,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_001008493.3",
"protein_id": "NP_001008493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 591,
"cds_start": -4,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13155,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.491+2015C>T",
"hgvs_p": null,
"transcript": "NM_001377482.1",
"protein_id": "NP_001364411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": -4,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13149,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_001420162.1",
"protein_id": "NP_001407091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": -4,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13044,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null,
"transcript": "NM_001377483.1",
"protein_id": "NP_001364412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 533,
"cds_start": -4,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12981,
"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": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.491+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000284563.7",
"protein_id": "ENSP00000284563.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "n.520+2015C>T",
"hgvs_p": null,
"transcript": "ENST00000391874.2",
"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": 888,
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448305.2",
"protein_id": "XP_024304073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1104,
"cds_start": -4,
"cds_end": null,
"cds_length": 3315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14387,
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1277+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448306.2",
"protein_id": "XP_024304074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14375,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448307.2",
"protein_id": "XP_024304075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": -4,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14324,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448308.2",
"protein_id": "XP_024304076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": -4,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14318,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1277+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448318.2",
"protein_id": "XP_024304086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1079,
"cds_start": -4,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14312,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448319.2",
"protein_id": "XP_024304087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": -4,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14255,
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001746.3",
"protein_id": "XP_016857235.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": -4,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13703,
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1277+2015C>T",
"hgvs_p": null,
"transcript": "XM_011544229.3",
"protein_id": "XP_011542531.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": -4,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13691,
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.545+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448309.2",
"protein_id": "XP_024304077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 856,
"cds_start": -4,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13757,
"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": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.545+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448310.2",
"protein_id": "XP_024304078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 856,
"cds_start": -4,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14024,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001747.2",
"protein_id": "XP_016857236.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": -4,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13640,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001748.2",
"protein_id": "XP_016857237.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": -4,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13634,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1277+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001749.2",
"protein_id": "XP_016857238.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": -4,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13628,
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.503+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448311.2",
"protein_id": "XP_024304079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13908,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001750.2",
"protein_id": "XP_016857239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13592,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.476+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424925.1",
"protein_id": "XP_047280881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 833,
"cds_start": -4,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14207,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001751.2",
"protein_id": "XP_016857240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 832,
"cds_start": -4,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13571,
"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": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1289+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424935.1",
"protein_id": "XP_047280891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": -4,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13529,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424938.1",
"protein_id": "XP_047280894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13523,
"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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1277+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424939.1",
"protein_id": "XP_047280895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 814,
"cds_start": -4,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13517,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.395+2015C>T",
"hgvs_p": null,
"transcript": "XM_024448316.2",
"protein_id": "XP_024304084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": -4,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 33916,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.1220+2015C>T",
"hgvs_p": null,
"transcript": "XM_017001752.2",
"protein_id": "XP_016857241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": -4,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13460,
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.476+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424958.1",
"protein_id": "XP_047280914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": -4,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13523,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.476+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424960.1",
"protein_id": "XP_047280916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": -4,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13460,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.476+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424962.1",
"protein_id": "XP_047280918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": -4,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12845,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"hgvs_c": "c.476+2015C>T",
"hgvs_p": null,
"transcript": "XM_047424969.1",
"protein_id": "XP_047280925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 547,
"cds_start": -4,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ENAH",
"gene_hgnc_id": 18271,
"dbsnp": "rs7555139",
"frequency_reference_population": 0.67228234,
"hom_count_reference_population": 34576,
"allele_count_reference_population": 102117,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.672282,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 102117,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 34576,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9599999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.96,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.105,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_018212.6",
"gene_symbol": "ENAH",
"hgnc_id": 18271,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.434+2015C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}