← 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: 6-96976146-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=96976146&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 96976146,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_052904.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_052904.4",
"protein_id": "NP_443136.2",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 620,
"cds_start": 173,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369261.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_052904.4"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000369261.9",
"protein_id": "ENSP00000358265.4",
"transcript_support_level": 2,
"aa_start": 58,
"aa_end": null,
"aa_length": 620,
"cds_start": 173,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_052904.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369261.9"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323252.2",
"protein_id": "NP_001310181.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 620,
"cds_start": 173,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323252.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000951639.1",
"protein_id": "ENSP00000621698.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 620,
"cds_start": 173,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951639.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001286250.2",
"protein_id": "NP_001273179.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 584,
"cds_start": 173,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286250.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000536676.5",
"protein_id": "ENSP00000440382.1",
"transcript_support_level": 2,
"aa_start": 58,
"aa_end": null,
"aa_length": 584,
"cds_start": 173,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536676.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001286251.2",
"protein_id": "NP_001273180.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 551,
"cds_start": 173,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286251.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000539200.5",
"protein_id": "ENSP00000441527.1",
"transcript_support_level": 2,
"aa_start": 58,
"aa_end": null,
"aa_length": 551,
"cds_start": 173,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539200.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323257.2",
"protein_id": "NP_001310186.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 548,
"cds_start": 173,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323257.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323253.2",
"protein_id": "NP_001310182.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 524,
"cds_start": 173,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323253.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000859766.1",
"protein_id": "ENSP00000529825.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 524,
"cds_start": 173,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859766.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001286252.2",
"protein_id": "NP_001273181.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 470,
"cds_start": 173,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286252.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323254.2",
"protein_id": "NP_001310183.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 452,
"cds_start": 173,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323254.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323255.2",
"protein_id": "NP_001310184.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 398,
"cds_start": 173,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323255.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000859767.1",
"protein_id": "ENSP00000529826.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 358,
"cds_start": 173,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859767.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323256.2",
"protein_id": "NP_001310185.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 280,
"cds_start": 173,
"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_001323256.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000951638.1",
"protein_id": "ENSP00000621697.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 262,
"cds_start": 173,
"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": "ENST00000951638.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323258.2",
"protein_id": "NP_001310187.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 210,
"cds_start": 173,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323258.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "NM_001323259.2",
"protein_id": "NP_001310188.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 210,
"cds_start": 173,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323259.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly",
"transcript": "ENST00000369254.5",
"protein_id": "ENSP00000358258.1",
"transcript_support_level": 5,
"aa_start": 58,
"aa_end": null,
"aa_length": 139,
"cds_start": 173,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369254.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.-493C>G",
"hgvs_p": null,
"transcript": "NM_001323260.2",
"protein_id": "NP_001310189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323260.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "c.-217C>G",
"hgvs_p": null,
"transcript": "ENST00000544166.5",
"protein_id": "ENSP00000445453.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 176,
"cds_start": null,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544166.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": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "n.537C>G",
"hgvs_p": null,
"transcript": "NR_104421.2",
"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_104421.2"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"hgvs_c": "n.537C>G",
"hgvs_p": null,
"transcript": "NR_136580.2",
"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_136580.2"
}
],
"gene_symbol": "KLHL32",
"gene_hgnc_id": 21221,
"dbsnp": "rs1775666947",
"frequency_reference_population": 6.965622e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.96562e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8553482294082642,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.495,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5776,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.568,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_052904.4",
"gene_symbol": "KLHL32",
"hgnc_id": 21221,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.173C>G",
"hgvs_p": "p.Ala58Gly"
}
],
"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
}