← 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-66988822-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 66988822,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001364782.1",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "NM_001364782.1",
          "protein_id": "NP_001351711.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000648724.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001364782.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000648724.3",
          "protein_id": "ENSP00000497868.2",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001364782.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000648724.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862247.1",
          "protein_id": "ENSP00000532306.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862247.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862245.1",
          "protein_id": "ENSP00000532304.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862245.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000948592.1",
          "protein_id": "ENSP00000618651.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 600,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1803,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948592.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862243.1",
          "protein_id": "ENSP00000532302.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862243.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862242.1",
          "protein_id": "ENSP00000532301.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862242.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862246.1",
          "protein_id": "ENSP00000532305.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862246.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862250.1",
          "protein_id": "ENSP00000532309.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862250.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862244.1",
          "protein_id": "ENSP00000532303.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862244.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862248.1",
          "protein_id": "ENSP00000532307.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862248.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000862249.1",
          "protein_id": "ENSP00000532308.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862249.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "NM_173815.7",
          "protein_id": "NP_776176.5",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_173815.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg",
          "transcript": "ENST00000540947.6",
          "protein_id": "ENSP00000444052.2",
          "transcript_support_level": 2,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 50,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000540947.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523021.3",
          "protein_id": "XP_011521323.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 628,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1887,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523021.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523023.3",
          "protein_id": "XP_011521325.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523023.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523025.3",
          "protein_id": "XP_011521327.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523025.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023160.2",
          "protein_id": "XP_016878649.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023160.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523026.3",
          "protein_id": "XP_011521328.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 588,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1767,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523026.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523027.3",
          "protein_id": "XP_011521329.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523027.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023161.2",
          "protein_id": "XP_016878650.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023161.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023163.2",
          "protein_id": "XP_016878652.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023163.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023164.2",
          "protein_id": "XP_016878653.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023164.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523029.3",
          "protein_id": "XP_011521331.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523029.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023165.2",
          "protein_id": "XP_016878654.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023165.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_011523030.3",
          "protein_id": "XP_011521332.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523030.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CES4A",
          "gene_hgnc_id": 26741,
          "hgvs_c": "c.119C>G",
          "hgvs_p": "p.Thr40Arg",
          "transcript": "XM_017023166.2",
          "protein_id": "XP_016878655.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 119,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023166.2"
        }
      ],
      "gene_symbol": "CES4A",
      "gene_hgnc_id": 26741,
      "dbsnp": "rs539063507",
      "frequency_reference_population": 0.0000014139852,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000141399,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.867847740650177,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.333,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1537,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.299,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001364782.1",
          "gene_symbol": "CES4A",
          "hgnc_id": 26741,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.50C>G",
          "hgvs_p": "p.Thr17Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}