← 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-179859136-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=179859136&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 179859136,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001349386.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.748C>G",
"hgvs_p": "p.Arg250Gly",
"transcript": "NM_016559.3",
"protein_id": "NP_057643.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 626,
"cds_start": 748,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 9089,
"mane_select": "ENST00000467460.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016559.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.748C>G",
"hgvs_p": "p.Arg250Gly",
"transcript": "ENST00000467460.6",
"protein_id": "ENSP00000419975.1",
"transcript_support_level": 1,
"aa_start": 250,
"aa_end": null,
"aa_length": 626,
"cds_start": 748,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 9089,
"mane_select": "NM_016559.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467460.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.742C>G",
"hgvs_p": "p.Arg248Gly",
"transcript": "ENST00000263962.12",
"protein_id": "ENSP00000263962.8",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 624,
"cds_start": 742,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263962.12"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.643C>G",
"hgvs_p": "p.Arg215Gly",
"transcript": "ENST00000485199.5",
"protein_id": "ENSP00000418440.1",
"transcript_support_level": 1,
"aa_start": 215,
"aa_end": null,
"aa_length": 591,
"cds_start": 643,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 2992,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485199.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.913C>G",
"hgvs_p": "p.Arg305Gly",
"transcript": "NM_001349386.2",
"protein_id": "NP_001336315.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 681,
"cds_start": 913,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 9104,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349386.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.820C>G",
"hgvs_p": "p.Arg274Gly",
"transcript": "NM_001349387.2",
"protein_id": "NP_001336316.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 650,
"cds_start": 820,
"cds_end": null,
"cds_length": 1953,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 9100,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349387.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.820C>G",
"hgvs_p": "p.Arg274Gly",
"transcript": "NM_001349388.2",
"protein_id": "NP_001336317.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 650,
"cds_start": 820,
"cds_end": null,
"cds_length": 1953,
"cdna_start": 1794,
"cdna_end": null,
"cdna_length": 9797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349388.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.814C>G",
"hgvs_p": "p.Arg272Gly",
"transcript": "NM_001349389.2",
"protein_id": "NP_001336318.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 648,
"cds_start": 814,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1152,
"cdna_end": null,
"cdna_length": 9155,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349389.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.808C>G",
"hgvs_p": "p.Arg270Gly",
"transcript": "NM_001349390.2",
"protein_id": "NP_001336319.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 646,
"cds_start": 808,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 996,
"cdna_end": null,
"cdna_length": 8999,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349390.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.742C>G",
"hgvs_p": "p.Arg248Gly",
"transcript": "NM_001256750.2",
"protein_id": "NP_001243679.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 624,
"cds_start": 742,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 9083,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256750.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.718C>G",
"hgvs_p": "p.Arg240Gly",
"transcript": "NM_001349391.2",
"protein_id": "NP_001336320.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 616,
"cds_start": 718,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 8909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349391.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.715C>G",
"hgvs_p": "p.Arg239Gly",
"transcript": "NM_001349392.2",
"protein_id": "NP_001336321.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 615,
"cds_start": 715,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1689,
"cdna_end": null,
"cdna_length": 9692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349392.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.715C>G",
"hgvs_p": "p.Arg239Gly",
"transcript": "NM_001349393.2",
"protein_id": "NP_001336322.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 615,
"cds_start": 715,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 992,
"cdna_end": null,
"cdna_length": 8995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349393.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.676C>G",
"hgvs_p": "p.Arg226Gly",
"transcript": "NM_001256751.2",
"protein_id": "NP_001243680.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 602,
"cds_start": 676,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 9017,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256751.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.676C>G",
"hgvs_p": "p.Arg226Gly",
"transcript": "ENST00000465751.5",
"protein_id": "ENSP00000419348.1",
"transcript_support_level": 2,
"aa_start": 226,
"aa_end": null,
"aa_length": 602,
"cds_start": 676,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1003,
"cdna_end": null,
"cdna_length": 2147,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000465751.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.643C>G",
"hgvs_p": "p.Arg215Gly",
"transcript": "NM_001256752.2",
"protein_id": "NP_001243681.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 591,
"cds_start": 643,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 8984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256752.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.625C>G",
"hgvs_p": "p.Arg209Gly",
"transcript": "NM_001349394.2",
"protein_id": "NP_001336323.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 585,
"cds_start": 625,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 902,
"cdna_end": null,
"cdna_length": 8905,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349394.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.619C>G",
"hgvs_p": "p.Arg207Gly",
"transcript": "NM_001256754.2",
"protein_id": "NP_001243683.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 583,
"cds_start": 619,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 8940,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256754.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.619C>G",
"hgvs_p": "p.Arg207Gly",
"transcript": "NM_001349395.2",
"protein_id": "NP_001336324.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 583,
"cds_start": 619,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 8944,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349395.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.619C>G",
"hgvs_p": "p.Arg207Gly",
"transcript": "ENST00000476138.5",
"protein_id": "ENSP00000420555.1",
"transcript_support_level": 2,
"aa_start": 207,
"aa_end": null,
"aa_length": 583,
"cds_start": 619,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 923,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476138.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.571C>G",
"hgvs_p": "p.Arg191Gly",
"transcript": "NM_001256753.2",
"protein_id": "NP_001243682.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 567,
"cds_start": 571,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 8912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256753.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.571C>G",
"hgvs_p": "p.Arg191Gly",
"transcript": "ENST00000472994.5",
"protein_id": "ENSP00000418054.1",
"transcript_support_level": 2,
"aa_start": 191,
"aa_end": null,
"aa_length": 567,
"cds_start": 571,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472994.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.547C>G",
"hgvs_p": "p.Arg183Gly",
"transcript": "NM_001349396.2",
"protein_id": "NP_001336325.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 559,
"cds_start": 547,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 8888,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349396.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.520C>G",
"hgvs_p": "p.Arg174Gly",
"transcript": "NM_001349397.2",
"protein_id": "NP_001336326.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 550,
"cds_start": 520,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 9497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349397.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.481C>G",
"hgvs_p": "p.Arg161Gly",
"transcript": "NM_001349398.2",
"protein_id": "NP_001336327.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 537,
"cds_start": 481,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 8822,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349398.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.424C>G",
"hgvs_p": "p.Arg142Gly",
"transcript": "NM_001256755.2",
"protein_id": "NP_001243684.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 518,
"cds_start": 424,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 742,
"cdna_end": null,
"cdna_length": 8745,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256755.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.424C>G",
"hgvs_p": "p.Arg142Gly",
"transcript": "ENST00000392649.7",
"protein_id": "ENSP00000376420.3",
"transcript_support_level": 5,
"aa_start": 142,
"aa_end": null,
"aa_length": 518,
"cds_start": 424,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 537,
"cdna_end": null,
"cdna_length": 8540,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392649.7"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.424C>G",
"hgvs_p": "p.Arg142Gly",
"transcript": "ENST00000464614.5",
"protein_id": "ENSP00000417270.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 518,
"cds_start": 424,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464614.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001256756.2",
"protein_id": "NP_001243685.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 8835,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256756.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349399.2",
"protein_id": "NP_001336328.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 902,
"cdna_end": null,
"cdna_length": 8905,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349399.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349401.2",
"protein_id": "NP_001336330.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 8800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349401.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349404.2",
"protein_id": "NP_001336333.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 8605,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349404.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349406.2",
"protein_id": "NP_001336335.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 8883,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349406.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349408.2",
"protein_id": "NP_001336337.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 985,
"cdna_end": null,
"cdna_length": 8988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349408.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349409.2",
"protein_id": "NP_001336338.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 8828,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349409.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "NM_001349410.2",
"protein_id": "NP_001336339.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 8640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349410.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "ENST00000468741.5",
"protein_id": "ENSP00000418665.1",
"transcript_support_level": 2,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468741.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "ENST00000496721.5",
"protein_id": "ENSP00000418746.1",
"transcript_support_level": 3,
"aa_start": 58,
"aa_end": null,
"aa_length": 69,
"cds_start": 172,
"cds_end": null,
"cds_length": 211,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496721.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Arg327Gly",
"transcript": "XM_024453590.2",
"protein_id": "XP_024309358.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 703,
"cds_start": 979,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 1167,
"cdna_end": null,
"cdna_length": 9170,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453590.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.886C>G",
"hgvs_p": "p.Arg296Gly",
"transcript": "XM_024453591.2",
"protein_id": "XP_024309359.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 672,
"cds_start": 886,
"cds_end": null,
"cds_length": 2019,
"cdna_start": 1163,
"cdna_end": null,
"cdna_length": 9166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453591.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.784C>G",
"hgvs_p": "p.Arg262Gly",
"transcript": "XM_024453592.2",
"protein_id": "XP_024309360.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 638,
"cds_start": 784,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 8975,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453592.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.658C>G",
"hgvs_p": "p.Arg220Gly",
"transcript": "XM_011512888.3",
"protein_id": "XP_011511190.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 596,
"cds_start": 658,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 8899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512888.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.613C>G",
"hgvs_p": "p.Arg205Gly",
"transcript": "XM_024453593.2",
"protein_id": "XP_024309361.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 581,
"cds_start": 613,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 8804,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453593.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.Arg185Gly",
"transcript": "XM_047448297.1",
"protein_id": "XP_047304253.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 561,
"cds_start": 553,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 8894,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448297.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.448C>G",
"hgvs_p": "p.Arg150Gly",
"transcript": "XM_047448298.1",
"protein_id": "XP_047304254.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 526,
"cds_start": 448,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 8789,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448298.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.376C>G",
"hgvs_p": "p.Arg126Gly",
"transcript": "XM_047448299.1",
"protein_id": "XP_047304255.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 502,
"cds_start": 376,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 8717,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448299.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "c.172C>G",
"hgvs_p": "p.Arg58Gly",
"transcript": "XM_011512891.3",
"protein_id": "XP_011511193.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 434,
"cds_start": 172,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 9392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512891.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "n.427C>G",
"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": 1739,
"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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"hgvs_c": "n.832C>G",
"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": 8831,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146167.2"
}
],
"gene_symbol": "PEX5L",
"gene_hgnc_id": 30024,
"dbsnp": "rs759355045",
"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.610395073890686,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.692,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.1205,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.664,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001349386.2",
"gene_symbol": "PEX5L",
"hgnc_id": 30024,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.913C>G",
"hgvs_p": "p.Arg305Gly"
}
],
"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
}