← 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-75667380-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75667380&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 75667380,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000584667.6",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "NM_013260.8",
"protein_id": "NP_037392.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 308,
"cds_start": 8,
"cds_end": null,
"cds_length": 927,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": "ENST00000584667.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "ENST00000584667.6",
"protein_id": "ENSP00000462116.1",
"transcript_support_level": 1,
"aa_start": 3,
"aa_end": null,
"aa_length": 308,
"cds_start": 8,
"cds_end": null,
"cds_length": 927,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": "NM_013260.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.15G>T",
"hgvs_p": null,
"transcript": "ENST00000578288.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000582022.5",
"protein_id": "ENSP00000462166.1",
"transcript_support_level": 1,
"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": 2409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"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": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "NM_001301855.2",
"protein_id": "NP_001288784.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 342,
"cds_start": 8,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "NM_001301839.2",
"protein_id": "NP_001288768.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 292,
"cds_start": 8,
"cds_end": null,
"cds_length": 879,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "ENST00000355423.7",
"protein_id": "ENSP00000347592.3",
"transcript_support_level": 2,
"aa_start": 3,
"aa_end": null,
"aa_length": 292,
"cds_start": 8,
"cds_end": null,
"cds_length": 879,
"cdna_start": 35,
"cdna_end": null,
"cdna_length": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"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": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "XM_011524693.4",
"protein_id": "XP_011522995.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 335,
"cds_start": 8,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "XM_011524694.3",
"protein_id": "XP_011522996.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 319,
"cds_start": 8,
"cds_end": null,
"cds_length": 960,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val",
"transcript": "XM_047435872.1",
"protein_id": "XP_047291828.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 162,
"cds_start": 8,
"cds_end": null,
"cds_length": 489,
"cdna_start": 43,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000293208.13",
"protein_id": "ENSP00000293208.9",
"transcript_support_level": 5,
"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": 1272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000542343.5",
"protein_id": "ENSP00000446117.1",
"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": 1011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.30G>T",
"hgvs_p": null,
"transcript": "ENST00000577292.5",
"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": 1097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.35G>T",
"hgvs_p": null,
"transcript": "ENST00000578354.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.15G>T",
"hgvs_p": null,
"transcript": "ENST00000579864.5",
"protein_id": null,
"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": 868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000579877.5",
"protein_id": "ENSP00000464459.1",
"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": 561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.5G>T",
"hgvs_p": null,
"transcript": "ENST00000580322.5",
"protein_id": "ENSP00000463545.1",
"transcript_support_level": 5,
"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": 1558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.11G>T",
"hgvs_p": null,
"transcript": "ENST00000580484.5",
"protein_id": null,
"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": 686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000583170.5",
"protein_id": "ENSP00000462825.1",
"transcript_support_level": 4,
"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": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.8G>T",
"hgvs_p": null,
"transcript": "ENST00000583737.5",
"protein_id": "ENSP00000463261.1",
"transcript_support_level": 4,
"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": 525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.30G>T",
"hgvs_p": null,
"transcript": "ENST00000584861.5",
"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": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.43G>T",
"hgvs_p": null,
"transcript": "NR_126036.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": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "n.43G>T",
"hgvs_p": null,
"transcript": "NR_126037.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": 2387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.-193G>T",
"hgvs_p": null,
"transcript": "XM_047435870.1",
"protein_id": "XP_047291826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": -4,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.-193G>T",
"hgvs_p": null,
"transcript": "XM_047435871.1",
"protein_id": "XP_047291827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": -4,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "NM_004259.7",
"protein_id": "NP_004250.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 991,
"cds_start": -4,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3669,
"mane_select": "ENST00000317905.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "ENST00000317905.10",
"protein_id": "ENSP00000317636.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 991,
"cds_start": -4,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3669,
"mane_select": "NM_004259.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "ENST00000423245.6",
"protein_id": "ENSP00000394820.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 964,
"cds_start": -4,
"cds_end": null,
"cds_length": 2895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "ENST00000340830.9",
"protein_id": "ENSP00000341983.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-543C>A",
"hgvs_p": null,
"transcript": "ENST00000584999.1",
"protein_id": "ENSP00000462248.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "ENST00000420326.6",
"protein_id": "ENSP00000414933.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": -4,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "NM_001003715.4",
"protein_id": "NP_001003715.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "NM_001003716.4",
"protein_id": "NP_001003716.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": -4,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"hgvs_c": "c.-47G>T",
"hgvs_p": null,
"transcript": "ENST00000583536.5",
"protein_id": "ENSP00000463758.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": -4,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "XM_005257818.5",
"protein_id": "XP_005257875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1012,
"cds_start": -4,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-823C>A",
"hgvs_p": null,
"transcript": "XM_047437085.1",
"protein_id": "XP_047293041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 991,
"cds_start": -4,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-351C>A",
"hgvs_p": null,
"transcript": "XM_047437091.1",
"protein_id": "XP_047293047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": -4,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RECQL5",
"gene_hgnc_id": 9950,
"hgvs_c": "c.-823C>A",
"hgvs_p": null,
"transcript": "XM_047437092.1",
"protein_id": "XP_047293048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SAP30BP",
"gene_hgnc_id": 30785,
"dbsnp": "rs1555715580",
"frequency_reference_population": 0.0000012390944,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84068e-7,
"gnomad_genomes_af": 0.00000656866,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17969092726707458,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.056,
"revel_prediction": "Benign",
"alphamissense_score": 0.2007,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.177,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000584667.6",
"gene_symbol": "SAP30BP",
"hgnc_id": 30785,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.8G>T",
"hgvs_p": "p.Gly3Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000317905.10",
"gene_symbol": "RECQL5",
"hgnc_id": 9950,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-351C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}