← 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: 3-184353321-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=184353321&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 184353321,
"ref": "T",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000265593.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "NM_004366.6",
"protein_id": "NP_004357.3",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 898,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": "ENST00000265593.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "ENST00000265593.9",
"protein_id": "ENSP00000265593.4",
"transcript_support_level": 1,
"aa_start": 653,
"aa_end": null,
"aa_length": 898,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": "NM_004366.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1906A>T",
"hgvs_p": "p.Arg636*",
"transcript": "ENST00000344937.11",
"protein_id": "ENSP00000345056.7",
"transcript_support_level": 1,
"aa_start": 636,
"aa_end": null,
"aa_length": 881,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2029,
"cdna_end": null,
"cdna_length": 3187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*423A>T",
"hgvs_p": null,
"transcript": "ENST00000430397.5",
"protein_id": "ENSP00000396231.1",
"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": 1844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*423A>T",
"hgvs_p": null,
"transcript": "ENST00000430397.5",
"protein_id": "ENSP00000396231.1",
"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": 1844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1906A>T",
"hgvs_p": "p.Arg636*",
"transcript": "NM_001171087.3",
"protein_id": "NP_001164558.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 881,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2032,
"cdna_end": null,
"cdna_length": 3193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "NM_001171089.3",
"protein_id": "NP_001164560.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 869,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 3157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "ENST00000457512.1",
"protein_id": "ENSP00000391928.1",
"transcript_support_level": 2,
"aa_start": 653,
"aa_end": null,
"aa_length": 869,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 2081,
"cdna_end": null,
"cdna_length": 2820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Arg609*",
"transcript": "NM_001171088.3",
"protein_id": "NP_001164559.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 854,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1951,
"cdna_end": null,
"cdna_length": 3112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1825A>T",
"hgvs_p": "p.Arg609*",
"transcript": "ENST00000434054.6",
"protein_id": "ENSP00000400425.2",
"transcript_support_level": 2,
"aa_start": 609,
"aa_end": null,
"aa_length": 854,
"cds_start": 1825,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1949,
"cdna_end": null,
"cdna_length": 2897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "XM_006713489.2",
"protein_id": "XP_006713552.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 863,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*",
"transcript": "XM_011512401.2",
"protein_id": "XP_011510703.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 835,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 6968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*855A>T",
"hgvs_p": null,
"transcript": "ENST00000636180.1",
"protein_id": "ENSP00000490374.1",
"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": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*2267A>T",
"hgvs_p": null,
"transcript": "ENST00000636661.1",
"protein_id": "ENSP00000490764.1",
"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": 4378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.375A>T",
"hgvs_p": null,
"transcript": "ENST00000637258.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": 626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.3499A>T",
"hgvs_p": null,
"transcript": "ENST00000637392.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": 4615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*423A>T",
"hgvs_p": null,
"transcript": "ENST00000637538.1",
"protein_id": "ENSP00000490682.1",
"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": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*846A>T",
"hgvs_p": null,
"transcript": "ENST00000637909.1",
"protein_id": "ENSP00000490570.1",
"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": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*855A>T",
"hgvs_p": null,
"transcript": "ENST00000636180.1",
"protein_id": "ENSP00000490374.1",
"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": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*2267A>T",
"hgvs_p": null,
"transcript": "ENST00000636661.1",
"protein_id": "ENSP00000490764.1",
"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": 4378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*423A>T",
"hgvs_p": null,
"transcript": "ENST00000637538.1",
"protein_id": "ENSP00000490682.1",
"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": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*846A>T",
"hgvs_p": null,
"transcript": "ENST00000637909.1",
"protein_id": "ENSP00000490570.1",
"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": 2910,
"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": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.-25A>T",
"hgvs_p": null,
"transcript": "ENST00000491162.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": 557,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*662A>T",
"hgvs_p": null,
"transcript": "ENST00000636241.1",
"protein_id": "ENSP00000490299.1",
"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": 2010,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"hgvs_c": "n.*1333A>T",
"hgvs_p": null,
"transcript": "ENST00000638134.1",
"protein_id": "ENSP00000490659.1",
"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": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLCN2",
"gene_hgnc_id": 2020,
"dbsnp": "rs863225256",
"frequency_reference_population": 0.000008057488,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000684356,
"gnomad_genomes_af": 0.0000197138,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15000000596046448,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.042,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PVS1"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000265593.9",
"gene_symbol": "CLCN2",
"hgnc_id": 2020,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1957A>T",
"hgvs_p": "p.Arg653*"
}
],
"clinvar_disease": "Leukoencephalopathy with mild cerebellar ataxia and white matter edema",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Leukoencephalopathy with mild cerebellar ataxia and white matter edema",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}