← 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: 20-34852183-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=34852183&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 34852183,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_178026.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "NM_178026.3",
"protein_id": "NP_821158.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 662,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000336431.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178026.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "ENST00000336431.10",
"protein_id": "ENSP00000338964.5",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 662,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_178026.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336431.10"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1598G>C",
"hgvs_p": "p.Arg533Pro",
"transcript": "ENST00000885994.1",
"protein_id": "ENSP00000556053.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 675,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885994.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1571G>C",
"hgvs_p": "p.Arg524Pro",
"transcript": "ENST00000885991.1",
"protein_id": "ENSP00000556050.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 666,
"cds_start": 1571,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885991.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "ENST00000885992.1",
"protein_id": "ENSP00000556051.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 657,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885992.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1526G>C",
"hgvs_p": "p.Arg509Pro",
"transcript": "ENST00000885993.1",
"protein_id": "ENSP00000556052.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 651,
"cds_start": 1526,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885993.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1523G>C",
"hgvs_p": "p.Arg508Pro",
"transcript": "ENST00000885990.1",
"protein_id": "ENSP00000556049.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 650,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885990.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1499G>C",
"hgvs_p": "p.Arg500Pro",
"transcript": "ENST00000885989.1",
"protein_id": "ENSP00000556048.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 642,
"cds_start": 1499,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885989.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1460G>C",
"hgvs_p": "p.Arg487Pro",
"transcript": "ENST00000916021.1",
"protein_id": "ENSP00000586080.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 629,
"cds_start": 1460,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916021.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "NM_001351702.2",
"protein_id": "NP_001338631.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 626,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351702.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "ENST00000916020.1",
"protein_id": "ENSP00000586079.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 616,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916020.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1220G>C",
"hgvs_p": "p.Arg407Pro",
"transcript": "ENST00000885988.1",
"protein_id": "ENSP00000556047.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 549,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885988.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.89G>C",
"hgvs_p": "p.Arg30Pro",
"transcript": "ENST00000470952.2",
"protein_id": "ENSP00000486190.1",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 87,
"cds_start": 89,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470952.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1400G>C",
"hgvs_p": "p.Arg467Pro",
"transcript": "XM_047440107.1",
"protein_id": "XP_047296063.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 609,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440107.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "XM_047440108.1",
"protein_id": "XP_047296064.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 609,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440108.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "XM_047440109.1",
"protein_id": "XP_047296065.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 605,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440109.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "XM_047440110.1",
"protein_id": "XP_047296066.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 577,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440110.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro",
"transcript": "XM_017027811.2",
"protein_id": "XP_016883300.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 533,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027811.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.929G>C",
"hgvs_p": "p.Arg310Pro",
"transcript": "XM_047440111.1",
"protein_id": "XP_047296067.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 452,
"cds_start": 929,
"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": "XM_047440111.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.857G>C",
"hgvs_p": "p.Arg286Pro",
"transcript": "XM_011528782.3",
"protein_id": "XP_011527084.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 428,
"cds_start": 857,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528782.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.710G>C",
"hgvs_p": "p.Arg237Pro",
"transcript": "XM_011528783.4",
"protein_id": "XP_011527085.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 379,
"cds_start": 710,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528783.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "c.744-6780G>C",
"hgvs_p": null,
"transcript": "ENST00000916019.1",
"protein_id": "ENSP00000586078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": null,
"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": "ENST00000916019.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "n.182G>C",
"hgvs_p": null,
"transcript": "ENST00000469018.5",
"protein_id": "ENSP00000486589.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": "ENST00000469018.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"hgvs_c": "n.1600G>C",
"hgvs_p": null,
"transcript": "XR_001754240.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": "XR_001754240.2"
}
],
"gene_symbol": "GGT7",
"gene_hgnc_id": 4259,
"dbsnp": "rs772658673",
"frequency_reference_population": 0.0000013693322,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136933,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2971927523612976,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.113,
"revel_prediction": "Benign",
"alphamissense_score": 0.336,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.164,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_178026.3",
"gene_symbol": "GGT7",
"hgnc_id": 4259,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1559G>C",
"hgvs_p": "p.Arg520Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}