← 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: 8-144511446-CAGG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144511446&ref=CAGG&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144511446,
"ref": "CAGG",
"alt": "C",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_004260.4",
"consequences": [
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3609_3611delCCT",
"hgvs_p": "p.Leu1204del",
"transcript": "NM_004260.4",
"protein_id": "NP_004251.4",
"transcript_support_level": null,
"aa_start": 1203,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3609,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3660,
"cdna_end": null,
"cdna_length": 3819,
"mane_select": "ENST00000617875.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3609_3611delCCT",
"hgvs_p": "p.Leu1204del",
"transcript": "ENST00000617875.6",
"protein_id": "ENSP00000482313.2",
"transcript_support_level": 1,
"aa_start": 1203,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3609,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3660,
"cdna_end": null,
"cdna_length": 3819,
"mane_select": "NM_004260.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "ENST00000621189.4",
"protein_id": "ENSP00000483145.1",
"transcript_support_level": 1,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3737,
"cdna_end": null,
"cdna_length": 3896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3684_3686delCCT",
"hgvs_p": "p.Leu1229del",
"transcript": "NM_001413019.1",
"protein_id": "NP_001399948.1",
"transcript_support_level": null,
"aa_start": 1228,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3684,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 3735,
"cdna_end": null,
"cdna_length": 3894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3618_3620delCCT",
"hgvs_p": "p.Leu1207del",
"transcript": "NM_001413036.1",
"protein_id": "NP_001399965.1",
"transcript_support_level": null,
"aa_start": 1206,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3618,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 3669,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3579_3581delCCT",
"hgvs_p": "p.Leu1194del",
"transcript": "NM_001413039.1",
"protein_id": "NP_001399968.1",
"transcript_support_level": null,
"aa_start": 1193,
"aa_end": null,
"aa_length": 1198,
"cds_start": 3579,
"cds_end": null,
"cds_length": 3597,
"cdna_start": 3630,
"cdna_end": null,
"cdna_length": 3789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3513_3515delCCT",
"hgvs_p": "p.Leu1172del",
"transcript": "NM_001413020.1",
"protein_id": "NP_001399949.1",
"transcript_support_level": null,
"aa_start": 1171,
"aa_end": null,
"aa_length": 1176,
"cds_start": 3513,
"cds_end": null,
"cds_length": 3531,
"cdna_start": 3564,
"cdna_end": null,
"cdna_length": 3723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3480_3482delCCT",
"hgvs_p": "p.Leu1161del",
"transcript": "NM_001413025.1",
"protein_id": "NP_001399954.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1165,
"cds_start": 3480,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 3531,
"cdna_end": null,
"cdna_length": 3690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3477_3479delCCT",
"hgvs_p": "p.Leu1160del",
"transcript": "NM_001413033.1",
"protein_id": "NP_001399962.1",
"transcript_support_level": null,
"aa_start": 1159,
"aa_end": null,
"aa_length": 1164,
"cds_start": 3477,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 3528,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3411_3413delCCT",
"hgvs_p": "p.Leu1138del",
"transcript": "NM_001413018.1",
"protein_id": "NP_001399947.1",
"transcript_support_level": null,
"aa_start": 1137,
"aa_end": null,
"aa_length": 1142,
"cds_start": 3411,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 3462,
"cdna_end": null,
"cdna_length": 3621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3315_3317delCCT",
"hgvs_p": "p.Leu1106del",
"transcript": "NM_001413017.1",
"protein_id": "NP_001399946.1",
"transcript_support_level": null,
"aa_start": 1105,
"aa_end": null,
"aa_length": 1110,
"cds_start": 3315,
"cds_end": null,
"cds_length": 3333,
"cdna_start": 3366,
"cdna_end": null,
"cdna_length": 3525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3258_3260delCCT",
"hgvs_p": "p.Leu1087del",
"transcript": "NM_001413029.1",
"protein_id": "NP_001399958.1",
"transcript_support_level": null,
"aa_start": 1086,
"aa_end": null,
"aa_length": 1091,
"cds_start": 3258,
"cds_end": null,
"cds_length": 3276,
"cdna_start": 3309,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2613_2615delCCT",
"hgvs_p": "p.Leu872del",
"transcript": "NM_001413023.1",
"protein_id": "NP_001399952.1",
"transcript_support_level": null,
"aa_start": 871,
"aa_end": null,
"aa_length": 876,
"cds_start": 2613,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 3800,
"cdna_end": null,
"cdna_length": 3959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2547_2549delCCT",
"hgvs_p": "p.Leu850del",
"transcript": "NM_001413041.1",
"protein_id": "NP_001399970.1",
"transcript_support_level": null,
"aa_start": 849,
"aa_end": null,
"aa_length": 854,
"cds_start": 2547,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 3796,
"cdna_end": null,
"cdna_length": 3955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413021.1",
"protein_id": "NP_001399950.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3374,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413022.1",
"protein_id": "NP_001399951.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3725,
"cdna_end": null,
"cdna_length": 3884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413024.1",
"protein_id": "NP_001399953.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3622,
"cdna_end": null,
"cdna_length": 3781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413028.1",
"protein_id": "NP_001399957.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3450,
"cdna_end": null,
"cdna_length": 3609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413034.1",
"protein_id": "NP_001399963.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3629,
"cdna_end": null,
"cdna_length": 3788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413035.1",
"protein_id": "NP_001399964.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3557,
"cdna_end": null,
"cdna_length": 3716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2538_2540delCCT",
"hgvs_p": "p.Leu847del",
"transcript": "NM_001413040.1",
"protein_id": "NP_001399969.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 851,
"cds_start": 2538,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3630,
"cdna_end": null,
"cdna_length": 3789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2508_2510delCCT",
"hgvs_p": "p.Leu837del",
"transcript": "NM_001413042.1",
"protein_id": "NP_001399971.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 841,
"cds_start": 2508,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 3854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2472_2474delCCT",
"hgvs_p": "p.Leu825del",
"transcript": "NM_001413027.1",
"protein_id": "NP_001399956.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 829,
"cds_start": 2472,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 3656,
"cdna_end": null,
"cdna_length": 3815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2472_2474delCCT",
"hgvs_p": "p.Leu825del",
"transcript": "NM_001413030.1",
"protein_id": "NP_001399959.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 829,
"cds_start": 2472,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 3721,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2472_2474delCCT",
"hgvs_p": "p.Leu825del",
"transcript": "NM_001413032.1",
"protein_id": "NP_001399961.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 829,
"cds_start": 2472,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 3553,
"cdna_end": null,
"cdna_length": 3712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2406_2408delCCT",
"hgvs_p": "p.Leu803del",
"transcript": "NM_001413037.1",
"protein_id": "NP_001399966.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 807,
"cds_start": 2406,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 3593,
"cdna_end": null,
"cdna_length": 3752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2340_2342delCCT",
"hgvs_p": "p.Leu781del",
"transcript": "NM_001413031.1",
"protein_id": "NP_001399960.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 785,
"cds_start": 2340,
"cds_end": null,
"cds_length": 2358,
"cdna_start": 3589,
"cdna_end": null,
"cdna_length": 3748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2340_2342delCCT",
"hgvs_p": "p.Leu781del",
"transcript": "NM_001413038.1",
"protein_id": "NP_001399967.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 785,
"cds_start": 2340,
"cds_end": null,
"cds_length": 2358,
"cdna_start": 3527,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.2142_2144delCCT",
"hgvs_p": "p.Leu715del",
"transcript": "NM_001413043.1",
"protein_id": "NP_001399972.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 719,
"cds_start": 2142,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 3598,
"cdna_end": null,
"cdna_length": 3757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.864_866delCCT",
"hgvs_p": "p.Leu289del",
"transcript": "ENST00000531875.2",
"protein_id": "ENSP00000477910.1",
"transcript_support_level": 5,
"aa_start": 288,
"aa_end": null,
"aa_length": 293,
"cds_start": 864,
"cds_end": null,
"cds_length": 882,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3588_3590delCCT",
"hgvs_p": "p.Leu1197del",
"transcript": "XM_047422438.1",
"protein_id": "XP_047278394.1",
"transcript_support_level": null,
"aa_start": 1196,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3588,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 3639,
"cdna_end": null,
"cdna_length": 3798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LL",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.3486_3488delCCT",
"hgvs_p": "p.Leu1163del",
"transcript": "XM_047422440.1",
"protein_id": "XP_047278396.1",
"transcript_support_level": null,
"aa_start": 1162,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3486,
"cds_end": null,
"cds_length": 3504,
"cdna_start": 3537,
"cdna_end": null,
"cdna_length": 3696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.*514_*516delCCT",
"hgvs_p": null,
"transcript": "ENST00000301323.7",
"protein_id": "ENSP00000476426.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.265_267delCCT",
"hgvs_p": null,
"transcript": "ENST00000529424.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.3516_3518delCCT",
"hgvs_p": null,
"transcript": "NR_182090.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.3597_3599delCCT",
"hgvs_p": null,
"transcript": "NR_182091.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.3653_3655delCCT",
"hgvs_p": null,
"transcript": "NR_182092.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "n.*514_*516delCCT",
"hgvs_p": null,
"transcript": "ENST00000301323.7",
"protein_id": "ENSP00000476426.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC33A2",
"gene_hgnc_id": 25157,
"hgvs_c": "c.*283_*285delAGG",
"hgvs_p": null,
"transcript": "NM_138431.3",
"protein_id": "NP_612440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1552,
"mane_select": "ENST00000301327.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD3",
"gene_hgnc_id": 25157,
"hgvs_c": "c.*283_*285delAGG",
"hgvs_p": null,
"transcript": "ENST00000301327.5",
"protein_id": "ENSP00000301327.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1552,
"mane_select": "NM_138431.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC33A2",
"gene_hgnc_id": 25157,
"hgvs_c": "n.*234_*236delAGG",
"hgvs_p": null,
"transcript": "NR_130120.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"hgvs_c": "c.*286_*288delCCT",
"hgvs_p": null,
"transcript": "XM_047422441.1",
"protein_id": "XP_047278397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1121,
"cds_start": -4,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC33A2",
"gene_hgnc_id": 25157,
"hgvs_c": "c.*283_*285delAGG",
"hgvs_p": null,
"transcript": "XM_017013005.2",
"protein_id": "XP_016868494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 441,
"cds_start": -4,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC33A2",
"gene_hgnc_id": 25157,
"hgvs_c": "c.*377_*379delAGG",
"hgvs_p": null,
"transcript": "XM_011516806.3",
"protein_id": "XP_011515108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 378,
"cds_start": -4,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RECQL4",
"gene_hgnc_id": 9949,
"dbsnp": "rs1554895414",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.65,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004260.4",
"gene_symbol": "RECQL4",
"hgnc_id": 9949,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3609_3611delCCT",
"hgvs_p": "p.Leu1204del"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_138431.3",
"gene_symbol": "SLC33A2",
"hgnc_id": 25157,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*283_*285delAGG",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000301327.5",
"gene_symbol": "MFSD3",
"hgnc_id": 25157,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*283_*285delAGG",
"hgvs_p": null
}
],
"clinvar_disease": "Baller-Gerold syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Baller-Gerold syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}