← 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-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7202673&ref=T&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 7202673,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001131023.2",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001351132.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "ENST00000675855.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "ENST00000420616.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "ENST00000266564.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "ENST00000266563.9"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met293Thr",
          "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": "protein_coding",
          "feature": "ENST00000412720.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "NM_001131023.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "ENST00000434354.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.860T>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000872555.1",
          "protein_id": "ENSP00000542614.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": 912,
          "cdna_end": null,
          "cdna_length": 2206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872555.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000872576.1",
          "protein_id": "ENSP00000542635.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": 961,
          "cdna_end": null,
          "cdna_length": 3290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872576.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000934627.1",
          "protein_id": "ENSP00000604686.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": 1369,
          "cdna_end": null,
          "cdna_length": 3728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934627.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.860T>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000934630.1",
          "protein_id": "ENSP00000604689.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": 1511,
          "cdna_end": null,
          "cdna_length": 3871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934630.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.854T>C",
          "hgvs_p": "p.Met285Thr",
          "transcript": "ENST00000958671.1",
          "protein_id": "ENSP00000628730.1",
          "transcript_support_level": null,
          "aa_start": 285,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 854,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 3679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958671.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.839T>C",
          "hgvs_p": "p.Met280Thr",
          "transcript": "ENST00000872568.1",
          "protein_id": "ENSP00000542627.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 3451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872568.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000872574.1",
          "protein_id": "ENSP00000542633.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": 924,
          "cdna_end": null,
          "cdna_length": 3230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872574.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.860T>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000934619.1",
          "protein_id": "ENSP00000604678.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": 928,
          "cdna_end": null,
          "cdna_length": 2201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934619.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "transcript": "ENST00000872566.1",
          "protein_id": "ENSP00000542625.1",
          "transcript_support_level": null,
          "aa_start": 287,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 860,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 3247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872566.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001131025.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001131026.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001300789.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001351131.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001351133.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001351134.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001374647.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "ENST00000455147.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.815T>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872554.1",
          "protein_id": "ENSP00000542613.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": 879,
          "cdna_end": null,
          "cdna_length": 2171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872554.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872560.1",
          "protein_id": "ENSP00000542619.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": 1060,
          "cdna_end": null,
          "cdna_length": 3422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872560.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000934621.1",
          "protein_id": "ENSP00000604680.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": 897,
          "cdna_end": null,
          "cdna_length": 3261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934621.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000934628.1",
          "protein_id": "ENSP00000604687.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": 1060,
          "cdna_end": null,
          "cdna_length": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934628.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000934634.1",
          "protein_id": "ENSP00000604693.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": 1001,
          "cdna_end": null,
          "cdna_length": 3346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934634.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_001351136.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872569.1",
          "protein_id": "ENSP00000542628.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": 871,
          "cdna_end": null,
          "cdna_length": 3222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872569.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.794T>C",
          "hgvs_p": "p.Met265Thr",
          "transcript": "ENST00000872567.1",
          "protein_id": "ENSP00000542626.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": 867,
          "cdna_end": null,
          "cdna_length": 3212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872567.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.794T>C",
          "hgvs_p": "p.Met265Thr",
          "transcript": "ENST00000934639.1",
          "protein_id": "ENSP00000604698.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": 1211,
          "cdna_end": null,
          "cdna_length": 3556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934639.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.794T>C",
          "hgvs_p": "p.Met265Thr",
          "transcript": "ENST00000958672.1",
          "protein_id": "ENSP00000628731.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": 859,
          "cdna_end": null,
          "cdna_length": 3195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958672.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "NM_000319.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.815T>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872553.1",
          "protein_id": "ENSP00000542612.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": 896,
          "cdna_end": null,
          "cdna_length": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872553.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872564.1",
          "protein_id": "ENSP00000542623.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": 882,
          "cdna_end": null,
          "cdna_length": 3223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872564.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872578.1",
          "protein_id": "ENSP00000542637.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": 1083,
          "cdna_end": null,
          "cdna_length": 3421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872578.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000872570.1",
          "protein_id": "ENSP00000542629.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 815,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 885,
          "cdna_end": null,
          "cdna_length": 3200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872570.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000934624.1",
          "protein_id": "ENSP00000604683.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 815,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 886,
          "cdna_end": null,
          "cdna_length": 3201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934624.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "transcript": "ENST00000934637.1",
          "protein_id": "ENSP00000604696.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 815,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1089,
          "cdna_end": null,
          "cdna_length": 3398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934637.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.758T>C",
          "hgvs_p": "p.Met253Thr",
          "transcript": "ENST00000872573.1",
          "protein_id": "ENSP00000542632.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": 1005,
          "cdna_end": null,
          "cdna_length": 3350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872573.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "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": "protein_coding",
          "feature": "NM_001351135.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "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": "protein_coding",
          "feature": "NM_001351138.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000872559.1",
          "protein_id": "ENSP00000542618.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": 820,
          "cdna_end": null,
          "cdna_length": 3180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872559.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000872562.1",
          "protein_id": "ENSP00000542621.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": 835,
          "cdna_end": null,
          "cdna_length": 3196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872562.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000872575.1",
          "protein_id": "ENSP00000542634.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": 850,
          "cdna_end": null,
          "cdna_length": 3202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872575.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000934622.1",
          "protein_id": "ENSP00000604681.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": 3194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934622.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.749T>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000958667.1",
          "protein_id": "ENSP00000628726.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": 859,
          "cdna_end": null,
          "cdna_length": 2151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958667.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000958670.1",
          "protein_id": "ENSP00000628729.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": 1262,
          "cdna_end": null,
          "cdna_length": 3598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958670.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000872571.1",
          "protein_id": "ENSP00000542630.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": 813,
          "cdna_end": null,
          "cdna_length": 3134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872571.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "transcript": "ENST00000934638.1",
          "protein_id": "ENSP00000604697.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": 783,
          "cdna_end": null,
          "cdna_length": 3102,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934638.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.719T>C",
          "hgvs_p": "p.Met240Thr",
          "transcript": "ENST00000934631.1",
          "protein_id": "ENSP00000604690.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 1217,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934631.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001131024.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351124.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351126.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351127.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351128.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351130.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351137.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001374645.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001374646.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001374648.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872556.1",
          "protein_id": "ENSP00000542615.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": 745,
          "cdna_end": null,
          "cdna_length": 2038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872556.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872557.1",
          "protein_id": "ENSP00000542616.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": 1073,
          "cdna_end": null,
          "cdna_length": 4461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872557.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872558.1",
          "protein_id": "ENSP00000542617.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": 807,
          "cdna_end": null,
          "cdna_length": 3170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872558.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872565.1",
          "protein_id": "ENSP00000542624.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": 848,
          "cdna_end": null,
          "cdna_length": 3209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872565.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872572.1",
          "protein_id": "ENSP00000542631.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": 1214,
          "cdna_end": null,
          "cdna_length": 3578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872572.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872577.1",
          "protein_id": "ENSP00000542636.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": 752,
          "cdna_end": null,
          "cdna_length": 3117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872577.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000934620.1",
          "protein_id": "ENSP00000604679.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": 788,
          "cdna_end": null,
          "cdna_length": 3153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934620.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000934623.1",
          "protein_id": "ENSP00000604682.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": 1224,
          "cdna_end": null,
          "cdna_length": 3587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934623.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000934625.1",
          "protein_id": "ENSP00000604684.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": 951,
          "cdna_end": null,
          "cdna_length": 3313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934625.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000958668.1",
          "protein_id": "ENSP00000628727.1",
          "transcript_support_level": null,
          "aa_start": 235,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 704,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 763,
          "cdna_end": null,
          "cdna_length": 3113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958668.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351139.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001351140.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "NM_001374649.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872561.1",
          "protein_id": "ENSP00000542620.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": 932,
          "cdna_end": null,
          "cdna_length": 3273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872561.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000872563.1",
          "protein_id": "ENSP00000542622.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": 778,
          "cdna_end": null,
          "cdna_length": 3119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872563.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000934629.1",
          "protein_id": "ENSP00000604688.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": 1211,
          "cdna_end": null,
          "cdna_length": 3547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934629.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "transcript": "ENST00000934635.1",
          "protein_id": "ENSP00000604694.1",
          "transcript_support_level": null,
          "aa_start": 235,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 704,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 3060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934635.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.647T>C",
          "hgvs_p": "p.Met216Thr",
          "transcript": "ENST00000934636.1",
          "protein_id": "ENSP00000604695.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": 687,
          "cdna_end": null,
          "cdna_length": 3032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934636.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.617T>C",
          "hgvs_p": "p.Met206Thr",
          "transcript": "ENST00000934633.1",
          "protein_id": "ENSP00000604692.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1110,
          "cdna_end": null,
          "cdna_length": 3475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934633.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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.617T>C",
          "hgvs_p": "p.Met206Thr",
          "transcript": "ENST00000934632.1",
          "protein_id": "ENSP00000604691.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 3453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934632.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEX5",
          "gene_hgnc_id": 9719,
          "hgvs_c": "c.581T>C",
          "hgvs_p": "p.Met194Thr",
          "transcript": "ENST00000934626.1",
          "protein_id": "ENSP00000604685.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 645,
          "cdna_end": null,
          "cdna_length": 2990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934626.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "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": "protein_coding",
          "feature": "ENST00000396637.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met223Thr",
          "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": "protein_coding",
          "feature": "ENST00000545574.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met308Thr",
          "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": "protein_coding",
          "feature": "XM_011520793.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met308Thr",
          "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": "protein_coding",
          "feature": "XM_047429257.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met308Thr",
          "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": "protein_coding",
          "feature": "XM_047429258.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met293Thr",
          "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": "protein_coding",
          "feature": "XM_047429259.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "XM_011520795.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "XM_017019748.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "XM_047429260.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "XM_047429262.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met293Thr",
          "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": "protein_coding",
          "feature": "XM_047429263.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met287Thr",
          "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": "protein_coding",
          "feature": "XM_047429264.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "XM_047429265.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met265Thr",
          "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": "protein_coding",
          "feature": "XM_047429266.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met272Thr",
          "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": "protein_coding",
          "feature": "XM_047429267.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met256Thr",
          "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": "protein_coding",
          "feature": "XM_047429268.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met250Thr",
          "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": "protein_coding",
          "feature": "XM_047429269.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "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>C",
          "hgvs_p": "p.Met235Thr",
          "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": "protein_coding",
          "feature": "XM_047429270.1"
        },
        {
          "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": 13,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PEX5",
          "gene_hgnc_id": 9719,
          "hgvs_c": "c.643-759T>C",
          "hgvs_p": null,
          "transcript": "ENST00000958669.1",
          "protein_id": "ENSP00000628728.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958669.1"
        },
        {
          "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>C",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007063107.1"
        }
      ],
      "gene_symbol": "PEX5",
      "gene_hgnc_id": 9719,
      "dbsnp": "rs76708142",
      "frequency_reference_population": 0.0071208267,
      "hom_count_reference_population": 180,
      "allele_count_reference_population": 11493,
      "gnomad_exomes_af": 0.00572719,
      "gnomad_genomes_af": 0.0205059,
      "gnomad_exomes_ac": 8372,
      "gnomad_genomes_ac": 3121,
      "gnomad_exomes_homalt": 97,
      "gnomad_genomes_homalt": 83,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0031735002994537354,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.398,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0472,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.2,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.456,
      "phylop100way_prediction": "Benign",
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001131023.2",
          "gene_symbol": "PEX5",
          "hgnc_id": 9719,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.860T>C",
          "hgvs_p": "p.Met287Thr"
        }
      ],
      "clinvar_disease": "Peroxisome biogenesis disorder 2A (Zellweger),Peroxisome biogenesis disorder 2B,Rhizomelic chondrodysplasia punctata type 5,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "phenotype_combined": "not provided|Peroxisome biogenesis disorder 2A (Zellweger)|Peroxisome biogenesis disorder 2B|Peroxisome biogenesis disorder 2B;Peroxisome biogenesis disorder 2A (Zellweger);Rhizomelic chondrodysplasia punctata type 5",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.