← 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: 10-31520904-A-AG (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 31520904,
      "ref": "A",
      "alt": "AG",
      "effect": "frameshift_variant",
      "transcript": "ENST00000424869.6",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1579dupG",
          "hgvs_p": "p.Val527fs",
          "transcript": "NM_001174096.2",
          "protein_id": "NP_001167567.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 1125,
          "cds_start": 1580,
          "cds_end": null,
          "cds_length": 3378,
          "cdna_start": 1599,
          "cdna_end": null,
          "cdna_length": 5937,
          "mane_select": "ENST00000424869.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1579dupG",
          "hgvs_p": "p.Val527fs",
          "transcript": "ENST00000424869.6",
          "protein_id": "ENSP00000415961.2",
          "transcript_support_level": 5,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 1125,
          "cds_start": 1580,
          "cds_end": null,
          "cds_length": 3378,
          "cdna_start": 1599,
          "cdna_end": null,
          "cdna_length": 5937,
          "mane_select": "NM_001174096.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1576dupG",
          "hgvs_p": "p.Val526fs",
          "transcript": "ENST00000320985.14",
          "protein_id": "ENSP00000319248.9",
          "transcript_support_level": 1,
          "aa_start": 526,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 1577,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": 1687,
          "cdna_end": null,
          "cdna_length": 5423,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.*1716dupG",
          "hgvs_p": null,
          "transcript": "ENST00000437844.6",
          "protein_id": "ENSP00000405958.3",
          "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": 6246,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.2289dupG",
          "hgvs_p": null,
          "transcript": "ENST00000488625.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": 6026,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.1645dupG",
          "hgvs_p": null,
          "transcript": "ENST00000559858.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": 2745,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.*1716dupG",
          "hgvs_p": null,
          "transcript": "ENST00000437844.6",
          "protein_id": "ENSP00000405958.3",
          "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": 6246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1576dupG",
          "hgvs_p": "p.Val526fs",
          "transcript": "NM_030751.6",
          "protein_id": "NP_110378.3",
          "transcript_support_level": null,
          "aa_start": 526,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 1577,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": 1596,
          "cdna_end": null,
          "cdna_length": 5934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1537dupG",
          "hgvs_p": "p.Val513fs",
          "transcript": "NM_001323676.2",
          "protein_id": "NP_001310605.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 1538,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": 1714,
          "cdna_end": null,
          "cdna_length": 6052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1534dupG",
          "hgvs_p": "p.Val512fs",
          "transcript": "NM_001323677.2",
          "protein_id": "NP_001310606.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 1110,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 3333,
          "cdna_start": 1711,
          "cdna_end": null,
          "cdna_length": 6049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1528dupG",
          "hgvs_p": "p.Val510fs",
          "transcript": "NM_001128128.3",
          "protein_id": "NP_001121600.1",
          "transcript_support_level": null,
          "aa_start": 510,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 1529,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": 1854,
          "cdna_end": null,
          "cdna_length": 6192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1528dupG",
          "hgvs_p": "p.Val510fs",
          "transcript": "ENST00000446923.7",
          "protein_id": "ENSP00000391612.2",
          "transcript_support_level": 5,
          "aa_start": 510,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 1529,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 6250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1525dupG",
          "hgvs_p": "p.Val509fs",
          "transcript": "NM_001174094.2",
          "protein_id": "NP_001167565.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 1851,
          "cdna_end": null,
          "cdna_length": 6189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1516dupG",
          "hgvs_p": "p.Val506fs",
          "transcript": "NM_001174093.2",
          "protein_id": "NP_001167564.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 1517,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 1536,
          "cdna_end": null,
          "cdna_length": 5874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1516dupG",
          "hgvs_p": "p.Val506fs",
          "transcript": "ENST00000560721.6",
          "protein_id": "ENSP00000452787.1",
          "transcript_support_level": 2,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 1517,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 3368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1375dupG",
          "hgvs_p": "p.Val459fs",
          "transcript": "NM_001174095.2",
          "protein_id": "NP_001167566.1",
          "transcript_support_level": null,
          "aa_start": 459,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 1376,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 5733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1375dupG",
          "hgvs_p": "p.Val459fs",
          "transcript": "ENST00000542815.7",
          "protein_id": "ENSP00000444891.2",
          "transcript_support_level": 2,
          "aa_start": 459,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 1376,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 1389,
          "cdna_end": null,
          "cdna_length": 3217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1354dupG",
          "hgvs_p": "p.Val452fs",
          "transcript": "NM_001323674.2",
          "protein_id": "NP_001310603.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": 1355,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": 1374,
          "cdna_end": null,
          "cdna_length": 5712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1312dupG",
          "hgvs_p": "p.Val438fs",
          "transcript": "NM_001323675.2",
          "protein_id": "NP_001310604.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 1313,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 5827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.1303dupG",
          "hgvs_p": "p.Val435fs",
          "transcript": "NM_001323678.2",
          "protein_id": "NP_001310607.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 1629,
          "cdna_end": null,
          "cdna_length": 5967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323638.2",
          "protein_id": "NP_001310567.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2368,
          "cdna_end": null,
          "cdna_length": 6706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323641.2",
          "protein_id": "NP_001310570.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1835,
          "cdna_end": null,
          "cdna_length": 6173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323642.2",
          "protein_id": "NP_001310571.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2137,
          "cdna_end": null,
          "cdna_length": 6475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323643.2",
          "protein_id": "NP_001310572.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2028,
          "cdna_end": null,
          "cdna_length": 6366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323644.2",
          "protein_id": "NP_001310573.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1634,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323645.2",
          "protein_id": "NP_001310574.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1978,
          "cdna_end": null,
          "cdna_length": 6316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323646.2",
          "protein_id": "NP_001310575.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2216,
          "cdna_end": null,
          "cdna_length": 6554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323647.2",
          "protein_id": "NP_001310576.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1739,
          "cdna_end": null,
          "cdna_length": 6077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323648.2",
          "protein_id": "NP_001310577.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1679,
          "cdna_end": null,
          "cdna_length": 6017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323649.2",
          "protein_id": "NP_001310578.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 6080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323650.2",
          "protein_id": "NP_001310579.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1974,
          "cdna_end": null,
          "cdna_length": 6312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323651.2",
          "protein_id": "NP_001310580.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 5980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323652.2",
          "protein_id": "NP_001310581.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1791,
          "cdna_end": null,
          "cdna_length": 6129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323653.2",
          "protein_id": "NP_001310582.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1898,
          "cdna_end": null,
          "cdna_length": 6236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323654.2",
          "protein_id": "NP_001310583.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 6123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323655.2",
          "protein_id": "NP_001310584.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1895,
          "cdna_end": null,
          "cdna_length": 6233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323656.2",
          "protein_id": "NP_001310585.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1959,
          "cdna_end": null,
          "cdna_length": 6297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323657.2",
          "protein_id": "NP_001310586.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1962,
          "cdna_end": null,
          "cdna_length": 6300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323658.2",
          "protein_id": "NP_001310587.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 6139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323659.2",
          "protein_id": "NP_001310588.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1667,
          "cdna_end": null,
          "cdna_length": 6005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323660.2",
          "protein_id": "NP_001310589.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1664,
          "cdna_end": null,
          "cdna_length": 6002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323661.2",
          "protein_id": "NP_001310590.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1810,
          "cdna_end": null,
          "cdna_length": 6148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323662.2",
          "protein_id": "NP_001310591.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2153,
          "cdna_end": null,
          "cdna_length": 6491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323663.2",
          "protein_id": "NP_001310592.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2092,
          "cdna_end": null,
          "cdna_length": 6430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323664.2",
          "protein_id": "NP_001310593.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2076,
          "cdna_end": null,
          "cdna_length": 6414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323665.2",
          "protein_id": "NP_001310594.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1994,
          "cdna_end": null,
          "cdna_length": 6332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323666.2",
          "protein_id": "NP_001310595.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1934,
          "cdna_end": null,
          "cdna_length": 6272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323671.2",
          "protein_id": "NP_001310600.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1857,
          "cdna_end": null,
          "cdna_length": 6195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323672.2",
          "protein_id": "NP_001310601.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1909,
          "cdna_end": null,
          "cdna_length": 6247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "NM_001323673.2",
          "protein_id": "NP_001310602.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1854,
          "cdna_end": null,
          "cdna_length": 6192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425682.1",
          "protein_id": "XP_047281638.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 5037,
          "cdna_end": null,
          "cdna_length": 9375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425683.1",
          "protein_id": "XP_047281639.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 5199,
          "cdna_end": null,
          "cdna_length": 9537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425684.1",
          "protein_id": "XP_047281640.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2377,
          "cdna_end": null,
          "cdna_length": 6715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425685.1",
          "protein_id": "XP_047281641.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2374,
          "cdna_end": null,
          "cdna_length": 6712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425686.1",
          "protein_id": "XP_047281642.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2445,
          "cdna_end": null,
          "cdna_length": 6783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425687.1",
          "protein_id": "XP_047281643.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2139,
          "cdna_end": null,
          "cdna_length": 6477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425688.1",
          "protein_id": "XP_047281644.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2185,
          "cdna_end": null,
          "cdna_length": 6523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425689.1",
          "protein_id": "XP_047281645.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2188,
          "cdna_end": null,
          "cdna_length": 6526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425690.1",
          "protein_id": "XP_047281646.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2256,
          "cdna_end": null,
          "cdna_length": 6594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425691.1",
          "protein_id": "XP_047281647.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2378,
          "cdna_end": null,
          "cdna_length": 6716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425692.1",
          "protein_id": "XP_047281648.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 2207,
          "cdna_end": null,
          "cdna_length": 6545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425693.1",
          "protein_id": "XP_047281649.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1782,
          "cdna_end": null,
          "cdna_length": 6120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425694.1",
          "protein_id": "XP_047281650.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1821,
          "cdna_end": null,
          "cdna_length": 6159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425695.1",
          "protein_id": "XP_047281651.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1838,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.922dupG",
          "hgvs_p": "p.Val308fs",
          "transcript": "XM_047425696.1",
          "protein_id": "XP_047281652.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": 1645,
          "cdna_end": null,
          "cdna_length": 5983,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.1834dupG",
          "hgvs_p": null,
          "transcript": "ENST00000542879.5",
          "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": 3645,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.1673dupG",
          "hgvs_p": null,
          "transcript": "ENST00000558655.5",
          "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": 2773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "c.*93_*94insG",
          "hgvs_p": null,
          "transcript": "ENST00000561212.5",
          "protein_id": "ENSP00000453559.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZEB1",
          "gene_hgnc_id": 11642,
          "hgvs_c": "n.*93_*94insG",
          "hgvs_p": null,
          "transcript": "ENST00000558863.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": 1355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ZEB1",
      "gene_hgnc_id": 11642,
      "dbsnp": "rs766305306",
      "frequency_reference_population": 0.0000018588765,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000136823,
      "gnomad_genomes_af": 0.00000657315,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.583,
      "phylop100way_prediction": "Benign",
      "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": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000424869.6",
          "gene_symbol": "ZEB1",
          "hgnc_id": 11642,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1579dupG",
          "hgvs_p": "p.Val527fs"
        }
      ],
      "clinvar_disease": "Corneal dystrophy,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2",
      "phenotype_combined": "Corneal dystrophy|not provided",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}