← 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: 18-45916110-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=45916110&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 45916110,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_020964.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "NM_020964.3",
"protein_id": "NP_066015.2",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2579,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000282041.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020964.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "ENST00000282041.11",
"protein_id": "ENSP00000282041.4",
"transcript_support_level": 1,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2579,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020964.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000282041.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.3481C>A",
"hgvs_p": null,
"transcript": "ENST00000587884.2",
"protein_id": "ENSP00000466990.2",
"transcript_support_level": 1,
"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": "ENST00000587884.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.3516C>A",
"hgvs_p": null,
"transcript": "ENST00000587974.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000587974.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.3481C>A",
"hgvs_p": null,
"transcript": "ENST00000590884.6",
"protein_id": "ENSP00000466403.2",
"transcript_support_level": 1,
"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": "ENST00000590884.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.3481C>A",
"hgvs_p": null,
"transcript": "ENST00000592272.6",
"protein_id": "ENSP00000467464.2",
"transcript_support_level": 1,
"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": "ENST00000592272.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "NM_001410859.1",
"protein_id": "NP_001397788.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2578,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410859.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "ENST00000696489.1",
"protein_id": "ENSP00000512660.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2578,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696489.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "NM_001410858.1",
"protein_id": "NP_001397787.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2544,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410858.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "ENST00000696483.1",
"protein_id": "ENSP00000512657.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2544,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696483.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "ENST00000936086.1",
"protein_id": "ENSP00000606145.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2532,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936086.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "ENST00000696484.1",
"protein_id": "ENSP00000512658.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2492,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696484.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "ENST00000696490.1",
"protein_id": "ENSP00000512661.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2482,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696490.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.2893C>A",
"hgvs_p": "p.Arg965Arg",
"transcript": "ENST00000869408.1",
"protein_id": "ENSP00000539467.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 2383,
"cds_start": 2893,
"cds_end": null,
"cds_length": 7152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869408.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437698.1",
"protein_id": "XP_047293654.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2598,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437698.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437699.1",
"protein_id": "XP_047293655.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2597,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437699.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_011526122.2",
"protein_id": "XP_011524424.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2589,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526122.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_017025889.2",
"protein_id": "XP_016881378.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2588,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025889.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437700.1",
"protein_id": "XP_047293656.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2588,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437700.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437701.1",
"protein_id": "XP_047293657.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2587,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437701.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437703.1",
"protein_id": "XP_047293659.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2553,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437703.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437704.1",
"protein_id": "XP_047293660.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2552,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437704.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_047437705.1",
"protein_id": "XP_047293661.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2551,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437705.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437706.1",
"protein_id": "XP_047293662.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 2543,
"cds_start": 3481,
"cds_end": null,
"cds_length": 7632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437706.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_017025891.2",
"protein_id": "XP_016881380.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2542,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025891.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_047437707.1",
"protein_id": "XP_047293663.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2541,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437707.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_047437708.1",
"protein_id": "XP_047293664.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2532,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437708.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_047437709.1",
"protein_id": "XP_047293665.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2531,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437709.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3340C>A",
"hgvs_p": "p.Arg1114Arg",
"transcript": "XM_047437710.1",
"protein_id": "XP_047293666.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2497,
"cds_start": 3340,
"cds_end": null,
"cds_length": 7494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437710.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.2416C>A",
"hgvs_p": "p.Arg806Arg",
"transcript": "XM_047437711.1",
"protein_id": "XP_047293667.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 2243,
"cds_start": 2416,
"cds_end": null,
"cds_length": 6732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437711.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437712.1",
"protein_id": "XP_047293668.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 1990,
"cds_start": 3481,
"cds_end": null,
"cds_length": 5973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437712.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg",
"transcript": "XM_047437713.1",
"protein_id": "XP_047293669.1",
"transcript_support_level": null,
"aa_start": 1161,
"aa_end": null,
"aa_length": 1791,
"cds_start": 3481,
"cds_end": null,
"cds_length": 5376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437713.1"
},
{
"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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.260C>A",
"hgvs_p": null,
"transcript": "ENST00000585906.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000585906.5"
},
{
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.1665C>A",
"hgvs_p": null,
"transcript": "ENST00000586655.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000586655.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.*377C>A",
"hgvs_p": null,
"transcript": "ENST00000696482.1",
"protein_id": "ENSP00000512656.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": "ENST00000696482.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.3481C>A",
"hgvs_p": null,
"transcript": "ENST00000696485.1",
"protein_id": "ENSP00000512659.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": "ENST00000696485.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"hgvs_c": "n.*377C>A",
"hgvs_p": null,
"transcript": "ENST00000696482.1",
"protein_id": "ENSP00000512656.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": "ENST00000696482.1"
}
],
"gene_symbol": "EPG5",
"gene_hgnc_id": 29331,
"dbsnp": "rs587776940",
"frequency_reference_population": 0.0000013681388,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136814,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.616,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_020964.3",
"gene_symbol": "EPG5",
"hgnc_id": 29331,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3481C>A",
"hgvs_p": "p.Arg1161Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}