← 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: 4-78579080-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=78579080&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 78579080,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005139.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "NM_005139.3",
"protein_id": "NP_005130.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264908.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005139.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000264908.11",
"protein_id": "ENSP00000264908.6",
"transcript_support_level": 1,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005139.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264908.11"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000943168.1",
"protein_id": "ENSP00000613227.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 354,
"cds_start": 157,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943168.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904772.1",
"protein_id": "ENSP00000574831.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 333,
"cds_start": 157,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904772.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904775.1",
"protein_id": "ENSP00000574834.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904775.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904776.1",
"protein_id": "ENSP00000574835.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904776.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904777.1",
"protein_id": "ENSP00000574836.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904777.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000927505.1",
"protein_id": "ENSP00000597564.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927505.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000943165.1",
"protein_id": "ENSP00000613224.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 323,
"cds_start": 157,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943165.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000943167.1",
"protein_id": "ENSP00000613226.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 322,
"cds_start": 157,
"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": "ENST00000943167.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904771.1",
"protein_id": "ENSP00000574830.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 297,
"cds_start": 157,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904771.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000943166.1",
"protein_id": "ENSP00000613225.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 291,
"cds_start": 157,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943166.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904773.1",
"protein_id": "ENSP00000574832.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 285,
"cds_start": 157,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904773.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.40C>T",
"hgvs_p": "p.Arg14Trp",
"transcript": "ENST00000503570.6",
"protein_id": "ENSP00000421015.2",
"transcript_support_level": 5,
"aa_start": 14,
"aa_end": null,
"aa_length": 284,
"cds_start": 40,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503570.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.40C>T",
"hgvs_p": "p.Arg14Trp",
"transcript": "ENST00000512884.5",
"protein_id": "ENSP00000423068.1",
"transcript_support_level": 5,
"aa_start": 14,
"aa_end": null,
"aa_length": 284,
"cds_start": 40,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512884.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000904774.1",
"protein_id": "ENSP00000574833.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 282,
"cds_start": 157,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904774.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000927506.1",
"protein_id": "ENSP00000597565.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 266,
"cds_start": 157,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927506.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000514171.5",
"protein_id": "ENSP00000421512.1",
"transcript_support_level": 3,
"aa_start": 53,
"aa_end": null,
"aa_length": 153,
"cds_start": 157,
"cds_end": null,
"cds_length": 463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514171.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000508214.1",
"protein_id": "ENSP00000422281.1",
"transcript_support_level": 3,
"aa_start": 53,
"aa_end": null,
"aa_length": 133,
"cds_start": 157,
"cds_end": null,
"cds_length": 403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508214.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "ENST00000512373.5",
"protein_id": "ENSP00000424584.1",
"transcript_support_level": 4,
"aa_start": 53,
"aa_end": null,
"aa_length": 103,
"cds_start": 157,
"cds_end": null,
"cds_length": 313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512373.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp",
"transcript": "XM_047450154.1",
"protein_id": "XP_047306110.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 264,
"cds_start": 157,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.16-3097C>T",
"hgvs_p": null,
"transcript": "ENST00000927507.1",
"protein_id": "ENSP00000597566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": null,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927507.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "c.16-16301C>T",
"hgvs_p": null,
"transcript": "ENST00000512542.5",
"protein_id": "ENSP00000426591.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": null,
"cds_end": null,
"cds_length": 166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512542.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"hgvs_c": "n.285C>T",
"hgvs_p": null,
"transcript": "ENST00000510502.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000510502.1"
}
],
"gene_symbol": "ANXA3",
"gene_hgnc_id": 541,
"dbsnp": "rs181568024",
"frequency_reference_population": 0.000056455534,
"hom_count_reference_population": 0,
"allele_count_reference_population": 91,
"gnomad_exomes_af": 0.0000568605,
"gnomad_genomes_af": 0.0000525707,
"gnomad_exomes_ac": 83,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.43686115741729736,
"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.268,
"revel_prediction": "Benign",
"alphamissense_score": 0.7152,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.176,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_005139.3",
"gene_symbol": "ANXA3",
"hgnc_id": 541,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.157C>T",
"hgvs_p": "p.Arg53Trp"
}
],
"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
}