← 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: 17-30998791-GC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=30998791&ref=GC&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 30998791,
"ref": "GC",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "NM_032322.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.901delC",
"hgvs_p": "p.Gln301fs",
"transcript": "NM_032322.4",
"protein_id": "NP_115698.3",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 432,
"cds_start": 901,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": "ENST00000328381.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032322.4"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.901delC",
"hgvs_p": "p.Gln301fs",
"transcript": "ENST00000328381.10",
"protein_id": "ENSP00000328340.5",
"transcript_support_level": 1,
"aa_start": 301,
"aa_end": null,
"aa_length": 432,
"cds_start": 901,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": "NM_032322.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328381.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.*105delC",
"hgvs_p": null,
"transcript": "ENST00000535306.6",
"protein_id": "ENSP00000440470.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535306.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.*105delC",
"hgvs_p": null,
"transcript": "ENST00000324689.8",
"protein_id": "ENSP00000323693.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": null,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324689.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.*105delC",
"hgvs_p": null,
"transcript": "ENST00000443677.6",
"protein_id": "ENSP00000411965.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1261,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443677.6"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.946delC",
"hgvs_p": "p.Gln316fs",
"transcript": "ENST00000951325.1",
"protein_id": "ENSP00000621384.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 447,
"cds_start": 946,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 978,
"cdna_end": null,
"cdna_length": 2092,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951325.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.940delC",
"hgvs_p": "p.Gln314fs",
"transcript": "ENST00000857518.1",
"protein_id": "ENSP00000527577.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 445,
"cds_start": 940,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 2075,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857518.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.859delC",
"hgvs_p": "p.Gln287fs",
"transcript": "ENST00000857517.1",
"protein_id": "ENSP00000527576.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 418,
"cds_start": 859,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 888,
"cdna_end": null,
"cdna_length": 2006,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857517.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.808delC",
"hgvs_p": "p.Gln270fs",
"transcript": "ENST00000951324.1",
"protein_id": "ENSP00000621383.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 401,
"cds_start": 808,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 1957,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951324.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.736delC",
"hgvs_p": "p.Gln246fs",
"transcript": "ENST00000951326.1",
"protein_id": "ENSP00000621385.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 377,
"cds_start": 736,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951326.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.667delC",
"hgvs_p": "p.Gln223fs",
"transcript": "ENST00000951327.1",
"protein_id": "ENSP00000621386.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 354,
"cds_start": 667,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1801,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951327.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.580delC",
"hgvs_p": "p.Gln194fs",
"transcript": "XM_047436929.1",
"protein_id": "XP_047292885.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 325,
"cds_start": 580,
"cds_end": null,
"cds_length": 978,
"cdna_start": 613,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436929.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.358delC",
"hgvs_p": "p.Gln120fs",
"transcript": "XM_024451000.2",
"protein_id": "XP_024306768.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 251,
"cds_start": 358,
"cds_end": null,
"cds_length": 756,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451000.2"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.358delC",
"hgvs_p": "p.Gln120fs",
"transcript": "XM_024451001.2",
"protein_id": "XP_024306769.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 251,
"cds_start": 358,
"cds_end": null,
"cds_length": 756,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451001.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.*105delC",
"hgvs_p": null,
"transcript": "NM_001184992.2",
"protein_id": "NP_001171921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184992.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.*105delC",
"hgvs_p": null,
"transcript": "NM_197939.2",
"protein_id": "NP_922921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": null,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197939.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.976delG",
"hgvs_p": null,
"transcript": "ENST00000754475.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": 1123,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754475.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.493-10756delG",
"hgvs_p": null,
"transcript": "ENST00000754467.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": 902,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754467.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.528-10756delG",
"hgvs_p": null,
"transcript": "ENST00000754468.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": 676,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.463-10756delG",
"hgvs_p": null,
"transcript": "ENST00000754469.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": 602,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754469.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.452+9327delG",
"hgvs_p": null,
"transcript": "ENST00000754470.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": 586,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.534+9327delG",
"hgvs_p": null,
"transcript": "ENST00000754471.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": 670,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.652+9327delG",
"hgvs_p": null,
"transcript": "ENST00000754473.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": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298294",
"gene_hgnc_id": null,
"hgvs_c": "n.435+9327delG",
"hgvs_p": null,
"transcript": "ENST00000754474.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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000754474.1"
}
],
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"dbsnp": "rs773691749",
"frequency_reference_population": 0.00039112184,
"hom_count_reference_population": 0,
"allele_count_reference_population": 631,
"gnomad_exomes_af": 0.00040789,
"gnomad_genomes_af": 0.000230066,
"gnomad_exomes_ac": 596,
"gnomad_genomes_ac": 35,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.283,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_032322.4",
"gene_symbol": "RNF135",
"hgnc_id": 21158,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.901delC",
"hgvs_p": "p.Gln301fs"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000754475.1",
"gene_symbol": "ENSG00000298294",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.976delG",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}