← 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: 1-9731282-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=9731282&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 9731282,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001009566.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891Gln",
"transcript": "NM_001009566.3",
"protein_id": "NP_001009566.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 981,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377298.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009566.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891Gln",
"transcript": "ENST00000377298.9",
"protein_id": "ENSP00000366513.4",
"transcript_support_level": 1,
"aa_start": 891,
"aa_end": null,
"aa_length": 981,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001009566.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377298.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2642G>A",
"hgvs_p": "p.Arg881Gln",
"transcript": "ENST00000361311.4",
"protein_id": "ENSP00000354997.4",
"transcript_support_level": 1,
"aa_start": 881,
"aa_end": null,
"aa_length": 971,
"cds_start": 2642,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361311.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2678G>A",
"hgvs_p": "p.Arg893Gln",
"transcript": "ENST00000872287.1",
"protein_id": "ENSP00000542346.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 983,
"cds_start": 2678,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872287.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891Gln",
"transcript": "ENST00000872285.1",
"protein_id": "ENSP00000542344.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 981,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872285.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2642G>A",
"hgvs_p": "p.Arg881Gln",
"transcript": "NM_014944.4",
"protein_id": "NP_055759.3",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 971,
"cds_start": 2642,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014944.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2642G>A",
"hgvs_p": "p.Arg881Gln",
"transcript": "ENST00000932459.1",
"protein_id": "ENSP00000602518.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 971,
"cds_start": 2642,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932459.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2639G>A",
"hgvs_p": "p.Arg880Gln",
"transcript": "ENST00000960690.1",
"protein_id": "ENSP00000630749.1",
"transcript_support_level": null,
"aa_start": 880,
"aa_end": null,
"aa_length": 970,
"cds_start": 2639,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960690.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2636G>A",
"hgvs_p": "p.Arg879Gln",
"transcript": "ENST00000872284.1",
"protein_id": "ENSP00000542343.1",
"transcript_support_level": null,
"aa_start": 879,
"aa_end": null,
"aa_length": 969,
"cds_start": 2636,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872284.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2636G>A",
"hgvs_p": "p.Arg879Gln",
"transcript": "ENST00000960689.1",
"protein_id": "ENSP00000630748.1",
"transcript_support_level": null,
"aa_start": 879,
"aa_end": null,
"aa_length": 969,
"cds_start": 2636,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960689.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2618G>A",
"hgvs_p": "p.Arg873Gln",
"transcript": "ENST00000872288.1",
"protein_id": "ENSP00000542347.1",
"transcript_support_level": null,
"aa_start": 873,
"aa_end": null,
"aa_length": 963,
"cds_start": 2618,
"cds_end": null,
"cds_length": 2892,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872288.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2615G>A",
"hgvs_p": "p.Arg872Gln",
"transcript": "NM_001302883.1",
"protein_id": "NP_001289812.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 962,
"cds_start": 2615,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302883.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2600G>A",
"hgvs_p": "p.Arg867Gln",
"transcript": "ENST00000932463.1",
"protein_id": "ENSP00000602522.1",
"transcript_support_level": null,
"aa_start": 867,
"aa_end": null,
"aa_length": 957,
"cds_start": 2600,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932463.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2519G>A",
"hgvs_p": "p.Arg840Gln",
"transcript": "ENST00000932460.1",
"protein_id": "ENSP00000602519.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 930,
"cds_start": 2519,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932460.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2510G>A",
"hgvs_p": "p.Arg837Gln",
"transcript": "ENST00000932462.1",
"protein_id": "ENSP00000602521.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 927,
"cds_start": 2510,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932462.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2423G>A",
"hgvs_p": "p.Arg808Gln",
"transcript": "ENST00000960691.1",
"protein_id": "ENSP00000630750.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 898,
"cds_start": 2423,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960691.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2393G>A",
"hgvs_p": "p.Arg798Gln",
"transcript": "ENST00000932458.1",
"protein_id": "ENSP00000602517.1",
"transcript_support_level": null,
"aa_start": 798,
"aa_end": null,
"aa_length": 888,
"cds_start": 2393,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932458.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2306G>A",
"hgvs_p": "p.Arg769Gln",
"transcript": "ENST00000872286.1",
"protein_id": "ENSP00000542345.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 859,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872286.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2180G>A",
"hgvs_p": "p.Arg727Gln",
"transcript": "ENST00000932461.1",
"protein_id": "ENSP00000602520.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 817,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932461.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2075G>A",
"hgvs_p": "p.Arg692Gln",
"transcript": "ENST00000435891.5",
"protein_id": "ENSP00000401934.1",
"transcript_support_level": 2,
"aa_start": 692,
"aa_end": null,
"aa_length": 782,
"cds_start": 2075,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435891.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.1901G>A",
"hgvs_p": "p.Arg634Gln",
"transcript": "ENST00000872289.1",
"protein_id": "ENSP00000542348.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 724,
"cds_start": 1901,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872289.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "c.2585G>A",
"hgvs_p": "p.Arg862Gln",
"transcript": "XM_047449470.1",
"protein_id": "XP_047305426.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 952,
"cds_start": 2585,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "n.331G>A",
"hgvs_p": null,
"transcript": "ENST00000477264.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000477264.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "n.*1581G>A",
"hgvs_p": null,
"transcript": "ENST00000650348.1",
"protein_id": "ENSP00000497950.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"hgvs_c": "n.*1581G>A",
"hgvs_p": null,
"transcript": "ENST00000650348.1",
"protein_id": "ENSP00000497950.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650348.1"
}
],
"gene_symbol": "CLSTN1",
"gene_hgnc_id": 17447,
"dbsnp": "rs138774376",
"frequency_reference_population": 0.000093541894,
"hom_count_reference_population": 0,
"allele_count_reference_population": 151,
"gnomad_exomes_af": 0.0000772973,
"gnomad_genomes_af": 0.000249406,
"gnomad_exomes_ac": 113,
"gnomad_genomes_ac": 38,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.031116902828216553,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.0822,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.883,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001009566.3",
"gene_symbol": "CLSTN1",
"hgnc_id": 17447,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}