← 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-58516004-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=58516004&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 58516004,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001160305.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "NM_001160305.4",
"protein_id": "NP_001153777.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 473,
"cds_start": 241,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000219315.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160305.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "ENST00000219315.9",
"protein_id": "ENSP00000219315.5",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 473,
"cds_start": 241,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001160305.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000219315.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.169G>C",
"hgvs_p": null,
"transcript": "ENST00000427443.5",
"protein_id": "ENSP00000398033.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000427443.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.169G>C",
"hgvs_p": "p.Glu57Gln",
"transcript": "NM_024860.3",
"protein_id": "NP_079136.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 449,
"cds_start": 169,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024860.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.169G>C",
"hgvs_p": "p.Glu57Gln",
"transcript": "ENST00000310682.6",
"protein_id": "ENSP00000310082.2",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 449,
"cds_start": 169,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000310682.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "ENST00000898782.1",
"protein_id": "ENSP00000568841.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 408,
"cds_start": 241,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898782.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.169G>C",
"hgvs_p": "p.Glu57Gln",
"transcript": "ENST00000394266.8",
"protein_id": "ENSP00000377809.4",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 404,
"cds_start": 169,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394266.8"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "ENST00000898781.1",
"protein_id": "ENSP00000568840.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 378,
"cds_start": 241,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898781.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "ENST00000898783.1",
"protein_id": "ENSP00000568842.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 365,
"cds_start": 241,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898783.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "XM_047434663.1",
"protein_id": "XP_047290619.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 286,
"cds_start": 241,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434663.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "XM_047434664.1",
"protein_id": "XP_047290620.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 273,
"cds_start": 241,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434664.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "XM_011523336.2",
"protein_id": "XP_011521638.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 272,
"cds_start": 241,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523336.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "XM_047434665.1",
"protein_id": "XP_047290621.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 272,
"cds_start": 241,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434665.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln",
"transcript": "XM_047434666.1",
"protein_id": "XP_047290622.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 267,
"cds_start": 241,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434666.1"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.395G>C",
"hgvs_p": "p.Gly132Ala",
"transcript": "XM_047434667.1",
"protein_id": "XP_047290623.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 244,
"cds_start": 395,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434667.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": 1,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.28-198G>C",
"hgvs_p": null,
"transcript": "ENST00000938454.1",
"protein_id": "ENSP00000608513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938454.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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "c.117+124G>C",
"hgvs_p": null,
"transcript": "ENST00000447443.1",
"protein_id": "ENSP00000396437.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447443.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.160G>C",
"hgvs_p": null,
"transcript": "ENST00000418480.1",
"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": "ENST00000418480.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.214G>C",
"hgvs_p": null,
"transcript": "ENST00000422445.5",
"protein_id": "ENSP00000412858.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000422445.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.475G>C",
"hgvs_p": null,
"transcript": "ENST00000468223.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000468223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.207G>C",
"hgvs_p": null,
"transcript": "ENST00000470003.5",
"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": "ENST00000470003.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.421G>C",
"hgvs_p": null,
"transcript": "ENST00000492050.5",
"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": "ENST00000492050.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.228G>C",
"hgvs_p": null,
"transcript": "NR_134583.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": "pseudogene",
"feature": "NR_134583.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"hgvs_c": "n.-128G>C",
"hgvs_p": null,
"transcript": "ENST00000467320.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": "ENST00000467320.1"
}
],
"gene_symbol": "SETD6",
"gene_hgnc_id": 26116,
"dbsnp": "rs552852112",
"frequency_reference_population": 0.0000071248137,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000143705,
"gnomad_genomes_af": 0.0000591475,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.47484275698661804,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.405,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1092,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.9,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.06,
"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_001160305.4",
"gene_symbol": "SETD6",
"hgnc_id": 26116,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.241G>C",
"hgvs_p": "p.Glu81Gln"
}
],
"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
}