← 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-135994827-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=135994827&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 135994827,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000370695.8",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001379110.1",
"protein_id": "NP_001366039.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 679,
"cds_start": 211,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": "ENST00000630721.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000630721.3",
"protein_id": "ENSP00000487486.2",
"transcript_support_level": 4,
"aa_start": 71,
"aa_end": null,
"aa_length": 679,
"cds_start": 211,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": "NM_001379110.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "ENST00000370695.8",
"protein_id": "ENSP00000359729.4",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 701,
"cds_start": 367,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "ENST00000370698.7",
"protein_id": "ENSP00000359732.3",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 669,
"cds_start": 367,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 443,
"cdna_end": null,
"cdna_length": 4631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000370701.6",
"protein_id": "ENSP00000359735.1",
"transcript_support_level": 1,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 4755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "NM_001438742.1",
"protein_id": "NP_001425671.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 731,
"cds_start": 367,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 4809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "ENST00000678163.1",
"protein_id": "ENSP00000502845.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 731,
"cds_start": 367,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 4809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "NM_001042537.2",
"protein_id": "NP_001036002.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 701,
"cds_start": 367,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 4719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser",
"transcript": "NM_006359.3",
"protein_id": "NP_006350.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 669,
"cds_start": 367,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 4623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001177651.2",
"protein_id": "NP_001171122.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 4594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001400909.1",
"protein_id": "NP_001387838.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 4873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001400910.1",
"protein_id": "NP_001387839.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 4739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001400911.1",
"protein_id": "NP_001387840.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 4621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001400912.1",
"protein_id": "NP_001387841.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000636092.1",
"protein_id": "ENSP00000490406.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 4697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000636347.1",
"protein_id": "ENSP00000490648.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 585,
"cdna_end": null,
"cdna_length": 4867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000637234.1",
"protein_id": "ENSP00000490527.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 4691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000637581.1",
"protein_id": "ENSP00000490731.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 649,
"cds_start": 211,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 4872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001330652.2",
"protein_id": "NP_001317581.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 617,
"cds_start": 211,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 4493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "NM_001400913.1",
"protein_id": "NP_001387842.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 617,
"cds_start": 211,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 4498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000637195.1",
"protein_id": "ENSP00000490330.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 617,
"cds_start": 211,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 4858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.154C>T",
"hgvs_p": "p.Pro52Ser",
"transcript": "ENST00000674809.1",
"protein_id": "ENSP00000502455.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 288,
"cds_start": 154,
"cds_end": null,
"cds_length": 867,
"cdna_start": 154,
"cdna_end": null,
"cdna_length": 1039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Pro71Ser",
"transcript": "ENST00000627534.2",
"protein_id": "ENSP00000486743.1",
"transcript_support_level": 4,
"aa_start": 71,
"aa_end": null,
"aa_length": 183,
"cds_start": 211,
"cds_end": null,
"cds_length": 552,
"cdna_start": 307,
"cdna_end": null,
"cdna_length": 648,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.154C>T",
"hgvs_p": null,
"transcript": "ENST00000643775.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": 1822,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.152C>T",
"hgvs_p": null,
"transcript": "ENST00000675550.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": 1888,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.154C>T",
"hgvs_p": null,
"transcript": "ENST00000675856.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": 2781,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"hgvs_c": "n.154C>T",
"hgvs_p": null,
"transcript": "ENST00000676043.1",
"protein_id": "ENSP00000501920.1",
"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": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC9A6",
"gene_hgnc_id": 11079,
"dbsnp": "rs587784400",
"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.44953474402427673,
"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.15,
"revel_prediction": "Benign",
"alphamissense_score": 0.1016,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.912,
"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": 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": "ENST00000370695.8",
"gene_symbol": "SLC9A6",
"hgnc_id": 11079,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.367C>T",
"hgvs_p": "p.Pro123Ser"
}
],
"clinvar_disease": "Christianson syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Christianson syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}