← 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: 2-177231497-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 177231497,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000397062.8",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1106C>T",
          "hgvs_p": "p.Thr369Ile",
          "transcript": "NM_006164.5",
          "protein_id": "NP_006155.2",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1257,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": "ENST00000397062.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1106C>T",
          "hgvs_p": "p.Thr369Ile",
          "transcript": "ENST00000397062.8",
          "protein_id": "ENSP00000380252.3",
          "transcript_support_level": 1,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1257,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": "NM_006164.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000397063.9",
          "protein_id": "ENSP00000380253.4",
          "transcript_support_level": 1,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1800,
          "cdna_end": null,
          "cdna_length": 2992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000421929.6",
          "protein_id": "ENSP00000412191.2",
          "transcript_support_level": 1,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1333,
          "cdna_end": null,
          "cdna_length": 2522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000448782.6",
          "protein_id": "ENSP00000400073.2",
          "transcript_support_level": 1,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1192,
          "cdna_end": null,
          "cdna_length": 2312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1037C>T",
          "hgvs_p": "p.Thr346Ile",
          "transcript": "ENST00000446151.6",
          "protein_id": "ENSP00000411575.2",
          "transcript_support_level": 1,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1037,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1210,
          "cdna_end": null,
          "cdna_length": 2399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.2245C>T",
          "hgvs_p": null,
          "transcript": "ENST00000423513.6",
          "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": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.2527C>T",
          "hgvs_p": null,
          "transcript": "ENST00000477534.2",
          "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": 3589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1244C>T",
          "hgvs_p": "p.Thr415Ile",
          "transcript": "ENST00000699346.1",
          "protein_id": "ENSP00000514321.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1874,
          "cdna_end": null,
          "cdna_length": 2954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000586532.6",
          "protein_id": "ENSP00000464920.2",
          "transcript_support_level": 5,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1347,
          "cdna_end": null,
          "cdna_length": 2536,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699265.1",
          "protein_id": "ENSP00000514246.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1580,
          "cdna_end": null,
          "cdna_length": 2772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699301.1",
          "protein_id": "ENSP00000514281.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1899,
          "cdna_end": null,
          "cdna_length": 3061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699303.1",
          "protein_id": "ENSP00000514283.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1799,
          "cdna_end": null,
          "cdna_length": 2779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699304.1",
          "protein_id": "ENSP00000514284.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1736,
          "cdna_end": null,
          "cdna_length": 2522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699305.1",
          "protein_id": "ENSP00000514285.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1668,
          "cdna_end": null,
          "cdna_length": 2786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699331.1",
          "protein_id": "ENSP00000514305.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1848,
          "cdna_end": null,
          "cdna_length": 2907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699345.1",
          "protein_id": "ENSP00000514320.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1665,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699348.1",
          "protein_id": "ENSP00000514323.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1476,
          "cdna_end": null,
          "cdna_length": 2496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699350.1",
          "protein_id": "ENSP00000514324.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1531,
          "cdna_end": null,
          "cdna_length": 2511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699406.1",
          "protein_id": "ENSP00000514367.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1843,
          "cdna_end": null,
          "cdna_length": 2964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699410.1",
          "protein_id": "ENSP00000514371.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1410,
          "cdna_end": null,
          "cdna_length": 2390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1103C>T",
          "hgvs_p": "p.Thr368Ile",
          "transcript": "ENST00000699435.1",
          "protein_id": "ENSP00000514387.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 2741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1085C>T",
          "hgvs_p": "p.Thr362Ile",
          "transcript": "ENST00000699264.1",
          "protein_id": "ENSP00000514245.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1085,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 1296,
          "cdna_end": null,
          "cdna_length": 2488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1067C>T",
          "hgvs_p": "p.Thr356Ile",
          "transcript": "ENST00000699344.1",
          "protein_id": "ENSP00000514319.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1705,
          "cdna_end": null,
          "cdna_length": 2788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1067C>T",
          "hgvs_p": "p.Thr356Ile",
          "transcript": "ENST00000699411.1",
          "protein_id": "ENSP00000514372.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1550,
          "cdna_end": null,
          "cdna_length": 2520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1067C>T",
          "hgvs_p": "p.Thr356Ile",
          "transcript": "ENST00000699412.1",
          "protein_id": "ENSP00000514373.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1632,
          "cdna_end": null,
          "cdna_length": 2460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "NM_001145412.3",
          "protein_id": "NP_001138884.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1790,
          "cdna_end": null,
          "cdna_length": 2984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "NM_001313900.1",
          "protein_id": "NP_001300829.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1664,
          "cdna_end": null,
          "cdna_length": 2858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "NM_001313901.1",
          "protein_id": "NP_001300830.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1756,
          "cdna_end": null,
          "cdna_length": 2950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000464747.5",
          "protein_id": "ENSP00000467401.1",
          "transcript_support_level": 2,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1560,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699328.1",
          "protein_id": "ENSP00000514303.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 2445,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699330.1",
          "protein_id": "ENSP00000514304.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1722,
          "cdna_end": null,
          "cdna_length": 2847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699343.1",
          "protein_id": "ENSP00000514318.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1329,
          "cdna_end": null,
          "cdna_length": 2449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699351.1",
          "protein_id": "ENSP00000514325.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1328,
          "cdna_end": null,
          "cdna_length": 2141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699408.1",
          "protein_id": "ENSP00000514369.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1915,
          "cdna_end": null,
          "cdna_length": 3035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699409.1",
          "protein_id": "ENSP00000514370.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 2016,
          "cdna_end": null,
          "cdna_length": 3078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1058C>T",
          "hgvs_p": "p.Thr353Ile",
          "transcript": "ENST00000699434.1",
          "protein_id": "ENSP00000514386.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1058,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1741,
          "cdna_end": null,
          "cdna_length": 2912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1037C>T",
          "hgvs_p": "p.Thr346Ile",
          "transcript": "NM_001145413.3",
          "protein_id": "NP_001138885.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1037,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1769,
          "cdna_end": null,
          "cdna_length": 2963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1016C>T",
          "hgvs_p": "p.Thr339Ile",
          "transcript": "NM_001313902.2",
          "protein_id": "NP_001300831.1",
          "transcript_support_level": null,
          "aa_start": 339,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 1016,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1167,
          "cdna_end": null,
          "cdna_length": 2356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.1016C>T",
          "hgvs_p": "p.Thr339Ile",
          "transcript": "ENST00000699300.1",
          "protein_id": "ENSP00000514280.1",
          "transcript_support_level": null,
          "aa_start": 339,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 1016,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.977C>T",
          "hgvs_p": "p.Thr326Ile",
          "transcript": "ENST00000699302.1",
          "protein_id": "ENSP00000514282.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1129,
          "cdna_end": null,
          "cdna_length": 2109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.968C>T",
          "hgvs_p": "p.Thr323Ile",
          "transcript": "ENST00000699407.1",
          "protein_id": "ENSP00000514368.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 968,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1057,
          "cdna_end": null,
          "cdna_length": 2177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.887C>T",
          "hgvs_p": "p.Thr296Ile",
          "transcript": "NM_001313903.2",
          "protein_id": "NP_001300832.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.887C>T",
          "hgvs_p": "p.Thr296Ile",
          "transcript": "ENST00000699223.1",
          "protein_id": "ENSP00000514217.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.806C>T",
          "hgvs_p": "p.Thr269Ile",
          "transcript": "NM_001313904.1",
          "protein_id": "NP_001300833.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 505,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1518,
          "cdna_start": 1719,
          "cdna_end": null,
          "cdna_length": 2913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.2592C>T",
          "hgvs_p": null,
          "transcript": "ENST00000462023.2",
          "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": 3653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.*756C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699299.1",
          "protein_id": "ENSP00000514279.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": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.1876C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699306.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": 2930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.3915C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699329.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": 5104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.1844C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699332.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": 2851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.2295C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699349.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": 3301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.1854C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699433.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": 3043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.*841C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699307.1",
          "protein_id": "ENSP00000514286.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.*504C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699224.1",
          "protein_id": "ENSP00000514218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.*841C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699347.1",
          "protein_id": "ENSP00000514322.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 199,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 600,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.*504C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699298.1",
          "protein_id": "ENSP00000514278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.*756C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699299.1",
          "protein_id": "ENSP00000514279.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": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.714+392C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699342.1",
          "protein_id": "ENSP00000514317.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.711+392C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699404.1",
          "protein_id": "ENSP00000514365.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.714+392C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699405.1",
          "protein_id": "ENSP00000514366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.666+392C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699431.1",
          "protein_id": "ENSP00000514384.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 264,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 795,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.594+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699296.1",
          "protein_id": "ENSP00000514276.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 717,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.594+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699220.1",
          "protein_id": "ENSP00000514214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.546+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699297.1",
          "protein_id": "ENSP00000514277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "c.546+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000458603.2",
          "protein_id": "ENSP00000416308.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 197,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.549+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699327.1",
          "protein_id": "ENSP00000514302.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": 956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NFE2L2",
          "gene_hgnc_id": 7782,
          "hgvs_c": "n.549+895C>T",
          "hgvs_p": null,
          "transcript": "ENST00000699432.1",
          "protein_id": "ENSP00000514385.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": 1313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NFE2L2",
      "gene_hgnc_id": 7782,
      "dbsnp": "rs587778555",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1408115029335022,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.046,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1079,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.49,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.719,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000397062.8",
          "gene_symbol": "NFE2L2",
          "hgnc_id": 7782,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1106C>T",
          "hgvs_p": "p.Thr369Ile"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2 O:1",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}