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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 128398431,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000338791.11",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1057G>A",
          "hgvs_p": "p.Val353Ile",
          "transcript": "NM_000883.4",
          "protein_id": "NP_000874.2",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 1057,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 2611,
          "mane_select": "ENST00000338791.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1057G>A",
          "hgvs_p": "p.Val353Ile",
          "transcript": "ENST00000338791.11",
          "protein_id": "ENSP00000345096.6",
          "transcript_support_level": 2,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 1057,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 2611,
          "mane_select": "NM_000883.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Val317Ile",
          "transcript": "ENST00000348127.11",
          "protein_id": "ENSP00000265385.8",
          "transcript_support_level": 1,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 1030,
          "cdna_end": null,
          "cdna_length": 2503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1027G>A",
          "hgvs_p": "p.Val343Ile",
          "transcript": "NM_001102605.2",
          "protein_id": "NP_001096075.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1027,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 2581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1027G>A",
          "hgvs_p": "p.Val343Ile",
          "transcript": "ENST00000354269.9",
          "protein_id": "ENSP00000346219.5",
          "transcript_support_level": 2,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1027,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Val320Ile",
          "transcript": "NM_001142576.2",
          "protein_id": "NP_001136048.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 1039,
          "cdna_end": null,
          "cdna_length": 2512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Val320Ile",
          "transcript": "ENST00000419067.6",
          "protein_id": "ENSP00000399400.2",
          "transcript_support_level": 3,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 958,
          "cdna_end": null,
          "cdna_length": 2431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Val317Ile",
          "transcript": "NM_183243.3",
          "protein_id": "NP_899066.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 1030,
          "cdna_end": null,
          "cdna_length": 2503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Val284Ile",
          "transcript": "NM_001304521.2",
          "protein_id": "NP_001291450.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 2404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.802G>A",
          "hgvs_p": "p.Val268Ile",
          "transcript": "NM_001142573.2",
          "protein_id": "NP_001136045.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 933,
          "cdna_end": null,
          "cdna_length": 2406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Val267Ile",
          "transcript": "ENST00000470772.5",
          "protein_id": "ENSP00000417296.1",
          "transcript_support_level": 5,
          "aa_start": 267,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 799,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 877,
          "cdna_end": null,
          "cdna_length": 1888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.787G>A",
          "hgvs_p": "p.Val263Ile",
          "transcript": "NM_001142574.2",
          "protein_id": "NP_001136046.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": 918,
          "cdna_end": null,
          "cdna_length": 2391,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.787G>A",
          "hgvs_p": "p.Val263Ile",
          "transcript": "ENST00000480861.5",
          "protein_id": "ENSP00000420185.1",
          "transcript_support_level": 2,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": 865,
          "cdna_end": null,
          "cdna_length": 1765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.688G>A",
          "hgvs_p": "p.Val230Ile",
          "transcript": "ENST00000648462.1",
          "protein_id": "ENSP00000496892.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 688,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 1606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.727G>A",
          "hgvs_p": "p.Val243Ile",
          "transcript": "NM_001142575.2",
          "protein_id": "NP_001136047.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 727,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 858,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.727G>A",
          "hgvs_p": "p.Val243Ile",
          "transcript": "ENST00000496200.5",
          "protein_id": "ENSP00000420803.1",
          "transcript_support_level": 2,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 727,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 811,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Val284Ile",
          "transcript": "ENST00000497868.5",
          "protein_id": "ENSP00000419609.1",
          "transcript_support_level": 5,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 867,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1027G>A",
          "hgvs_p": "p.Val343Ile",
          "transcript": "XM_024446755.1",
          "protein_id": "XP_024302523.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 1027,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 2598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Val317Ile",
          "transcript": "XM_024446756.1",
          "protein_id": "XP_024302524.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": 1030,
          "cdna_end": null,
          "cdna_length": 2520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Val284Ile",
          "transcript": "XM_024446757.2",
          "protein_id": "XP_024302525.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 2421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.826G>A",
          "hgvs_p": "p.Val276Ile",
          "transcript": "XM_024446758.1",
          "protein_id": "XP_024302526.1",
          "transcript_support_level": null,
          "aa_start": 276,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 826,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": 1226,
          "cdna_end": null,
          "cdna_length": 2716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Val147Ile",
          "transcript": "XM_047420333.1",
          "protein_id": "XP_047276289.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 439,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 500,
          "cdna_end": null,
          "cdna_length": 1990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.1027G>A",
          "hgvs_p": "p.Val343Ile",
          "transcript": "XM_017012173.1",
          "protein_id": "XP_016867662.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 1027,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Val147Ile",
          "transcript": "XM_047420334.1",
          "protein_id": "XP_047276290.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 439,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 500,
          "cdna_end": null,
          "cdna_length": 1973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "n.*251G>A",
          "hgvs_p": null,
          "transcript": "ENST00000469328.5",
          "protein_id": "ENSP00000420756.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "n.932G>A",
          "hgvs_p": null,
          "transcript": "ENST00000484496.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "n.*251G>A",
          "hgvs_p": null,
          "transcript": "ENST00000469328.5",
          "protein_id": "ENSP00000420756.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IMPDH1",
          "gene_hgnc_id": 6052,
          "hgvs_c": "n.*59G>A",
          "hgvs_p": null,
          "transcript": "ENST00000468842.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": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IMPDH1",
      "gene_hgnc_id": 6052,
      "dbsnp": "rs121912551",
      "frequency_reference_population": 0.0000657093,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 106,
      "gnomad_exomes_af": 0.0000663932,
      "gnomad_genomes_af": 0.0000591428,
      "gnomad_exomes_ac": 97,
      "gnomad_genomes_ac": 9,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5008909702301025,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.34,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1272,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.25,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.954,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000338791.11",
          "gene_symbol": "IMPDH1",
          "hgnc_id": 6052,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1057G>A",
          "hgvs_p": "p.Val353Ile"
        }
      ],
      "clinvar_disease": "Retinitis pigmentosa 10,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Retinitis pigmentosa 10|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}