← 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: 12-106997581-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=106997581&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 106997581,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001413458.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_004075.5",
"protein_id": "NP_004066.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000008527.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004075.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "ENST00000008527.10",
"protein_id": "ENSP00000008527.5",
"transcript_support_level": 1,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004075.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000008527.10"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_001413458.1",
"protein_id": "NP_001400387.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 606,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413458.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_001413459.1",
"protein_id": "NP_001400388.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 605,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413459.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_001413460.1",
"protein_id": "NP_001400389.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 598,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413460.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_001413461.1",
"protein_id": "NP_001400390.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413461.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "NM_001413462.1",
"protein_id": "NP_001400391.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413462.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "ENST00000864076.1",
"protein_id": "ENSP00000534135.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864076.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr",
"transcript": "ENST00000864077.1",
"protein_id": "ENSP00000534136.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 586,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864077.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1393C>A",
"hgvs_p": "p.Pro465Thr",
"transcript": "NM_001413463.1",
"protein_id": "NP_001400392.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 584,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413463.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1393C>A",
"hgvs_p": "p.Pro465Thr",
"transcript": "ENST00000938851.1",
"protein_id": "ENSP00000608910.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 584,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938851.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1393C>A",
"hgvs_p": "p.Pro465Thr",
"transcript": "ENST00000938852.1",
"protein_id": "ENSP00000608911.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 584,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938852.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1315C>A",
"hgvs_p": "p.Pro439Thr",
"transcript": "NM_001413464.1",
"protein_id": "NP_001400393.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 558,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413464.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1315C>A",
"hgvs_p": "p.Pro439Thr",
"transcript": "NM_001413465.1",
"protein_id": "NP_001400394.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 558,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413465.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1186C>A",
"hgvs_p": "p.Pro396Thr",
"transcript": "ENST00000947484.1",
"protein_id": "ENSP00000617543.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 515,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947484.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.1012C>A",
"hgvs_p": "p.Pro338Thr",
"transcript": "NM_001413466.1",
"protein_id": "NP_001400395.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 457,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413466.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Pro308Thr",
"transcript": "NM_001413467.1",
"protein_id": "NP_001400396.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 427,
"cds_start": 922,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413467.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Pro308Thr",
"transcript": "NM_001413468.1",
"protein_id": "NP_001400397.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 427,
"cds_start": 922,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413468.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Pro308Thr",
"transcript": "NM_001413469.1",
"protein_id": "NP_001400398.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 427,
"cds_start": 922,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413469.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Pro308Thr",
"transcript": "NM_001413470.1",
"protein_id": "NP_001400399.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 427,
"cds_start": 922,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413470.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Pro308Thr",
"transcript": "XM_047428319.1",
"protein_id": "XP_047284275.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 427,
"cds_start": 922,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428319.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "n.1958C>A",
"hgvs_p": null,
"transcript": "ENST00000552790.5",
"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": "retained_intron",
"feature": "ENST00000552790.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "n.1917C>A",
"hgvs_p": null,
"transcript": "NR_182152.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_182152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "n.1553C>A",
"hgvs_p": null,
"transcript": "NR_182153.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_182153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"hgvs_c": "c.-42C>A",
"hgvs_p": null,
"transcript": "ENST00000549356.1",
"protein_id": "ENSP00000447738.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": null,
"cds_end": null,
"cds_length": 321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549356.1"
}
],
"gene_symbol": "CRY1",
"gene_hgnc_id": 2384,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.938346266746521,
"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.805,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9186,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001413458.1",
"gene_symbol": "CRY1",
"hgnc_id": 2384,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1399C>A",
"hgvs_p": "p.Pro467Thr"
}
],
"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
}