← 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: 9-131260917-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131260917&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131260917,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_033387.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "NM_033387.4",
"protein_id": "NP_203745.2",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 283,
"cds_start": 757,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372271.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033387.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "ENST00000372271.4",
"protein_id": "ENSP00000361345.3",
"transcript_support_level": 1,
"aa_start": 253,
"aa_end": null,
"aa_length": 283,
"cds_start": 757,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033387.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372271.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.748G>A",
"hgvs_p": "p.Ala250Thr",
"transcript": "ENST00000372269.7",
"protein_id": "ENSP00000361343.3",
"transcript_support_level": 1,
"aa_start": 250,
"aa_end": null,
"aa_length": 280,
"cds_start": 748,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372269.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "NM_001399459.1",
"protein_id": "NP_001386388.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 283,
"cds_start": 757,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399459.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "NM_001400581.1",
"protein_id": "NP_001387510.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 283,
"cds_start": 757,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400581.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr",
"transcript": "ENST00000704762.1",
"protein_id": "ENSP00000516028.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 283,
"cds_start": 757,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704762.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.748G>A",
"hgvs_p": "p.Ala250Thr",
"transcript": "NM_001400583.1",
"protein_id": "NP_001387512.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 280,
"cds_start": 748,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400583.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.688G>A",
"hgvs_p": "p.Ala230Thr",
"transcript": "NM_001400584.1",
"protein_id": "NP_001387513.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 260,
"cds_start": 688,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400584.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Ala222Thr",
"transcript": "ENST00000464831.1",
"protein_id": "ENSP00000419959.1",
"transcript_support_level": 2,
"aa_start": 222,
"aa_end": null,
"aa_length": 252,
"cds_start": 664,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464831.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Ala205Thr",
"transcript": "NM_001400585.1",
"protein_id": "NP_001387514.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 235,
"cds_start": 613,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400585.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.610G>A",
"hgvs_p": "p.Ala204Thr",
"transcript": "NM_001400582.1",
"protein_id": "NP_001387511.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 234,
"cds_start": 610,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400582.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400586.1",
"protein_id": "NP_001387515.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400586.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400587.1",
"protein_id": "NP_001387516.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400587.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400588.1",
"protein_id": "NP_001387517.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400588.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400589.1",
"protein_id": "NP_001387518.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400589.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400590.1",
"protein_id": "NP_001387519.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400590.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400591.1",
"protein_id": "NP_001387520.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400591.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400592.1",
"protein_id": "NP_001387521.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400592.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400593.1",
"protein_id": "NP_001387522.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400593.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400594.1",
"protein_id": "NP_001387523.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400594.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "NM_001400595.1",
"protein_id": "NP_001387524.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400595.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "XM_011518568.4",
"protein_id": "XP_011516870.2",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518568.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Ala96Thr",
"transcript": "XM_047423250.1",
"protein_id": "XP_047279206.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 126,
"cds_start": 286,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"hgvs_c": "n.1719G>A",
"hgvs_p": null,
"transcript": "ENST00000247295.4",
"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": "pseudogene",
"feature": "ENST00000247295.4"
}
],
"gene_symbol": "FAM78A",
"gene_hgnc_id": 25465,
"dbsnp": "rs1281080994",
"frequency_reference_population": 0.000011123625,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000111236,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6516467332839966,
"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.755,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9134,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.28,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.894,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_033387.4",
"gene_symbol": "FAM78A",
"hgnc_id": 25465,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Ala253Thr"
}
],
"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
}