← 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: 20-33438877-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=33438877&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 33438877,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003098.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "NM_003098.3",
"protein_id": "NP_003089.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 505,
"cds_start": 460,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000217381.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003098.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000217381.3",
"protein_id": "ENSP00000217381.2",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 505,
"cds_start": 460,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003098.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000217381.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953204.1",
"protein_id": "ENSP00000623263.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 546,
"cds_start": 460,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953204.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953205.1",
"protein_id": "ENSP00000623264.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 528,
"cds_start": 460,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953205.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953203.1",
"protein_id": "ENSP00000623262.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 515,
"cds_start": 460,
"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": "ENST00000953203.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880503.1",
"protein_id": "ENSP00000550562.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 512,
"cds_start": 460,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880503.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953201.1",
"protein_id": "ENSP00000623260.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 511,
"cds_start": 460,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953201.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953206.1",
"protein_id": "ENSP00000623265.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 510,
"cds_start": 460,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953206.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953198.1",
"protein_id": "ENSP00000623257.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 509,
"cds_start": 460,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953198.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "NM_001424413.1",
"protein_id": "NP_001411342.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 504,
"cds_start": 460,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424413.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880497.1",
"protein_id": "ENSP00000550556.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 504,
"cds_start": 460,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880497.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880499.1",
"protein_id": "ENSP00000550558.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 498,
"cds_start": 460,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880499.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "NM_001424414.1",
"protein_id": "NP_001411343.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 496,
"cds_start": 460,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424414.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880502.1",
"protein_id": "ENSP00000550561.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 489,
"cds_start": 460,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880502.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880500.1",
"protein_id": "ENSP00000550559.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 476,
"cds_start": 460,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880500.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953199.1",
"protein_id": "ENSP00000623258.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 475,
"cds_start": 460,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953199.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953202.1",
"protein_id": "ENSP00000623261.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 472,
"cds_start": 460,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953202.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000880498.1",
"protein_id": "ENSP00000550557.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 470,
"cds_start": 460,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880498.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953197.1",
"protein_id": "ENSP00000623256.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 469,
"cds_start": 460,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953197.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953207.1",
"protein_id": "ENSP00000623266.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 469,
"cds_start": 460,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953207.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "ENST00000953200.1",
"protein_id": "ENSP00000623259.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 258,
"cds_start": 460,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953200.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "XM_011529008.2",
"protein_id": "XP_011527310.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 495,
"cds_start": 460,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529008.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe",
"transcript": "XM_047440392.1",
"protein_id": "XP_047296348.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 476,
"cds_start": 460,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440392.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.133G>T",
"hgvs_p": "p.Val45Phe",
"transcript": "XM_024451971.2",
"protein_id": "XP_024307739.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 396,
"cds_start": 133,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451971.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"hgvs_c": "c.310+4434G>T",
"hgvs_p": null,
"transcript": "ENST00000880501.1",
"protein_id": "ENSP00000550560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": null,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880501.1"
}
],
"gene_symbol": "SNTA1",
"gene_hgnc_id": 11167,
"dbsnp": "rs200241523",
"frequency_reference_population": 6.8406285e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84063e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5792684555053711,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.155,
"revel_prediction": "Benign",
"alphamissense_score": 0.3523,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.555,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003098.3",
"gene_symbol": "SNTA1",
"hgnc_id": 11167,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Val154Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}