← 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: 1-161168463-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=161168463&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS3",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "PPOX",
          "hgnc_id": 9280,
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "inheritance_mode": "AD,SD,AR",
          "pathogenic_score": 20,
          "score": 20,
          "transcript": "NM_000309.5",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM2,PM5,PP3_Strong,PP5_Very_Strong",
      "acmg_score": 20,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.4288,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.43,
      "chr": "1",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_disease": "See cases,Variegate porphyria,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:4 LP:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.968117356300354,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1733,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001122764.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000367999.9",
          "protein_coding": true,
          "protein_id": "NP_001116236.1",
          "strand": true,
          "transcript": "NM_001122764.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1733,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000367999.9",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001122764.3",
          "protein_coding": true,
          "protein_id": "ENSP00000356978.4",
          "strand": true,
          "transcript": "ENST00000367999.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000352210.9",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000343943.5",
          "strand": true,
          "transcript": "ENST00000352210.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "R",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1839,
          "cdna_start": 864,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 704,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881040.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.704G>A",
          "hgvs_p": "p.Arg235His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551099.1",
          "strand": true,
          "transcript": "ENST00000881040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 478,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 691,
          "cds_end": null,
          "cds_length": 1437,
          "cds_start": 506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881038.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.506G>A",
          "hgvs_p": "p.Arg169His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551097.1",
          "strand": true,
          "transcript": "ENST00000881038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 478,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1712,
          "cdna_start": 740,
          "cds_end": null,
          "cds_length": 1437,
          "cds_start": 506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881039.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.506G>A",
          "hgvs_p": "p.Arg169His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551098.1",
          "strand": true,
          "transcript": "ENST00000881039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": 697,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_000309.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000300.1",
          "strand": true,
          "transcript": "NM_000309.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1588,
          "cdna_start": 613,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001365398.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352327.1",
          "strand": true,
          "transcript": "NM_001365398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1569,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881045.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551104.1",
          "strand": true,
          "transcript": "ENST00000881045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1657,
          "cdna_start": 685,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881046.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551105.1",
          "strand": true,
          "transcript": "ENST00000881046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1652,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971241.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641300.1",
          "strand": true,
          "transcript": "ENST00000971241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 471,
          "aa_ref": "R",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": 708,
          "cds_end": null,
          "cds_length": 1416,
          "cds_start": 485,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971244.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.485G>A",
          "hgvs_p": "p.Arg162His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641303.1",
          "strand": true,
          "transcript": "ENST00000971244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 471,
          "aa_ref": "R",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1667,
          "cdna_start": 695,
          "cds_end": null,
          "cds_length": 1416,
          "cds_start": 485,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971249.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.485G>A",
          "hgvs_p": "p.Arg162His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641308.1",
          "strand": true,
          "transcript": "ENST00000971249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 457,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1677,
          "cdna_start": 764,
          "cds_end": null,
          "cds_length": 1374,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923443.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593502.1",
          "strand": true,
          "transcript": "ENST00000923443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1547,
          "cdna_start": 655,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881043.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551102.1",
          "strand": true,
          "transcript": "ENST00000881043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1650,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971245.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641304.1",
          "strand": true,
          "transcript": "ENST00000971245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "R",
          "aa_start": 135,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 659,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001350128.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.404G>A",
          "hgvs_p": "p.Arg135His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337057.1",
          "strand": true,
          "transcript": "NM_001350128.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "R",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 661,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 398,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923441.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.398G>A",
          "hgvs_p": "p.Arg133His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593500.1",
          "strand": true,
          "transcript": "ENST00000923441.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1622,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001365399.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352328.1",
          "strand": true,
          "transcript": "NM_001365399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 439,
          "aa_ref": "R",
          "aa_start": 130,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1642,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 1320,
          "cds_start": 389,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881036.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.389G>A",
          "hgvs_p": "p.Arg130His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551095.1",
          "strand": true,
          "transcript": "ENST00000881036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 439,
          "aa_ref": "R",
          "aa_start": 130,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1484,
          "cdna_start": 513,
          "cds_end": null,
          "cds_length": 1320,
          "cds_start": 389,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881044.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.389G>A",
          "hgvs_p": "p.Arg130His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551103.1",
          "strand": true,
          "transcript": "ENST00000881044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 434,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1526,
          "cdna_start": 722,
          "cds_end": null,
          "cds_length": 1307,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000652182.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498884.1",
          "strand": true,
          "transcript": "ENST00000652182.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1520,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881042.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551101.1",
          "strand": true,
          "transcript": "ENST00000881042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": 532,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971243.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641302.1",
          "strand": true,
          "transcript": "ENST00000971243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1410,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971248.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641307.1",
          "strand": true,
          "transcript": "ENST00000971248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": "R",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1176,
          "cdna_start": 207,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": 206,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000652103.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.206G>A",
          "hgvs_p": "p.Arg69His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498501.1",
          "strand": true,
          "transcript": "ENST00000652103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1752,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350129.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337058.1",
          "strand": true,
          "transcript": "NM_001350129.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1575,
          "cdna_start": 600,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001365400.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352329.1",
          "strand": true,
          "transcript": "NM_001365400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "R",
          "aa_start": 85,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1283,
          "cdna_start": 487,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 254,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000923446.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.254G>A",
          "hgvs_p": "p.Arg85His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593505.1",
          "strand": true,
          "transcript": "ENST00000923446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": "R",
          "aa_start": 6,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1765,
          "cdna_start": 790,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": 17,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350130.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.17G>A",
          "hgvs_p": "p.Arg6His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337059.1",
          "strand": true,
          "transcript": "NM_001350130.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": "R",
          "aa_start": 6,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1590,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": 17,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001350131.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.17G>A",
          "hgvs_p": "p.Arg6His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337060.1",
          "strand": true,
          "transcript": "NM_001350131.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": "R",
          "aa_start": 6,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1556,
          "cdna_start": 581,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": 17,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001365401.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.17G>A",
          "hgvs_p": "p.Arg6His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352330.1",
          "strand": true,
          "transcript": "NM_001365401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 297,
          "aa_ref": "R",
          "aa_start": 85,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1188,
          "cdna_start": 509,
          "cds_end": null,
          "cds_length": 894,
          "cds_start": 254,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000971247.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.254G>A",
          "hgvs_p": "p.Arg85His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641306.1",
          "strand": true,
          "transcript": "ENST00000971247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "R",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2367,
          "cdna_start": 845,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 632,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509663.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.632G>A",
          "hgvs_p": "p.Arg211His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507965.1",
          "strand": true,
          "transcript": "XM_011509663.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 562,
          "aa_ref": "R",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": 829,
          "cds_end": null,
          "cds_length": 1689,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509664.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.617G>A",
          "hgvs_p": "p.Arg206His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507966.1",
          "strand": true,
          "transcript": "XM_011509664.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "R",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": 844,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 632,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509665.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.632G>A",
          "hgvs_p": "p.Arg211His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507967.1",
          "strand": true,
          "transcript": "XM_011509665.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 531,
          "aa_ref": "R",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2737,
          "cdna_start": 827,
          "cds_end": null,
          "cds_length": 1596,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047423569.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.617G>A",
          "hgvs_p": "p.Arg206His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279525.1",
          "strand": true,
          "transcript": "XM_047423569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2295,
          "cdna_start": 773,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509667.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.518G>A",
          "hgvs_p": "p.Arg173His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507969.1",
          "strand": true,
          "transcript": "XM_011509667.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2150,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509668.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.518G>A",
          "hgvs_p": "p.Arg173His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507970.1",
          "strand": true,
          "transcript": "XM_011509668.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2256,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011509670.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.518G>A",
          "hgvs_p": "p.Arg173His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507972.1",
          "strand": true,
          "transcript": "XM_011509670.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2134,
          "cdna_start": 612,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047423581.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.518G>A",
          "hgvs_p": "p.Arg173His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279537.1",
          "strand": true,
          "transcript": "XM_047423581.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "R",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2280,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005245291.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.503G>A",
          "hgvs_p": "p.Arg168His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005245348.2",
          "strand": true,
          "transcript": "XM_005245291.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "R",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1794,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509671.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.617G>A",
          "hgvs_p": "p.Arg206His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507973.1",
          "strand": true,
          "transcript": "XM_011509671.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "R",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1521,
          "cdna_start": 546,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_006711404.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.518G>A",
          "hgvs_p": "p.Arg173His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006711467.3",
          "strand": true,
          "transcript": "XM_006711404.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "R",
          "aa_start": 123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 583,
          "cds_end": null,
          "cds_length": 1440,
          "cds_start": 368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011509673.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.368G>A",
          "hgvs_p": "p.Arg123His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507975.1",
          "strand": true,
          "transcript": "XM_011509673.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2083,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 632,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011509674.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.632G>A",
          "hgvs_p": "p.Arg211His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507976.1",
          "strand": true,
          "transcript": "XM_011509674.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "R",
          "aa_start": 135,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1409,
          "cdna_start": 434,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011509672.4",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.404G>A",
          "hgvs_p": "p.Arg135His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507974.2",
          "strand": true,
          "transcript": "XM_011509672.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "R",
          "aa_start": 85,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1257,
          "cdna_start": 282,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 254,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_024447864.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.254G>A",
          "hgvs_p": "p.Arg85His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303632.2",
          "strand": true,
          "transcript": "XM_024447864.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 388,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1810,
          "cdna_start": 288,
          "cds_end": null,
          "cds_length": 1167,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_005245295.4",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005245352.2",
          "strand": true,
          "transcript": "XM_005245295.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 388,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1945,
          "cdna_start": 423,
          "cds_end": null,
          "cds_length": 1167,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011509678.2",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507980.1",
          "strand": true,
          "transcript": "XM_011509678.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 388,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2115,
          "cdna_start": 593,
          "cds_end": null,
          "cds_length": 1167,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047423592.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279548.1",
          "strand": true,
          "transcript": "XM_047423592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "R",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1398,
          "cdna_start": 423,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 95,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017001566.3",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.95G>A",
          "hgvs_p": "p.Arg32His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857055.1",
          "strand": true,
          "transcript": "XM_017001566.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923447.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.496+512G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593506.1",
          "strand": true,
          "transcript": "ENST00000923447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1489,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923438.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.344-530G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593497.1",
          "strand": true,
          "transcript": "ENST00000923438.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1394,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923445.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.344-530G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593504.1",
          "strand": true,
          "transcript": "ENST00000923445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 365,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1399,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1098,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923444.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.471+336G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593503.1",
          "strand": true,
          "transcript": "ENST00000923444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1146,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971250.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.471+336G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641309.1",
          "strand": true,
          "transcript": "ENST00000971250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000881037.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.223-1197G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551096.1",
          "strand": true,
          "transcript": "ENST00000881037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1113,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000881041.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.223-1197G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551100.1",
          "strand": true,
          "transcript": "ENST00000881041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 245,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 952,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 738,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971251.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.223-1197G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641310.1",
          "strand": true,
          "transcript": "ENST00000971251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 223,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 982,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 672,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923440.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.223-1197G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593499.1",
          "strand": true,
          "transcript": "ENST00000923440.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 222,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 997,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 669,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923439.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593498.1",
          "strand": true,
          "transcript": "ENST00000923439.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 222,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 912,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 669,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923442.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593501.1",
          "strand": true,
          "transcript": "ENST00000923442.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 222,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 869,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 669,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971242.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641301.1",
          "strand": true,
          "transcript": "ENST00000971242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 187,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 816,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 565,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000497522.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491230.1",
          "strand": true,
          "transcript": "ENST00000497522.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000544598.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000444216.1",
          "strand": true,
          "transcript": "ENST00000544598.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923436.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593495.1",
          "strand": true,
          "transcript": "ENST00000923436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 829,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923437.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593496.1",
          "strand": true,
          "transcript": "ENST00000923437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 622,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923448.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593507.1",
          "strand": true,
          "transcript": "ENST00000923448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 792,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971246.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.222+1229G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641305.1",
          "strand": true,
          "transcript": "ENST00000971246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 156,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 664,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 471,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000535223.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.87+1529G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000443769.1",
          "strand": true,
          "transcript": "ENST00000535223.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 140,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 473,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 423,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000462866.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.87+1529G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491797.1",
          "strand": true,
          "transcript": "ENST00000462866.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 290,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 873,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423604.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.-86-530G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279560.1",
          "strand": true,
          "transcript": "XM_047423604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 514,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000460611.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.69G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000460611.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1165,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000462977.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.204G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000462977.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 963,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000479246.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.881G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000479246.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 892,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000494216.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.65G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000494216.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2471,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000495483.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*184G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490967.1",
          "strand": true,
          "transcript": "ENST00000495483.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000650741.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*94G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499106.1",
          "strand": true,
          "transcript": "ENST00000650741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000651150.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*260G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498615.1",
          "strand": true,
          "transcript": "ENST00000651150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1076,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000652297.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.259G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498871.1",
          "strand": true,
          "transcript": "ENST00000652297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1667,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000652473.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498477.1",
          "strand": true,
          "transcript": "ENST00000652473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1431,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_007061329.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.843G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007061329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2471,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000495483.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*184G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490967.1",
          "strand": true,
          "transcript": "ENST00000495483.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000650741.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*94G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499106.1",
          "strand": true,
          "transcript": "ENST00000650741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000651150.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*260G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498615.1",
          "strand": true,
          "transcript": "ENST00000651150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1667,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000652473.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498477.1",
          "strand": true,
          "transcript": "ENST00000652473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 965,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000470607.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.471+336G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492580.1",
          "strand": true,
          "transcript": "ENST00000470607.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 816,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000539753.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.223-1197G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000439613.1",
          "strand": true,
          "transcript": "ENST00000539753.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 734,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000537523.5",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "c.-62G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000439544.1",
          "strand": true,
          "transcript": "ENST00000537523.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1056,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000490768.1",
          "gene_hgnc_id": 9280,
          "gene_symbol": "PPOX",
          "hgvs_c": "n.*57G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000490768.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs41270025",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000012391804,
      "gene_hgnc_id": 9280,
      "gene_symbol": "PPOX",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84048e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657531,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "phenotype_combined": "Variegate porphyria|not provided|See cases",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 8.27,
      "pos": 161168463,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.834,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_000309.5"
    }
  ]
}
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.