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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 126275814,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000263578.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "NM_017547.4",
          "protein_id": "NP_060017.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1951,
          "mane_select": "ENST00000263578.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "ENST00000263578.10",
          "protein_id": "ENSP00000263578.5",
          "transcript_support_level": 1,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1951,
          "mane_select": "NM_017547.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1066C>T",
          "hgvs_p": null,
          "transcript": "ENST00000534315.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.784C>T",
          "hgvs_p": "p.Arg262Cys",
          "transcript": "NM_001425160.1",
          "protein_id": "NP_001412089.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 837,
          "cdna_end": null,
          "cdna_length": 1981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.778C>T",
          "hgvs_p": "p.Arg260Cys",
          "transcript": "ENST00000692336.1",
          "protein_id": "ENSP00000508540.1",
          "transcript_support_level": null,
          "aa_start": 260,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 778,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 956,
          "cdna_end": null,
          "cdna_length": 2092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "NM_001425161.1",
          "protein_id": "NP_001412090.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "NM_001425163.1",
          "protein_id": "NP_001412092.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.751C>T",
          "hgvs_p": "p.Arg251Cys",
          "transcript": "NM_001425164.1",
          "protein_id": "NP_001412093.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 804,
          "cdna_end": null,
          "cdna_length": 1948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.751C>T",
          "hgvs_p": "p.Arg251Cys",
          "transcript": "ENST00000532125.2",
          "protein_id": "ENSP00000434178.2",
          "transcript_support_level": 2,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 929,
          "cdna_end": null,
          "cdna_length": 2065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "NM_001425165.1",
          "protein_id": "NP_001412094.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "NM_001425166.1",
          "protein_id": "NP_001412095.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 1903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.652C>T",
          "hgvs_p": "p.Arg218Cys",
          "transcript": "NM_001425167.1",
          "protein_id": "NP_001412096.1",
          "transcript_support_level": null,
          "aa_start": 218,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 652,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 705,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "ENST00000685484.1",
          "protein_id": "ENSP00000510622.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 932,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys",
          "transcript": "ENST00000688588.1",
          "protein_id": "ENSP00000510802.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 349,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1050,
          "cdna_start": 932,
          "cdna_end": null,
          "cdna_length": 1933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "transcript": "NM_001425168.1",
          "protein_id": "NP_001412097.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 710,
          "cdna_end": null,
          "cdna_length": 1854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "transcript": "NM_001425169.1",
          "protein_id": "NP_001412098.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 827,
          "cdna_end": null,
          "cdna_length": 1971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "transcript": "NM_001425170.1",
          "protein_id": "NP_001412099.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 2168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.193C>T",
          "hgvs_p": "p.Arg65Cys",
          "transcript": "NM_001425171.1",
          "protein_id": "NP_001412100.1",
          "transcript_support_level": null,
          "aa_start": 65,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 193,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 1947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.193C>T",
          "hgvs_p": "p.Arg65Cys",
          "transcript": "NM_001425172.1",
          "protein_id": "NP_001412101.1",
          "transcript_support_level": null,
          "aa_start": 65,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 193,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 582,
          "cdna_end": null,
          "cdna_length": 1726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.121C>T",
          "hgvs_p": "p.Arg41Cys",
          "transcript": "NM_001425173.1",
          "protein_id": "NP_001412102.1",
          "transcript_support_level": null,
          "aa_start": 41,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 121,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 491,
          "cdna_end": null,
          "cdna_length": 1635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.121C>T",
          "hgvs_p": "p.Arg41Cys",
          "transcript": "NM_001425174.1",
          "protein_id": "NP_001412103.1",
          "transcript_support_level": null,
          "aa_start": 41,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 121,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 1856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.121C>T",
          "hgvs_p": "p.Arg41Cys",
          "transcript": "NM_001425175.1",
          "protein_id": "NP_001412104.1",
          "transcript_support_level": null,
          "aa_start": 41,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 121,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 1853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.106C>T",
          "hgvs_p": "p.Arg36Cys",
          "transcript": "ENST00000533839.6",
          "protein_id": "ENSP00000509952.1",
          "transcript_support_level": 4,
          "aa_start": 36,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 106,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": 258,
          "cdna_end": null,
          "cdna_length": 1402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.712C>T",
          "hgvs_p": "p.Arg238Cys",
          "transcript": "XM_047427252.1",
          "protein_id": "XP_047283208.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 712,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 2072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "transcript": "XM_006718879.4",
          "protein_id": "XP_006718942.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "transcript": "XM_017018002.2",
          "protein_id": "XP_016873491.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "c.121C>T",
          "hgvs_p": "p.Arg41Cys",
          "transcript": "XM_047427253.1",
          "protein_id": "XP_047283209.1",
          "transcript_support_level": null,
          "aa_start": 41,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 121,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 1655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1237C>T",
          "hgvs_p": null,
          "transcript": "ENST00000525083.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*386C>T",
          "hgvs_p": null,
          "transcript": "ENST00000525770.5",
          "protein_id": "ENSP00000434739.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*98C>T",
          "hgvs_p": null,
          "transcript": "ENST00000527004.5",
          "protein_id": "ENSP00000436374.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1901C>T",
          "hgvs_p": null,
          "transcript": "ENST00000530642.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.856C>T",
          "hgvs_p": null,
          "transcript": "ENST00000532101.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.487C>T",
          "hgvs_p": null,
          "transcript": "ENST00000533395.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1046C>T",
          "hgvs_p": null,
          "transcript": "ENST00000534011.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.754C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685601.1",
          "protein_id": "ENSP00000510603.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.754C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685765.1",
          "protein_id": "ENSP00000509991.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*291C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685844.1",
          "protein_id": "ENSP00000509820.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1858C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685857.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*406C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686242.1",
          "protein_id": "ENSP00000508950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*321C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686888.1",
          "protein_id": "ENSP00000509619.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*647C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687699.1",
          "protein_id": "ENSP00000508878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.2190C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687786.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3326,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1675C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688100.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.2965C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688927.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*417C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689283.1",
          "protein_id": "ENSP00000509050.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*647C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689477.1",
          "protein_id": "ENSP00000508945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*247C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689765.1",
          "protein_id": "ENSP00000509625.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*605C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690512.1",
          "protein_id": "ENSP00000509793.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*552C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692039.1",
          "protein_id": "ENSP00000508821.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.1599C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693133.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.586C>T",
          "hgvs_p": null,
          "transcript": "NR_037647.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.931C>T",
          "hgvs_p": null,
          "transcript": "NR_037648.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.807C>T",
          "hgvs_p": null,
          "transcript": "NR_189143.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*386C>T",
          "hgvs_p": null,
          "transcript": "ENST00000525770.5",
          "protein_id": "ENSP00000434739.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*98C>T",
          "hgvs_p": null,
          "transcript": "ENST00000527004.5",
          "protein_id": "ENSP00000436374.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*291C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685844.1",
          "protein_id": "ENSP00000509820.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*406C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686242.1",
          "protein_id": "ENSP00000508950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*321C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686888.1",
          "protein_id": "ENSP00000509619.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*647C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687699.1",
          "protein_id": "ENSP00000508878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*417C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689283.1",
          "protein_id": "ENSP00000509050.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*647C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689477.1",
          "protein_id": "ENSP00000508945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*247C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689765.1",
          "protein_id": "ENSP00000509625.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*605C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690512.1",
          "protein_id": "ENSP00000509793.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXRED1",
          "gene_hgnc_id": 26927,
          "hgvs_c": "n.*552C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692039.1",
          "protein_id": "ENSP00000508821.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "FOXRED1",
      "gene_hgnc_id": 26927,
      "dbsnp": "rs146661281",
      "frequency_reference_population": 0.000052101295,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 84,
      "gnomad_exomes_af": 0.0000273955,
      "gnomad_genomes_af": 0.000289192,
      "gnomad_exomes_ac": 40,
      "gnomad_genomes_ac": 44,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.05695626139640808,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.293,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0896,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.976,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000263578.10",
          "gene_symbol": "FOXRED1",
          "hgnc_id": 26927,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Arg252Cys"
        }
      ],
      "clinvar_disease": " nuclear type 1,Inborn genetic diseases,Leigh syndrome,Mitochondrial complex I deficiency,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:4 LB:1",
      "phenotype_combined": "not provided|Mitochondrial complex I deficiency, nuclear type 1;Leigh syndrome|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}