← 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: 14-74296332-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Moderate",
            "PM2"
          ],
          "effects": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "gene_symbol": "ABCD4",
          "hgnc_id": 68,
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_005050.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Moderate,PM2",
      "acmg_score": 4,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.35,
      "chr": "14",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.3499999940395355,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 606,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1821,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_005050.4",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000356924.9",
          "protein_coding": true,
          "protein_id": "NP_005041.1",
          "strand": false,
          "transcript": "NM_005050.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 606,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1821,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000356924.9",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005050.4",
          "protein_coding": true,
          "protein_id": "ENSP00000349396.4",
          "strand": false,
          "transcript": "ENST00000356924.9",
          "transcript_support_level": 1
        },
        {
          "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": 1003,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460308.6",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*243+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000436527.2",
          "strand": false,
          "transcript": "ENST00000460308.6",
          "transcript_support_level": 1
        },
        {
          "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": 966,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000469672.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*163+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434626.1",
          "strand": false,
          "transcript": "ENST00000469672.5",
          "transcript_support_level": 1
        },
        {
          "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": 1842,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000553486.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*243+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000450611.1",
          "strand": false,
          "transcript": "ENST00000553486.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 623,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2421,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1872,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885459.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555518.1",
          "strand": false,
          "transcript": "ENST00000885459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2427,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885453.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555512.1",
          "strand": false,
          "transcript": "ENST00000885453.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2415,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948605.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618664.1",
          "strand": false,
          "transcript": "ENST00000948605.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934333.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.536+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604392.1",
          "strand": false,
          "transcript": "ENST00000934333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 592,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3206,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1779,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_020325.3",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_064730.1",
          "strand": false,
          "transcript": "NM_020325.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885454.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555513.1",
          "strand": false,
          "transcript": "ENST00000885454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2321,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885457.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555516.1",
          "strand": false,
          "transcript": "ENST00000885457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2313,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948607.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.496+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618666.1",
          "strand": false,
          "transcript": "ENST00000948607.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 584,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2346,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1755,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885452.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555511.1",
          "strand": false,
          "transcript": "ENST00000885452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934327.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604386.1",
          "strand": false,
          "transcript": "ENST00000934327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 572,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3262,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1719,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001440752.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427681.1",
          "strand": false,
          "transcript": "NM_001440752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2229,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934326.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.425+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604385.1",
          "strand": false,
          "transcript": "ENST00000934326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2194,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934335.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.426-353G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604394.1",
          "strand": false,
          "transcript": "ENST00000934335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2210,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934328.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604387.1",
          "strand": false,
          "transcript": "ENST00000934328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 564,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2909,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1695,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353591.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340520.1",
          "strand": false,
          "transcript": "NM_001353591.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 564,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2771,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1695,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885451.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555510.1",
          "strand": false,
          "transcript": "ENST00000885451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 563,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2296,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1692,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948604.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618663.1",
          "strand": false,
          "transcript": "ENST00000948604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3080,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353592.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340521.1",
          "strand": false,
          "transcript": "NM_001353592.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2145,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934331.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604390.1",
          "strand": false,
          "transcript": "ENST00000934331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 540,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2149,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1623,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885460.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.344+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555519.1",
          "strand": false,
          "transcript": "ENST00000885460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 528,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1652,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1587,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001440753.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427682.1",
          "strand": false,
          "transcript": "NM_001440753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2916,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353593.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.281+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340522.1",
          "strand": false,
          "transcript": "NM_001353593.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001440754.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.274+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427683.1",
          "strand": false,
          "transcript": "NM_001440754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2099,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885456.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.274+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555515.1",
          "strand": false,
          "transcript": "ENST00000885456.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3036,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353594.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.281+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340523.1",
          "strand": false,
          "transcript": "NM_001353594.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885458.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.155+1G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555517.1",
          "strand": false,
          "transcript": "ENST00000885458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3030,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353595.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.133+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340524.1",
          "strand": false,
          "transcript": "NM_001353595.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2902,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353596.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.133+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340525.1",
          "strand": false,
          "transcript": "NM_001353596.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1920,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885455.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.155+1G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555514.1",
          "strand": false,
          "transcript": "ENST00000885455.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2851,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353597.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.133+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340526.1",
          "strand": false,
          "transcript": "NM_001353597.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2788,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353598.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340527.1",
          "strand": false,
          "transcript": "NM_001353598.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2767,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001440755.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427684.1",
          "strand": false,
          "transcript": "NM_001440755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2895,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_020324.3",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_064720.1",
          "strand": false,
          "transcript": "NM_020324.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 435,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1859,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1308,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948606.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.155+1G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618665.1",
          "strand": false,
          "transcript": "ENST00000948606.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 433,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3066,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1302,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353599.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340528.1",
          "strand": false,
          "transcript": "NM_001353599.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 433,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3078,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1302,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353600.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340529.1",
          "strand": false,
          "transcript": "NM_001353600.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 433,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2938,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1302,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353601.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.65+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340530.1",
          "strand": false,
          "transcript": "NM_001353601.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1746,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934325.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.39-1134G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604384.1",
          "strand": false,
          "transcript": "ENST00000934325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 387,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1164,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934329.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.158-3463G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604388.1",
          "strand": false,
          "transcript": "ENST00000934329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 379,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1639,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1140,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934334.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.39-3084G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604393.1",
          "strand": false,
          "transcript": "ENST00000934334.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2935,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353602.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-148+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340531.1",
          "strand": false,
          "transcript": "NM_001353602.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2812,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353603.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340532.1",
          "strand": false,
          "transcript": "NM_001353603.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353604.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340533.1",
          "strand": false,
          "transcript": "NM_001353604.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2940,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353605.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340534.1",
          "strand": false,
          "transcript": "NM_001353605.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353606.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340535.1",
          "strand": false,
          "transcript": "NM_001353606.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2864,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353607.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340536.1",
          "strand": false,
          "transcript": "NM_001353607.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2966,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353608.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-148+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340537.1",
          "strand": false,
          "transcript": "NM_001353608.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353609.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340538.1",
          "strand": false,
          "transcript": "NM_001353609.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 309,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3167,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 930,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001353610.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.-153+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340539.1",
          "strand": false,
          "transcript": "NM_001353610.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 276,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1332,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 831,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934332.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.39-3956G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604391.1",
          "strand": false,
          "transcript": "ENST00000934332.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 211,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 636,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934330.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.39-3956G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604389.1",
          "strand": false,
          "transcript": "ENST00000934330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 637,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000556971.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.419+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000451770.1",
          "strand": false,
          "transcript": "ENST00000556971.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 763,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000557588.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000451993.1",
          "strand": false,
          "transcript": "ENST00000557588.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1539,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431639.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287595.1",
          "strand": false,
          "transcript": "XM_047431639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005267942.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.133+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005267999.1",
          "strand": false,
          "transcript": "XM_005267942.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431640.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "c.542+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287596.1",
          "strand": false,
          "transcript": "XM_047431640.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": 853,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000470637.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*534+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432630.1",
          "strand": false,
          "transcript": "ENST00000470637.1",
          "transcript_support_level": 5
        },
        {
          "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": 546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000475240.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.296+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000475240.5",
          "transcript_support_level": 5
        },
        {
          "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": 2336,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000481935.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*243+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000436782.1",
          "strand": false,
          "transcript": "ENST00000481935.5",
          "transcript_support_level": 5
        },
        {
          "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": 3008,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000489678.1",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.1737+1G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000489678.1",
          "transcript_support_level": 5
        },
        {
          "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": 1770,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000553745.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*303+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000451778.1",
          "strand": false,
          "transcript": "ENST00000553745.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": 736,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000554453.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.274+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000451457.1",
          "strand": false,
          "transcript": "ENST00000554453.5",
          "transcript_support_level": 5
        },
        {
          "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": 542,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000555617.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*163+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000451521.1",
          "strand": false,
          "transcript": "ENST00000555617.5",
          "transcript_support_level": 4
        },
        {
          "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": 838,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000556119.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.*163+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000450491.1",
          "strand": false,
          "transcript": "ENST00000556119.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 523,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000557554.5",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.370+3216G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000557554.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2907,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_003256.3",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.436+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_003256.3",
          "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": 2843,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148466.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.564+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148466.2",
          "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": 2624,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148467.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.296+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148467.2",
          "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": 2601,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148468.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.317+1G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148468.2",
          "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": 2848,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148469.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.564+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148469.2",
          "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": 2981,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148470.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.436+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148470.2",
          "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": 3019,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148471.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.564+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148471.2",
          "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": 2897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148472.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.518+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148472.2",
          "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": 2824,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148473.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.445+1G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148473.2",
          "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": 3114,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148474.2",
          "gene_hgnc_id": 68,
          "gene_symbol": "ABCD4",
          "hgvs_c": "n.564+1G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148474.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": "Pathogenic",
      "dbscsnv_ada_score": 0.999985666489905,
      "dbsnp": "rs769364566",
      "effect": "splice_donor_variant,intron_variant",
      "frequency_reference_population": 0.0000013683616,
      "gene_hgnc_id": 68,
      "gene_symbol": "ABCD4",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136836,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 7.411,
      "pos": 74296332,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Pathogenic",
      "splice_score_selected": 0.9480000138282776,
      "splice_source_selected": "dbscSNV1_RF",
      "spliceai_max_prediction": "Pathogenic",
      "spliceai_max_score": 0.99,
      "transcript": "NM_005050.4"
    }
  ]
}
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.