← 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: 1-20810855-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 20810855,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001391907.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4627G>A",
          "hgvs_p": "p.Ala1543Thr",
          "transcript": "NM_001391906.1",
          "protein_id": "NP_001378835.1",
          "transcript_support_level": null,
          "aa_start": 1543,
          "aa_end": null,
          "aa_length": 1641,
          "cds_start": 4627,
          "cds_end": null,
          "cds_length": 4926,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000602326.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391906.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4627G>A",
          "hgvs_p": "p.Ala1543Thr",
          "transcript": "ENST00000602326.6",
          "protein_id": "ENSP00000473510.2",
          "transcript_support_level": 1,
          "aa_start": 1543,
          "aa_end": null,
          "aa_length": 1641,
          "cds_start": 4627,
          "cds_end": null,
          "cds_length": 4926,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001391906.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000602326.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4567G>A",
          "hgvs_p": "p.Ala1523Thr",
          "transcript": "ENST00000400422.6",
          "protein_id": "ENSP00000383274.2",
          "transcript_support_level": 1,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000400422.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.5389G>A",
          "hgvs_p": "p.Ala1797Thr",
          "transcript": "ENST00000693470.1",
          "protein_id": "ENSP00000509295.1",
          "transcript_support_level": null,
          "aa_start": 1797,
          "aa_end": null,
          "aa_length": 1895,
          "cds_start": 5389,
          "cds_end": null,
          "cds_length": 5688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000693470.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.5026G>A",
          "hgvs_p": "p.Ala1676Thr",
          "transcript": "ENST00000634879.2",
          "protein_id": "ENSP00000489051.2",
          "transcript_support_level": 5,
          "aa_start": 1676,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 5026,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634879.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4945G>A",
          "hgvs_p": "p.Ala1649Thr",
          "transcript": "ENST00000685872.1",
          "protein_id": "ENSP00000509442.1",
          "transcript_support_level": null,
          "aa_start": 1649,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": 4945,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000685872.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4717G>A",
          "hgvs_p": "p.Ala1573Thr",
          "transcript": "NM_001391907.1",
          "protein_id": "NP_001378836.1",
          "transcript_support_level": null,
          "aa_start": 1573,
          "aa_end": null,
          "aa_length": 1671,
          "cds_start": 4717,
          "cds_end": null,
          "cds_length": 5016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391907.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4624G>A",
          "hgvs_p": "p.Ala1542Thr",
          "transcript": "ENST00000684485.1",
          "protein_id": "ENSP00000507662.1",
          "transcript_support_level": null,
          "aa_start": 1542,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4624,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000684485.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4606G>A",
          "hgvs_p": "p.Ala1536Thr",
          "transcript": "NM_001438678.1",
          "protein_id": "NP_001425607.1",
          "transcript_support_level": null,
          "aa_start": 1536,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4606,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438678.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4606G>A",
          "hgvs_p": "p.Ala1536Thr",
          "transcript": "NM_001438679.1",
          "protein_id": "NP_001425608.1",
          "transcript_support_level": null,
          "aa_start": 1536,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4606,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438679.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4603G>A",
          "hgvs_p": "p.Ala1535Thr",
          "transcript": "NM_001391905.1",
          "protein_id": "NP_001378834.1",
          "transcript_support_level": null,
          "aa_start": 1535,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4603,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391905.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4603G>A",
          "hgvs_p": "p.Ala1535Thr",
          "transcript": "ENST00000688741.1",
          "protein_id": "ENSP00000509547.1",
          "transcript_support_level": null,
          "aa_start": 1535,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4603,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000688741.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4570G>A",
          "hgvs_p": "p.Ala1524Thr",
          "transcript": "NM_001391902.1",
          "protein_id": "NP_001378831.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1622,
          "cds_start": 4570,
          "cds_end": null,
          "cds_length": 4869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391902.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4570G>A",
          "hgvs_p": "p.Ala1524Thr",
          "transcript": "NM_001391903.1",
          "protein_id": "NP_001378832.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1622,
          "cds_start": 4570,
          "cds_end": null,
          "cds_length": 4869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391903.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4570G>A",
          "hgvs_p": "p.Ala1524Thr",
          "transcript": "NM_001391904.1",
          "protein_id": "NP_001378833.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1622,
          "cds_start": 4570,
          "cds_end": null,
          "cds_length": 4869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391904.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4567G>A",
          "hgvs_p": "p.Ala1523Thr",
          "transcript": "NM_001198801.3",
          "protein_id": "NP_001185730.1",
          "transcript_support_level": null,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001198801.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4480G>A",
          "hgvs_p": "p.Ala1494Thr",
          "transcript": "NM_001391901.1",
          "protein_id": "NP_001378830.1",
          "transcript_support_level": null,
          "aa_start": 1494,
          "aa_end": null,
          "aa_length": 1592,
          "cds_start": 4480,
          "cds_end": null,
          "cds_length": 4779,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391901.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4477G>A",
          "hgvs_p": "p.Ala1493Thr",
          "transcript": "NM_001198802.3",
          "protein_id": "NP_001185731.1",
          "transcript_support_level": null,
          "aa_start": 1493,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": 4477,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001198802.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4477G>A",
          "hgvs_p": "p.Ala1493Thr",
          "transcript": "ENST00000686579.1",
          "protein_id": "ENSP00000509941.1",
          "transcript_support_level": null,
          "aa_start": 1493,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": 4477,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000686579.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "NM_001391892.1",
          "protein_id": "NP_001378821.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391892.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "NM_001391893.1",
          "protein_id": "NP_001378822.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391893.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "NM_001391894.1",
          "protein_id": "NP_001378823.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391894.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "NM_003760.4",
          "protein_id": "NP_003751.2",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003760.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "ENST00000264211.13",
          "protein_id": "ENSP00000264211.7",
          "transcript_support_level": 5,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264211.13"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4456G>A",
          "hgvs_p": "p.Ala1486Thr",
          "transcript": "NM_001391899.1",
          "protein_id": "NP_001378828.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4456,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391899.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4456G>A",
          "hgvs_p": "p.Ala1486Thr",
          "transcript": "NM_001391900.1",
          "protein_id": "NP_001378829.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4456,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391900.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4312G>A",
          "hgvs_p": "p.Ala1438Thr",
          "transcript": "NM_001391897.1",
          "protein_id": "NP_001378826.1",
          "transcript_support_level": null,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1536,
          "cds_start": 4312,
          "cds_end": null,
          "cds_length": 4611,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391897.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3619G>A",
          "hgvs_p": "p.Ala1207Thr",
          "transcript": "NM_001437614.1",
          "protein_id": "NP_001424543.1",
          "transcript_support_level": null,
          "aa_start": 1207,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": 3619,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001437614.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3619G>A",
          "hgvs_p": "p.Ala1207Thr",
          "transcript": "ENST00000374935.7",
          "protein_id": "ENSP00000364071.3",
          "transcript_support_level": 5,
          "aa_start": 1207,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": 3619,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374935.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.5170G>A",
          "hgvs_p": "p.Ala1724Thr",
          "transcript": "XM_047433231.1",
          "protein_id": "XP_047289187.1",
          "transcript_support_level": null,
          "aa_start": 1724,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 5170,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433231.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4738G>A",
          "hgvs_p": "p.Ala1580Thr",
          "transcript": "XM_011542370.3",
          "protein_id": "XP_011540672.1",
          "transcript_support_level": null,
          "aa_start": 1580,
          "aa_end": null,
          "aa_length": 1678,
          "cds_start": 4738,
          "cds_end": null,
          "cds_length": 5037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542370.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4738G>A",
          "hgvs_p": "p.Ala1580Thr",
          "transcript": "XM_047433196.1",
          "protein_id": "XP_047289152.1",
          "transcript_support_level": null,
          "aa_start": 1580,
          "aa_end": null,
          "aa_length": 1678,
          "cds_start": 4738,
          "cds_end": null,
          "cds_length": 5037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433196.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4735G>A",
          "hgvs_p": "p.Ala1579Thr",
          "transcript": "XM_047433198.1",
          "protein_id": "XP_047289154.1",
          "transcript_support_level": null,
          "aa_start": 1579,
          "aa_end": null,
          "aa_length": 1677,
          "cds_start": 4735,
          "cds_end": null,
          "cds_length": 5034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433198.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4717G>A",
          "hgvs_p": "p.Ala1573Thr",
          "transcript": "XM_047433201.1",
          "protein_id": "XP_047289157.1",
          "transcript_support_level": null,
          "aa_start": 1573,
          "aa_end": null,
          "aa_length": 1671,
          "cds_start": 4717,
          "cds_end": null,
          "cds_length": 5016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433201.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4714G>A",
          "hgvs_p": "p.Ala1572Thr",
          "transcript": "XM_047433205.1",
          "protein_id": "XP_047289161.1",
          "transcript_support_level": null,
          "aa_start": 1572,
          "aa_end": null,
          "aa_length": 1670,
          "cds_start": 4714,
          "cds_end": null,
          "cds_length": 5013,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433205.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4705G>A",
          "hgvs_p": "p.Ala1569Thr",
          "transcript": "XM_047433212.1",
          "protein_id": "XP_047289168.1",
          "transcript_support_level": null,
          "aa_start": 1569,
          "aa_end": null,
          "aa_length": 1667,
          "cds_start": 4705,
          "cds_end": null,
          "cds_length": 5004,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433212.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4684G>A",
          "hgvs_p": "p.Ala1562Thr",
          "transcript": "XM_017002677.3",
          "protein_id": "XP_016858166.1",
          "transcript_support_level": null,
          "aa_start": 1562,
          "aa_end": null,
          "aa_length": 1660,
          "cds_start": 4684,
          "cds_end": null,
          "cds_length": 4983,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017002677.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4627G>A",
          "hgvs_p": "p.Ala1543Thr",
          "transcript": "XM_047433242.1",
          "protein_id": "XP_047289198.1",
          "transcript_support_level": null,
          "aa_start": 1543,
          "aa_end": null,
          "aa_length": 1641,
          "cds_start": 4627,
          "cds_end": null,
          "cds_length": 4926,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433242.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4624G>A",
          "hgvs_p": "p.Ala1542Thr",
          "transcript": "XM_047433253.1",
          "protein_id": "XP_047289209.1",
          "transcript_support_level": null,
          "aa_start": 1542,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4624,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433253.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4624G>A",
          "hgvs_p": "p.Ala1542Thr",
          "transcript": "XM_047433261.1",
          "protein_id": "XP_047289217.1",
          "transcript_support_level": null,
          "aa_start": 1542,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4624,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433261.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4603G>A",
          "hgvs_p": "p.Ala1535Thr",
          "transcript": "XM_011542371.3",
          "protein_id": "XP_011540673.1",
          "transcript_support_level": null,
          "aa_start": 1535,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4603,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542371.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4600G>A",
          "hgvs_p": "p.Ala1534Thr",
          "transcript": "XM_047433266.1",
          "protein_id": "XP_047289222.1",
          "transcript_support_level": null,
          "aa_start": 1534,
          "aa_end": null,
          "aa_length": 1632,
          "cds_start": 4600,
          "cds_end": null,
          "cds_length": 4899,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433266.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4594G>A",
          "hgvs_p": "p.Ala1532Thr",
          "transcript": "XM_047433267.1",
          "protein_id": "XP_047289223.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1630,
          "cds_start": 4594,
          "cds_end": null,
          "cds_length": 4893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433267.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4591G>A",
          "hgvs_p": "p.Ala1531Thr",
          "transcript": "XM_047433268.1",
          "protein_id": "XP_047289224.1",
          "transcript_support_level": null,
          "aa_start": 1531,
          "aa_end": null,
          "aa_length": 1629,
          "cds_start": 4591,
          "cds_end": null,
          "cds_length": 4890,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433268.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4591G>A",
          "hgvs_p": "p.Ala1531Thr",
          "transcript": "XM_047433274.1",
          "protein_id": "XP_047289230.1",
          "transcript_support_level": null,
          "aa_start": 1531,
          "aa_end": null,
          "aa_length": 1629,
          "cds_start": 4591,
          "cds_end": null,
          "cds_length": 4890,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433274.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4573G>A",
          "hgvs_p": "p.Ala1525Thr",
          "transcript": "XM_047433282.1",
          "protein_id": "XP_047289238.1",
          "transcript_support_level": null,
          "aa_start": 1525,
          "aa_end": null,
          "aa_length": 1623,
          "cds_start": 4573,
          "cds_end": null,
          "cds_length": 4872,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433282.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4570G>A",
          "hgvs_p": "p.Ala1524Thr",
          "transcript": "XM_047433283.1",
          "protein_id": "XP_047289239.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1622,
          "cds_start": 4570,
          "cds_end": null,
          "cds_length": 4869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433283.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4570G>A",
          "hgvs_p": "p.Ala1524Thr",
          "transcript": "XM_047433287.1",
          "protein_id": "XP_047289243.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1622,
          "cds_start": 4570,
          "cds_end": null,
          "cds_length": 4869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433287.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4567G>A",
          "hgvs_p": "p.Ala1523Thr",
          "transcript": "XM_047433291.1",
          "protein_id": "XP_047289247.1",
          "transcript_support_level": null,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433291.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4492G>A",
          "hgvs_p": "p.Ala1498Thr",
          "transcript": "XM_047433294.1",
          "protein_id": "XP_047289250.1",
          "transcript_support_level": null,
          "aa_start": 1498,
          "aa_end": null,
          "aa_length": 1596,
          "cds_start": 4492,
          "cds_end": null,
          "cds_length": 4791,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433294.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4489G>A",
          "hgvs_p": "p.Ala1497Thr",
          "transcript": "XM_047433296.1",
          "protein_id": "XP_047289252.1",
          "transcript_support_level": null,
          "aa_start": 1497,
          "aa_end": null,
          "aa_length": 1595,
          "cds_start": 4489,
          "cds_end": null,
          "cds_length": 4788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433296.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4477G>A",
          "hgvs_p": "p.Ala1493Thr",
          "transcript": "XM_047433312.1",
          "protein_id": "XP_047289268.1",
          "transcript_support_level": null,
          "aa_start": 1493,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": 4477,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433312.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4459G>A",
          "hgvs_p": "p.Ala1487Thr",
          "transcript": "XM_047433319.1",
          "protein_id": "XP_047289275.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4459,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433319.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4456G>A",
          "hgvs_p": "p.Ala1486Thr",
          "transcript": "XM_047433321.1",
          "protein_id": "XP_047289277.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4456,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433321.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4423G>A",
          "hgvs_p": "p.Ala1475Thr",
          "transcript": "XM_047433323.1",
          "protein_id": "XP_047289279.1",
          "transcript_support_level": null,
          "aa_start": 1475,
          "aa_end": null,
          "aa_length": 1573,
          "cds_start": 4423,
          "cds_end": null,
          "cds_length": 4722,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433323.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4390G>A",
          "hgvs_p": "p.Ala1464Thr",
          "transcript": "XM_047433329.1",
          "protein_id": "XP_047289285.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1562,
          "cds_start": 4390,
          "cds_end": null,
          "cds_length": 4689,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433329.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4387G>A",
          "hgvs_p": "p.Ala1463Thr",
          "transcript": "XM_047433337.1",
          "protein_id": "XP_047289293.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1561,
          "cds_start": 4387,
          "cds_end": null,
          "cds_length": 4686,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433337.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4279G>A",
          "hgvs_p": "p.Ala1427Thr",
          "transcript": "XM_047433345.1",
          "protein_id": "XP_047289301.1",
          "transcript_support_level": null,
          "aa_start": 1427,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 4279,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433345.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4276G>A",
          "hgvs_p": "p.Ala1426Thr",
          "transcript": "XM_047433348.1",
          "protein_id": "XP_047289304.1",
          "transcript_support_level": null,
          "aa_start": 1426,
          "aa_end": null,
          "aa_length": 1524,
          "cds_start": 4276,
          "cds_end": null,
          "cds_length": 4575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433348.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3898G>A",
          "hgvs_p": "p.Ala1300Thr",
          "transcript": "XM_047433352.1",
          "protein_id": "XP_047289308.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 1398,
          "cds_start": 3898,
          "cds_end": null,
          "cds_length": 4197,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433352.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3787G>A",
          "hgvs_p": "p.Ala1263Thr",
          "transcript": "XM_047433353.1",
          "protein_id": "XP_047289309.1",
          "transcript_support_level": null,
          "aa_start": 1263,
          "aa_end": null,
          "aa_length": 1361,
          "cds_start": 3787,
          "cds_end": null,
          "cds_length": 4086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433353.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3784G>A",
          "hgvs_p": "p.Ala1262Thr",
          "transcript": "XM_047433354.1",
          "protein_id": "XP_047289310.1",
          "transcript_support_level": null,
          "aa_start": 1262,
          "aa_end": null,
          "aa_length": 1360,
          "cds_start": 3784,
          "cds_end": null,
          "cds_length": 4083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433354.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3730G>A",
          "hgvs_p": "p.Ala1244Thr",
          "transcript": "XM_017002707.3",
          "protein_id": "XP_016858196.1",
          "transcript_support_level": null,
          "aa_start": 1244,
          "aa_end": null,
          "aa_length": 1342,
          "cds_start": 3730,
          "cds_end": null,
          "cds_length": 4029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017002707.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.3616G>A",
          "hgvs_p": "p.Ala1206Thr",
          "transcript": "XM_047433366.1",
          "protein_id": "XP_047289322.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": 3616,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433366.1"
        },
        {
          "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": 34,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4462+2303G>A",
          "hgvs_p": null,
          "transcript": "NM_001391898.1",
          "protein_id": "NP_001378827.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391898.1"
        },
        {
          "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": 33,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4426+2303G>A",
          "hgvs_p": null,
          "transcript": "NM_001391896.1",
          "protein_id": "NP_001378825.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1535,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4608,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001391896.1"
        },
        {
          "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": 36,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4708+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433269.1",
          "protein_id": "XP_047289225.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1629,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4890,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433269.1"
        },
        {
          "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": 36,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4705+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433279.1",
          "protein_id": "XP_047289235.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1628,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4887,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433279.1"
        },
        {
          "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": 35,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4597+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433302.1",
          "protein_id": "XP_047289258.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1592,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4779,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433302.1"
        },
        {
          "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": 35,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4594+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433315.1",
          "protein_id": "XP_047289271.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433315.1"
        },
        {
          "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": 34,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4537+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433324.1",
          "protein_id": "XP_047289280.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433324.1"
        },
        {
          "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": 33,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "c.4429+2303G>A",
          "hgvs_p": null,
          "transcript": "XM_047433340.1",
          "protein_id": "XP_047289296.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1536,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4611,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433340.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*826G>A",
          "hgvs_p": null,
          "transcript": "ENST00000435383.2",
          "protein_id": "ENSP00000506664.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000435383.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4508G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681717.1",
          "protein_id": "ENSP00000504941.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000681717.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4564G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681767.1",
          "protein_id": "ENSP00000506471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000681767.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4718G>A",
          "hgvs_p": null,
          "transcript": "ENST00000685814.1",
          "protein_id": "ENSP00000510195.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000685814.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*826G>A",
          "hgvs_p": null,
          "transcript": "ENST00000435383.2",
          "protein_id": "ENSP00000506664.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000435383.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4508G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681717.1",
          "protein_id": "ENSP00000504941.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000681717.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4564G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681767.1",
          "protein_id": "ENSP00000506471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000681767.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF4G3",
          "gene_hgnc_id": 3298,
          "hgvs_c": "n.*4718G>A",
          "hgvs_p": null,
          "transcript": "ENST00000685814.1",
          "protein_id": "ENSP00000510195.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000685814.1"
        }
      ],
      "gene_symbol": "EIF4G3",
      "gene_hgnc_id": 3298,
      "dbsnp": null,
      "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.20520645380020142,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.103,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0757,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.55,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.214,
      "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": 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": "NM_001391907.1",
          "gene_symbol": "EIF4G3",
          "hgnc_id": 3298,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.4717G>A",
          "hgvs_p": "p.Ala1573Thr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}