← 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-55444741-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=55444741&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 55444741,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004898.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "NM_004898.4",
"protein_id": "NP_004889.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2001,
"cdna_end": null,
"cdna_length": 10470,
"mane_select": "ENST00000513440.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "ENST00000513440.6",
"protein_id": "ENSP00000426983.1",
"transcript_support_level": 1,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2001,
"cdna_end": null,
"cdna_length": 10470,
"mane_select": "NM_004898.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "ENST00000309964.8",
"protein_id": "ENSP00000308741.4",
"transcript_support_level": 1,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 1835,
"cdna_end": null,
"cdna_length": 10304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "ENST00000381322.5",
"protein_id": "ENSP00000370723.1",
"transcript_support_level": 1,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2510,
"cdna_end": null,
"cdna_length": 4059,
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "n.166C>T",
"hgvs_p": null,
"transcript": "ENST00000511124.1",
"protein_id": null,
"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": 3932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "NM_001267843.2",
"protein_id": "NP_001254772.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2510,
"cdna_end": null,
"cdna_length": 10979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_005265787.3",
"protein_id": "XP_005265844.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2008,
"cdna_end": null,
"cdna_length": 10477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_011534410.3",
"protein_id": "XP_011532712.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 1847,
"cdna_end": null,
"cdna_length": 10316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_011534411.3",
"protein_id": "XP_011532713.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 1854,
"cdna_end": null,
"cdna_length": 10323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_017008854.2",
"protein_id": "XP_016864343.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2158,
"cdna_end": null,
"cdna_length": 10627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_024454284.2",
"protein_id": "XP_024310052.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2182,
"cdna_end": null,
"cdna_length": 10651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416431.1",
"protein_id": "XP_047272387.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 10634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416432.1",
"protein_id": "XP_047272388.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2004,
"cdna_end": null,
"cdna_length": 10473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416433.1",
"protein_id": "XP_047272389.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 4809,
"cdna_end": null,
"cdna_length": 13278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416434.1",
"protein_id": "XP_047272390.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 4816,
"cdna_end": null,
"cdna_length": 13285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416435.1",
"protein_id": "XP_047272391.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2071,
"cdna_end": null,
"cdna_length": 10540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416436.1",
"protein_id": "XP_047272392.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 4655,
"cdna_end": null,
"cdna_length": 13124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416437.1",
"protein_id": "XP_047272393.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 4662,
"cdna_end": null,
"cdna_length": 13131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416438.1",
"protein_id": "XP_047272394.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2353,
"cdna_end": null,
"cdna_length": 10822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416439.1",
"protein_id": "XP_047272395.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2011,
"cdna_end": null,
"cdna_length": 10480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp",
"transcript": "XM_047416440.1",
"protein_id": "XP_047272396.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 846,
"cds_start": 1584,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 10277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "TMEM165",
"gene_hgnc_id": 30760,
"hgvs_c": "c.407-7498G>A",
"hgvs_p": null,
"transcript": "ENST00000608091.1",
"protein_id": "ENSP00000476531.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": -4,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TMEM165",
"gene_hgnc_id": 30760,
"hgvs_c": "n.*271-7498G>A",
"hgvs_p": null,
"transcript": "ENST00000506103.2",
"protein_id": "ENSP00000476621.1",
"transcript_support_level": 3,
"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": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TMEM165",
"gene_hgnc_id": 30760,
"hgvs_c": "c.899-7498G>A",
"hgvs_p": null,
"transcript": "XM_011534394.4",
"protein_id": "XP_011532696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"dbsnp": "rs34812164",
"frequency_reference_population": 0.0028513046,
"hom_count_reference_population": 9,
"allele_count_reference_population": 4602,
"gnomad_exomes_af": 0.00293953,
"gnomad_genomes_af": 0.00200397,
"gnomad_exomes_ac": 4297,
"gnomad_genomes_ac": 305,
"gnomad_exomes_homalt": 9,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.550000011920929,
"computational_prediction_selected": "Benign",
"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.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.677,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004898.4",
"gene_symbol": "CLOCK",
"hgnc_id": 2082,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1584C>T",
"hgvs_p": "p.Asp528Asp"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000608091.1",
"gene_symbol": "TMEM165",
"hgnc_id": 30760,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.407-7498G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}