← 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: X-136044696-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=136044696&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 136044696,
"ref": "T",
"alt": "G",
"effect": "stop_gained",
"transcript": "ENST00000370695.8",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2012T>G",
"hgvs_p": "p.Leu671*",
"transcript": "NM_001379110.1",
"protein_id": "NP_001366039.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 679,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": "ENST00000630721.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2012T>G",
"hgvs_p": "p.Leu671*",
"transcript": "ENST00000630721.3",
"protein_id": "ENSP00000487486.2",
"transcript_support_level": 4,
"aa_start": 671,
"aa_end": null,
"aa_length": 679,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": "NM_001379110.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2078T>G",
"hgvs_p": "p.Leu693*",
"transcript": "ENST00000370695.8",
"protein_id": "ENSP00000359729.4",
"transcript_support_level": 1,
"aa_start": 693,
"aa_end": null,
"aa_length": 701,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2146,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1982T>G",
"hgvs_p": "p.Leu661*",
"transcript": "ENST00000370698.7",
"protein_id": "ENSP00000359732.3",
"transcript_support_level": 1,
"aa_start": 661,
"aa_end": null,
"aa_length": 669,
"cds_start": 1982,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 2058,
"cdna_end": null,
"cdna_length": 4631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "ENST00000370701.6",
"protein_id": "ENSP00000359735.1",
"transcript_support_level": 1,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 4755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.1252T>G",
"hgvs_p": null,
"transcript": "ENST00000636206.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2168T>G",
"hgvs_p": "p.Leu723*",
"transcript": "NM_001438742.1",
"protein_id": "NP_001425671.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 731,
"cds_start": 2168,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 4809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2168T>G",
"hgvs_p": "p.Leu723*",
"transcript": "ENST00000678163.1",
"protein_id": "ENSP00000502845.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 731,
"cds_start": 2168,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 4809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.2078T>G",
"hgvs_p": "p.Leu693*",
"transcript": "NM_001042537.2",
"protein_id": "NP_001036002.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 701,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2146,
"cdna_end": null,
"cdna_length": 4719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1982T>G",
"hgvs_p": "p.Leu661*",
"transcript": "NM_006359.3",
"protein_id": "NP_006350.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 669,
"cds_start": 1982,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 2050,
"cdna_end": null,
"cdna_length": 4623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "NM_001177651.2",
"protein_id": "NP_001171122.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2021,
"cdna_end": null,
"cdna_length": 4594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "NM_001400909.1",
"protein_id": "NP_001387838.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2300,
"cdna_end": null,
"cdna_length": 4873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "NM_001400910.1",
"protein_id": "NP_001387839.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2166,
"cdna_end": null,
"cdna_length": 4739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "NM_001400911.1",
"protein_id": "NP_001387840.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 4621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "NM_001400912.1",
"protein_id": "NP_001387841.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2016,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "ENST00000636092.1",
"protein_id": "ENSP00000490406.1",
"transcript_support_level": 5,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2126,
"cdna_end": null,
"cdna_length": 4697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "ENST00000636347.1",
"protein_id": "ENSP00000490648.1",
"transcript_support_level": 5,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2296,
"cdna_end": null,
"cdna_length": 4867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "ENST00000637234.1",
"protein_id": "ENSP00000490527.1",
"transcript_support_level": 5,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2120,
"cdna_end": null,
"cdna_length": 4691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1922T>G",
"hgvs_p": "p.Leu641*",
"transcript": "ENST00000637581.1",
"protein_id": "ENSP00000490731.1",
"transcript_support_level": 5,
"aa_start": 641,
"aa_end": null,
"aa_length": 649,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2301,
"cdna_end": null,
"cdna_length": 4872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1826T>G",
"hgvs_p": "p.Leu609*",
"transcript": "NM_001330652.2",
"protein_id": "NP_001317581.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 617,
"cds_start": 1826,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1920,
"cdna_end": null,
"cdna_length": 4493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1826T>G",
"hgvs_p": "p.Leu609*",
"transcript": "NM_001400913.1",
"protein_id": "NP_001387842.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 617,
"cds_start": 1826,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1925,
"cdna_end": null,
"cdna_length": 4498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.1826T>G",
"hgvs_p": "p.Leu609*",
"transcript": "ENST00000637195.1",
"protein_id": "ENSP00000490330.1",
"transcript_support_level": 5,
"aa_start": 609,
"aa_end": null,
"aa_length": 617,
"cds_start": 1826,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 2307,
"cdna_end": null,
"cdna_length": 4858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.913T>G",
"hgvs_p": null,
"transcript": "ENST00000636625.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.1357T>G",
"hgvs_p": null,
"transcript": "ENST00000636798.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.1245T>G",
"hgvs_p": null,
"transcript": "ENST00000676233.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.*226T>G",
"hgvs_p": null,
"transcript": "ENST00000626147.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"dbsnp": "rs587784399",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"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.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.095,
"phylop100way_prediction": "Uncertain_significance",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Moderate,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Moderate",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000370695.8",
"gene_symbol": "SLC9A6",
"hgnc_id": 11079,
"effects": [
"stop_gained"
],
"inheritance_mode": "XL",
"hgvs_c": "c.2078T>G",
"hgvs_p": "p.Leu693*"
}
],
"clinvar_disease": "Christianson syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Christianson syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}