← 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: 19-54277919-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=54277919&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 54277919,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005874.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "NM_001080978.4",
"protein_id": "NP_001074447.2",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 597,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000314446.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080978.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000314446.10",
"protein_id": "ENSP00000319960.5",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 597,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080978.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314446.10"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000391749.4",
"protein_id": "ENSP00000375629.4",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 598,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391749.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000391748.5",
"protein_id": "ENSP00000375628.1",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 597,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391748.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000391746.5",
"protein_id": "ENSP00000375626.1",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 510,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391746.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "n.1464C>A",
"hgvs_p": null,
"transcript": "ENST00000493242.1",
"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": "ENST00000493242.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1294C>A",
"hgvs_p": "p.Pro432Thr",
"transcript": "ENST00000872967.1",
"protein_id": "ENSP00000543026.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 602,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872967.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000872965.1",
"protein_id": "ENSP00000543024.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 599,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872965.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "NM_005874.5",
"protein_id": "NP_005865.3",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 598,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005874.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000872963.1",
"protein_id": "ENSP00000543022.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 598,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872963.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "NM_001278403.3",
"protein_id": "NP_001265332.2",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 597,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278403.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000872966.1",
"protein_id": "ENSP00000543025.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 597,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872966.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000872964.1",
"protein_id": "ENSP00000543023.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 587,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872964.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000872968.1",
"protein_id": "ENSP00000543027.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 557,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872968.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000949068.1",
"protein_id": "ENSP00000619127.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 557,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949068.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "ENST00000949071.1",
"protein_id": "ENSP00000619130.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 556,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949071.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "NM_001278405.2",
"protein_id": "NP_001265334.2",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 510,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278405.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.931C>A",
"hgvs_p": "p.Pro311Thr",
"transcript": "NM_001278404.3",
"protein_id": "NP_001265333.2",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 482,
"cds_start": 931,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278404.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.931C>A",
"hgvs_p": "p.Pro311Thr",
"transcript": "ENST00000434421.5",
"protein_id": "ENSP00000410117.1",
"transcript_support_level": 2,
"aa_start": 311,
"aa_end": null,
"aa_length": 482,
"cds_start": 931,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434421.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"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": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr",
"transcript": "NM_001278406.2",
"protein_id": "NP_001265335.2",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 455,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278406.2"
},
{
"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": 13,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1259-319C>A",
"hgvs_p": null,
"transcript": "ENST00000949069.1",
"protein_id": "ENSP00000619128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949069.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": 13,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "c.1259-322C>A",
"hgvs_p": null,
"transcript": "ENST00000949070.1",
"protein_id": "ENSP00000619129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949070.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "n.304C>A",
"hgvs_p": null,
"transcript": "ENST00000455108.5",
"protein_id": "ENSP00000394130.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": "ENST00000455108.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"hgvs_c": "n.1411C>A",
"hgvs_p": null,
"transcript": "NR_103521.3",
"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": "NR_103521.3"
}
],
"gene_symbol": "LILRB2",
"gene_hgnc_id": 6606,
"dbsnp": "rs148321423",
"frequency_reference_population": 0.0000038972426,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000144158,
"gnomad_genomes_af": 0.0000262843,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.040305912494659424,
"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.056,
"revel_prediction": "Benign",
"alphamissense_score": 0.0632,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.34,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_005874.5",
"gene_symbol": "LILRB2",
"hgnc_id": 6606,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1279C>A",
"hgvs_p": "p.Pro427Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}