← 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: 8-71215687-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=71215687&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 71215687,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000340726.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "NM_000503.6",
"protein_id": "NP_000494.2",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1879,
"cdna_end": null,
"cdna_length": 4163,
"mane_select": "ENST00000340726.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000340726.8",
"protein_id": "ENSP00000342626.3",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1879,
"cdna_end": null,
"cdna_length": 4163,
"mane_select": "NM_000503.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000388742.8",
"protein_id": "ENSP00000373394.4",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1623,
"cdna_end": null,
"cdna_length": 3907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1297A>T",
"hgvs_p": "p.Arg433Trp",
"transcript": "ENST00000419131.6",
"protein_id": "ENSP00000410176.1",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 557,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 3633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1489A>T",
"hgvs_p": "p.Arg497Trp",
"transcript": "NM_001370333.1",
"protein_id": "NP_001357262.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 621,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1792,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1489A>T",
"hgvs_p": "p.Arg497Trp",
"transcript": "ENST00000643681.1",
"protein_id": "ENSP00000495390.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 621,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1834,
"cdna_end": null,
"cdna_length": 3938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "NM_001370334.1",
"protein_id": "NP_001357263.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1825,
"cdna_end": null,
"cdna_length": 4109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "NM_001370335.1",
"protein_id": "NP_001357264.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 2081,
"cdna_end": null,
"cdna_length": 4365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "NM_172058.4",
"protein_id": "NP_742055.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1651,
"cdna_end": null,
"cdna_length": 3935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000645793.1",
"protein_id": "ENSP00000496255.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000647540.1",
"protein_id": "ENSP00000494438.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 592,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 3943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1399A>T",
"hgvs_p": "p.Arg467Trp",
"transcript": "ENST00000388743.6",
"protein_id": "ENSP00000373395.2",
"transcript_support_level": 5,
"aa_start": 467,
"aa_end": null,
"aa_length": 591,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1551,
"cdna_end": null,
"cdna_length": 2199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1384A>T",
"hgvs_p": "p.Arg462Trp",
"transcript": "NM_001288574.2",
"protein_id": "NP_001275503.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 586,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1861,
"cdna_end": null,
"cdna_length": 4145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1384A>T",
"hgvs_p": "p.Arg462Trp",
"transcript": "NM_172059.5",
"protein_id": "NP_742056.2",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 586,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 3930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1384A>T",
"hgvs_p": "p.Arg462Trp",
"transcript": "ENST00000303824.11",
"protein_id": "ENSP00000303221.7",
"transcript_support_level": 2,
"aa_start": 462,
"aa_end": null,
"aa_length": 586,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1652,
"cdna_end": null,
"cdna_length": 3930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1384A>T",
"hgvs_p": "p.Arg462Trp",
"transcript": "ENST00000644229.1",
"protein_id": "ENSP00000494568.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 586,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 3618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1381A>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "NM_001370336.1",
"protein_id": "NP_001357265.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 585,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 3968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1381A>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "ENST00000644712.1",
"protein_id": "ENSP00000496188.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 585,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1645,
"cdna_end": null,
"cdna_length": 3201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1303A>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "NM_001411797.1",
"protein_id": "NP_001398726.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 559,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1751,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1303A>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "NM_172060.4",
"protein_id": "NP_742057.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 559,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1523,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1303A>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000388740.4",
"protein_id": "ENSP00000373392.3",
"transcript_support_level": 5,
"aa_start": 435,
"aa_end": null,
"aa_length": 559,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1506,
"cdna_end": null,
"cdna_length": 3788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1300A>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000388741.7",
"protein_id": "ENSP00000373393.2",
"transcript_support_level": 5,
"aa_start": 434,
"aa_end": null,
"aa_length": 558,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1815,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1036A>T",
"hgvs_p": "p.Arg346Trp",
"transcript": "NM_001288575.2",
"protein_id": "NP_001275504.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 470,
"cds_start": 1036,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1797,
"cdna_end": null,
"cdna_length": 4081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1489A>T",
"hgvs_p": "p.Arg497Trp",
"transcript": "XM_017013202.2",
"protein_id": "XP_016868691.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 621,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1751,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1486A>T",
"hgvs_p": "p.Arg496Trp",
"transcript": "XM_047421519.1",
"protein_id": "XP_047277475.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 620,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1863,
"cdna_start": 1748,
"cdna_end": null,
"cdna_length": 4032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1477A>T",
"hgvs_p": "p.Arg493Trp",
"transcript": "XM_047421520.1",
"protein_id": "XP_047277476.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 617,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 4093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1474A>T",
"hgvs_p": "p.Arg492Trp",
"transcript": "XM_011517484.4",
"protein_id": "XP_011515786.2",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 616,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1777,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1474A>T",
"hgvs_p": "p.Arg492Trp",
"transcript": "XM_047421521.1",
"protein_id": "XP_047277477.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 616,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1736,
"cdna_end": null,
"cdna_length": 4020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1471A>T",
"hgvs_p": "p.Arg491Trp",
"transcript": "XM_047421522.1",
"protein_id": "XP_047277478.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 615,
"cds_start": 1471,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1399A>T",
"hgvs_p": "p.Arg467Trp",
"transcript": "XM_017013208.3",
"protein_id": "XP_016868697.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 591,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1876,
"cdna_end": null,
"cdna_length": 4160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1399A>T",
"hgvs_p": "p.Arg467Trp",
"transcript": "XM_047421523.1",
"protein_id": "XP_047277479.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 591,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1661,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1396A>T",
"hgvs_p": "p.Arg466Trp",
"transcript": "XM_047421524.1",
"protein_id": "XP_047277480.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 590,
"cds_start": 1396,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1658,
"cdna_end": null,
"cdna_length": 3942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1387A>T",
"hgvs_p": "p.Arg463Trp",
"transcript": "XM_047421525.1",
"protein_id": "XP_047277481.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 587,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1588,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1387A>T",
"hgvs_p": "p.Arg463Trp",
"transcript": "XM_047421526.1",
"protein_id": "XP_047277482.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 587,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1864,
"cdna_end": null,
"cdna_length": 4148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1339A>T",
"hgvs_p": "p.Arg447Trp",
"transcript": "XM_047421527.1",
"protein_id": "XP_047277483.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 571,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 1359,
"cdna_end": null,
"cdna_length": 3643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1336A>T",
"hgvs_p": "p.Arg446Trp",
"transcript": "XM_047421528.1",
"protein_id": "XP_047277484.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 570,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1661,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1309A>T",
"hgvs_p": "p.Arg437Trp",
"transcript": "XM_047421529.1",
"protein_id": "XP_047277485.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 561,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1786,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1303A>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "XM_047421530.1",
"protein_id": "XP_047277486.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 559,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1475,
"cdna_end": null,
"cdna_length": 3759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "c.1051A>T",
"hgvs_p": "p.Arg351Trp",
"transcript": "XM_017013213.2",
"protein_id": "XP_016868702.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 475,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1133,
"cdna_end": null,
"cdna_length": 3417,
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*681A>T",
"hgvs_p": null,
"transcript": "ENST00000465115.6",
"protein_id": "ENSP00000428391.1",
"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": 3741,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*347A>T",
"hgvs_p": null,
"transcript": "ENST00000493349.2",
"protein_id": "ENSP00000428517.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": 866,
"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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.1865A>T",
"hgvs_p": null,
"transcript": "ENST00000496494.6",
"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": 2343,
"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": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*1079A>T",
"hgvs_p": null,
"transcript": "ENST00000642391.1",
"protein_id": "ENSP00000496700.1",
"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": 3839,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.472A>T",
"hgvs_p": null,
"transcript": "ENST00000644424.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": 2741,
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*681A>T",
"hgvs_p": null,
"transcript": "ENST00000465115.6",
"protein_id": "ENSP00000428391.1",
"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": 3741,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*347A>T",
"hgvs_p": null,
"transcript": "ENST00000493349.2",
"protein_id": "ENSP00000428517.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": 866,
"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": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"hgvs_c": "n.*1079A>T",
"hgvs_p": null,
"transcript": "ENST00000642391.1",
"protein_id": "ENSP00000496700.1",
"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": 3839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285579",
"gene_hgnc_id": null,
"hgvs_c": "n.1111-1025T>A",
"hgvs_p": null,
"transcript": "ENST00000647843.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": 2597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EYA1",
"gene_hgnc_id": 3519,
"dbsnp": "rs727503044",
"frequency_reference_population": 6.840694e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84069e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8981567025184631,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.814,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.149,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000340726.8",
"gene_symbol": "EYA1",
"hgnc_id": 3519,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Arg468Trp"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000647843.1",
"gene_symbol": "ENSG00000285579",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1111-1025T>A",
"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
}