← 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: 17-7311422-CCT-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 7311422,
      "ref": "CCT",
      "alt": "C",
      "effect": "frameshift_variant",
      "transcript": "NM_001143760.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "NM_001970.5",
          "protein_id": "NP_001961.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 1264,
          "mane_select": "ENST00000336458.13",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001970.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000336458.13",
          "protein_id": "ENSP00000336776.8",
          "transcript_support_level": 1,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 1264,
          "mane_select": "NM_001970.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000336458.13"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.434_435delCT",
          "hgvs_p": "p.Pro145fs",
          "transcript": "ENST00000336452.11",
          "protein_id": "ENSP00000336702.7",
          "transcript_support_level": 1,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 434,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 1256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000336452.11"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000416016.2",
          "protein_id": "ENSP00000396073.2",
          "transcript_support_level": 1,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 570,
          "cdna_end": null,
          "cdna_length": 1336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000416016.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000419711.6",
          "protein_id": "ENSP00000390677.2",
          "transcript_support_level": 1,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 505,
          "cdna_end": null,
          "cdna_length": 1271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000419711.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000572815.5",
          "protein_id": "ENSP00000461688.1",
          "transcript_support_level": 5,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 536,
          "cdna_end": null,
          "cdna_length": 811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000572815.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894302.1",
          "protein_id": "ENSP00000564361.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 1519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894302.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939950.1",
          "protein_id": "ENSP00000610009.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939950.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939956.1",
          "protein_id": "ENSP00000610015.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 593,
          "cdna_end": null,
          "cdna_length": 1455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939956.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939963.1",
          "protein_id": "ENSP00000610022.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 458,
          "cdna_end": null,
          "cdna_length": 1320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939963.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939965.1",
          "protein_id": "ENSP00000610024.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 186,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 561,
          "cdna_start": 677,
          "cdna_end": null,
          "cdna_length": 1539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939965.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.434_435delCT",
          "hgvs_p": "p.Pro145fs",
          "transcript": "NM_001143760.1",
          "protein_id": "NP_001137232.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 434,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 1256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143760.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "NM_001143761.1",
          "protein_id": "NP_001137233.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 1284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143761.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "NM_001143762.2",
          "protein_id": "NP_001137234.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 568,
          "cdna_end": null,
          "cdna_length": 1342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143762.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "NM_001370420.1",
          "protein_id": "NP_001357349.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 1251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001370420.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "NM_001370421.1",
          "protein_id": "NP_001357350.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 1289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001370421.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000571955.5",
          "protein_id": "ENSP00000458269.1",
          "transcript_support_level": 5,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 1366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000571955.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000573542.5",
          "protein_id": "ENSP00000459611.1",
          "transcript_support_level": 2,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 534,
          "cdna_end": null,
          "cdna_length": 1089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000573542.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000576930.5",
          "protein_id": "ENSP00000459196.1",
          "transcript_support_level": 5,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 673,
          "cdna_end": null,
          "cdna_length": 1439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000576930.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894295.1",
          "protein_id": "ENSP00000564354.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 535,
          "cdna_end": null,
          "cdna_length": 1312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894295.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894296.1",
          "protein_id": "ENSP00000564355.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 563,
          "cdna_end": null,
          "cdna_length": 1326,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894296.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894297.1",
          "protein_id": "ENSP00000564356.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 1154,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894297.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894298.1",
          "protein_id": "ENSP00000564357.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 425,
          "cdna_end": null,
          "cdna_length": 1189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894298.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894299.1",
          "protein_id": "ENSP00000564358.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 492,
          "cdna_end": null,
          "cdna_length": 1256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894299.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894300.1",
          "protein_id": "ENSP00000564359.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 583,
          "cdna_end": null,
          "cdna_length": 1527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894300.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894301.1",
          "protein_id": "ENSP00000564360.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 1311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894301.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894305.1",
          "protein_id": "ENSP00000564364.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 499,
          "cdna_end": null,
          "cdna_length": 1265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894305.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894306.1",
          "protein_id": "ENSP00000564365.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894306.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894307.1",
          "protein_id": "ENSP00000564366.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 1202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894307.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894308.1",
          "protein_id": "ENSP00000564367.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 944,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894308.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894309.1",
          "protein_id": "ENSP00000564368.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 555,
          "cdna_end": null,
          "cdna_length": 1321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894309.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000894310.1",
          "protein_id": "ENSP00000564369.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 869,
          "cdna_end": null,
          "cdna_length": 1633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894310.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939951.1",
          "protein_id": "ENSP00000610010.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 1250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939951.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939952.1",
          "protein_id": "ENSP00000610011.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 524,
          "cdna_end": null,
          "cdna_length": 1287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939952.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939953.1",
          "protein_id": "ENSP00000610012.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 483,
          "cdna_end": null,
          "cdna_length": 1257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939953.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939954.1",
          "protein_id": "ENSP00000610013.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 534,
          "cdna_end": null,
          "cdna_length": 1300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939954.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939955.1",
          "protein_id": "ENSP00000610014.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 1430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939955.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939958.1",
          "protein_id": "ENSP00000610017.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 474,
          "cdna_end": null,
          "cdna_length": 1240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939958.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939960.1",
          "protein_id": "ENSP00000610019.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 1431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939960.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939962.1",
          "protein_id": "ENSP00000610021.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 562,
          "cdna_end": null,
          "cdna_length": 1325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939962.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939964.1",
          "protein_id": "ENSP00000610023.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 688,
          "cdna_end": null,
          "cdna_length": 1454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939964.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939966.1",
          "protein_id": "ENSP00000610025.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 597,
          "cdna_end": null,
          "cdna_length": 1368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939966.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000939967.1",
          "protein_id": "ENSP00000610026.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 514,
          "cdna_end": null,
          "cdna_length": 1280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939967.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943430.1",
          "protein_id": "ENSP00000613489.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 578,
          "cdna_end": null,
          "cdna_length": 1342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943430.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "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": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943431.1",
          "protein_id": "ENSP00000613490.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 538,
          "cdna_end": null,
          "cdna_length": 1298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943431.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943432.1",
          "protein_id": "ENSP00000613491.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 448,
          "cdna_end": null,
          "cdna_length": 1209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943432.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943433.1",
          "protein_id": "ENSP00000613492.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 1251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943433.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943434.1",
          "protein_id": "ENSP00000613493.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 489,
          "cdna_end": null,
          "cdna_length": 1324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943434.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000943435.1",
          "protein_id": "ENSP00000613494.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 516,
          "cdna_end": null,
          "cdna_length": 1280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943435.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.329_330delCT",
          "hgvs_p": "p.Pro110fs",
          "transcript": "ENST00000939961.1",
          "protein_id": "ENSP00000610020.1",
          "transcript_support_level": null,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 149,
          "cds_start": 329,
          "cds_end": null,
          "cds_length": 450,
          "cdna_start": 461,
          "cdna_end": null,
          "cdna_length": 1227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939961.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "ENST00000573714.5",
          "protein_id": "ENSP00000460284.1",
          "transcript_support_level": 3,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 145,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 440,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000573714.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.308_309delCT",
          "hgvs_p": "p.Pro103fs",
          "transcript": "ENST00000894303.1",
          "protein_id": "ENSP00000564362.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894303.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.305_306delCT",
          "hgvs_p": "p.Pro102fs",
          "transcript": "ENST00000939957.1",
          "protein_id": "ENSP00000610016.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 141,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 426,
          "cdna_start": 526,
          "cdna_end": null,
          "cdna_length": 1292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939957.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.239_240delCT",
          "hgvs_p": "p.Pro80fs",
          "transcript": "ENST00000894304.1",
          "protein_id": "ENSP00000564363.1",
          "transcript_support_level": null,
          "aa_start": 80,
          "aa_end": null,
          "aa_length": 119,
          "cds_start": 239,
          "cds_end": null,
          "cds_length": 360,
          "cdna_start": 352,
          "cdna_end": null,
          "cdna_length": 1115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894304.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.344_345delCT",
          "hgvs_p": "p.Pro115fs",
          "transcript": "XM_047435524.1",
          "protein_id": "XP_047291480.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 1284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435524.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPS2",
          "gene_hgnc_id": 4550,
          "hgvs_c": "c.*155_*156delAG",
          "hgvs_p": null,
          "transcript": "ENST00000570780.5",
          "protein_id": "ENSP00000460836.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000570780.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "EIF5A",
          "gene_hgnc_id": 3300,
          "hgvs_c": "c.271-155_271-154delCT",
          "hgvs_p": null,
          "transcript": "ENST00000939959.1",
          "protein_id": "ENSP00000610018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 110,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 333,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939959.1"
        }
      ],
      "gene_symbol": "EIF5A",
      "gene_hgnc_id": 3300,
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.05000000074505806,
      "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": 7.258,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.05,
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001143760.1",
          "gene_symbol": "EIF5A",
          "hgnc_id": 3300,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.434_435delCT",
          "hgvs_p": "p.Pro145fs"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000570780.5",
          "gene_symbol": "GPS2",
          "hgnc_id": 4550,
          "effects": [
            "3_prime_UTR_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.*155_*156delAG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.