← 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: 14-30878926-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=30878926&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 30878926,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000396618.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "NM_004086.3",
"protein_id": "NP_004077.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2536,
"mane_select": "ENST00000396618.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000396618.9",
"protein_id": "ENSP00000379862.3",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2536,
"mane_select": "NM_004086.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Ala184Thr",
"transcript": "ENST00000216361.9",
"protein_id": "ENSP00000216361.5",
"transcript_support_level": 1,
"aa_start": 184,
"aa_end": null,
"aa_length": 615,
"cds_start": 550,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000475087.5",
"protein_id": "ENSP00000451528.1",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 494,
"cds_start": 355,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 1997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258525",
"gene_hgnc_id": 58454,
"hgvs_c": "n.1618-2374C>T",
"hgvs_p": null,
"transcript": "ENST00000555108.1",
"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": 1991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Ala184Thr",
"transcript": "NM_001347720.2",
"protein_id": "NP_001334649.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 615,
"cds_start": 550,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 3055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "NM_001135058.2",
"protein_id": "NP_001128530.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000643575.1",
"protein_id": "ENSP00000494838.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 402,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000644874.2",
"protein_id": "ENSP00000496360.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000555117.2",
"protein_id": "ENSP00000493569.1",
"transcript_support_level": 2,
"aa_start": 119,
"aa_end": null,
"aa_length": 513,
"cds_start": 355,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.19G>A",
"hgvs_p": "p.Ala7Thr",
"transcript": "ENST00000460581.6",
"protein_id": "ENSP00000451713.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 438,
"cds_start": 19,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 2688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"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": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Ala103Thr",
"transcript": "ENST00000556908.5",
"protein_id": "ENSP00000452541.1",
"transcript_support_level": 3,
"aa_start": 103,
"aa_end": null,
"aa_length": 192,
"cds_start": 307,
"cds_end": null,
"cds_length": 581,
"cdna_start": 501,
"cdna_end": null,
"cdna_length": 775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Ala184Thr",
"transcript": "XM_047431062.1",
"protein_id": "XP_047287018.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 634,
"cds_start": 550,
"cds_end": null,
"cds_length": 1905,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 2666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Ala184Thr",
"transcript": "XM_017021071.2",
"protein_id": "XP_016876560.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 615,
"cds_start": 550,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Ala184Thr",
"transcript": "XM_047431063.1",
"protein_id": "XP_047287019.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 615,
"cds_start": 550,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "XM_024449506.1",
"protein_id": "XP_024305274.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 569,
"cds_start": 355,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "XM_047431064.1",
"protein_id": "XP_047287020.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 550,
"cds_start": 355,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2414,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "n.509G>A",
"hgvs_p": null,
"transcript": "ENST00000553833.5",
"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": 635,
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "n.600G>A",
"hgvs_p": null,
"transcript": "ENST00000643697.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": 2051,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "c.83-1526G>A",
"hgvs_p": null,
"transcript": "ENST00000555881.5",
"protein_id": "ENSP00000452569.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "n.239+1198G>A",
"hgvs_p": null,
"transcript": "ENST00000553772.5",
"protein_id": "ENSP00000452343.1",
"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": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"hgvs_c": "n.156-497G>A",
"hgvs_p": null,
"transcript": "ENST00000557065.1",
"protein_id": "ENSP00000451629.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": 654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258525",
"gene_hgnc_id": 58454,
"hgvs_c": "n.1368-2374C>T",
"hgvs_p": null,
"transcript": "ENST00000661204.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": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "COCH-AS1",
"gene_hgnc_id": 58454,
"hgvs_c": "n.1618-2374C>T",
"hgvs_p": null,
"transcript": "NR_038356.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": 1991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COCH",
"gene_hgnc_id": 2180,
"dbsnp": "rs121908931",
"frequency_reference_population": 0.0000047885774,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000478858,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29035353660583496,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.394,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0811,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.954,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "BS3_Supporting,PM2_Supporting",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 1,
"pathogenic_score": 1,
"criteria": [
"BS3_Supporting",
"PM2_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000396618.9",
"gene_symbol": "COCH",
"hgnc_id": 2180,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000555108.1",
"gene_symbol": "ENSG00000258525",
"hgnc_id": 58454,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1618-2374C>T",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NR_038356.1",
"gene_symbol": "COCH-AS1",
"hgnc_id": 58454,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1618-2374C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal dominant nonsyndromic hearing loss 9,Nonsyndromic genetic hearing loss",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Autosomal dominant nonsyndromic hearing loss 9|Nonsyndromic genetic hearing loss",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}