← 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: 16-27344955-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 27344955,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000418.4",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "NM_000418.4",
          "protein_id": "NP_000409.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 494,
          "cdna_end": null,
          "cdna_length": 3624,
          "mane_select": "ENST00000395762.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "ENST00000395762.7",
          "protein_id": "ENSP00000379111.2",
          "transcript_support_level": 1,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 494,
          "cdna_end": null,
          "cdna_length": 3624,
          "mane_select": "NM_000418.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "ENST00000543915.6",
          "protein_id": "ENSP00000441667.2",
          "transcript_support_level": 1,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 409,
          "cdna_end": null,
          "cdna_length": 3539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.-180A>G",
          "hgvs_p": null,
          "transcript": "NM_001257997.2",
          "protein_id": "NP_001244926.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "NM_001257406.2",
          "protein_id": "NP_001244335.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 361,
          "cdna_end": null,
          "cdna_length": 3491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.251A>G",
          "hgvs_p": "p.Tyr84Cys",
          "transcript": "NM_001257407.2",
          "protein_id": "NP_001244336.1",
          "transcript_support_level": null,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 251,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": 605,
          "cdna_end": null,
          "cdna_length": 3735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.251A>G",
          "hgvs_p": "p.Tyr84Cys",
          "transcript": "ENST00000170630.6",
          "protein_id": "ENSP00000170630.3",
          "transcript_support_level": 5,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 251,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": 251,
          "cdna_end": null,
          "cdna_length": 3380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "ENST00000563002.5",
          "protein_id": "ENSP00000456930.1",
          "transcript_support_level": 5,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 119,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 361,
          "cdna_start": 476,
          "cdna_end": null,
          "cdna_length": 541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "ENST00000566117.5",
          "protein_id": "ENSP00000455632.1",
          "transcript_support_level": 5,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 119,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 361,
          "cdna_start": 464,
          "cdna_end": null,
          "cdna_length": 529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.47A>G",
          "hgvs_p": "p.Tyr16Cys",
          "transcript": "ENST00000562968.1",
          "protein_id": "ENSP00000456669.1",
          "transcript_support_level": 3,
          "aa_start": 16,
          "aa_end": null,
          "aa_length": 48,
          "cds_start": 47,
          "cds_end": null,
          "cds_length": 147,
          "cdna_start": 48,
          "cdna_end": null,
          "cdna_length": 531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.371A>G",
          "hgvs_p": "p.Tyr124Cys",
          "transcript": "XM_047434066.1",
          "protein_id": "XP_047290022.1",
          "transcript_support_level": null,
          "aa_start": 124,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 371,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 1385,
          "cdna_end": null,
          "cdna_length": 4515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "XM_011545825.2",
          "protein_id": "XP_011544127.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 376,
          "cdna_end": null,
          "cdna_length": 3506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "XM_011545826.3",
          "protein_id": "XP_011544128.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 3639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "XM_011545827.3",
          "protein_id": "XP_011544129.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 1360,
          "cdna_end": null,
          "cdna_length": 4490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "XM_047434067.1",
          "protein_id": "XP_047290023.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 705,
          "cdna_end": null,
          "cdna_length": 3835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.29A>G",
          "hgvs_p": "p.Tyr10Cys",
          "transcript": "XM_011545828.3",
          "protein_id": "XP_011544130.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 3360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.151A>G",
          "hgvs_p": "p.Ile51Val",
          "transcript": "XM_011545833.2",
          "protein_id": "XP_011544135.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 151,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": 315,
          "cdna_end": null,
          "cdna_length": 3293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.151A>G",
          "hgvs_p": "p.Ile51Val",
          "transcript": "XM_047434068.1",
          "protein_id": "XP_047290024.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 151,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": 314,
          "cdna_end": null,
          "cdna_length": 3292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.25A>G",
          "hgvs_p": "p.Ile9Val",
          "transcript": "XM_011545834.3",
          "protein_id": "XP_011544136.1",
          "transcript_support_level": null,
          "aa_start": 9,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 25,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 232,
          "cdna_end": null,
          "cdna_length": 3210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys",
          "transcript": "XM_017023211.2",
          "protein_id": "XP_016878700.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 376,
          "cdna_end": null,
          "cdna_length": 3456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.476A>G",
          "hgvs_p": null,
          "transcript": "ENST00000561946.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.617A>G",
          "hgvs_p": null,
          "transcript": "ENST00000563787.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.316A>G",
          "hgvs_p": null,
          "transcript": "ENST00000565696.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.296A>G",
          "hgvs_p": null,
          "transcript": "ENST00000566318.5",
          "protein_id": "ENSP00000456248.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.*339A>G",
          "hgvs_p": null,
          "transcript": "ENST00000568746.5",
          "protein_id": "ENSP00000455714.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "c.-180A>G",
          "hgvs_p": null,
          "transcript": "NM_001257997.2",
          "protein_id": "NP_001244926.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL4R",
          "gene_hgnc_id": 6015,
          "hgvs_c": "n.*339A>G",
          "hgvs_p": null,
          "transcript": "ENST00000568746.5",
          "protein_id": "ENSP00000455714.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IL4R",
      "gene_hgnc_id": 6015,
      "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.9629207849502563,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.265,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.9275,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.311,
      "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": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_000418.4",
          "gene_symbol": "IL4R",
          "hgnc_id": 6015,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.296A>G",
          "hgvs_p": "p.Tyr99Cys"
        }
      ],
      "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
}