← 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: 12-111991792-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=111991792&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 111991792,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001193531.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly",
"transcript": "NM_001193531.2",
"protein_id": "NP_001180460.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 337,
"cds_start": 176,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 1534,
"mane_select": "ENST00000552374.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly",
"transcript": "ENST00000552374.7",
"protein_id": "ENSP00000447731.1",
"transcript_support_level": 1,
"aa_start": 59,
"aa_end": null,
"aa_length": 337,
"cds_start": 176,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 1534,
"mane_select": "NM_001193531.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly",
"transcript": "ENST00000355445.7",
"protein_id": "ENSP00000347620.2",
"transcript_support_level": 1,
"aa_start": 59,
"aa_end": null,
"aa_length": 302,
"cds_start": 176,
"cds_end": null,
"cds_length": 909,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 1403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.-101A>G",
"hgvs_p": null,
"transcript": "ENST00000550831.7",
"protein_id": "ENSP00000450377.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.560A>G",
"hgvs_p": "p.Asp187Gly",
"transcript": "ENST00000716768.1",
"protein_id": "ENSP00000520598.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 465,
"cds_start": 560,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 1795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.329A>G",
"hgvs_p": "p.Asp110Gly",
"transcript": "ENST00000718450.1",
"protein_id": "ENSP00000520830.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 388,
"cds_start": 329,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.257A>G",
"hgvs_p": "p.Asp86Gly",
"transcript": "ENST00000550037.6",
"protein_id": "ENSP00000446516.2",
"transcript_support_level": 3,
"aa_start": 86,
"aa_end": null,
"aa_length": 364,
"cds_start": 257,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 291,
"cdna_end": null,
"cdna_length": 1452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.197A>G",
"hgvs_p": "p.Asp66Gly",
"transcript": "ENST00000716727.1",
"protein_id": "ENSP00000520597.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 344,
"cds_start": 197,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 570,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly",
"transcript": "NM_001193453.2",
"protein_id": "NP_001180382.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 302,
"cds_start": 176,
"cds_end": null,
"cds_length": 909,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 1429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly",
"transcript": "ENST00000546962.5",
"protein_id": "ENSP00000446766.1",
"transcript_support_level": 5,
"aa_start": 59,
"aa_end": null,
"aa_length": 73,
"cds_start": 176,
"cds_end": null,
"cds_length": 224,
"cdna_start": 271,
"cdna_end": null,
"cdna_length": 319,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.176A>G",
"hgvs_p": null,
"transcript": "ENST00000546537.6",
"protein_id": "ENSP00000446491.1",
"transcript_support_level": 5,
"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": 599,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.176A>G",
"hgvs_p": null,
"transcript": "ENST00000547878.6",
"protein_id": "ENSP00000448413.1",
"transcript_support_level": 2,
"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": 1716,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.347A>G",
"hgvs_p": null,
"transcript": "ENST00000548283.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 3640,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.*117A>G",
"hgvs_p": null,
"transcript": "ENST00000549425.6",
"protein_id": "ENSP00000449774.2",
"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": 615,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.374A>G",
"hgvs_p": null,
"transcript": "ENST00000550020.6",
"protein_id": null,
"transcript_support_level": 4,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.306A>G",
"hgvs_p": null,
"transcript": "ENST00000550800.7",
"protein_id": null,
"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": 993,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.176A>G",
"hgvs_p": null,
"transcript": "ENST00000551297.6",
"protein_id": "ENSP00000447425.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": 660,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.296A>G",
"hgvs_p": null,
"transcript": "ENST00000552801.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 1397,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.309A>G",
"hgvs_p": null,
"transcript": "ENST00000552839.6",
"protein_id": null,
"transcript_support_level": 4,
"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": 511,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.363A>G",
"hgvs_p": null,
"transcript": "NR_122119.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.-318A>G",
"hgvs_p": null,
"transcript": "NM_001294314.2",
"protein_id": "NP_001281243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.-101A>G",
"hgvs_p": null,
"transcript": "NM_138341.3",
"protein_id": "NP_612350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.-244A>G",
"hgvs_p": null,
"transcript": "ENST00000549537.6",
"protein_id": "ENSP00000449163.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "n.*117A>G",
"hgvs_p": null,
"transcript": "ENST00000549425.6",
"protein_id": "ENSP00000449774.2",
"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": 615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"hgvs_c": "c.*22A>G",
"hgvs_p": null,
"transcript": "ENST00000550233.1",
"protein_id": "ENSP00000450060.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 50,
"cds_start": -4,
"cds_end": null,
"cds_length": 154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TMEM116",
"gene_hgnc_id": 25084,
"dbsnp": "rs1465897840",
"frequency_reference_population": 0.0000014457302,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000144573,
"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.40275800228118896,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.248,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.581,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.07,
"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_001193531.2",
"gene_symbol": "TMEM116",
"hgnc_id": 25084,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.176A>G",
"hgvs_p": "p.Asp59Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}