← 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: 14-31066225-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=31066225&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 31066225,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000542754.7",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_001128126.3",
"protein_id": "NP_001121598.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 4060,
"mane_select": "ENST00000542754.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000542754.7",
"protein_id": "ENSP00000438170.2",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 4060,
"mane_select": "NM_001128126.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000334725.8",
"protein_id": "ENSP00000334484.4",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 149,
"cds_start": 29,
"cds_end": null,
"cds_length": 450,
"cdna_start": 220,
"cdna_end": null,
"cdna_length": 1122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000216366.9",
"protein_id": "ENSP00000216366.5",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 132,
"cds_start": 29,
"cds_end": null,
"cds_length": 399,
"cdna_start": 100,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000313566.11",
"protein_id": "ENSP00000322508.8",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 173,
"cds_start": 29,
"cds_end": null,
"cds_length": 522,
"cdna_start": 126,
"cdna_end": null,
"cdna_length": 1502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_007077.5",
"protein_id": "NP_009008.2",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 159,
"cds_start": 29,
"cds_end": null,
"cds_length": 480,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000554345.6",
"protein_id": "ENSP00000450768.2",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 159,
"cds_start": 29,
"cds_end": null,
"cds_length": 480,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_001254727.2",
"protein_id": "NP_001241656.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 149,
"cds_start": 29,
"cds_end": null,
"cds_length": 450,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_001254728.2",
"protein_id": "NP_001241657.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 4596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_001254729.2",
"protein_id": "NP_001241658.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 293,
"cdna_end": null,
"cdna_length": 4114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000555417.6",
"protein_id": "ENSP00000451609.2",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000556232.8",
"protein_id": "ENSP00000451918.3",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 454,
"cdna_end": null,
"cdna_length": 1257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000557346.6",
"protein_id": "ENSP00000451479.2",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 293,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000713810.1",
"protein_id": "ENSP00000519116.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 144,
"cds_start": 29,
"cds_end": null,
"cds_length": 435,
"cdna_start": 222,
"cdna_end": null,
"cdna_length": 1022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "NM_001254726.2",
"protein_id": "NP_001241655.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 135,
"cds_start": 29,
"cds_end": null,
"cds_length": 408,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 1538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000554609.6",
"protein_id": "ENSP00000452383.2",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 135,
"cds_start": 29,
"cds_end": null,
"cds_length": 408,
"cdna_start": 205,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000673317.1",
"protein_id": "ENSP00000500890.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 135,
"cds_start": 29,
"cds_end": null,
"cds_length": 408,
"cdna_start": 250,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000713808.1",
"protein_id": "ENSP00000519114.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 130,
"cds_start": 29,
"cds_end": null,
"cds_length": 393,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 1316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "ENST00000713807.1",
"protein_id": "ENSP00000519113.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 102,
"cds_start": 29,
"cds_end": null,
"cds_length": 309,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 1234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "XM_005267293.6",
"protein_id": "XP_005267350.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 159,
"cds_start": 29,
"cds_end": null,
"cds_length": 480,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "XM_011536371.4",
"protein_id": "XP_011534673.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 159,
"cds_start": 29,
"cds_end": null,
"cds_length": 480,
"cdna_start": 275,
"cdna_end": null,
"cdna_length": 1646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg",
"transcript": "XM_011536372.4",
"protein_id": "XP_011534674.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 159,
"cds_start": 29,
"cds_end": null,
"cds_length": 480,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 2146,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "n.29A>G",
"hgvs_p": null,
"transcript": "ENST00000672143.1",
"protein_id": "ENSP00000500016.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": 2694,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "n.29A>G",
"hgvs_p": null,
"transcript": "ENST00000673001.1",
"protein_id": "ENSP00000500716.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": 1938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"hgvs_c": "n.-71A>G",
"hgvs_p": null,
"transcript": "ENST00000556480.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AP4S1",
"gene_hgnc_id": 575,
"dbsnp": "rs147135554",
"frequency_reference_population": 0.00081781147,
"hom_count_reference_population": 3,
"allele_count_reference_population": 1320,
"gnomad_exomes_af": 0.000810681,
"gnomad_genomes_af": 0.000886234,
"gnomad_exomes_ac": 1185,
"gnomad_genomes_ac": 135,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015460997819900513,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.0767,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.087,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000542754.7",
"gene_symbol": "AP4S1",
"hgnc_id": 575,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.29A>G",
"hgvs_p": "p.Lys10Arg"
}
],
"clinvar_disease": "Hereditary spastic paraplegia,Hereditary spastic paraplegia 52,Spastic paraplegia,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:2",
"phenotype_combined": "not provided|Spastic paraplegia|Hereditary spastic paraplegia 52|not specified|Hereditary spastic paraplegia",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}