← 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: 12-15681274-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=15681274&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 15681274,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000281172.10",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_004447.6",
"protein_id": "NP_004438.3",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 3901,
"mane_select": "ENST00000281172.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000281172.10",
"protein_id": "ENSP00000281172.5",
"transcript_support_level": 1,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 3901,
"mane_select": "NM_004447.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "n.88C>T",
"hgvs_p": null,
"transcript": "ENST00000543468.5",
"protein_id": "ENSP00000445985.1",
"transcript_support_level": 1,
"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": 3722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000642939.1",
"protein_id": "ENSP00000495312.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 839,
"cds_start": 88,
"cds_end": null,
"cds_length": 2520,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413831.1",
"protein_id": "NP_001400760.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 834,
"cds_start": 88,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 3937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000646123.1",
"protein_id": "ENSP00000494338.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 830,
"cds_start": 88,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 3682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413832.1",
"protein_id": "NP_001400761.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413833.1",
"protein_id": "NP_001400762.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 157,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413834.1",
"protein_id": "NP_001400763.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 161,
"cdna_end": null,
"cdna_length": 3725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000543523.5",
"protein_id": "ENSP00000441867.1",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 385,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000543612.5",
"protein_id": "ENSP00000442388.1",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 250,
"cdna_end": null,
"cdna_length": 2965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000642278.1",
"protein_id": "ENSP00000494689.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 5016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000644374.1",
"protein_id": "ENSP00000495956.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 3873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000645775.1",
"protein_id": "ENSP00000495824.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000646828.1",
"protein_id": "ENSP00000494842.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 4018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000646918.1",
"protein_id": "ENSP00000495722.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 4576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000647087.1",
"protein_id": "ENSP00000496406.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 3702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000647224.1",
"protein_id": "ENSP00000496516.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 3810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413839.1",
"protein_id": "NP_001400768.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 517,
"cds_start": 88,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 2856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "NM_001413840.1",
"protein_id": "NP_001400769.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 245,
"cds_start": 88,
"cds_end": null,
"cds_length": 738,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 1298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000546311.5",
"protein_id": "ENSP00000445235.1",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 127,
"cds_start": 88,
"cds_end": null,
"cds_length": 384,
"cdna_start": 246,
"cdna_end": null,
"cdna_length": 542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000535752.5",
"protein_id": "ENSP00000440591.1",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 119,
"cds_start": 88,
"cds_end": null,
"cds_length": 362,
"cdna_start": 269,
"cdna_end": null,
"cdna_length": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000536793.5",
"protein_id": "ENSP00000438668.1",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 67,
"cds_start": 88,
"cds_end": null,
"cds_length": 204,
"cdna_start": 443,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000543363.5",
"protein_id": "ENSP00000444613.1",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 67,
"cds_start": 88,
"cds_end": null,
"cds_length": 204,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "ENST00000544064.1",
"protein_id": "ENSP00000445815.1",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 66,
"cds_start": 88,
"cds_end": null,
"cds_length": 201,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.148C>T",
"hgvs_p": "p.Gln50*",
"transcript": "XM_047428494.1",
"protein_id": "XP_047284450.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 842,
"cds_start": 148,
"cds_end": null,
"cds_length": 2529,
"cdna_start": 573,
"cdna_end": null,
"cdna_length": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.121C>T",
"hgvs_p": "p.Gln41*",
"transcript": "XM_024448878.2",
"protein_id": "XP_024304646.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 833,
"cds_start": 121,
"cds_end": null,
"cds_length": 2502,
"cdna_start": 152,
"cdna_end": null,
"cdna_length": 3716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_024448882.2",
"protein_id": "XP_024304650.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 276,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_047428495.1",
"protein_id": "XP_047284451.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 7804,
"cdna_end": null,
"cdna_length": 11368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_047428496.1",
"protein_id": "XP_047284452.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 3859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_047428497.1",
"protein_id": "XP_047284453.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 453,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_047428498.1",
"protein_id": "XP_047284454.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 4077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*",
"transcript": "XM_047428499.1",
"protein_id": "XP_047284455.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 822,
"cds_start": 88,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 128,
"cdna_end": null,
"cdna_length": 3692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "n.337C>T",
"hgvs_p": null,
"transcript": "NR_182221.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": 3764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "n.337C>T",
"hgvs_p": null,
"transcript": "NR_182222.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": 3985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "n.337C>T",
"hgvs_p": null,
"transcript": "NR_182223.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": 3896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.-334C>T",
"hgvs_p": null,
"transcript": "NM_001413837.1",
"protein_id": "NP_001400766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 683,
"cds_start": -4,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3905,
"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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.-105+1619C>T",
"hgvs_p": null,
"transcript": "NM_001413835.1",
"protein_id": "NP_001400764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 742,
"cds_start": -4,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3824,
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "c.-104-10351C>T",
"hgvs_p": null,
"transcript": "NM_001413836.1",
"protein_id": "NP_001400765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 742,
"cds_start": -4,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3744,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"hgvs_c": "n.59+1619C>T",
"hgvs_p": null,
"transcript": "ENST00000536956.5",
"protein_id": "ENSP00000442883.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EPS8",
"gene_hgnc_id": 3420,
"dbsnp": "rs587777691",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6000000238418579,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.805,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000281172.10",
"gene_symbol": "EPS8",
"hgnc_id": 3420,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Gln30*"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 102",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Autosomal recessive nonsyndromic hearing loss 102",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}