← 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-154560412-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 154560412,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001099856.6",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "NM_001099857.5",
          "protein_id": "NP_001093327.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 665,
          "cdna_end": null,
          "cdna_length": 1973,
          "mane_select": "ENST00000594239.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099857.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000594239.6",
          "protein_id": "ENSP00000471166.1",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 665,
          "cdna_end": null,
          "cdna_length": 1973,
          "mane_select": "NM_001099857.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000594239.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.728G>C",
          "hgvs_p": "p.Arg243Pro",
          "transcript": "ENST00000618670.4",
          "protein_id": "ENSP00000483825.1",
          "transcript_support_level": 1,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 728,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 2069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000618670.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000611071.4",
          "protein_id": "ENSP00000479662.1",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 782,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000611071.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.*516G>C",
          "hgvs_p": null,
          "transcript": "ENST00000612051.1",
          "protein_id": "ENSP00000480431.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000612051.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.*516G>C",
          "hgvs_p": null,
          "transcript": "ENST00000612051.1",
          "protein_id": "ENSP00000480431.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000612051.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.200-2398G>C",
          "hgvs_p": null,
          "transcript": "ENST00000617838.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000617838.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.728G>C",
          "hgvs_p": "p.Arg243Pro",
          "transcript": "NM_001099856.6",
          "protein_id": "NP_001093326.2",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 728,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 780,
          "cdna_end": null,
          "cdna_length": 2101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099856.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.581G>C",
          "hgvs_p": "p.Arg194Pro",
          "transcript": "ENST00000692948.1",
          "protein_id": "ENSP00000508773.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 722,
          "cdna_end": null,
          "cdna_length": 2030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000692948.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907136.1",
          "protein_id": "ENSP00000577195.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 733,
          "cdna_end": null,
          "cdna_length": 2095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907136.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907148.1",
          "protein_id": "ENSP00000577207.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 665,
          "cdna_end": null,
          "cdna_length": 2028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907148.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000968077.1",
          "protein_id": "ENSP00000638136.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 2009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968077.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000907152.1",
          "protein_id": "ENSP00000577211.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 622,
          "cdna_end": null,
          "cdna_length": 1982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907152.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "NM_001321396.3",
          "protein_id": "NP_001308325.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 715,
          "cdna_end": null,
          "cdna_length": 2036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321396.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "NM_001377312.1",
          "protein_id": "NP_001364241.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 693,
          "cdna_end": null,
          "cdna_length": 2014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377312.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "NM_003639.4",
          "protein_id": "NP_003630.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 782,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003639.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000422680.6",
          "protein_id": "ENSP00000390368.3",
          "transcript_support_level": 2,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 1583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422680.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000440286.6",
          "protein_id": "ENSP00000394934.2",
          "transcript_support_level": 5,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 732,
          "cdna_end": null,
          "cdna_length": 1468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440286.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000445622.6",
          "protein_id": "ENSP00000395205.2",
          "transcript_support_level": 5,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 1539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000445622.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907133.1",
          "protein_id": "ENSP00000577192.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 1958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907135.1",
          "protein_id": "ENSP00000577194.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 827,
          "cdna_end": null,
          "cdna_length": 2149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907135.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907137.1",
          "protein_id": "ENSP00000577196.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 2138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907137.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907139.1",
          "protein_id": "ENSP00000577198.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 2045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907139.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907145.1",
          "protein_id": "ENSP00000577204.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 598,
          "cdna_end": null,
          "cdna_length": 1918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907145.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000968079.1",
          "protein_id": "ENSP00000638138.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 656,
          "cdna_end": null,
          "cdna_length": 1976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968079.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "NM_001321397.3",
          "protein_id": "NP_001308326.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 1983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321397.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "NM_001377313.1",
          "protein_id": "NP_001364242.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 690,
          "cdna_end": null,
          "cdna_length": 2011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377313.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000617207.4",
          "protein_id": "ENSP00000484023.1",
          "transcript_support_level": 3,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 641,
          "cdna_end": null,
          "cdna_length": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000617207.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000907134.1",
          "protein_id": "ENSP00000577193.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 625,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907134.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000907140.1",
          "protein_id": "ENSP00000577199.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 715,
          "cdna_end": null,
          "cdna_length": 2035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907140.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000907141.1",
          "protein_id": "ENSP00000577200.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 731,
          "cdna_end": null,
          "cdna_length": 2034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907141.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000907147.1",
          "protein_id": "ENSP00000577206.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 756,
          "cdna_end": null,
          "cdna_length": 2064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907147.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000937260.1",
          "protein_id": "ENSP00000607319.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 665,
          "cdna_end": null,
          "cdna_length": 1980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937260.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000968075.1",
          "protein_id": "ENSP00000638134.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 684,
          "cdna_end": null,
          "cdna_length": 2000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968075.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000968078.1",
          "protein_id": "ENSP00000638137.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 2098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968078.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907142.1",
          "protein_id": "ENSP00000577201.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 707,
          "cdna_end": null,
          "cdna_length": 2004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907142.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907144.1",
          "protein_id": "ENSP00000577203.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 690,
          "cdna_end": null,
          "cdna_length": 2001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907144.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000907150.1",
          "protein_id": "ENSP00000577209.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 646,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907150.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000968073.1",
          "protein_id": "ENSP00000638132.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 769,
          "cdna_end": null,
          "cdna_length": 2077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968073.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.524G>C",
          "hgvs_p": "p.Arg175Pro",
          "transcript": "ENST00000619941.4",
          "protein_id": "ENSP00000478979.1",
          "transcript_support_level": 5,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 647,
          "cdna_end": null,
          "cdna_length": 1463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000619941.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.521G>C",
          "hgvs_p": "p.Arg174Pro",
          "transcript": "ENST00000615874.4",
          "protein_id": "ENSP00000483381.1",
          "transcript_support_level": 5,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": 644,
          "cdna_end": null,
          "cdna_length": 1460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615874.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.488G>C",
          "hgvs_p": "p.Arg163Pro",
          "transcript": "ENST00000413620.6",
          "protein_id": "ENSP00000398579.2",
          "transcript_support_level": 5,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 488,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 1529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413620.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.122G>C",
          "hgvs_p": "p.Arg41Pro",
          "transcript": "ENST00000615186.5",
          "protein_id": "ENSP00000479144.2",
          "transcript_support_level": 5,
          "aa_start": 41,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 122,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": 265,
          "cdna_end": null,
          "cdna_length": 1001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615186.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000689906.1",
          "protein_id": "ENSP00000508630.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000689906.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000907138.1",
          "protein_id": "ENSP00000577197.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907138.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000907143.1",
          "protein_id": "ENSP00000577202.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907143.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000907146.1",
          "protein_id": "ENSP00000577205.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907146.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.516-1276G>C",
          "hgvs_p": null,
          "transcript": "NM_001377314.1",
          "protein_id": "NP_001364243.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377314.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.516-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000907151.1",
          "protein_id": "ENSP00000577210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907151.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "NM_001145255.4",
          "protein_id": "NP_001138727.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145255.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.519-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000611176.4",
          "protein_id": "ENSP00000478616.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000611176.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.400-2398G>C",
          "hgvs_p": null,
          "transcript": "NM_001377315.1",
          "protein_id": "NP_001364244.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377315.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.400-2398G>C",
          "hgvs_p": null,
          "transcript": "ENST00000907149.1",
          "protein_id": "ENSP00000577208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907149.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.400-2398G>C",
          "hgvs_p": null,
          "transcript": "ENST00000968074.1",
          "protein_id": "ENSP00000638133.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968074.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "c.400-2398G>C",
          "hgvs_p": null,
          "transcript": "ENST00000968076.1",
          "protein_id": "ENSP00000638135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968076.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.896G>C",
          "hgvs_p": null,
          "transcript": "ENST00000687445.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000687445.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.899G>C",
          "hgvs_p": null,
          "transcript": "ENST00000692816.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000692816.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.899G>C",
          "hgvs_p": null,
          "transcript": "ENST00000693029.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000693029.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.*53-1276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000686774.1",
          "protein_id": "ENSP00000510218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000686774.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "IKBKG",
          "gene_hgnc_id": 5961,
          "hgvs_c": "n.541-1276G>C",
          "hgvs_p": null,
          "transcript": "NR_165197.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_165197.1"
        }
      ],
      "gene_symbol": "IKBKG",
      "gene_hgnc_id": 5961,
      "dbsnp": "rs179363868",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": 0.00000100296,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8053646087646484,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.615,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.7954,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.62,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.738,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM1",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001099856.6",
          "gene_symbol": "IKBKG",
          "hgnc_id": 5961,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL,AD",
          "hgvs_c": "c.728G>C",
          "hgvs_p": "p.Arg243Pro"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.