← 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: 9-96324157-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=96324157&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 96324157,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_007001.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.765G>A",
"hgvs_p": "p.Met255Ile",
"transcript": "NM_007001.3",
"protein_id": "NP_008932.2",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 337,
"cds_start": 765,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000253270.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007001.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.765G>A",
"hgvs_p": "p.Met255Ile",
"transcript": "ENST00000253270.13",
"protein_id": "ENSP00000253270.7",
"transcript_support_level": 1,
"aa_start": 255,
"aa_end": null,
"aa_length": 337,
"cds_start": 765,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007001.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000253270.13"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.501G>A",
"hgvs_p": "p.Met167Ile",
"transcript": "ENST00000375259.9",
"protein_id": "ENSP00000364408.4",
"transcript_support_level": 1,
"aa_start": 167,
"aa_end": null,
"aa_length": 249,
"cds_start": 501,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375259.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285269",
"gene_hgnc_id": null,
"hgvs_c": "n.366G>A",
"hgvs_p": null,
"transcript": "ENST00000643789.1",
"protein_id": "ENSP00000494818.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000643789.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.888G>A",
"hgvs_p": "p.Met296Ile",
"transcript": "ENST00000955257.1",
"protein_id": "ENSP00000625316.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 378,
"cds_start": 888,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955257.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.873G>A",
"hgvs_p": "p.Met291Ile",
"transcript": "ENST00000878040.1",
"protein_id": "ENSP00000548099.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 373,
"cds_start": 873,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878040.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.840G>A",
"hgvs_p": "p.Met280Ile",
"transcript": "ENST00000878036.1",
"protein_id": "ENSP00000548095.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 362,
"cds_start": 840,
"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": "ENST00000878036.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.762G>A",
"hgvs_p": "p.Met254Ile",
"transcript": "ENST00000923824.1",
"protein_id": "ENSP00000593883.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 336,
"cds_start": 762,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923824.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.696G>A",
"hgvs_p": "p.Met232Ile",
"transcript": "ENST00000955259.1",
"protein_id": "ENSP00000625318.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 314,
"cds_start": 696,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955259.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.693G>A",
"hgvs_p": "p.Met231Ile",
"transcript": "ENST00000878042.1",
"protein_id": "ENSP00000548101.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 313,
"cds_start": 693,
"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": "ENST00000878042.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.624G>A",
"hgvs_p": "p.Met208Ile",
"transcript": "ENST00000878039.1",
"protein_id": "ENSP00000548098.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 290,
"cds_start": 624,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878039.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.594G>A",
"hgvs_p": "p.Met198Ile",
"transcript": "ENST00000955255.1",
"protein_id": "ENSP00000625314.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 280,
"cds_start": 594,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955255.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.591G>A",
"hgvs_p": "p.Met197Ile",
"transcript": "ENST00000955256.1",
"protein_id": "ENSP00000625315.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 279,
"cds_start": 591,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955256.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.525G>A",
"hgvs_p": "p.Met175Ile",
"transcript": "ENST00000878041.1",
"protein_id": "ENSP00000548100.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 257,
"cds_start": 525,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878041.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.501G>A",
"hgvs_p": "p.Met167Ile",
"transcript": "NM_001286990.2",
"protein_id": "NP_001273919.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 249,
"cds_start": 501,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286990.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.501G>A",
"hgvs_p": "p.Met167Ile",
"transcript": "ENST00000955258.1",
"protein_id": "ENSP00000625317.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 249,
"cds_start": 501,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955258.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.453G>A",
"hgvs_p": "p.Met151Ile",
"transcript": "ENST00000923823.1",
"protein_id": "ENSP00000593882.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 233,
"cds_start": 453,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923823.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.360G>A",
"hgvs_p": "p.Met120Ile",
"transcript": "ENST00000878037.1",
"protein_id": "ENSP00000548096.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 202,
"cds_start": 360,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878037.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.360G>A",
"hgvs_p": "p.Met120Ile",
"transcript": "ENST00000923825.1",
"protein_id": "ENSP00000593884.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 202,
"cds_start": 360,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923825.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.456G>A",
"hgvs_p": "p.Met152Ile",
"transcript": "ENST00000490599.2",
"protein_id": "ENSP00000498151.1",
"transcript_support_level": 2,
"aa_start": 152,
"aa_end": null,
"aa_length": 192,
"cds_start": 456,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000490599.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "c.808-2077G>A",
"hgvs_p": null,
"transcript": "ENST00000878038.1",
"protein_id": "ENSP00000548097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": null,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878038.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "n.*542G>A",
"hgvs_p": null,
"transcript": "ENST00000650065.1",
"protein_id": "ENSP00000497899.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000650065.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "n.842G>A",
"hgvs_p": null,
"transcript": "NR_104627.2",
"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_104627.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2-HSD17B3",
"gene_hgnc_id": null,
"hgvs_c": "n.842G>A",
"hgvs_p": null,
"transcript": "NR_182427.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_182427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"hgvs_c": "n.*542G>A",
"hgvs_p": null,
"transcript": "ENST00000650065.1",
"protein_id": "ENSP00000497899.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000650065.1"
}
],
"gene_symbol": "SLC35D2",
"gene_hgnc_id": 20799,
"dbsnp": null,
"frequency_reference_population": 6.842201e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8422e-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.7403419017791748,
"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.296,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7284,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.478,
"phylop100way_prediction": "Uncertain_significance",
"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_007001.3",
"gene_symbol": "SLC35D2",
"hgnc_id": 20799,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.765G>A",
"hgvs_p": "p.Met255Ile"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000643789.1",
"gene_symbol": "ENSG00000285269",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.366G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_182427.1",
"gene_symbol": "SLC35D2-HSD17B3",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.842G>A",
"hgvs_p": null
}
],
"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
}