← 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: 16-58186853-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=58186853&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 58186853,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001896.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "NM_001896.4",
"protein_id": "NP_001887.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 350,
"cds_start": 220,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262506.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001896.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000262506.8",
"protein_id": "ENSP00000262506.3",
"transcript_support_level": 1,
"aa_start": 74,
"aa_end": null,
"aa_length": 350,
"cds_start": 220,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001896.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262506.8"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000952604.1",
"protein_id": "ENSP00000622663.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 363,
"cds_start": 220,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952604.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931140.1",
"protein_id": "ENSP00000601199.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 350,
"cds_start": 220,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931140.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931142.1",
"protein_id": "ENSP00000601201.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 350,
"cds_start": 220,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931142.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931138.1",
"protein_id": "ENSP00000601197.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 346,
"cds_start": 220,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931138.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931139.1",
"protein_id": "ENSP00000601198.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 330,
"cds_start": 220,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931139.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931144.1",
"protein_id": "ENSP00000601203.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 330,
"cds_start": 220,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931144.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000931145.1",
"protein_id": "ENSP00000601204.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 322,
"cds_start": 220,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931145.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "ENST00000952600.1",
"protein_id": "ENSP00000622659.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 322,
"cds_start": 220,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952600.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.4G>C",
"hgvs_p": "p.Val2Leu",
"transcript": "ENST00000567730.6",
"protein_id": "ENSP00000456606.2",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 230,
"cds_start": 4,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567730.6"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu",
"transcript": "XM_047433626.1",
"protein_id": "XP_047289582.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 350,
"cds_start": 220,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433626.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000565188.2",
"protein_id": "ENSP00000454874.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565188.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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000931141.1",
"protein_id": "ENSP00000601200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931141.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000931143.1",
"protein_id": "ENSP00000601202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"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": "ENST00000931143.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000952603.1",
"protein_id": "ENSP00000622662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"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": "ENST00000952603.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000867095.1",
"protein_id": "ENSP00000537154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867095.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000952601.1",
"protein_id": "ENSP00000622660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952601.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.216+9880G>C",
"hgvs_p": null,
"transcript": "ENST00000952602.1",
"protein_id": "ENSP00000622661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "c.-191-1G>C",
"hgvs_p": null,
"transcript": "XM_005255801.4",
"protein_id": "XP_005255858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255801.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "n.45G>C",
"hgvs_p": null,
"transcript": "ENST00000562367.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000562367.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "n.2029G>C",
"hgvs_p": null,
"transcript": "ENST00000563307.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000563307.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "n.272G>C",
"hgvs_p": null,
"transcript": "ENST00000566813.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000566813.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"hgvs_c": "n.2029G>C",
"hgvs_p": null,
"transcript": "ENST00000677823.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": "retained_intron",
"feature": "ENST00000677823.1"
}
],
"gene_symbol": "CSNK2A2",
"gene_hgnc_id": 2459,
"dbsnp": null,
"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.41974174976348877,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.171,
"revel_prediction": "Benign",
"alphamissense_score": 0.9701,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.902,
"phylop100way_prediction": "Pathogenic",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001896.4",
"gene_symbol": "CSNK2A2",
"hgnc_id": 2459,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Val74Leu"
}
],
"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
}