← 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: X-120530182-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=120530182&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 120530182,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001079872.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2512C>T",
"hgvs_p": "p.Arg838*",
"transcript": "NM_001079872.2",
"protein_id": "NP_001073341.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 895,
"cds_start": 2512,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2836,
"cdna_end": null,
"cdna_length": 5915,
"mane_select": "ENST00000371322.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2512C>T",
"hgvs_p": "p.Arg838*",
"transcript": "ENST00000371322.11",
"protein_id": "ENSP00000360373.5",
"transcript_support_level": 1,
"aa_start": 838,
"aa_end": null,
"aa_length": 895,
"cds_start": 2512,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2836,
"cdna_end": null,
"cdna_length": 5915,
"mane_select": "NM_001079872.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2626C>T",
"hgvs_p": "p.Arg876*",
"transcript": "ENST00000681206.1",
"protein_id": "ENSP00000505480.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 933,
"cds_start": 2626,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 2658,
"cdna_end": null,
"cdna_length": 4981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2566C>T",
"hgvs_p": "p.Arg856*",
"transcript": "ENST00000680673.1",
"protein_id": "ENSP00000505084.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 913,
"cds_start": 2566,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 3003,
"cdna_end": null,
"cdna_length": 24020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2566C>T",
"hgvs_p": "p.Arg856*",
"transcript": "ENST00000681253.1",
"protein_id": "ENSP00000506259.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 913,
"cds_start": 2566,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 2881,
"cdna_end": null,
"cdna_length": 5960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2566C>T",
"hgvs_p": "p.Arg856*",
"transcript": "ENST00000681652.1",
"protein_id": "ENSP00000505176.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 913,
"cds_start": 2566,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 3142,
"cdna_end": null,
"cdna_length": 5092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2527C>T",
"hgvs_p": "p.Arg843*",
"transcript": "ENST00000336592.11",
"protein_id": "ENSP00000338919.6",
"transcript_support_level": 5,
"aa_start": 843,
"aa_end": null,
"aa_length": 900,
"cds_start": 2527,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2581,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2518C>T",
"hgvs_p": "p.Arg840*",
"transcript": "ENST00000674137.11",
"protein_id": "ENSP00000501019.6",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 897,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2833,
"cdna_end": null,
"cdna_length": 5097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2419C>T",
"hgvs_p": "p.Arg807*",
"transcript": "ENST00000681090.1",
"protein_id": "ENSP00000506288.1",
"transcript_support_level": null,
"aa_start": 807,
"aa_end": null,
"aa_length": 864,
"cds_start": 2419,
"cds_end": null,
"cds_length": 2595,
"cdna_start": 2743,
"cdna_end": null,
"cdna_length": 4857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2167C>T",
"hgvs_p": "p.Arg723*",
"transcript": "ENST00000679927.1",
"protein_id": "ENSP00000505603.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 780,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 2820,
"cdna_end": null,
"cdna_length": 5899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.1978C>T",
"hgvs_p": "p.Arg660*",
"transcript": "ENST00000371323.3",
"protein_id": "ENSP00000360374.3",
"transcript_support_level": 5,
"aa_start": 660,
"aa_end": null,
"aa_length": 717,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 4418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.1954C>T",
"hgvs_p": "p.Arg652*",
"transcript": "ENST00000680474.1",
"protein_id": "ENSP00000505562.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 685,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 1956,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.1849C>T",
"hgvs_p": "p.Arg617*",
"transcript": "ENST00000679844.1",
"protein_id": "ENSP00000505239.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 674,
"cds_start": 1849,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1959C>T",
"hgvs_p": null,
"transcript": "ENST00000673919.1",
"protein_id": "ENSP00000500994.1",
"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": 4836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*68C>T",
"hgvs_p": null,
"transcript": "ENST00000674073.2",
"protein_id": "ENSP00000501262.2",
"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": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000679405.1",
"protein_id": "ENSP00000504985.1",
"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": 4599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000679432.1",
"protein_id": "ENSP00000505343.1",
"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": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1428C>T",
"hgvs_p": null,
"transcript": "ENST00000680918.1",
"protein_id": "ENSP00000505955.1",
"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": 4872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000681080.1",
"protein_id": "ENSP00000505898.1",
"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": 5081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*678C>T",
"hgvs_p": null,
"transcript": "ENST00000681189.1",
"protein_id": "ENSP00000505973.1",
"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": 5097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*3405C>T",
"hgvs_p": null,
"transcript": "ENST00000681333.1",
"protein_id": "ENSP00000505739.1",
"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": 7377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*684C>T",
"hgvs_p": null,
"transcript": "ENST00000681908.1",
"protein_id": "ENSP00000505777.1",
"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": 4215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1959C>T",
"hgvs_p": null,
"transcript": "ENST00000673919.1",
"protein_id": "ENSP00000500994.1",
"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": 4836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*68C>T",
"hgvs_p": null,
"transcript": "ENST00000674073.2",
"protein_id": "ENSP00000501262.2",
"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": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000679405.1",
"protein_id": "ENSP00000504985.1",
"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": 4599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000679432.1",
"protein_id": "ENSP00000505343.1",
"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": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1428C>T",
"hgvs_p": null,
"transcript": "ENST00000680918.1",
"protein_id": "ENSP00000505955.1",
"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": 4872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*1721C>T",
"hgvs_p": null,
"transcript": "ENST00000681080.1",
"protein_id": "ENSP00000505898.1",
"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": 5081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*678C>T",
"hgvs_p": null,
"transcript": "ENST00000681189.1",
"protein_id": "ENSP00000505973.1",
"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": 5097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*3405C>T",
"hgvs_p": null,
"transcript": "ENST00000681333.1",
"protein_id": "ENSP00000505739.1",
"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": 7377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.*684C>T",
"hgvs_p": null,
"transcript": "ENST00000681908.1",
"protein_id": "ENSP00000505777.1",
"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": 4215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2439+2240C>T",
"hgvs_p": null,
"transcript": "ENST00000404115.8",
"protein_id": "ENSP00000384109.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": -4,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2566C>T",
"hgvs_p": "p.Arg856*",
"transcript": "NM_003588.4",
"protein_id": "NP_003579.3",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 913,
"cds_start": 2566,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 2706,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.2527C>T",
"hgvs_p": "p.Arg843*",
"transcript": "NM_001330624.2",
"protein_id": "NP_001317553.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 900,
"cds_start": 2527,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2581,
"cdna_end": null,
"cdna_length": 5660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "c.1978C>T",
"hgvs_p": "p.Arg660*",
"transcript": "NM_001369145.1",
"protein_id": "NP_001356074.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 717,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2076,
"cdna_end": null,
"cdna_length": 4401,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.853C>T",
"hgvs_p": null,
"transcript": "ENST00000497616.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": 1059,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.1092C>T",
"hgvs_p": null,
"transcript": "ENST00000679965.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": 3206,
"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": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.3288C>T",
"hgvs_p": null,
"transcript": "ENST00000680165.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": 5430,
"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": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.3920C>T",
"hgvs_p": null,
"transcript": "ENST00000680324.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": 6206,
"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": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.1940C>T",
"hgvs_p": null,
"transcript": "ENST00000680457.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": 4082,
"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": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.3123C>T",
"hgvs_p": null,
"transcript": "ENST00000680577.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": 5440,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.1116C>T",
"hgvs_p": null,
"transcript": "ENST00000681236.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": 1480,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.1356C>T",
"hgvs_p": null,
"transcript": "ENST00000681263.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": 3469,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.1454C>T",
"hgvs_p": null,
"transcript": "ENST00000681487.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": 2310,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.543C>T",
"hgvs_p": null,
"transcript": "ENST00000681706.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": 2656,
"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": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"hgvs_c": "n.5100C>T",
"hgvs_p": null,
"transcript": "ENST00000681864.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": 5595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CUL4B",
"gene_hgnc_id": 2555,
"dbsnp": null,
"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": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.876,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001079872.2",
"gene_symbol": "CUL4B",
"hgnc_id": 2555,
"effects": [
"stop_gained"
],
"inheritance_mode": "XL",
"hgvs_c": "c.2512C>T",
"hgvs_p": "p.Arg838*"
}
],
"clinvar_disease": "Intellectual disability",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Intellectual disability",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}