← 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: 10-13333906-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=13333906&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 13333906,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_012247.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_012247.5",
"protein_id": "NP_036379.2",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": "ENST00000327347.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012247.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000327347.10",
"protein_id": "ENSP00000367893.3",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": "NM_012247.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327347.10"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.270A>G",
"hgvs_p": "p.Thr90Thr",
"transcript": "ENST00000545675.5",
"protein_id": "ENSP00000441119.2",
"transcript_support_level": 1,
"aa_start": 90,
"aa_end": null,
"aa_length": 325,
"cds_start": 270,
"cds_end": null,
"cds_length": 978,
"cdna_start": 577,
"cdna_end": null,
"cdna_length": 2988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545675.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000378614.8",
"protein_id": "ENSP00000367877.3",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 321,
"cds_start": 471,
"cds_end": null,
"cds_length": 966,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 2387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378614.8"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.582A>G",
"hgvs_p": "p.Thr194Thr",
"transcript": "ENST00000948205.1",
"protein_id": "ENSP00000618264.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 429,
"cds_start": 582,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 2845,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948205.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925353.1",
"protein_id": "ENSP00000595412.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 420,
"cds_start": 471,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925353.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000877592.1",
"protein_id": "ENSP00000547651.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 3069,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877592.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925347.1",
"protein_id": "ENSP00000595406.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925347.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925348.1",
"protein_id": "ENSP00000595407.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925348.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925349.1",
"protein_id": "ENSP00000595408.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925349.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925351.1",
"protein_id": "ENSP00000595410.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925351.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925352.1",
"protein_id": "ENSP00000595411.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925352.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925355.1",
"protein_id": "ENSP00000595414.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925355.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_001375769.1",
"protein_id": "NP_001362698.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 390,
"cds_start": 471,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 3259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375769.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000877591.1",
"protein_id": "ENSP00000547650.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 390,
"cds_start": 471,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 3027,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877591.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000925350.1",
"protein_id": "ENSP00000595409.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 390,
"cds_start": 471,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 2429,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925350.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.270A>G",
"hgvs_p": "p.Thr90Thr",
"transcript": "NM_001195602.2",
"protein_id": "NP_001182531.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 325,
"cds_start": 270,
"cds_end": null,
"cds_length": 978,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 2994,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195602.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_001195604.2",
"protein_id": "NP_001182533.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 321,
"cds_start": 471,
"cds_end": null,
"cds_length": 966,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 3052,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195604.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000413411.5",
"protein_id": "ENSP00000401732.1",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 165,
"cds_start": 471,
"cds_end": null,
"cds_length": 500,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413411.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.270A>G",
"hgvs_p": "p.Thr90Thr",
"transcript": "ENST00000425947.1",
"protein_id": "ENSP00000400418.1",
"transcript_support_level": 3,
"aa_start": 90,
"aa_end": null,
"aa_length": 90,
"cds_start": 270,
"cds_end": null,
"cds_length": 275,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425947.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047424839.1",
"protein_id": "XP_047280795.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 392,
"cds_start": 471,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 3394,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424839.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047424840.1",
"protein_id": "XP_047280796.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 390,
"cds_start": 471,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424840.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.270A>G",
"hgvs_p": "p.Thr90Thr",
"transcript": "XM_047424841.1",
"protein_id": "XP_047280797.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 323,
"cds_start": 270,
"cds_end": null,
"cds_length": 972,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 2988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424841.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "c.193+10852A>G",
"hgvs_p": null,
"transcript": "ENST00000925354.1",
"protein_id": "ENSP00000595413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 206,
"cds_start": null,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925354.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"hgvs_c": "n.1061A>G",
"hgvs_p": null,
"transcript": "NR_164738.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": 3483,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164738.1"
}
],
"gene_symbol": "SEPHS1",
"gene_hgnc_id": 19685,
"dbsnp": "rs10752297",
"frequency_reference_population": 0.6060544,
"hom_count_reference_population": 298423,
"allele_count_reference_population": 977407,
"gnomad_exomes_af": 0.602686,
"gnomad_genomes_af": 0.638415,
"gnomad_exomes_ac": 880336,
"gnomad_genomes_ac": 97071,
"gnomad_exomes_homalt": 267161,
"gnomad_genomes_homalt": 31262,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.769,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_012247.5",
"gene_symbol": "SEPHS1",
"hgnc_id": 19685,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.471A>G",
"hgvs_p": "p.Thr157Thr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}