← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-7202673-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7202673&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7202673,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000675855.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001351132.2",
"protein_id": "NP_001338061.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 3237,
"mane_select": "ENST00000675855.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "ENST00000675855.1",
"protein_id": "ENSP00000502374.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 3237,
"mane_select": "NM_001351132.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "ENST00000420616.6",
"protein_id": "ENSP00000410159.2",
"transcript_support_level": 1,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 2477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "ENST00000266564.7",
"protein_id": "ENSP00000266564.3",
"transcript_support_level": 1,
"aa_start": 272,
"aa_end": null,
"aa_length": 631,
"cds_start": 815,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "ENST00000266563.9",
"protein_id": "ENSP00000266563.5",
"transcript_support_level": 1,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 3252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.878T>G",
"hgvs_p": "p.Met293Arg",
"transcript": "ENST00000412720.6",
"protein_id": "ENSP00000391601.2",
"transcript_support_level": 2,
"aa_start": 293,
"aa_end": null,
"aa_length": 660,
"cds_start": 878,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 2105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "NM_001131023.2",
"protein_id": "NP_001124495.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 3282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "ENST00000434354.6",
"protein_id": "ENSP00000407401.2",
"transcript_support_level": 2,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 940,
"cdna_end": null,
"cdna_length": 2253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001131025.2",
"protein_id": "NP_001124497.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1362,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001131026.2",
"protein_id": "NP_001124498.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001300789.3",
"protein_id": "NP_001287718.2",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 3467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001351131.2",
"protein_id": "NP_001338060.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001351133.2",
"protein_id": "NP_001338062.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1091,
"cdna_end": null,
"cdna_length": 3432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001351134.2",
"protein_id": "NP_001338063.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001374647.2",
"protein_id": "NP_001361576.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 3848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "ENST00000455147.6",
"protein_id": "ENSP00000400647.2",
"transcript_support_level": 2,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 2689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_001351136.2",
"protein_id": "NP_001338065.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 636,
"cds_start": 815,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 3228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "NM_000319.5",
"protein_id": "NP_000310.2",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 631,
"cds_start": 815,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 3213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.749T>G",
"hgvs_p": "p.Met250Arg",
"transcript": "NM_001351135.3",
"protein_id": "NP_001338064.2",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 617,
"cds_start": 749,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 3401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.749T>G",
"hgvs_p": "p.Met250Arg",
"transcript": "NM_001351138.2",
"protein_id": "NP_001338067.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 617,
"cds_start": 749,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001131024.2",
"protein_id": "NP_001124496.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 3126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351124.3",
"protein_id": "NP_001338053.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 3219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351126.2",
"protein_id": "NP_001338055.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1039,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351127.2",
"protein_id": "NP_001338056.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351128.2",
"protein_id": "NP_001338057.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 858,
"cdna_end": null,
"cdna_length": 3199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351130.3",
"protein_id": "NP_001338059.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351137.3",
"protein_id": "NP_001338066.2",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001374645.1",
"protein_id": "NP_001361574.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 783,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001374646.1",
"protein_id": "NP_001361575.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 2082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001374648.2",
"protein_id": "NP_001361577.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 602,
"cds_start": 704,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1396,
"cdna_end": null,
"cdna_length": 3737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351139.2",
"protein_id": "NP_001338068.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 594,
"cds_start": 704,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 3102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001351140.2",
"protein_id": "NP_001338069.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 594,
"cds_start": 704,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 3297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "NM_001374649.2",
"protein_id": "NP_001361578.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 594,
"cds_start": 704,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1396,
"cdna_end": null,
"cdna_length": 3713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.749T>G",
"hgvs_p": "p.Met250Arg",
"transcript": "ENST00000396637.7",
"protein_id": "ENSP00000379877.3",
"transcript_support_level": 5,
"aa_start": 250,
"aa_end": null,
"aa_length": 409,
"cds_start": 749,
"cds_end": null,
"cds_length": 1231,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.668T>G",
"hgvs_p": "p.Met223Arg",
"transcript": "ENST00000545574.5",
"protein_id": "ENSP00000443500.1",
"transcript_support_level": 5,
"aa_start": 223,
"aa_end": null,
"aa_length": 271,
"cds_start": 668,
"cds_end": null,
"cds_length": 818,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.923T>G",
"hgvs_p": "p.Met308Arg",
"transcript": "XM_011520793.3",
"protein_id": "XP_011519095.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 675,
"cds_start": 923,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.923T>G",
"hgvs_p": "p.Met308Arg",
"transcript": "XM_047429257.1",
"protein_id": "XP_047285213.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 675,
"cds_start": 923,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 2468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.923T>G",
"hgvs_p": "p.Met308Arg",
"transcript": "XM_047429258.1",
"protein_id": "XP_047285214.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 667,
"cds_start": 923,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 3488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.878T>G",
"hgvs_p": "p.Met293Arg",
"transcript": "XM_047429259.1",
"protein_id": "XP_047285215.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 660,
"cds_start": 878,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "XM_011520795.2",
"protein_id": "XP_011519097.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 3748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "XM_017019748.2",
"protein_id": "XP_016875237.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "XM_047429260.1",
"protein_id": "XP_047285216.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "XM_047429262.1",
"protein_id": "XP_047285218.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 654,
"cds_start": 860,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 1034,
"cdna_end": null,
"cdna_length": 3375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.878T>G",
"hgvs_p": "p.Met293Arg",
"transcript": "XM_047429263.1",
"protein_id": "XP_047285219.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 652,
"cds_start": 878,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 3443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Met287Arg",
"transcript": "XM_047429264.1",
"protein_id": "XP_047285220.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 646,
"cds_start": 860,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 3258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "XM_047429265.1",
"protein_id": "XP_047285221.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 639,
"cds_start": 815,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1236,
"cdna_end": null,
"cdna_length": 3577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.794T>G",
"hgvs_p": "p.Met265Arg",
"transcript": "XM_047429266.1",
"protein_id": "XP_047285222.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 632,
"cds_start": 794,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 3216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg",
"transcript": "XM_047429267.1",
"protein_id": "XP_047285223.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 631,
"cds_start": 815,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1362,
"cdna_end": null,
"cdna_length": 3679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.767T>G",
"hgvs_p": "p.Met256Arg",
"transcript": "XM_047429268.1",
"protein_id": "XP_047285224.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 615,
"cds_start": 767,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.749T>G",
"hgvs_p": "p.Met250Arg",
"transcript": "XM_047429269.1",
"protein_id": "XP_047285225.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 609,
"cds_start": 749,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 3147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "c.704T>G",
"hgvs_p": "p.Met235Arg",
"transcript": "XM_047429270.1",
"protein_id": "XP_047285226.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 594,
"cds_start": 704,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 858,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"hgvs_c": "n.1171T>G",
"hgvs_p": null,
"transcript": "XR_007063107.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PEX5",
"gene_hgnc_id": 9719,
"dbsnp": "rs76708142",
"frequency_reference_population": 0.0000013681613,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136816,
"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.09565812349319458,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.472,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0657,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.456,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000675855.1",
"gene_symbol": "PEX5",
"hgnc_id": 9719,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.815T>G",
"hgvs_p": "p.Met272Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}