← 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: 10-13283713-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=13283713&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 13283713,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001323082.2",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.805A>C",
"hgvs_p": "p.Asn269His",
"transcript": "NM_006214.4",
"protein_id": "NP_006205.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 338,
"cds_start": 805,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263038.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006214.4"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.805A>C",
"hgvs_p": "p.Asn269His",
"transcript": "ENST00000263038.9",
"protein_id": "ENSP00000263038.4",
"transcript_support_level": 1,
"aa_start": 269,
"aa_end": null,
"aa_length": 338,
"cds_start": 805,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006214.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263038.9"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.811A>C",
"hgvs_p": "p.Asn271His",
"transcript": "NM_001323082.2",
"protein_id": "NP_001310011.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 340,
"cds_start": 811,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323082.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.772A>C",
"hgvs_p": "p.Asn258His",
"transcript": "ENST00000858006.1",
"protein_id": "ENSP00000528065.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 327,
"cds_start": 772,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858006.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.769A>C",
"hgvs_p": "p.Asn257His",
"transcript": "ENST00000943581.1",
"protein_id": "ENSP00000613640.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 326,
"cds_start": 769,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943581.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.754A>C",
"hgvs_p": "p.Asn252His",
"transcript": "ENST00000396920.7",
"protein_id": "ENSP00000380126.3",
"transcript_support_level": 5,
"aa_start": 252,
"aa_end": null,
"aa_length": 321,
"cds_start": 754,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396920.7"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.718A>C",
"hgvs_p": "p.Asn240His",
"transcript": "ENST00000858009.1",
"protein_id": "ENSP00000528068.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 309,
"cds_start": 718,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858009.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.715A>C",
"hgvs_p": "p.Asn239His",
"transcript": "ENST00000858014.1",
"protein_id": "ENSP00000528073.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 308,
"cds_start": 715,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858014.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.709A>C",
"hgvs_p": "p.Asn237His",
"transcript": "ENST00000858011.1",
"protein_id": "ENSP00000528070.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 306,
"cds_start": 709,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858011.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.805A>C",
"hgvs_p": "p.Asn269His",
"transcript": "ENST00000858005.1",
"protein_id": "ENSP00000528064.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 293,
"cds_start": 805,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858005.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.670A>C",
"hgvs_p": "p.Asn224His",
"transcript": "ENST00000858007.1",
"protein_id": "ENSP00000528066.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 293,
"cds_start": 670,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858007.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.667A>C",
"hgvs_p": "p.Asn223His",
"transcript": "ENST00000943580.1",
"protein_id": "ENSP00000613639.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 292,
"cds_start": 667,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943580.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.541A>C",
"hgvs_p": "p.Asn181His",
"transcript": "NM_001323083.2",
"protein_id": "NP_001310012.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 250,
"cds_start": 541,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323083.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.511A>C",
"hgvs_p": "p.Asn171His",
"transcript": "NM_001323084.2",
"protein_id": "NP_001310013.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 240,
"cds_start": 511,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323084.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.508A>C",
"hgvs_p": "p.Asn170His",
"transcript": "ENST00000928060.1",
"protein_id": "ENSP00000598119.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 239,
"cds_start": 508,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928060.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.505A>C",
"hgvs_p": "p.Asn169His",
"transcript": "NM_001037537.2",
"protein_id": "NP_001032626.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 238,
"cds_start": 505,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001037537.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.505A>C",
"hgvs_p": "p.Asn169His",
"transcript": "NM_001323080.2",
"protein_id": "NP_001310009.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 238,
"cds_start": 505,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323080.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.505A>C",
"hgvs_p": "p.Asn169His",
"transcript": "ENST00000396913.6",
"protein_id": "ENSP00000380121.2",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 238,
"cds_start": 505,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396913.6"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.499A>C",
"hgvs_p": "p.Asn167His",
"transcript": "ENST00000858015.1",
"protein_id": "ENSP00000528074.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 236,
"cds_start": 499,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858015.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.541A>C",
"hgvs_p": "p.Asn181His",
"transcript": "ENST00000858008.1",
"protein_id": "ENSP00000528067.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 205,
"cds_start": 541,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858008.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.505A>C",
"hgvs_p": "p.Asn169His",
"transcript": "ENST00000453759.6",
"protein_id": "ENSP00000412525.2",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 175,
"cds_start": 505,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453759.6"
},
{
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.679-2603A>C",
"hgvs_p": null,
"transcript": "ENST00000858010.1",
"protein_id": "ENSP00000528069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858010.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.415-2603A>C",
"hgvs_p": null,
"transcript": "ENST00000858013.1",
"protein_id": "ENSP00000528072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858013.1"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"hgvs_c": "c.415-5359A>C",
"hgvs_p": null,
"transcript": "ENST00000858012.1",
"protein_id": "ENSP00000528071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858012.1"
}
],
"gene_symbol": "PHYH",
"gene_hgnc_id": 8940,
"dbsnp": "rs104894179",
"frequency_reference_population": 0.0000027361878,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273619,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9838299751281738,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.893,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9268,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.982,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001323082.2",
"gene_symbol": "PHYH",
"hgnc_id": 8940,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.811A>C",
"hgvs_p": "p.Asn271His"
}
],
"clinvar_disease": " 1, ADULT,REFSUM DISEASE",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "REFSUM DISEASE, ADULT, 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}