← 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: 2-178456101-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=178456101&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 178456101,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001353775.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "NM_001042702.5",
"protein_id": "NP_001036167.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644580.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042702.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "ENST00000644580.2",
"protein_id": "ENSP00000495855.2",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001042702.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644580.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "ENST00000375129.8",
"protein_id": "ENSP00000364271.4",
"transcript_support_level": 1,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375129.8"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "n.1369C>T",
"hgvs_p": null,
"transcript": "ENST00000437056.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000437056.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.508C>T",
"hgvs_p": "p.Arg170*",
"transcript": "NM_001353775.2",
"protein_id": "NP_001340704.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 355,
"cds_start": 508,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353775.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202*",
"transcript": "NM_001353776.2",
"protein_id": "NP_001340705.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 354,
"cds_start": 604,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353776.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "NM_001369912.1",
"protein_id": "NP_001356841.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369912.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "ENST00000970493.1",
"protein_id": "ENSP00000640552.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970493.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "ENST00000970494.1",
"protein_id": "ENSP00000640553.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 352,
"cds_start": 499,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970494.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.499C>T",
"hgvs_p": "p.Arg167*",
"transcript": "ENST00000645572.1",
"protein_id": "ENSP00000494301.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 299,
"cds_start": 499,
"cds_end": null,
"cds_length": 901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645572.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "NM_001353777.1",
"protein_id": "NP_001340706.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353777.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "NM_001353778.2",
"protein_id": "NP_001340707.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353778.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "ENST00000642192.1",
"protein_id": "ENSP00000494225.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642192.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "ENST00000642492.1",
"protein_id": "ENSP00000496267.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642492.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "ENST00000645817.1",
"protein_id": "ENSP00000495731.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645817.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "ENST00000647226.1",
"protein_id": "ENSP00000496024.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 193,
"cds_start": 22,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647226.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114*",
"transcript": "ENST00000442710.5",
"protein_id": "ENSP00000410776.1",
"transcript_support_level": 5,
"aa_start": 114,
"aa_end": null,
"aa_length": 155,
"cds_start": 340,
"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": "ENST00000442710.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.22C>T",
"hgvs_p": "p.Arg8*",
"transcript": "ENST00000643738.1",
"protein_id": "ENSP00000493684.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 28,
"cds_start": 22,
"cds_end": null,
"cds_length": 89,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643738.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202*",
"transcript": "XM_017004221.3",
"protein_id": "XP_016859710.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 387,
"cds_start": 604,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004221.3"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "n.139C>T",
"hgvs_p": null,
"transcript": "ENST00000444615.1",
"protein_id": "ENSP00000399579.1",
"transcript_support_level": 3,
"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": "ENST00000444615.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "n.156C>T",
"hgvs_p": null,
"transcript": "ENST00000643768.1",
"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": "ENST00000643768.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "n.613C>T",
"hgvs_p": null,
"transcript": "ENST00000645762.1",
"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": "retained_intron",
"feature": "ENST00000645762.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "n.704C>T",
"hgvs_p": null,
"transcript": "XR_922929.4",
"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_922929.4"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"hgvs_c": "c.*9C>T",
"hgvs_p": null,
"transcript": "ENST00000644554.1",
"protein_id": "ENSP00000495037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3,
"cds_start": null,
"cds_end": null,
"cds_length": 13,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644554.1"
}
],
"gene_symbol": "PJVK",
"gene_hgnc_id": 29502,
"dbsnp": "rs118203989",
"frequency_reference_population": 0.00009975427,
"hom_count_reference_population": 0,
"allele_count_reference_population": 161,
"gnomad_exomes_af": 0.0000998755,
"gnomad_genomes_af": 0.0000985895,
"gnomad_exomes_ac": 146,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1850000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.185,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.1,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.12,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001353775.2",
"gene_symbol": "PJVK",
"hgnc_id": 29502,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.508C>T",
"hgvs_p": "p.Arg170*"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 59,Rare genetic deafness,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:1",
"phenotype_combined": "Autosomal recessive nonsyndromic hearing loss 59|Rare genetic deafness|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}