← 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: 16-56451725-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=56451725&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 56451725,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018233.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "NM_018233.4",
"protein_id": "NP_060703.3",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 542,
"cds_start": 113,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000566157.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018233.4"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000566157.6",
"protein_id": "ENSP00000457258.1",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 542,
"cds_start": 113,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018233.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566157.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288725",
"gene_hgnc_id": null,
"hgvs_c": "n.*1-3736T>C",
"hgvs_p": null,
"transcript": "ENST00000684388.1",
"protein_id": "ENSP00000507647.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000684388.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000924152.1",
"protein_id": "ENSP00000594211.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 553,
"cds_start": 113,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924152.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "NM_001324357.2",
"protein_id": "NP_001311286.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 541,
"cds_start": 113,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324357.2"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000877350.1",
"protein_id": "ENSP00000547409.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 541,
"cds_start": 113,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877350.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000966422.1",
"protein_id": "ENSP00000636481.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 540,
"cds_start": 113,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966422.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "NM_001324363.2",
"protein_id": "NP_001311292.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 504,
"cds_start": 113,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324363.2"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000877349.1",
"protein_id": "ENSP00000547408.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 504,
"cds_start": 113,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877349.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000568397.1",
"protein_id": "ENSP00000457746.1",
"transcript_support_level": 5,
"aa_start": 38,
"aa_end": null,
"aa_length": 499,
"cds_start": 113,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568397.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000562150.5",
"protein_id": "ENSP00000456111.1",
"transcript_support_level": 4,
"aa_start": 38,
"aa_end": null,
"aa_length": 163,
"cds_start": 113,
"cds_end": null,
"cds_length": 494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562150.5"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg",
"transcript": "ENST00000924153.1",
"protein_id": "ENSP00000594212.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 153,
"cds_start": 113,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.-214A>G",
"hgvs_p": null,
"transcript": "NM_001324360.2",
"protein_id": "NP_001311289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324360.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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.-12+158A>G",
"hgvs_p": null,
"transcript": "NM_001324361.1",
"protein_id": "NP_001311290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324361.1"
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.-173+158A>G",
"hgvs_p": null,
"transcript": "NM_001324359.1",
"protein_id": "NP_001311288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324359.1"
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.-239+158A>G",
"hgvs_p": null,
"transcript": "NM_001324362.1",
"protein_id": "NP_001311291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324362.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "c.-12+158A>G",
"hgvs_p": null,
"transcript": "ENST00000561646.5",
"protein_id": "ENSP00000457553.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": null,
"cds_end": null,
"cds_length": 526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561646.5"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUDT21",
"gene_hgnc_id": 13870,
"hgvs_c": "c.-83+425T>C",
"hgvs_p": null,
"transcript": "ENST00000566340.5",
"protein_id": "ENSP00000454790.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"cds_end": null,
"cds_length": 449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566340.5"
},
{
"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": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.193A>G",
"hgvs_p": null,
"transcript": "ENST00000563733.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000563733.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.113A>G",
"hgvs_p": null,
"transcript": "ENST00000565682.5",
"protein_id": "ENSP00000456016.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": "ENST00000565682.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.186A>G",
"hgvs_p": null,
"transcript": "ENST00000568172.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000568172.1"
},
{
"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": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.170A>G",
"hgvs_p": null,
"transcript": "ENST00000569645.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000569645.1"
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.-12+158A>G",
"hgvs_p": null,
"transcript": "ENST00000336111.9",
"protein_id": "ENSP00000337196.5",
"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": "ENST00000336111.9"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"hgvs_c": "n.-12+158A>G",
"hgvs_p": null,
"transcript": "ENST00000569802.5",
"protein_id": "ENSP00000455149.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": "ENST00000569802.5"
}
],
"gene_symbol": "OGFOD1",
"gene_hgnc_id": 25585,
"dbsnp": "rs144253215",
"frequency_reference_population": 0.000053295258,
"hom_count_reference_population": 0,
"allele_count_reference_population": 86,
"gnomad_exomes_af": 0.0000307939,
"gnomad_genomes_af": 0.000269163,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 41,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03392210602760315,
"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.205,
"revel_prediction": "Benign",
"alphamissense_score": 0.0746,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.505,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_018233.4",
"gene_symbol": "OGFOD1",
"hgnc_id": 25585,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Gln38Arg"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000684388.1",
"gene_symbol": "ENSG00000288725",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1-3736T>C",
"hgvs_p": null
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000566340.5",
"gene_symbol": "NUDT21",
"hgnc_id": 13870,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-83+425T>C",
"hgvs_p": null
}
],
"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
}