← 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-1218551-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1218551&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1218551,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_016176.6",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "NM_016176.6",
"protein_id": "NP_057260.3",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360001.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016176.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000360001.12",
"protein_id": "ENSP00000353094.7",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016176.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360001.12"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000263741.12",
"protein_id": "ENSP00000263741.8",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 341,
"cds_start": 798,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263741.12"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900950.1",
"protein_id": "ENSP00000571009.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 379,
"cds_start": 798,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900950.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900948.1",
"protein_id": "ENSP00000571007.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900948.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900949.1",
"protein_id": "ENSP00000571008.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900949.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900952.1",
"protein_id": "ENSP00000571011.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900952.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900953.1",
"protein_id": "ENSP00000571012.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900953.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000900954.1",
"protein_id": "ENSP00000571013.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900954.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000921532.1",
"protein_id": "ENSP00000591591.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921532.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000921533.1",
"protein_id": "ENSP00000591592.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 355,
"cds_start": 798,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921533.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.789C>T",
"hgvs_p": "p.Asp263Asp",
"transcript": "ENST00000969251.1",
"protein_id": "ENSP00000639310.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 352,
"cds_start": 789,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969251.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.777C>T",
"hgvs_p": "p.Asp259Asp",
"transcript": "ENST00000921531.1",
"protein_id": "ENSP00000591590.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 348,
"cds_start": 777,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921531.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp",
"transcript": "NM_016547.3",
"protein_id": "NP_057631.2",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 341,
"cds_start": 798,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016547.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.756C>T",
"hgvs_p": "p.Asp252Asp",
"transcript": "ENST00000900955.1",
"protein_id": "ENSP00000571014.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 341,
"cds_start": 756,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900955.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.672C>T",
"hgvs_p": "p.Asp224Asp",
"transcript": "ENST00000900951.1",
"protein_id": "ENSP00000571010.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 313,
"cds_start": 672,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900951.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.639C>T",
"hgvs_p": "p.Asp213Asp",
"transcript": "ENST00000921530.1",
"protein_id": "ENSP00000591589.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 302,
"cds_start": 639,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921530.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"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": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.699C>T",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000403997.2",
"protein_id": "ENSP00000384207.2",
"transcript_support_level": 3,
"aa_start": 233,
"aa_end": null,
"aa_length": 241,
"cds_start": 699,
"cds_end": null,
"cds_length": 727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403997.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.819C>T",
"hgvs_p": "p.Asp273Asp",
"transcript": "XM_047422111.1",
"protein_id": "XP_047278067.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 362,
"cds_start": 819,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422111.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.819C>T",
"hgvs_p": "p.Asp273Asp",
"transcript": "XM_047422112.1",
"protein_id": "XP_047278068.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 348,
"cds_start": 819,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422112.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "c.469-863C>T",
"hgvs_p": null,
"transcript": "ENST00000969252.1",
"protein_id": "ENSP00000639311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 214,
"cds_start": null,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969252.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "n.*70C>T",
"hgvs_p": null,
"transcript": "ENST00000465727.5",
"protein_id": "ENSP00000435962.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000465727.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "n.1743C>T",
"hgvs_p": null,
"transcript": "ENST00000478938.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": "retained_intron",
"feature": "ENST00000478938.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "n.2666C>T",
"hgvs_p": null,
"transcript": "ENST00000494748.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": "retained_intron",
"feature": "ENST00000494748.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"hgvs_c": "n.*70C>T",
"hgvs_p": null,
"transcript": "ENST00000465727.5",
"protein_id": "ENSP00000435962.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000465727.5"
}
],
"gene_symbol": "SDF4",
"gene_hgnc_id": 24188,
"dbsnp": "rs781676433",
"frequency_reference_population": 0.0000030977399,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273648,
"gnomad_genomes_af": 0.00000656383,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28999999165534973,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.29,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.138,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BP7",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP7"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016176.6",
"gene_symbol": "SDF4",
"hgnc_id": 24188,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Asp266Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}