← 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-4779607-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=4779607&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 4779607,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000443694.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6349G>A",
"hgvs_p": "p.Ala2117Thr",
"transcript": "NM_001378452.1",
"protein_id": "NP_001365381.1",
"transcript_support_level": null,
"aa_start": 2117,
"aa_end": null,
"aa_length": 2758,
"cds_start": 6349,
"cds_end": null,
"cds_length": 8277,
"cdna_start": 6699,
"cdna_end": null,
"cdna_length": 9908,
"mane_select": "ENST00000649015.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6349G>A",
"hgvs_p": "p.Ala2117Thr",
"transcript": "ENST00000649015.2",
"protein_id": "ENSP00000497605.1",
"transcript_support_level": null,
"aa_start": 2117,
"aa_end": null,
"aa_length": 2758,
"cds_start": 6349,
"cds_end": null,
"cds_length": 8277,
"cdna_start": 6699,
"cdna_end": null,
"cdna_length": 9908,
"mane_select": "NM_001378452.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6325G>A",
"hgvs_p": "p.Ala2109Thr",
"transcript": "ENST00000354582.12",
"protein_id": "ENSP00000346595.8",
"transcript_support_level": 5,
"aa_start": 2109,
"aa_end": null,
"aa_length": 2750,
"cds_start": 6325,
"cds_end": null,
"cds_length": 8253,
"cdna_start": 6675,
"cdna_end": null,
"cdna_length": 9876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6322G>A",
"hgvs_p": "p.Ala2108Thr",
"transcript": "ENST00000648266.1",
"protein_id": "ENSP00000498014.1",
"transcript_support_level": null,
"aa_start": 2108,
"aa_end": null,
"aa_length": 2749,
"cds_start": 6322,
"cds_end": null,
"cds_length": 8250,
"cdna_start": 6566,
"cdna_end": null,
"cdna_length": 9767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6307G>A",
"hgvs_p": "p.Ala2103Thr",
"transcript": "ENST00000650294.1",
"protein_id": "ENSP00000498056.1",
"transcript_support_level": null,
"aa_start": 2103,
"aa_end": null,
"aa_length": 2744,
"cds_start": 6307,
"cds_end": null,
"cds_length": 8235,
"cdna_start": 6444,
"cdna_end": null,
"cdna_length": 9353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6304G>A",
"hgvs_p": "p.Ala2102Thr",
"transcript": "ENST00000443694.5",
"protein_id": "ENSP00000401671.2",
"transcript_support_level": 1,
"aa_start": 2102,
"aa_end": null,
"aa_length": 2743,
"cds_start": 6304,
"cds_end": null,
"cds_length": 8232,
"cdna_start": 6549,
"cdna_end": null,
"cdna_length": 9647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6277G>A",
"hgvs_p": "p.Ala2093Thr",
"transcript": "ENST00000648309.1",
"protein_id": "ENSP00000497026.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2734,
"cds_start": 6277,
"cds_end": null,
"cds_length": 8205,
"cdna_start": 6282,
"cdna_end": null,
"cdna_length": 9311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6205G>A",
"hgvs_p": "p.Ala2069Thr",
"transcript": "ENST00000357086.10",
"protein_id": "ENSP00000349597.4",
"transcript_support_level": 1,
"aa_start": 2069,
"aa_end": null,
"aa_length": 2710,
"cds_start": 6205,
"cds_end": null,
"cds_length": 8133,
"cdna_start": 6558,
"cdna_end": null,
"cdna_length": 9767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6160G>A",
"hgvs_p": "p.Ala2054Thr",
"transcript": "ENST00000456211.8",
"protein_id": "ENSP00000397885.2",
"transcript_support_level": 1,
"aa_start": 2054,
"aa_end": null,
"aa_length": 2695,
"cds_start": 6160,
"cds_end": null,
"cds_length": 8088,
"cdna_start": 6406,
"cdna_end": null,
"cdna_length": 9506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.4111G>A",
"hgvs_p": "p.Ala1371Thr",
"transcript": "ENST00000648038.1",
"protein_id": "ENSP00000497872.1",
"transcript_support_level": null,
"aa_start": 1371,
"aa_end": null,
"aa_length": 2012,
"cds_start": 4111,
"cds_end": null,
"cds_length": 6039,
"cdna_start": 4111,
"cdna_end": null,
"cdna_length": 6998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.3649G>A",
"hgvs_p": "p.Ala1217Thr",
"transcript": "ENST00000648431.1",
"protein_id": "ENSP00000498149.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1817,
"cds_start": 3649,
"cds_end": null,
"cds_length": 5454,
"cdna_start": 3651,
"cdna_end": null,
"cdna_length": 6517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.3256G>A",
"hgvs_p": "p.Ala1086Thr",
"transcript": "ENST00000648212.1",
"protein_id": "ENSP00000498022.1",
"transcript_support_level": null,
"aa_start": 1086,
"aa_end": null,
"aa_length": 1738,
"cds_start": 3256,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 3257,
"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-26496G>A",
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6304G>A",
"hgvs_p": "p.Ala2102Thr",
"transcript": "NM_001168272.2",
"protein_id": "NP_001161744.1",
"transcript_support_level": null,
"aa_start": 2102,
"aa_end": null,
"aa_length": 2743,
"cds_start": 6304,
"cds_end": null,
"cds_length": 8232,
"cdna_start": 6654,
"cdna_end": null,
"cdna_length": 9863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6205G>A",
"hgvs_p": "p.Ala2069Thr",
"transcript": "NM_001099952.4",
"protein_id": "NP_001093422.2",
"transcript_support_level": null,
"aa_start": 2069,
"aa_end": null,
"aa_length": 2710,
"cds_start": 6205,
"cds_end": null,
"cds_length": 8133,
"cdna_start": 6555,
"cdna_end": null,
"cdna_length": 9764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.6160G>A",
"hgvs_p": "p.Ala2054Thr",
"transcript": "NM_002222.7",
"protein_id": "NP_002213.5",
"transcript_support_level": null,
"aa_start": 2054,
"aa_end": null,
"aa_length": 2695,
"cds_start": 6160,
"cds_end": null,
"cds_length": 8088,
"cdna_start": 6510,
"cdna_end": null,
"cdna_length": 9719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "c.2683G>A",
"hgvs_p": "p.Ala895Thr",
"transcript": "ENST00000648016.1",
"protein_id": "ENSP00000496893.1",
"transcript_support_level": null,
"aa_start": 895,
"aa_end": null,
"aa_length": 1547,
"cds_start": 2683,
"cds_end": null,
"cds_length": 4644,
"cdna_start": 2684,
"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": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.*1353G>A",
"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": 27,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.3853G>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.183G>A",
"hgvs_p": null,
"transcript": "ENST00000648510.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": 3368,
"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": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.1397G>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.3834G>A",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"hgvs_c": "n.*1353G>A",
"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-66532G>A",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000235978",
"gene_hgnc_id": null,
"hgvs_c": "n.129-14330C>T",
"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.318-14330C>T",
"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.219-14330C>T",
"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
}
],
"gene_symbol": "ITPR1",
"gene_hgnc_id": 6180,
"dbsnp": "rs373973399",
"frequency_reference_population": 0.0000062033046,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000616471,
"gnomad_genomes_af": 0.00000657367,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8100258708000183,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.695,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9581,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.906,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM1",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000443694.5",
"gene_symbol": "ITPR1",
"hgnc_id": 6180,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.6304G>A",
"hgvs_p": "p.Ala2102Thr"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000799487.1",
"gene_symbol": "ENSG00000235978",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.129-14330C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}