← 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-113397177-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=113397177&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 113397177,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006843.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "NM_006843.3",
"protein_id": "NP_006834.2",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 1605,
"mane_select": "ENST00000257549.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006843.3"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000257549.9",
"protein_id": "ENSP00000257549.4",
"transcript_support_level": 2,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 1605,
"mane_select": "NM_006843.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257549.9"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.683C>A",
"hgvs_p": "p.Pro228His",
"transcript": "ENST00000880860.1",
"protein_id": "ENSP00000550919.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 342,
"cds_start": 683,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880860.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.653C>A",
"hgvs_p": "p.Pro218His",
"transcript": "ENST00000880862.1",
"protein_id": "ENSP00000550921.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 332,
"cds_start": 653,
"cds_end": null,
"cds_length": 999,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 1611,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880862.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880846.1",
"protein_id": "ENSP00000550905.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 835,
"cdna_end": null,
"cdna_length": 1670,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880846.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880847.1",
"protein_id": "ENSP00000550906.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 1712,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880847.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880848.1",
"protein_id": "ENSP00000550907.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1213,
"cdna_end": null,
"cdna_length": 2048,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880848.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880849.1",
"protein_id": "ENSP00000550908.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 872,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880849.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880851.1",
"protein_id": "ENSP00000550910.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880851.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880852.1",
"protein_id": "ENSP00000550911.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1836,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880852.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880853.1",
"protein_id": "ENSP00000550912.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 2319,
"cdna_end": null,
"cdna_length": 3152,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880853.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880854.1",
"protein_id": "ENSP00000550913.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1551,
"cdna_end": null,
"cdna_length": 2386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880854.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880855.1",
"protein_id": "ENSP00000550914.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 2191,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880855.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880857.1",
"protein_id": "ENSP00000550916.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 1743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880857.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880858.1",
"protein_id": "ENSP00000550917.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880858.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880863.1",
"protein_id": "ENSP00000550922.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1019,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880863.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880864.1",
"protein_id": "ENSP00000550923.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880864.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His",
"transcript": "ENST00000880865.1",
"protein_id": "ENSP00000550924.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 328,
"cds_start": 641,
"cds_end": null,
"cds_length": 987,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880865.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Pro210His",
"transcript": "ENST00000880861.1",
"protein_id": "ENSP00000550920.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 324,
"cds_start": 629,
"cds_end": null,
"cds_length": 975,
"cdna_start": 752,
"cdna_end": null,
"cdna_length": 1587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880861.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.467C>A",
"hgvs_p": "p.Pro156His",
"transcript": "ENST00000880859.1",
"protein_id": "ENSP00000550918.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 270,
"cds_start": 467,
"cds_end": null,
"cds_length": 813,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 1426,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880859.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.461C>A",
"hgvs_p": "p.Pro154His",
"transcript": "ENST00000880866.1",
"protein_id": "ENSP00000550925.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 268,
"cds_start": 461,
"cds_end": null,
"cds_length": 807,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 1418,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880866.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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.425+1338C>A",
"hgvs_p": null,
"transcript": "ENST00000880850.1",
"protein_id": "ENSP00000550909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": null,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880850.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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.425+1338C>A",
"hgvs_p": null,
"transcript": "ENST00000880856.1",
"protein_id": "ENSP00000550915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": null,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1727,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880856.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "n.762C>A",
"hgvs_p": null,
"transcript": "ENST00000553112.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": 1299,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553112.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.*78C>A",
"hgvs_p": null,
"transcript": "ENST00000552280.5",
"protein_id": "ENSP00000449833.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552280.5"
}
],
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"dbsnp": "rs750522334",
"frequency_reference_population": 0.000027260448,
"hom_count_reference_population": 0,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000280475,
"gnomad_genomes_af": 0.0000197039,
"gnomad_exomes_ac": 41,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8026057481765747,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.687,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2103,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.521,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006843.3",
"gene_symbol": "SDS",
"hgnc_id": 10691,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.641C>A",
"hgvs_p": "p.Pro214His"
}
],
"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
}