← 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: 12-101723182-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=101723182&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 101723182,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_020244.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu",
"transcript": "NM_020244.3",
"protein_id": "NP_064629.2",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 406,
"cds_start": 795,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000229266.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020244.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu",
"transcript": "ENST00000229266.8",
"protein_id": "ENSP00000229266.3",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 406,
"cds_start": 795,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020244.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000229266.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*165G>A",
"hgvs_p": null,
"transcript": "ENST00000552215.5",
"protein_id": "ENSP00000448831.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000552215.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*165G>A",
"hgvs_p": null,
"transcript": "ENST00000552215.5",
"protein_id": "ENSP00000448831.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000552215.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.894G>A",
"hgvs_p": "p.Leu298Leu",
"transcript": "ENST00000868508.1",
"protein_id": "ENSP00000538567.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 439,
"cds_start": 894,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868508.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu",
"transcript": "ENST00000931424.1",
"protein_id": "ENSP00000601483.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 405,
"cds_start": 795,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931424.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu",
"transcript": "ENST00000549872.5",
"protein_id": "ENSP00000448766.1",
"transcript_support_level": 5,
"aa_start": 265,
"aa_end": null,
"aa_length": 398,
"cds_start": 795,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549872.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.735G>A",
"hgvs_p": "p.Leu245Leu",
"transcript": "ENST00000868505.1",
"protein_id": "ENSP00000538564.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 386,
"cds_start": 735,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868505.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.690G>A",
"hgvs_p": "p.Leu230Leu",
"transcript": "ENST00000868504.1",
"protein_id": "ENSP00000538563.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 371,
"cds_start": 690,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868504.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu",
"transcript": "ENST00000868506.1",
"protein_id": "ENSP00000538565.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 369,
"cds_start": 795,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868506.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.681G>A",
"hgvs_p": "p.Leu227Leu",
"transcript": "ENST00000868507.1",
"protein_id": "ENSP00000538566.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 368,
"cds_start": 681,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868507.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.663G>A",
"hgvs_p": "p.Leu221Leu",
"transcript": "ENST00000868503.1",
"protein_id": "ENSP00000538562.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 362,
"cds_start": 663,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868503.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.651G>A",
"hgvs_p": "p.Leu217Leu",
"transcript": "ENST00000868510.1",
"protein_id": "ENSP00000538569.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 358,
"cds_start": 651,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868510.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.288G>A",
"hgvs_p": "p.Leu96Leu",
"transcript": "ENST00000868502.1",
"protein_id": "ENSP00000538561.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 237,
"cds_start": 288,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868502.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.663G>A",
"hgvs_p": "p.Leu221Leu",
"transcript": "XM_011538574.2",
"protein_id": "XP_011536876.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 362,
"cds_start": 663,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538574.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.279G>A",
"hgvs_p": "p.Leu93Leu",
"transcript": "XM_011538575.2",
"protein_id": "XP_011536877.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 234,
"cds_start": 279,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538575.2"
},
{
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "c.780+2928G>A",
"hgvs_p": null,
"transcript": "ENST00000868509.1",
"protein_id": "ENSP00000538568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": null,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868509.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.795G>A",
"hgvs_p": null,
"transcript": "ENST00000549128.5",
"protein_id": "ENSP00000446994.1",
"transcript_support_level": 5,
"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": "ENST00000549128.5"
},
{
"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": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*224G>A",
"hgvs_p": null,
"transcript": "ENST00000552329.1",
"protein_id": "ENSP00000447920.1",
"transcript_support_level": 4,
"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": "ENST00000552329.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*165G>A",
"hgvs_p": null,
"transcript": "ENST00000552351.5",
"protein_id": "ENSP00000447887.1",
"transcript_support_level": 2,
"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": "ENST00000552351.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.885G>A",
"hgvs_p": null,
"transcript": "XR_001748818.2",
"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_001748818.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.1017G>A",
"hgvs_p": null,
"transcript": "XR_245946.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": "XR_245946.3"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*224G>A",
"hgvs_p": null,
"transcript": "ENST00000552329.1",
"protein_id": "ENSP00000447920.1",
"transcript_support_level": 4,
"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": "ENST00000552329.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"hgvs_c": "n.*165G>A",
"hgvs_p": null,
"transcript": "ENST00000552351.5",
"protein_id": "ENSP00000447887.1",
"transcript_support_level": 2,
"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": "ENST00000552351.5"
}
],
"gene_symbol": "CHPT1",
"gene_hgnc_id": 17852,
"dbsnp": "rs1468444189",
"frequency_reference_population": 0.000002054603,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020546,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.039,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_020244.3",
"gene_symbol": "CHPT1",
"hgnc_id": 17852,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.795G>A",
"hgvs_p": "p.Leu265Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}