← 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: 7-2571607-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2571607&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2571607,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_152558.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "NM_152558.5",
"protein_id": "NP_689771.3",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 695,
"cds_start": 212,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 6857,
"mane_select": "ENST00000402050.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "ENST00000402050.7",
"protein_id": "ENSP00000385597.2",
"transcript_support_level": 1,
"aa_start": 71,
"aa_end": null,
"aa_length": 695,
"cds_start": 212,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 6857,
"mane_select": "NM_152558.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "ENST00000623361.3",
"protein_id": "ENSP00000485601.1",
"transcript_support_level": 1,
"aa_start": 6,
"aa_end": null,
"aa_length": 630,
"cds_start": 17,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 6775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "n.118G>C",
"hgvs_p": null,
"transcript": "ENST00000325997.13",
"protein_id": "ENSP00000314011.10",
"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": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "n.346G>C",
"hgvs_p": null,
"transcript": "ENST00000470731.5",
"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": 2251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "NM_001287499.2",
"protein_id": "NP_001274428.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 702,
"cds_start": 212,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "ENST00000476665.5",
"protein_id": "ENSP00000480715.1",
"transcript_support_level": 2,
"aa_start": 71,
"aa_end": null,
"aa_length": 702,
"cds_start": 212,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.164G>C",
"hgvs_p": "p.Arg55Pro",
"transcript": "NM_001287500.2",
"protein_id": "NP_001274429.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 686,
"cds_start": 164,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 2452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.164G>C",
"hgvs_p": "p.Arg55Pro",
"transcript": "ENST00000611775.4",
"protein_id": "ENSP00000480668.1",
"transcript_support_level": 2,
"aa_start": 55,
"aa_end": null,
"aa_length": 686,
"cds_start": 164,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 197,
"cdna_end": null,
"cdna_length": 2289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.164G>C",
"hgvs_p": "p.Arg55Pro",
"transcript": "NM_001410865.1",
"protein_id": "NP_001397794.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 679,
"cds_start": 164,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 6809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.164G>C",
"hgvs_p": "p.Arg55Pro",
"transcript": "ENST00000438376.6",
"protein_id": "ENSP00000396178.2",
"transcript_support_level": 5,
"aa_start": 55,
"aa_end": null,
"aa_length": 679,
"cds_start": 164,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 294,
"cdna_end": null,
"cdna_length": 2170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "NM_001287502.2",
"protein_id": "NP_001274431.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 637,
"cds_start": 17,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 2406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "NM_001287501.2",
"protein_id": "NP_001274430.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 630,
"cds_start": 17,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 6763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "ENST00000325979.11",
"protein_id": "ENSP00000313772.7",
"transcript_support_level": 5,
"aa_start": 6,
"aa_end": null,
"aa_length": 630,
"cds_start": 17,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 2179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "ENST00000415271.6",
"protein_id": "ENSP00000404643.1",
"transcript_support_level": 5,
"aa_start": 71,
"aa_end": null,
"aa_length": 245,
"cds_start": 212,
"cds_end": null,
"cds_length": 738,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "ENST00000422276.3",
"protein_id": "ENSP00000402108.3",
"transcript_support_level": 5,
"aa_start": 6,
"aa_end": null,
"aa_length": 127,
"cds_start": 17,
"cds_end": null,
"cds_length": 384,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "ENST00000423395.5",
"protein_id": "ENSP00000413570.1",
"transcript_support_level": 5,
"aa_start": 6,
"aa_end": null,
"aa_length": 127,
"cds_start": 17,
"cds_end": null,
"cds_length": 384,
"cdna_start": 176,
"cdna_end": null,
"cdna_length": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.233G>C",
"hgvs_p": "p.Arg78Pro",
"transcript": "XM_047420081.1",
"protein_id": "XP_047276037.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 709,
"cds_start": 233,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.233G>C",
"hgvs_p": "p.Arg78Pro",
"transcript": "XM_017011902.2",
"protein_id": "XP_016867391.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 702,
"cds_start": 233,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 6948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro",
"transcript": "XM_011515242.2",
"protein_id": "XP_011513544.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 657,
"cds_start": 212,
"cds_end": null,
"cds_length": 1974,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.164G>C",
"hgvs_p": "p.Arg55Pro",
"transcript": "XM_047420083.1",
"protein_id": "XP_047276039.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 641,
"cds_start": 164,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 2317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "XM_006715676.3",
"protein_id": "XP_006715739.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 637,
"cds_start": 17,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 188,
"cdna_end": null,
"cdna_length": 2273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "XM_047420084.1",
"protein_id": "XP_047276040.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 637,
"cds_start": 17,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 282,
"cdna_end": null,
"cdna_length": 2367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.17G>C",
"hgvs_p": "p.Arg6Pro",
"transcript": "XM_017011903.2",
"protein_id": "XP_016867392.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 630,
"cds_start": 17,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 282,
"cdna_end": null,
"cdna_length": 6724,
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"hgvs_c": "c.-41-1811G>C",
"hgvs_p": null,
"transcript": "XM_024446699.2",
"protein_id": "XP_024302467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": -4,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IQCE",
"gene_hgnc_id": 29171,
"dbsnp": "rs61736920",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1600499451160431,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.163,
"revel_prediction": "Benign",
"alphamissense_score": 0.2953,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.846,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152558.5",
"gene_symbol": "IQCE",
"hgnc_id": 29171,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.212G>C",
"hgvs_p": "p.Arg71Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}