← 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: 10-73125133-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=73125133&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 73125133,
"ref": "C",
"alt": "T",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001283017.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "NM_015901.6",
"protein_id": "NP_056985.3",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 352,
"cds_start": 481,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357321.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015901.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "ENST00000357321.9",
"protein_id": "ENSP00000349874.4",
"transcript_support_level": 5,
"aa_start": 161,
"aa_end": null,
"aa_length": 352,
"cds_start": 481,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015901.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357321.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "ENST00000349051.9",
"protein_id": "ENSP00000335326.6",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 263,
"cds_start": 481,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349051.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "ENST00000372997.3",
"protein_id": "ENSP00000362088.3",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 235,
"cds_start": 481,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372997.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "NM_001283017.2",
"protein_id": "NP_001269946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283017.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "NM_001283019.2",
"protein_id": "NP_001269948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283019.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-374C>T",
"hgvs_p": null,
"transcript": "ENST00000537969.6",
"protein_id": "ENSP00000438223.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": null,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537969.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "XM_047424985.1",
"protein_id": "XP_047280941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424985.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "ENST00000617744.5",
"protein_id": "ENSP00000484185.2",
"transcript_support_level": 5,
"aa_start": 161,
"aa_end": null,
"aa_length": 352,
"cds_start": 481,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617744.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "ENST00000898515.1",
"protein_id": "ENSP00000568574.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 352,
"cds_start": 481,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898515.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "NM_001283014.2",
"protein_id": "NP_001269943.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 263,
"cds_start": 481,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283014.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152Cys",
"transcript": "ENST00000972079.1",
"protein_id": "ENSP00000642138.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 254,
"cds_start": 454,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972079.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "NM_001283015.2",
"protein_id": "NP_001269944.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 235,
"cds_start": 481,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283015.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.103C>T",
"hgvs_p": "p.Arg35Cys",
"transcript": "NM_001283016.2",
"protein_id": "NP_001269945.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 226,
"cds_start": 103,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283016.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.103C>T",
"hgvs_p": "p.Arg35Cys",
"transcript": "XM_024447926.2",
"protein_id": "XP_024303694.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 226,
"cds_start": 103,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447926.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Cys",
"transcript": "XM_047424984.1",
"protein_id": "XP_047280940.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 202,
"cds_start": 481,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "NM_001283017.2",
"protein_id": "NP_001269946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283017.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "NM_001283019.2",
"protein_id": "NP_001269948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283019.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-374C>T",
"hgvs_p": null,
"transcript": "ENST00000537969.6",
"protein_id": "ENSP00000438223.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": null,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537969.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "c.-111C>T",
"hgvs_p": null,
"transcript": "XM_047424985.1",
"protein_id": "XP_047280941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424985.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": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "n.481C>T",
"hgvs_p": null,
"transcript": "ENST00000488223.6",
"protein_id": "ENSP00000521046.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": "ENST00000488223.6"
},
{
"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": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "n.103C>T",
"hgvs_p": null,
"transcript": "ENST00000544879.6",
"protein_id": "ENSP00000440760.2",
"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": "ENST00000544879.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000272599",
"gene_hgnc_id": null,
"hgvs_c": "n.273G>A",
"hgvs_p": null,
"transcript": "ENST00000608444.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000608444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000272599",
"gene_hgnc_id": null,
"hgvs_c": "n.400G>A",
"hgvs_p": null,
"transcript": "ENST00000621900.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000621900.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "n.524C>T",
"hgvs_p": null,
"transcript": "ENST00000850962.1",
"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": "ENST00000850962.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": "NUDT13",
"gene_hgnc_id": 18827,
"hgvs_c": "n.603C>T",
"hgvs_p": null,
"transcript": "NR_104264.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": "NR_104264.2"
}
],
"gene_symbol": "NUDT13",
"gene_hgnc_id": 18827,
"dbsnp": "rs143180708",
"frequency_reference_population": 0.00004346595,
"hom_count_reference_population": 0,
"allele_count_reference_population": 70,
"gnomad_exomes_af": 0.0000384006,
"gnomad_genomes_af": 0.0000920181,
"gnomad_exomes_ac": 56,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.41910555958747864,
"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.295,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0987,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.587,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001283017.2",
"gene_symbol": "NUDT13",
"hgnc_id": 18827,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-111C>T",
"hgvs_p": null
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000608444.1",
"gene_symbol": "ENSG00000272599",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.273G>A",
"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
}