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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 4800486,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "ENST00000443694.5",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6993C>T",
          "hgvs_p": "p.Ile2331Ile",
          "transcript": "NM_001378452.1",
          "protein_id": "NP_001365381.1",
          "transcript_support_level": null,
          "aa_start": 2331,
          "aa_end": null,
          "aa_length": 2758,
          "cds_start": 6993,
          "cds_end": null,
          "cds_length": 8277,
          "cdna_start": 7343,
          "cdna_end": null,
          "cdna_length": 9908,
          "mane_select": "ENST00000649015.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6993C>T",
          "hgvs_p": "p.Ile2331Ile",
          "transcript": "ENST00000649015.2",
          "protein_id": "ENSP00000497605.1",
          "transcript_support_level": null,
          "aa_start": 2331,
          "aa_end": null,
          "aa_length": 2758,
          "cds_start": 6993,
          "cds_end": null,
          "cds_length": 8277,
          "cdna_start": 7343,
          "cdna_end": null,
          "cdna_length": 9908,
          "mane_select": "NM_001378452.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6969C>T",
          "hgvs_p": "p.Ile2323Ile",
          "transcript": "ENST00000354582.12",
          "protein_id": "ENSP00000346595.8",
          "transcript_support_level": 5,
          "aa_start": 2323,
          "aa_end": null,
          "aa_length": 2750,
          "cds_start": 6969,
          "cds_end": null,
          "cds_length": 8253,
          "cdna_start": 7319,
          "cdna_end": null,
          "cdna_length": 9876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6966C>T",
          "hgvs_p": "p.Ile2322Ile",
          "transcript": "ENST00000648266.1",
          "protein_id": "ENSP00000498014.1",
          "transcript_support_level": null,
          "aa_start": 2322,
          "aa_end": null,
          "aa_length": 2749,
          "cds_start": 6966,
          "cds_end": null,
          "cds_length": 8250,
          "cdna_start": 7210,
          "cdna_end": null,
          "cdna_length": 9767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 53,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6951C>T",
          "hgvs_p": "p.Ile2317Ile",
          "transcript": "ENST00000650294.1",
          "protein_id": "ENSP00000498056.1",
          "transcript_support_level": null,
          "aa_start": 2317,
          "aa_end": null,
          "aa_length": 2744,
          "cds_start": 6951,
          "cds_end": null,
          "cds_length": 8235,
          "cdna_start": 7088,
          "cdna_end": null,
          "cdna_length": 9353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 53,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6948C>T",
          "hgvs_p": "p.Ile2316Ile",
          "transcript": "ENST00000443694.5",
          "protein_id": "ENSP00000401671.2",
          "transcript_support_level": 1,
          "aa_start": 2316,
          "aa_end": null,
          "aa_length": 2743,
          "cds_start": 6948,
          "cds_end": null,
          "cds_length": 8232,
          "cdna_start": 7193,
          "cdna_end": null,
          "cdna_length": 9647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6921C>T",
          "hgvs_p": "p.Ile2307Ile",
          "transcript": "ENST00000648309.1",
          "protein_id": "ENSP00000497026.1",
          "transcript_support_level": null,
          "aa_start": 2307,
          "aa_end": null,
          "aa_length": 2734,
          "cds_start": 6921,
          "cds_end": null,
          "cds_length": 8205,
          "cdna_start": 6926,
          "cdna_end": null,
          "cdna_length": 9311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6849C>T",
          "hgvs_p": "p.Ile2283Ile",
          "transcript": "ENST00000357086.10",
          "protein_id": "ENSP00000349597.4",
          "transcript_support_level": 1,
          "aa_start": 2283,
          "aa_end": null,
          "aa_length": 2710,
          "cds_start": 6849,
          "cds_end": null,
          "cds_length": 8133,
          "cdna_start": 7202,
          "cdna_end": null,
          "cdna_length": 9767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6804C>T",
          "hgvs_p": "p.Ile2268Ile",
          "transcript": "ENST00000456211.8",
          "protein_id": "ENSP00000397885.2",
          "transcript_support_level": 1,
          "aa_start": 2268,
          "aa_end": null,
          "aa_length": 2695,
          "cds_start": 6804,
          "cds_end": null,
          "cds_length": 8088,
          "cdna_start": 7050,
          "cdna_end": null,
          "cdna_length": 9506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.4755C>T",
          "hgvs_p": "p.Ile1585Ile",
          "transcript": "ENST00000648038.1",
          "protein_id": "ENSP00000497872.1",
          "transcript_support_level": null,
          "aa_start": 1585,
          "aa_end": null,
          "aa_length": 2012,
          "cds_start": 4755,
          "cds_end": null,
          "cds_length": 6039,
          "cdna_start": 4755,
          "cdna_end": null,
          "cdna_length": 6998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.4170C>T",
          "hgvs_p": "p.Ile1390Ile",
          "transcript": "ENST00000648431.1",
          "protein_id": "ENSP00000498149.1",
          "transcript_support_level": null,
          "aa_start": 1390,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": 4170,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": 4172,
          "cdna_end": null,
          "cdna_length": 6517,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.3933C>T",
          "hgvs_p": "p.Ile1311Ile",
          "transcript": "ENST00000648212.1",
          "protein_id": "ENSP00000498022.1",
          "transcript_support_level": null,
          "aa_start": 1311,
          "aa_end": null,
          "aa_length": 1738,
          "cds_start": 3933,
          "cds_end": null,
          "cds_length": 5217,
          "cdna_start": 3934,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.997-5617C>T",
          "hgvs_p": null,
          "transcript": "ENST00000544951.6",
          "protein_id": "ENSP00000440564.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 53,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6948C>T",
          "hgvs_p": "p.Ile2316Ile",
          "transcript": "NM_001168272.2",
          "protein_id": "NP_001161744.1",
          "transcript_support_level": null,
          "aa_start": 2316,
          "aa_end": null,
          "aa_length": 2743,
          "cds_start": 6948,
          "cds_end": null,
          "cds_length": 8232,
          "cdna_start": 7298,
          "cdna_end": null,
          "cdna_length": 9863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6849C>T",
          "hgvs_p": "p.Ile2283Ile",
          "transcript": "NM_001099952.4",
          "protein_id": "NP_001093422.2",
          "transcript_support_level": null,
          "aa_start": 2283,
          "aa_end": null,
          "aa_length": 2710,
          "cds_start": 6849,
          "cds_end": null,
          "cds_length": 8133,
          "cdna_start": 7199,
          "cdna_end": null,
          "cdna_length": 9764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.6804C>T",
          "hgvs_p": "p.Ile2268Ile",
          "transcript": "NM_002222.7",
          "protein_id": "NP_002213.5",
          "transcript_support_level": null,
          "aa_start": 2268,
          "aa_end": null,
          "aa_length": 2695,
          "cds_start": 6804,
          "cds_end": null,
          "cds_length": 8088,
          "cdna_start": 7154,
          "cdna_end": null,
          "cdna_length": 9719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.3360C>T",
          "hgvs_p": "p.Ile1120Ile",
          "transcript": "ENST00000648016.1",
          "protein_id": "ENSP00000496893.1",
          "transcript_support_level": null,
          "aa_start": 1120,
          "aa_end": null,
          "aa_length": 1547,
          "cds_start": 3360,
          "cds_end": null,
          "cds_length": 4644,
          "cdna_start": 3361,
          "cdna_end": null,
          "cdna_length": 5773,
          "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": 53,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.*1997C>T",
          "hgvs_p": null,
          "transcript": "ENST00000302640.13",
          "protein_id": "ENSP00000306253.9",
          "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": 9305,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.310C>T",
          "hgvs_p": null,
          "transcript": "ENST00000463980.6",
          "protein_id": null,
          "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": 2639,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.250C>T",
          "hgvs_p": null,
          "transcript": "ENST00000467545.6",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 1652,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.157C>T",
          "hgvs_p": null,
          "transcript": "ENST00000490572.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 632,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.271C>T",
          "hgvs_p": null,
          "transcript": "ENST00000493491.6",
          "protein_id": null,
          "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": 2678,
          "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": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.4497C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647717.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 6659,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.2041C>T",
          "hgvs_p": null,
          "transcript": "ENST00000649144.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 4370,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.4478C>T",
          "hgvs_p": null,
          "transcript": "ENST00000649694.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 6907,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.325C>T",
          "hgvs_p": null,
          "transcript": "ENST00000649767.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2632,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.303C>T",
          "hgvs_p": null,
          "transcript": "ENST00000650074.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2666,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.1757C>T",
          "hgvs_p": null,
          "transcript": "ENST00000650139.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 4188,
          "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": 53,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.*1997C>T",
          "hgvs_p": null,
          "transcript": "ENST00000302640.13",
          "protein_id": "ENSP00000306253.9",
          "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": 9305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.445-45653C>T",
          "hgvs_p": null,
          "transcript": "ENST00000648390.1",
          "protein_id": "ENSP00000497404.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000235978",
          "gene_hgnc_id": null,
          "hgvs_c": "n.582-6930G>A",
          "hgvs_p": null,
          "transcript": "ENST00000693140.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000235978",
          "gene_hgnc_id": null,
          "hgvs_c": "n.128+30461G>A",
          "hgvs_p": null,
          "transcript": "ENST00000799487.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000235978",
          "gene_hgnc_id": null,
          "hgvs_c": "n.317+30461G>A",
          "hgvs_p": null,
          "transcript": "ENST00000799488.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000235978",
          "gene_hgnc_id": null,
          "hgvs_c": "n.218+30461G>A",
          "hgvs_p": null,
          "transcript": "ENST00000799489.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000235978",
          "gene_hgnc_id": null,
          "hgvs_c": "n.199-6930G>A",
          "hgvs_p": null,
          "transcript": "ENST00000799498.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ITPR1",
      "gene_hgnc_id": 6180,
      "dbsnp": "rs369778265",
      "frequency_reference_population": 0.000024782932,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 40,
      "gnomad_exomes_af": 0.0000232607,
      "gnomad_genomes_af": 0.0000393908,
      "gnomad_exomes_ac": 34,
      "gnomad_genomes_ac": 6,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6000000238418579,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.6,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.305,
      "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": -17,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1",
      "acmg_by_gene": [
        {
          "score": -17,
          "benign_score": 17,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000443694.5",
          "gene_symbol": "ITPR1",
          "hgnc_id": 6180,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.6948C>T",
          "hgvs_p": "p.Ile2316Ile"
        },
        {
          "score": -10,
          "benign_score": 12,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000693140.1",
          "gene_symbol": "ENSG00000235978",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.582-6930G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:1",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}