← 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-51402492-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=51402492&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 51402492,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001410797.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "NM_001981.3",
"protein_id": "NP_001972.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 896,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371733.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001981.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000371733.8",
"protein_id": "ENSP00000360798.3",
"transcript_support_level": 1,
"aa_start": 609,
"aa_end": null,
"aa_length": 896,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001981.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371733.8"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1423A>T",
"hgvs_p": "p.Thr475Ser",
"transcript": "ENST00000371730.6",
"protein_id": "ENSP00000360795.2",
"transcript_support_level": 1,
"aa_start": 475,
"aa_end": null,
"aa_length": 762,
"cds_start": 1423,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371730.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1936A>T",
"hgvs_p": "p.Thr646Ser",
"transcript": "NM_001410797.1",
"protein_id": "NP_001397726.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 933,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410797.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1936A>T",
"hgvs_p": "p.Thr646Ser",
"transcript": "ENST00000706292.1",
"protein_id": "ENSP00000516336.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 933,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706292.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1936A>T",
"hgvs_p": "p.Thr646Ser",
"transcript": "ENST00000926816.1",
"protein_id": "ENSP00000596875.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 933,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926816.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1849A>T",
"hgvs_p": "p.Thr617Ser",
"transcript": "ENST00000889375.1",
"protein_id": "ENSP00000559434.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 904,
"cds_start": 1849,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889375.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000926819.1",
"protein_id": "ENSP00000596878.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 900,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926819.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000889376.1",
"protein_id": "ENSP00000559435.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 896,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889376.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1822A>T",
"hgvs_p": "p.Thr608Ser",
"transcript": "ENST00000956029.1",
"protein_id": "ENSP00000626088.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 895,
"cds_start": 1822,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956029.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000956027.1",
"protein_id": "ENSP00000626086.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 894,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956027.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000889387.1",
"protein_id": "ENSP00000559446.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 872,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889387.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Thr579Ser",
"transcript": "NM_001410796.1",
"protein_id": "NP_001397725.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 866,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410796.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Thr579Ser",
"transcript": "ENST00000706288.1",
"protein_id": "ENSP00000516334.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 866,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706288.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1732A>T",
"hgvs_p": "p.Thr578Ser",
"transcript": "ENST00000889378.1",
"protein_id": "ENSP00000559437.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 865,
"cds_start": 1732,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889378.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1729A>T",
"hgvs_p": "p.Thr577Ser",
"transcript": "ENST00000889381.1",
"protein_id": "ENSP00000559440.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 864,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889381.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1711A>T",
"hgvs_p": "p.Thr571Ser",
"transcript": "ENST00000889388.1",
"protein_id": "ENSP00000559447.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 858,
"cds_start": 1711,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889388.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1699A>T",
"hgvs_p": "p.Thr567Ser",
"transcript": "ENST00000889384.1",
"protein_id": "ENSP00000559443.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 854,
"cds_start": 1699,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889384.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1936A>T",
"hgvs_p": "p.Thr646Ser",
"transcript": "ENST00000956028.1",
"protein_id": "ENSP00000626087.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 854,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956028.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1627A>T",
"hgvs_p": "p.Thr543Ser",
"transcript": "ENST00000889382.1",
"protein_id": "ENSP00000559441.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 830,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889382.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1621A>T",
"hgvs_p": "p.Thr541Ser",
"transcript": "ENST00000889379.1",
"protein_id": "ENSP00000559438.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 828,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889379.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1621A>T",
"hgvs_p": "p.Thr541Ser",
"transcript": "ENST00000956031.1",
"protein_id": "ENSP00000626090.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 828,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956031.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1591A>T",
"hgvs_p": "p.Thr531Ser",
"transcript": "ENST00000889383.1",
"protein_id": "ENSP00000559442.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 818,
"cds_start": 1591,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889383.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Thr609Ser",
"transcript": "ENST00000889377.1",
"protein_id": "ENSP00000559436.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 817,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889377.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1555A>T",
"hgvs_p": "p.Thr519Ser",
"transcript": "ENST00000956030.1",
"protein_id": "ENSP00000626089.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 806,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956030.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1537A>T",
"hgvs_p": "p.Thr513Ser",
"transcript": "ENST00000889390.1",
"protein_id": "ENSP00000559449.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 800,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889390.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1531A>T",
"hgvs_p": "p.Thr511Ser",
"transcript": "ENST00000889389.1",
"protein_id": "ENSP00000559448.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 798,
"cds_start": 1531,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889389.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Thr579Ser",
"transcript": "ENST00000956032.1",
"protein_id": "ENSP00000626091.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 787,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956032.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1402A>T",
"hgvs_p": "p.Thr468Ser",
"transcript": "ENST00000706287.1",
"protein_id": "ENSP00000516333.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 755,
"cds_start": 1402,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706287.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1621A>T",
"hgvs_p": "p.Thr541Ser",
"transcript": "ENST00000926818.1",
"protein_id": "ENSP00000596877.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 749,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926818.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1273A>T",
"hgvs_p": "p.Thr425Ser",
"transcript": "ENST00000889386.1",
"protein_id": "ENSP00000559445.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 712,
"cds_start": 1273,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889386.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1111A>T",
"hgvs_p": "p.Thr371Ser",
"transcript": "ENST00000926817.1",
"protein_id": "ENSP00000596876.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 658,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926817.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.883A>T",
"hgvs_p": "p.Thr295Ser",
"transcript": "NM_001159969.2",
"protein_id": "NP_001153441.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 582,
"cds_start": 883,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001159969.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.883A>T",
"hgvs_p": "p.Thr295Ser",
"transcript": "ENST00000493793.2",
"protein_id": "ENSP00000516332.1",
"transcript_support_level": 5,
"aa_start": 295,
"aa_end": null,
"aa_length": 582,
"cds_start": 883,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493793.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1732A>T",
"hgvs_p": "p.Thr578Ser",
"transcript": "XM_017000616.3",
"protein_id": "XP_016856105.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 865,
"cds_start": 1732,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000616.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1621A>T",
"hgvs_p": "p.Thr541Ser",
"transcript": "XM_017000617.3",
"protein_id": "XP_016856106.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 828,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000617.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1531A>T",
"hgvs_p": "p.Thr511Ser",
"transcript": "XM_017000618.3",
"protein_id": "XP_016856107.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 798,
"cds_start": 1531,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000618.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1372A>T",
"hgvs_p": "p.Thr458Ser",
"transcript": "XM_047449243.1",
"protein_id": "XP_047305199.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 745,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449243.1"
},
{
"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": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1791+927A>T",
"hgvs_p": null,
"transcript": "ENST00000889385.1",
"protein_id": "ENSP00000559444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 821,
"cds_start": null,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889385.1"
},
{
"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": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.1791+927A>T",
"hgvs_p": null,
"transcript": "ENST00000889380.1",
"protein_id": "ENSP00000559439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 809,
"cds_start": null,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889380.1"
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "c.562-8045A>T",
"hgvs_p": null,
"transcript": "ENST00000956033.1",
"protein_id": "ENSP00000626092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956033.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "n.67A>T",
"hgvs_p": null,
"transcript": "ENST00000486505.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486505.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "n.1071A>T",
"hgvs_p": null,
"transcript": "ENST00000706289.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000706289.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "n.1328A>T",
"hgvs_p": null,
"transcript": "ENST00000706290.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000706290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "n.*773A>T",
"hgvs_p": null,
"transcript": "ENST00000706291.1",
"protein_id": "ENSP00000516335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000706291.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"hgvs_c": "n.*773A>T",
"hgvs_p": null,
"transcript": "ENST00000706291.1",
"protein_id": "ENSP00000516335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000706291.1"
}
],
"gene_symbol": "EPS15",
"gene_hgnc_id": 3419,
"dbsnp": "rs772950261",
"frequency_reference_population": 0.000017009159,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000160259,
"gnomad_genomes_af": 0.0000262802,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01444217562675476,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.121,
"revel_prediction": "Benign",
"alphamissense_score": 0.0834,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.412,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001410797.1",
"gene_symbol": "EPS15",
"hgnc_id": 3419,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1936A>T",
"hgvs_p": "p.Thr646Ser"
}
],
"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
}