← 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: 3-179801904-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=179801904&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 179801904,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001349386.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1805A>C",
"hgvs_p": "p.Asp602Ala",
"transcript": "NM_016559.3",
"protein_id": "NP_057643.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 626,
"cds_start": 1805,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000467460.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016559.3"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1805A>C",
"hgvs_p": "p.Asp602Ala",
"transcript": "ENST00000467460.6",
"protein_id": "ENSP00000419975.1",
"transcript_support_level": 1,
"aa_start": 602,
"aa_end": null,
"aa_length": 626,
"cds_start": 1805,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016559.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467460.6"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1799A>C",
"hgvs_p": "p.Asp600Ala",
"transcript": "ENST00000263962.12",
"protein_id": "ENSP00000263962.8",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 624,
"cds_start": 1799,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263962.12"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1700A>C",
"hgvs_p": "p.Asp567Ala",
"transcript": "ENST00000485199.5",
"protein_id": "ENSP00000418440.1",
"transcript_support_level": 1,
"aa_start": 567,
"aa_end": null,
"aa_length": 591,
"cds_start": 1700,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485199.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1970A>C",
"hgvs_p": "p.Asp657Ala",
"transcript": "NM_001349386.2",
"protein_id": "NP_001336315.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 681,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349386.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1877A>C",
"hgvs_p": "p.Asp626Ala",
"transcript": "NM_001349387.2",
"protein_id": "NP_001336316.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 650,
"cds_start": 1877,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349387.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1877A>C",
"hgvs_p": "p.Asp626Ala",
"transcript": "NM_001349388.2",
"protein_id": "NP_001336317.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 650,
"cds_start": 1877,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349388.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1871A>C",
"hgvs_p": "p.Asp624Ala",
"transcript": "NM_001349389.2",
"protein_id": "NP_001336318.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 648,
"cds_start": 1871,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349389.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1865A>C",
"hgvs_p": "p.Asp622Ala",
"transcript": "NM_001349390.2",
"protein_id": "NP_001336319.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 646,
"cds_start": 1865,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349390.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1799A>C",
"hgvs_p": "p.Asp600Ala",
"transcript": "NM_001256750.2",
"protein_id": "NP_001243679.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 624,
"cds_start": 1799,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256750.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1775A>C",
"hgvs_p": "p.Asp592Ala",
"transcript": "NM_001349391.2",
"protein_id": "NP_001336320.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 616,
"cds_start": 1775,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349391.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1772A>C",
"hgvs_p": "p.Asp591Ala",
"transcript": "NM_001349392.2",
"protein_id": "NP_001336321.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 615,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349392.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1772A>C",
"hgvs_p": "p.Asp591Ala",
"transcript": "NM_001349393.2",
"protein_id": "NP_001336322.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 615,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349393.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1733A>C",
"hgvs_p": "p.Asp578Ala",
"transcript": "NM_001256751.2",
"protein_id": "NP_001243680.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 602,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256751.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1733A>C",
"hgvs_p": "p.Asp578Ala",
"transcript": "ENST00000465751.5",
"protein_id": "ENSP00000419348.1",
"transcript_support_level": 2,
"aa_start": 578,
"aa_end": null,
"aa_length": 602,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000465751.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1700A>C",
"hgvs_p": "p.Asp567Ala",
"transcript": "NM_001256752.2",
"protein_id": "NP_001243681.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 591,
"cds_start": 1700,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256752.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1682A>C",
"hgvs_p": "p.Asp561Ala",
"transcript": "NM_001349394.2",
"protein_id": "NP_001336323.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 585,
"cds_start": 1682,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349394.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1676A>C",
"hgvs_p": "p.Asp559Ala",
"transcript": "NM_001256754.2",
"protein_id": "NP_001243683.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 583,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256754.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1676A>C",
"hgvs_p": "p.Asp559Ala",
"transcript": "NM_001349395.2",
"protein_id": "NP_001336324.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 583,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349395.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1676A>C",
"hgvs_p": "p.Asp559Ala",
"transcript": "ENST00000476138.5",
"protein_id": "ENSP00000420555.1",
"transcript_support_level": 2,
"aa_start": 559,
"aa_end": null,
"aa_length": 583,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476138.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1628A>C",
"hgvs_p": "p.Asp543Ala",
"transcript": "NM_001256753.2",
"protein_id": "NP_001243682.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 567,
"cds_start": 1628,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256753.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1628A>C",
"hgvs_p": "p.Asp543Ala",
"transcript": "ENST00000472994.5",
"protein_id": "ENSP00000418054.1",
"transcript_support_level": 2,
"aa_start": 543,
"aa_end": null,
"aa_length": 567,
"cds_start": 1628,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472994.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1604A>C",
"hgvs_p": "p.Asp535Ala",
"transcript": "NM_001349396.2",
"protein_id": "NP_001336325.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 559,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349396.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1577A>C",
"hgvs_p": "p.Asp526Ala",
"transcript": "NM_001349397.2",
"protein_id": "NP_001336326.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 550,
"cds_start": 1577,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349397.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1538A>C",
"hgvs_p": "p.Asp513Ala",
"transcript": "NM_001349398.2",
"protein_id": "NP_001336327.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 537,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349398.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1481A>C",
"hgvs_p": "p.Asp494Ala",
"transcript": "NM_001256755.2",
"protein_id": "NP_001243684.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 518,
"cds_start": 1481,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256755.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1481A>C",
"hgvs_p": "p.Asp494Ala",
"transcript": "ENST00000392649.7",
"protein_id": "ENSP00000376420.3",
"transcript_support_level": 5,
"aa_start": 494,
"aa_end": null,
"aa_length": 518,
"cds_start": 1481,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392649.7"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1481A>C",
"hgvs_p": "p.Asp494Ala",
"transcript": "ENST00000464614.5",
"protein_id": "ENSP00000417270.1",
"transcript_support_level": 2,
"aa_start": 494,
"aa_end": null,
"aa_length": 518,
"cds_start": 1481,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464614.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001256756.2",
"protein_id": "NP_001243685.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256756.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349399.2",
"protein_id": "NP_001336328.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349399.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349401.2",
"protein_id": "NP_001336330.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349401.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349404.2",
"protein_id": "NP_001336333.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349404.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349406.2",
"protein_id": "NP_001336335.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349406.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349408.2",
"protein_id": "NP_001336337.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349408.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349409.2",
"protein_id": "NP_001336338.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349409.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "NM_001349410.2",
"protein_id": "NP_001336339.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349410.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "ENST00000468741.5",
"protein_id": "ENSP00000418665.1",
"transcript_support_level": 2,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468741.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Asp679Ala",
"transcript": "XM_024453590.2",
"protein_id": "XP_024309358.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 703,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453590.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1943A>C",
"hgvs_p": "p.Asp648Ala",
"transcript": "XM_024453591.2",
"protein_id": "XP_024309359.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 672,
"cds_start": 1943,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453591.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Asp614Ala",
"transcript": "XM_024453592.2",
"protein_id": "XP_024309360.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 638,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453592.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1715A>C",
"hgvs_p": "p.Asp572Ala",
"transcript": "XM_011512888.3",
"protein_id": "XP_011511190.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 596,
"cds_start": 1715,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512888.3"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1670A>C",
"hgvs_p": "p.Asp557Ala",
"transcript": "XM_024453593.2",
"protein_id": "XP_024309361.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 581,
"cds_start": 1670,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453593.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1610A>C",
"hgvs_p": "p.Asp537Ala",
"transcript": "XM_047448297.1",
"protein_id": "XP_047304253.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 561,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448297.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1505A>C",
"hgvs_p": "p.Asp502Ala",
"transcript": "XM_047448298.1",
"protein_id": "XP_047304254.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 526,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448298.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1433A>C",
"hgvs_p": "p.Asp478Ala",
"transcript": "XM_047448299.1",
"protein_id": "XP_047304255.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 502,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448299.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.1229A>C",
"hgvs_p": "p.Asp410Ala",
"transcript": "XM_011512891.3",
"protein_id": "XP_011511193.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 434,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512891.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "USP13",
"gene_hgnc_id": 12611,
"hgvs_c": "c.2414-1201T>G",
"hgvs_p": null,
"transcript": "ENST00000680008.1",
"protein_id": "ENSP00000506330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 819,
"cds_start": null,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680008.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "n.1484A>C",
"hgvs_p": null,
"transcript": "ENST00000467440.6",
"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": "pseudogene",
"feature": "ENST00000467440.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "n.1885A>C",
"hgvs_p": null,
"transcript": "NR_146167.2",
"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": "NR_146167.2"
}
],
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7776468992233276,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.719,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6678,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001349386.2",
"gene_symbol": "PEX5L",
"hgnc_id": 30024,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1970A>C",
"hgvs_p": "p.Asp657Ala"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000680008.1",
"gene_symbol": "USP13",
"hgnc_id": 12611,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2414-1201T>G",
"hgvs_p": null
}
],
"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
}