← 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: 11-126269229-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FOXRED1",
          "hgnc_id": 26927,
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001425160.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "SRPRA",
          "hgnc_id": 11307,
          "hgvs_c": "c.-425T>G",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "ENST00000532259.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0463,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.48,
      "chr": "11",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.05788901448249817,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_017547.4",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000263578.10",
          "protein_coding": true,
          "protein_id": "NP_060017.1",
          "strand": true,
          "transcript": "NM_017547.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000263578.10",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017547.4",
          "protein_coding": true,
          "protein_id": "ENSP00000263578.5",
          "strand": true,
          "transcript": "ENST00000263578.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1981,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425160.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412089.1",
          "strand": true,
          "transcript": "NM_001425160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2023,
          "cdna_start": 113,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853296.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523355.1",
          "strand": true,
          "transcript": "ENST00000853296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1954,
          "cdna_start": 47,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853299.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523358.1",
          "strand": true,
          "transcript": "ENST00000853299.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2092,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000692336.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508540.1",
          "strand": true,
          "transcript": "ENST00000692336.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2058,
          "cdna_start": 165,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853294.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523353.1",
          "strand": true,
          "transcript": "ENST00000853294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2012,
          "cdna_start": 122,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965172.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635231.1",
          "strand": true,
          "transcript": "ENST00000965172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425161.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412090.1",
          "strand": true,
          "transcript": "NM_001425161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2038,
          "cdna_start": 157,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000914550.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584609.1",
          "strand": true,
          "transcript": "ENST00000914550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1948,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425163.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412092.1",
          "strand": true,
          "transcript": "NM_001425163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1948,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425164.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412093.1",
          "strand": true,
          "transcript": "NM_001425164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2065,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000532125.2",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000434178.2",
          "strand": true,
          "transcript": "ENST00000532125.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2067,
          "cdna_start": 189,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853292.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523351.1",
          "strand": true,
          "transcript": "ENST00000853292.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1901,
          "cdna_start": 29,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000914554.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584613.1",
          "strand": true,
          "transcript": "ENST00000914554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1945,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425165.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412094.1",
          "strand": true,
          "transcript": "NM_001425165.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2007,
          "cdna_start": 139,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965171.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635230.1",
          "strand": true,
          "transcript": "ENST00000965171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1917,
          "cdna_start": 47,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965178.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635237.1",
          "strand": true,
          "transcript": "ENST00000965178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1941,
          "cdna_start": 103,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965173.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635232.1",
          "strand": true,
          "transcript": "ENST00000965173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1903,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425166.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412095.1",
          "strand": true,
          "transcript": "NM_001425166.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2034,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853291.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523350.1",
          "strand": true,
          "transcript": "ENST00000853291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1912,
          "cdna_start": 88,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965175.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635234.1",
          "strand": true,
          "transcript": "ENST00000965175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1906,
          "cdna_start": 81,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965176.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635235.1",
          "strand": true,
          "transcript": "ENST00000965176.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1849,
          "cdna_start": 76,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425167.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412096.1",
          "strand": true,
          "transcript": "NM_001425167.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1914,
          "cdna_start": 140,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853295.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523354.1",
          "strand": true,
          "transcript": "ENST00000853295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1814,
          "cdna_start": 44,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000914553.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584612.1",
          "strand": true,
          "transcript": "ENST00000914553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1837,
          "cdna_start": 73,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853297.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523356.1",
          "strand": true,
          "transcript": "ENST00000853297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1822,
          "cdna_start": 73,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000914551.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584610.1",
          "strand": true,
          "transcript": "ENST00000914551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1818,
          "cdna_start": 73,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000914552.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584611.1",
          "strand": true,
          "transcript": "ENST00000914552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1792,
          "cdna_start": 62,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965177.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635236.1",
          "strand": true,
          "transcript": "ENST00000965177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2319,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685484.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510622.1",
          "strand": true,
          "transcript": "ENST00000685484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1829,
          "cdna_start": 165,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853293.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523352.1",
          "strand": true,
          "transcript": "ENST00000853293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1933,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000688588.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510802.1",
          "strand": true,
          "transcript": "ENST00000688588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 270,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1402,
          "cdna_start": 175,
          "cds_end": null,
          "cds_length": 813,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000533839.6",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509952.1",
          "strand": true,
          "transcript": "ENST00000533839.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1143,
          "cdna_start": 59,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000853298.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000523357.1",
          "strand": true,
          "transcript": "ENST00000853298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "H",
          "aa_start": 8,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1121,
          "cdna_start": 88,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 23,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965174.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.23A>C",
          "hgvs_p": "p.His8Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635233.1",
          "strand": true,
          "transcript": "ENST00000965174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1854,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425168.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-391A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412097.1",
          "strand": true,
          "transcript": "NM_001425168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425169.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-508A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412098.1",
          "strand": true,
          "transcript": "NM_001425169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425170.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-705A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412099.1",
          "strand": true,
          "transcript": "NM_001425170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 299,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1947,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425171.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-535A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412100.1",
          "strand": true,
          "transcript": "NM_001425171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 299,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1726,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425172.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-314A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412101.1",
          "strand": true,
          "transcript": "NM_001425172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1635,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425173.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-295A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412102.1",
          "strand": true,
          "transcript": "NM_001425173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1856,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425174.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-516A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412103.1",
          "strand": true,
          "transcript": "NM_001425174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 274,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1853,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 825,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001425175.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-516A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001412104.1",
          "strand": true,
          "transcript": "NM_001425175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 471,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2072,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1416,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047427252.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-144A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283208.1",
          "strand": true,
          "transcript": "XM_047427252.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1750,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_017018002.2",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-287A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016873491.1",
          "strand": true,
          "transcript": "XM_017018002.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1655,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047427253.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "c.-315A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283209.1",
          "strand": true,
          "transcript": "XM_047427253.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": 895,
          "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": "ENST00000524751.5",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.36A>C",
          "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": "ENST00000524751.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": 2373,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000525083.6",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.201A>C",
          "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": "ENST00000525083.6",
          "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": 1427,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000525770.5",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434739.1",
          "strand": true,
          "transcript": "ENST00000525770.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 553,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000526366.5",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.38A>C",
          "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": "ENST00000526366.5",
          "transcript_support_level": 4
        },
        {
          "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": 586,
          "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": "ENST00000526525.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.59A>C",
          "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": "ENST00000526525.1",
          "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": 1760,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000527004.5",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000436374.1",
          "strand": true,
          "transcript": "ENST00000527004.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": 580,
          "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": "ENST00000529802.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.73A>C",
          "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": "ENST00000529802.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": 2104,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000534011.6",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.82A>C",
          "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": "ENST00000534011.6",
          "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": 2090,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685601.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510603.1",
          "strand": true,
          "transcript": "ENST00000685601.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": 2035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685765.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509991.1",
          "strand": true,
          "transcript": "ENST00000685765.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": 1228,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685844.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509820.1",
          "strand": true,
          "transcript": "ENST00000685844.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": 2994,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685857.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.201A>C",
          "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": "ENST00000685857.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": 1689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000686242.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508950.1",
          "strand": true,
          "transcript": "ENST00000686242.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": 2088,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000686888.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509619.1",
          "strand": true,
          "transcript": "ENST00000686888.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": 1827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000687699.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508878.1",
          "strand": true,
          "transcript": "ENST00000687699.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": 4101,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000688927.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.201A>C",
          "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": "ENST00000688927.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": 1976,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000689283.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509050.1",
          "strand": true,
          "transcript": "ENST00000689283.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": 2019,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000689477.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508945.1",
          "strand": true,
          "transcript": "ENST00000689477.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": 1574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000689765.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509625.1",
          "strand": true,
          "transcript": "ENST00000689765.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": 1955,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000690512.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509793.1",
          "strand": true,
          "transcript": "ENST00000690512.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": 2042,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000692039.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.23A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508821.1",
          "strand": true,
          "transcript": "ENST00000692039.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": 2735,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000693133.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.39A>C",
          "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": "ENST00000693133.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": 1730,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_037647.2",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.76A>C",
          "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": "NR_037647.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": 2075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_037648.2",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.76A>C",
          "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": "NR_037648.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": 1892,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_189143.1",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.76A>C",
          "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": "NR_189143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 610,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1833,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000532259.1",
          "gene_hgnc_id": 11307,
          "gene_symbol": "SRPRA",
          "hgvs_c": "c.-425T>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435508.1",
          "strand": true,
          "transcript": "ENST00000532259.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 558,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000530680.1",
          "gene_hgnc_id": 11307,
          "gene_symbol": "SRPRA",
          "hgvs_c": "n.-85T>G",
          "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": "ENST00000530680.1",
          "transcript_support_level": 4
        },
        {
          "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": 2014,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000532101.6",
          "gene_hgnc_id": 26927,
          "gene_symbol": "FOXRED1",
          "hgvs_c": "n.-18A>C",
          "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": "ENST00000532101.6",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1488396261",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000013137152,
      "gene_hgnc_id": 26927,
      "gene_symbol": "FOXRED1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131372,
      "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": "Uncertain significance",
      "phenotype_combined": "Inborn genetic diseases",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.007,
      "pos": 126269229,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.068,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001425160.1"
    }
  ]
}
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.