← 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-120542981-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=120542981&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 120542981,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001079872.2",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1309G>A",
          "hgvs_p": "p.Ala437Thr",
          "transcript": "NM_001079872.2",
          "protein_id": "NP_001073341.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 5915,
          "mane_select": "ENST00000371322.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1309G>A",
          "hgvs_p": "p.Ala437Thr",
          "transcript": "ENST00000371322.11",
          "protein_id": "ENSP00000360373.5",
          "transcript_support_level": 1,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 5915,
          "mane_select": "NM_001079872.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1423G>A",
          "hgvs_p": "p.Ala475Thr",
          "transcript": "ENST00000681206.1",
          "protein_id": "ENSP00000505480.1",
          "transcript_support_level": null,
          "aa_start": 475,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 1423,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": 1455,
          "cdna_end": null,
          "cdna_length": 4981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1363G>A",
          "hgvs_p": "p.Ala455Thr",
          "transcript": "ENST00000680673.1",
          "protein_id": "ENSP00000505084.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1800,
          "cdna_end": null,
          "cdna_length": 24020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1363G>A",
          "hgvs_p": "p.Ala455Thr",
          "transcript": "ENST00000681253.1",
          "protein_id": "ENSP00000506259.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1678,
          "cdna_end": null,
          "cdna_length": 5960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1363G>A",
          "hgvs_p": "p.Ala455Thr",
          "transcript": "ENST00000681652.1",
          "protein_id": "ENSP00000505176.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1939,
          "cdna_end": null,
          "cdna_length": 5092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Ala442Thr",
          "transcript": "ENST00000336592.11",
          "protein_id": "ENSP00000338919.6",
          "transcript_support_level": 5,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 900,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 2703,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 4906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1309G>A",
          "hgvs_p": "p.Ala437Thr",
          "transcript": "ENST00000674137.11",
          "protein_id": "ENSP00000501019.6",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1624,
          "cdna_end": null,
          "cdna_length": 5097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Ala406Thr",
          "transcript": "ENST00000681090.1",
          "protein_id": "ENSP00000506288.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 4857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1309G>A",
          "hgvs_p": "p.Ala437Thr",
          "transcript": "ENST00000404115.8",
          "protein_id": "ENSP00000384109.4",
          "transcript_support_level": 1,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": 1575,
          "cdna_end": null,
          "cdna_length": 2902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.964G>A",
          "hgvs_p": "p.Ala322Thr",
          "transcript": "ENST00000679927.1",
          "protein_id": "ENSP00000505603.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 1617,
          "cdna_end": null,
          "cdna_length": 5899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Ala259Thr",
          "transcript": "ENST00000371323.3",
          "protein_id": "ENSP00000360374.3",
          "transcript_support_level": 5,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 775,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 890,
          "cdna_end": null,
          "cdna_length": 4418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.751G>A",
          "hgvs_p": "p.Ala251Thr",
          "transcript": "ENST00000680474.1",
          "protein_id": "ENSP00000505562.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 753,
          "cdna_end": null,
          "cdna_length": 2545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.751G>A",
          "hgvs_p": "p.Ala251Thr",
          "transcript": "ENST00000679844.1",
          "protein_id": "ENSP00000505239.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 753,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*756G>A",
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.751G>A",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*225G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.751G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*258G>A",
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.751G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681869.1",
          "protein_id": "ENSP00000505597.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": 1969,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.751G>A",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*756G>A",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*225G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*518G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.*258G>A",
          "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": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1363G>A",
          "hgvs_p": "p.Ala455Thr",
          "transcript": "NM_003588.4",
          "protein_id": "NP_003579.3",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1503,
          "cdna_end": null,
          "cdna_length": 5785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Ala442Thr",
          "transcript": "NM_001330624.2",
          "protein_id": "NP_001317553.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 900,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 2703,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 5660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Ala259Thr",
          "transcript": "NM_001369145.1",
          "protein_id": "NP_001356074.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 775,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 873,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.1635G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.1223G>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.737G>A",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.1470G>A",
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.589G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681224.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": 812,
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CUL4B",
          "gene_hgnc_id": 2555,
          "hgvs_c": "n.1953G>A",
          "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": "rs757649304",
      "frequency_reference_population": 0.0000036899246,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000368992,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2823125720024109,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.215,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1059,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.058,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001079872.2",
          "gene_symbol": "CUL4B",
          "hgnc_id": 2555,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.1309G>A",
          "hgvs_p": "p.Ala437Thr"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,X-linked intellectual disability Cabezas type,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:4",
      "phenotype_combined": "not specified|X-linked intellectual disability Cabezas type|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}