← 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: 17-75627670-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75627670&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 75627670,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004259.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His",
"transcript": "NM_004259.7",
"protein_id": "NP_004250.4",
"transcript_support_level": null,
"aa_start": 943,
"aa_end": null,
"aa_length": 991,
"cds_start": 2828,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000317905.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004259.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His",
"transcript": "ENST00000317905.10",
"protein_id": "ENSP00000317636.5",
"transcript_support_level": 1,
"aa_start": 943,
"aa_end": null,
"aa_length": 991,
"cds_start": 2828,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004259.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317905.10"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2747G>A",
"hgvs_p": "p.Arg916His",
"transcript": "ENST00000423245.6",
"protein_id": "ENSP00000394820.2",
"transcript_support_level": 1,
"aa_start": 916,
"aa_end": null,
"aa_length": 964,
"cds_start": 2747,
"cds_end": null,
"cds_length": 2895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423245.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "n.2364G>A",
"hgvs_p": null,
"transcript": "ENST00000443199.6",
"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": "pseudogene",
"feature": "ENST00000443199.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "n.451G>A",
"hgvs_p": null,
"transcript": "ENST00000578865.5",
"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": "ENST00000578865.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His",
"transcript": "ENST00000919295.1",
"protein_id": "ENSP00000589354.1",
"transcript_support_level": null,
"aa_start": 943,
"aa_end": null,
"aa_length": 991,
"cds_start": 2828,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919295.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His",
"transcript": "ENST00000919296.1",
"protein_id": "ENSP00000589355.1",
"transcript_support_level": null,
"aa_start": 943,
"aa_end": null,
"aa_length": 991,
"cds_start": 2828,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919296.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2825G>A",
"hgvs_p": "p.Arg942His",
"transcript": "ENST00000941132.1",
"protein_id": "ENSP00000611191.1",
"transcript_support_level": null,
"aa_start": 942,
"aa_end": null,
"aa_length": 990,
"cds_start": 2825,
"cds_end": null,
"cds_length": 2973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941132.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2774G>A",
"hgvs_p": "p.Arg925His",
"transcript": "ENST00000910739.1",
"protein_id": "ENSP00000580798.1",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 973,
"cds_start": 2774,
"cds_end": null,
"cds_length": 2922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910739.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2693G>A",
"hgvs_p": "p.Arg898His",
"transcript": "ENST00000941133.1",
"protein_id": "ENSP00000611192.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 946,
"cds_start": 2693,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941133.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2492G>A",
"hgvs_p": "p.Arg831His",
"transcript": "ENST00000919294.1",
"protein_id": "ENSP00000589353.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 879,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919294.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2429G>A",
"hgvs_p": "p.Arg810His",
"transcript": "ENST00000910741.1",
"protein_id": "ENSP00000580800.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 858,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910741.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "ENST00000910740.1",
"protein_id": "ENSP00000580799.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 725,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910740.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2891G>A",
"hgvs_p": "p.Arg964His",
"transcript": "XM_005257818.5",
"protein_id": "XP_005257875.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2891,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257818.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His",
"transcript": "XM_047437085.1",
"protein_id": "XP_047293041.1",
"transcript_support_level": null,
"aa_start": 943,
"aa_end": null,
"aa_length": 991,
"cds_start": 2828,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437085.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "XM_047437086.1",
"protein_id": "XP_047293042.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 633,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437086.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "XM_047437087.1",
"protein_id": "XP_047293043.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 633,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437087.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1709G>A",
"hgvs_p": "p.Arg570His",
"transcript": "XM_011525484.2",
"protein_id": "XP_011523786.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 618,
"cds_start": 1709,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525484.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1691G>A",
"hgvs_p": "p.Arg564His",
"transcript": "XM_011525485.3",
"protein_id": "XP_011523787.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 612,
"cds_start": 1691,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525485.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1691G>A",
"hgvs_p": "p.Arg564His",
"transcript": "XM_047437088.1",
"protein_id": "XP_047293044.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 612,
"cds_start": 1691,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437088.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Arg559His",
"transcript": "XM_006722186.2",
"protein_id": "XP_006722249.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 607,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722186.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1646G>A",
"hgvs_p": "p.Arg549His",
"transcript": "XM_047437089.1",
"protein_id": "XP_047293045.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 597,
"cds_start": 1646,
"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": "XM_047437089.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1613G>A",
"hgvs_p": "p.Arg538His",
"transcript": "XM_005257822.5",
"protein_id": "XP_005257879.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 586,
"cds_start": 1613,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257822.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1613G>A",
"hgvs_p": "p.Arg538His",
"transcript": "XM_047437090.1",
"protein_id": "XP_047293046.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 586,
"cds_start": 1613,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437090.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.1358G>A",
"hgvs_p": "p.Arg453His",
"transcript": "XM_011525486.3",
"protein_id": "XP_011523788.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 501,
"cds_start": 1358,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525486.3"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.478-446G>A",
"hgvs_p": null,
"transcript": "ENST00000581825.1",
"protein_id": "ENSP00000462678.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581825.1"
}
],
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"dbsnp": "rs200535477",
"frequency_reference_population": 0.004181797,
"hom_count_reference_population": 20,
"allele_count_reference_population": 6730,
"gnomad_exomes_af": 0.00431397,
"gnomad_genomes_af": 0.00291664,
"gnomad_exomes_ac": 6286,
"gnomad_genomes_ac": 444,
"gnomad_exomes_homalt": 19,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012054294347763062,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.658,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3876,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.209,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004259.7",
"gene_symbol": "RECQL5",
"hgnc_id": 9950,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943His"
}
],
"clinvar_disease": "RECQL5-related disorder,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided|RECQL5-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}