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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 4813179,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "ENST00000443694.5",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 57,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7506C>T",
          "hgvs_p": "p.Ser2502Ser",
          "transcript": "NM_001378452.1",
          "protein_id": "NP_001365381.1",
          "transcript_support_level": null,
          "aa_start": 2502,
          "aa_end": null,
          "aa_length": 2758,
          "cds_start": 7506,
          "cds_end": null,
          "cds_length": 8277,
          "cdna_start": 7856,
          "cdna_end": null,
          "cdna_length": 9908,
          "mane_select": "ENST00000649015.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 57,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7506C>T",
          "hgvs_p": "p.Ser2502Ser",
          "transcript": "ENST00000649015.2",
          "protein_id": "ENSP00000497605.1",
          "transcript_support_level": null,
          "aa_start": 2502,
          "aa_end": null,
          "aa_length": 2758,
          "cds_start": 7506,
          "cds_end": null,
          "cds_length": 8277,
          "cdna_start": 7856,
          "cdna_end": null,
          "cdna_length": 9908,
          "mane_select": "NM_001378452.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 57,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7482C>T",
          "hgvs_p": "p.Ser2494Ser",
          "transcript": "ENST00000354582.12",
          "protein_id": "ENSP00000346595.8",
          "transcript_support_level": 5,
          "aa_start": 2494,
          "aa_end": null,
          "aa_length": 2750,
          "cds_start": 7482,
          "cds_end": null,
          "cds_length": 8253,
          "cdna_start": 7832,
          "cdna_end": null,
          "cdna_length": 9876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 57,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7479C>T",
          "hgvs_p": "p.Ser2493Ser",
          "transcript": "ENST00000648266.1",
          "protein_id": "ENSP00000498014.1",
          "transcript_support_level": null,
          "aa_start": 2493,
          "aa_end": null,
          "aa_length": 2749,
          "cds_start": 7479,
          "cds_end": null,
          "cds_length": 8250,
          "cdna_start": 7723,
          "cdna_end": null,
          "cdna_length": 9767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 56,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7464C>T",
          "hgvs_p": "p.Ser2488Ser",
          "transcript": "ENST00000650294.1",
          "protein_id": "ENSP00000498056.1",
          "transcript_support_level": null,
          "aa_start": 2488,
          "aa_end": null,
          "aa_length": 2744,
          "cds_start": 7464,
          "cds_end": null,
          "cds_length": 8235,
          "cdna_start": 7601,
          "cdna_end": null,
          "cdna_length": 9353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 56,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7461C>T",
          "hgvs_p": "p.Ser2487Ser",
          "transcript": "ENST00000443694.5",
          "protein_id": "ENSP00000401671.2",
          "transcript_support_level": 1,
          "aa_start": 2487,
          "aa_end": null,
          "aa_length": 2743,
          "cds_start": 7461,
          "cds_end": null,
          "cds_length": 8232,
          "cdna_start": 7706,
          "cdna_end": null,
          "cdna_length": 9647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7434C>T",
          "hgvs_p": "p.Ser2478Ser",
          "transcript": "ENST00000648309.1",
          "protein_id": "ENSP00000497026.1",
          "transcript_support_level": null,
          "aa_start": 2478,
          "aa_end": null,
          "aa_length": 2734,
          "cds_start": 7434,
          "cds_end": null,
          "cds_length": 8205,
          "cdna_start": 7439,
          "cdna_end": null,
          "cdna_length": 9311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7362C>T",
          "hgvs_p": "p.Ser2454Ser",
          "transcript": "ENST00000357086.10",
          "protein_id": "ENSP00000349597.4",
          "transcript_support_level": 1,
          "aa_start": 2454,
          "aa_end": null,
          "aa_length": 2710,
          "cds_start": 7362,
          "cds_end": null,
          "cds_length": 8133,
          "cdna_start": 7715,
          "cdna_end": null,
          "cdna_length": 9767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 53,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7317C>T",
          "hgvs_p": "p.Ser2439Ser",
          "transcript": "ENST00000456211.8",
          "protein_id": "ENSP00000397885.2",
          "transcript_support_level": 1,
          "aa_start": 2439,
          "aa_end": null,
          "aa_length": 2695,
          "cds_start": 7317,
          "cds_end": null,
          "cds_length": 8088,
          "cdna_start": 7563,
          "cdna_end": null,
          "cdna_length": 9506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.5268C>T",
          "hgvs_p": "p.Ser1756Ser",
          "transcript": "ENST00000648038.1",
          "protein_id": "ENSP00000497872.1",
          "transcript_support_level": null,
          "aa_start": 1756,
          "aa_end": null,
          "aa_length": 2012,
          "cds_start": 5268,
          "cds_end": null,
          "cds_length": 6039,
          "cdna_start": 5268,
          "cdna_end": null,
          "cdna_length": 6998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.4683C>T",
          "hgvs_p": "p.Ser1561Ser",
          "transcript": "ENST00000648431.1",
          "protein_id": "ENSP00000498149.1",
          "transcript_support_level": null,
          "aa_start": 1561,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": 4683,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": 4685,
          "cdna_end": null,
          "cdna_length": 6517,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.4446C>T",
          "hgvs_p": "p.Ser1482Ser",
          "transcript": "ENST00000648212.1",
          "protein_id": "ENSP00000498022.1",
          "transcript_support_level": null,
          "aa_start": 1482,
          "aa_end": null,
          "aa_length": 1738,
          "cds_start": 4446,
          "cds_end": null,
          "cds_length": 5217,
          "cdna_start": 4447,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.1395C>T",
          "hgvs_p": "p.Ser465Ser",
          "transcript": "ENST00000544951.6",
          "protein_id": "ENSP00000440564.1",
          "transcript_support_level": 1,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1395,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1543,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 56,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7461C>T",
          "hgvs_p": "p.Ser2487Ser",
          "transcript": "NM_001168272.2",
          "protein_id": "NP_001161744.1",
          "transcript_support_level": null,
          "aa_start": 2487,
          "aa_end": null,
          "aa_length": 2743,
          "cds_start": 7461,
          "cds_end": null,
          "cds_length": 8232,
          "cdna_start": 7811,
          "cdna_end": null,
          "cdna_length": 9863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7362C>T",
          "hgvs_p": "p.Ser2454Ser",
          "transcript": "NM_001099952.4",
          "protein_id": "NP_001093422.2",
          "transcript_support_level": null,
          "aa_start": 2454,
          "aa_end": null,
          "aa_length": 2710,
          "cds_start": 7362,
          "cds_end": null,
          "cds_length": 8133,
          "cdna_start": 7712,
          "cdna_end": null,
          "cdna_length": 9764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 53,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.7317C>T",
          "hgvs_p": "p.Ser2439Ser",
          "transcript": "NM_002222.7",
          "protein_id": "NP_002213.5",
          "transcript_support_level": null,
          "aa_start": 2439,
          "aa_end": null,
          "aa_length": 2695,
          "cds_start": 7317,
          "cds_end": null,
          "cds_length": 8088,
          "cdna_start": 7667,
          "cdna_end": null,
          "cdna_length": 9719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "c.3873C>T",
          "hgvs_p": "p.Ser1291Ser",
          "transcript": "ENST00000648016.1",
          "protein_id": "ENSP00000496893.1",
          "transcript_support_level": null,
          "aa_start": 1291,
          "aa_end": null,
          "aa_length": 1547,
          "cds_start": 3873,
          "cds_end": null,
          "cds_length": 4644,
          "cdna_start": 3874,
          "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": 56,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.*2510C>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.823C>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.763C>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": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.133C>T",
          "hgvs_p": null,
          "transcript": "ENST00000472205.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": 652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.784C>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": 35,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.5010C>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": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.526C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647997.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": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.517C>T",
          "hgvs_p": null,
          "transcript": "ENST00000648208.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": 2444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.600C>T",
          "hgvs_p": null,
          "transcript": "ENST00000648770.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": 2526,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.2554C>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.634C>T",
          "hgvs_p": null,
          "transcript": "ENST00000649314.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": 2400,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.4991C>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.838C>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.816C>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": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.2270C>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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.932C>T",
          "hgvs_p": null,
          "transcript": "ENST00000650552.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": 2831,
          "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": 56,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITPR1",
          "gene_hgnc_id": 6180,
          "hgvs_c": "n.*2510C>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-32960C>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.581+12567G>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+17768G>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+17768G>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+17768G>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.198+17768G>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": "rs375227391",
      "frequency_reference_population": 0.00012020333,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 194,
      "gnomad_exomes_af": 0.000121778,
      "gnomad_genomes_af": 0.000105088,
      "gnomad_exomes_ac": 178,
      "gnomad_genomes_ac": 16,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7200000286102295,
      "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.72,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.67,
      "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.7461C>T",
          "hgvs_p": "p.Ser2487Ser"
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000693140.1",
          "gene_symbol": "ENSG00000235978",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.581+12567G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "ITPR1-related disorder,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1",
      "phenotype_combined": "not specified|not provided|ITPR1-related disorder",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}