← 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: 22-23803338-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=23803338&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 23803338,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000644036.2",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.544C>A",
"hgvs_p": "p.Gln182Lys",
"transcript": "NM_003073.5",
"protein_id": "NP_003064.2",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 385,
"cds_start": 544,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 5191,
"mane_select": "ENST00000644036.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.544C>A",
"hgvs_p": "p.Gln182Lys",
"transcript": "ENST00000644036.2",
"protein_id": "ENSP00000494049.2",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 385,
"cds_start": 544,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 5191,
"mane_select": "NM_003073.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.517C>A",
"hgvs_p": "p.Gln173Lys",
"transcript": "ENST00000407422.8",
"protein_id": "ENSP00000383984.3",
"transcript_support_level": 1,
"aa_start": 173,
"aa_end": null,
"aa_length": 376,
"cds_start": 517,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 756,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.406C>A",
"hgvs_p": "p.Gln136Lys",
"transcript": "ENST00000263121.12",
"protein_id": "ENSP00000263121.8",
"transcript_support_level": 1,
"aa_start": 136,
"aa_end": null,
"aa_length": 339,
"cds_start": 406,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 1500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.598C>A",
"hgvs_p": "p.Gln200Lys",
"transcript": "NM_001362877.2",
"protein_id": "NP_001349806.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 403,
"cds_start": 598,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 5245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.571C>A",
"hgvs_p": "p.Gln191Lys",
"transcript": "NM_001317946.2",
"protein_id": "NP_001304875.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 394,
"cds_start": 571,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 5218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.571C>A",
"hgvs_p": "p.Gln191Lys",
"transcript": "ENST00000344921.11",
"protein_id": "ENSP00000340883.6",
"transcript_support_level": 2,
"aa_start": 191,
"aa_end": null,
"aa_length": 394,
"cds_start": 571,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 1717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.517C>A",
"hgvs_p": "p.Gln173Lys",
"transcript": "NM_001007468.3",
"protein_id": "NP_001007469.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 376,
"cds_start": 517,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 721,
"cdna_end": null,
"cdna_length": 5164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.598C>A",
"hgvs_p": "p.Gln200Lys",
"transcript": "ENST00000417137.6",
"protein_id": "ENSP00000388489.2",
"transcript_support_level": 3,
"aa_start": 200,
"aa_end": null,
"aa_length": 247,
"cds_start": 598,
"cds_end": null,
"cds_length": 746,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.379C>A",
"hgvs_p": "p.Gln127Lys",
"transcript": "ENST00000407082.4",
"protein_id": "ENSP00000385226.4",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 146,
"cds_start": 379,
"cds_end": null,
"cds_length": 442,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 595,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.792C>A",
"hgvs_p": null,
"transcript": "ENST00000642275.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": 1285,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000642727.1",
"protein_id": "ENSP00000495144.1",
"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": 1001,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.512C>A",
"hgvs_p": null,
"transcript": "ENST00000643421.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": 1557,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000644462.1",
"protein_id": "ENSP00000494283.1",
"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": 2054,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.1338C>A",
"hgvs_p": null,
"transcript": "ENST00000644467.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": 3322,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000644619.1",
"protein_id": "ENSP00000494695.1",
"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": 1838,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.2745C>A",
"hgvs_p": null,
"transcript": "ENST00000646723.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": 3594,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.456C>A",
"hgvs_p": null,
"transcript": "ENST00000646911.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": 1731,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*38C>A",
"hgvs_p": null,
"transcript": "ENST00000647057.1",
"protein_id": "ENSP00000494757.1",
"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": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000642727.1",
"protein_id": "ENSP00000495144.1",
"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": 1001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000644462.1",
"protein_id": "ENSP00000494283.1",
"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": 2054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*611C>A",
"hgvs_p": null,
"transcript": "ENST00000644619.1",
"protein_id": "ENSP00000494695.1",
"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": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*38C>A",
"hgvs_p": null,
"transcript": "ENST00000647057.1",
"protein_id": "ENSP00000494757.1",
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*16C>A",
"hgvs_p": null,
"transcript": "ENST00000634926.1",
"protein_id": "ENSP00000489445.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": -4,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 269,
"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": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*16C>A",
"hgvs_p": null,
"transcript": "ENST00000635578.1",
"protein_id": "ENSP00000489115.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"dbsnp": "rs121434496",
"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.8286223411560059,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.555,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2669,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.897,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000644036.2",
"gene_symbol": "SMARCB1",
"hgnc_id": 11103,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.544C>A",
"hgvs_p": "p.Gln182Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}