← 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: 10-75022093-GGAGGAGGAAGAAGAGGAGGAAGAA-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 75022093,
      "ref": "GGAGGAGGAAGAAGAGGAGGAAGAA",
      "alt": "G",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000287239.10",
      "consequences": [
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "NM_012330.4",
          "protein_id": "NP_036462.2",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3754,
          "cdna_end": null,
          "cdna_length": 8314,
          "mane_select": "ENST00000287239.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "ENST00000287239.10",
          "protein_id": "ENSP00000287239.4",
          "transcript_support_level": 1,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3754,
          "cdna_end": null,
          "cdna_length": 8314,
          "mane_select": "NM_012330.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "ENST00000372711.2",
          "protein_id": "ENSP00000361796.1",
          "transcript_support_level": 1,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3076,
          "cdna_end": null,
          "cdna_length": 7297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "NM_001370136.1",
          "protein_id": "NP_001357065.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3764,
          "cdna_end": null,
          "cdna_length": 8324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "NM_001370137.1",
          "protein_id": "NP_001357066.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3785,
          "cdna_end": null,
          "cdna_length": 8345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "ENST00000648725.1",
          "protein_id": "ENSP00000497841.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3989,
          "cdna_end": null,
          "cdna_length": 8209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "ENST00000649463.1",
          "protein_id": "ENSP00000497166.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3751,
          "cdna_end": null,
          "cdna_length": 7908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "NM_001256468.2",
          "protein_id": "NP_001243397.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3205,
          "cdna_end": null,
          "cdna_length": 7765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "NM_001370138.1",
          "protein_id": "NP_001357067.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3215,
          "cdna_end": null,
          "cdna_length": 7775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "ENST00000372724.6",
          "protein_id": "ENSP00000361809.2",
          "transcript_support_level": 5,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3356,
          "cdna_end": null,
          "cdna_length": 7571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "NM_001256469.2",
          "protein_id": "NP_001243398.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2878,
          "cdna_end": null,
          "cdna_length": 7438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "NM_001370139.1",
          "protein_id": "NP_001357068.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2825,
          "cdna_end": null,
          "cdna_length": 7385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "NM_001370140.1",
          "protein_id": "NP_001357069.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2888,
          "cdna_end": null,
          "cdna_length": 7448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "NM_001370141.1",
          "protein_id": "NP_001357070.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2818,
          "cdna_end": null,
          "cdna_length": 7378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "NM_001370142.1",
          "protein_id": "NP_001357071.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2808,
          "cdna_end": null,
          "cdna_length": 7368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000372714.6",
          "protein_id": "ENSP00000361799.1",
          "transcript_support_level": 5,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2846,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000372725.6",
          "protein_id": "ENSP00000361810.1",
          "transcript_support_level": 5,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2798,
          "cdna_end": null,
          "cdna_length": 7027,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000648892.1",
          "protein_id": "ENSP00000497048.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 3065,
          "cdna_end": null,
          "cdna_length": 7625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000649006.1",
          "protein_id": "ENSP00000498139.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2674,
          "cdna_end": null,
          "cdna_length": 6847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2202_2225delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu735_Glu742del",
          "transcript": "NM_001370132.1",
          "protein_id": "NP_001357061.1",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 2202,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": 2716,
          "cdna_end": null,
          "cdna_length": 7276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2175_2198delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu726_Glu733del",
          "transcript": "NM_001370143.1",
          "protein_id": "NP_001357072.1",
          "transcript_support_level": null,
          "aa_start": 725,
          "aa_end": null,
          "aa_length": 1718,
          "cds_start": 2175,
          "cds_end": null,
          "cds_length": 5157,
          "cdna_start": 2629,
          "cdna_end": null,
          "cdna_length": 7189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2175_2198delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu726_Glu733del",
          "transcript": "NM_001370144.1",
          "protein_id": "NP_001357073.1",
          "transcript_support_level": null,
          "aa_start": 725,
          "aa_end": null,
          "aa_length": 1718,
          "cds_start": 2175,
          "cds_end": null,
          "cds_length": 5157,
          "cdna_start": 2689,
          "cdna_end": null,
          "cdna_length": 7249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.1551_1574delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu518_Glu525del",
          "transcript": "NM_001370133.1",
          "protein_id": "NP_001357062.1",
          "transcript_support_level": null,
          "aa_start": 517,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": 1551,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": 2075,
          "cdna_end": null,
          "cdna_length": 6635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "ENST00000648048.1",
          "protein_id": "ENSP00000497325.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 1386,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 4161,
          "cdna_start": 3785,
          "cdna_end": null,
          "cdna_length": 4706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.1155_1178delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu386_Glu393del",
          "transcript": "NM_001370134.1",
          "protein_id": "NP_001357063.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 1378,
          "cds_start": 1155,
          "cds_end": null,
          "cds_length": 4137,
          "cdna_start": 2217,
          "cdna_end": null,
          "cdna_length": 6777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.897_920delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu300_Glu307del",
          "transcript": "NM_001370135.1",
          "protein_id": "NP_001357064.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 897,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 1949,
          "cdna_end": null,
          "cdna_length": 6509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "ENST00000648370.1",
          "protein_id": "ENSP00000497804.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 3548,
          "cdna_start": 3159,
          "cdna_end": null,
          "cdna_length": 4016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2175_2198delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu726_Glu733del",
          "transcript": "ENST00000650232.1",
          "protein_id": "ENSP00000497570.1",
          "transcript_support_level": null,
          "aa_start": 725,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": 2175,
          "cds_end": null,
          "cds_length": 2974,
          "cdna_start": 2581,
          "cdna_end": null,
          "cdna_length": 3380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "ENST00000649375.1",
          "protein_id": "ENSP00000498141.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 2837,
          "cdna_start": 3132,
          "cdna_end": null,
          "cdna_length": 3278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000648899.1",
          "protein_id": "ENSP00000497198.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 2402,
          "cdna_start": 2809,
          "cdna_end": null,
          "cdna_length": 2847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000647637.1",
          "protein_id": "ENSP00000497620.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 2398,
          "cdna_start": 2755,
          "cdna_end": null,
          "cdna_length": 2789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "XM_005269664.3",
          "protein_id": "XP_005269721.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3993,
          "cdna_end": null,
          "cdna_length": 8553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "XM_047424911.1",
          "protein_id": "XP_047280867.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 3795,
          "cdna_end": null,
          "cdna_length": 8355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del",
          "transcript": "XM_047424912.1",
          "protein_id": "XP_047280868.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 2073,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 6222,
          "cdna_start": 4024,
          "cdna_end": null,
          "cdna_length": 8584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3078_3101delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1027_Glu1034del",
          "transcript": "XM_017016004.3",
          "protein_id": "XP_016871493.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 2019,
          "cds_start": 3078,
          "cds_end": null,
          "cds_length": 6060,
          "cdna_start": 3602,
          "cdna_end": null,
          "cdna_length": 8162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3078_3101delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1027_Glu1034del",
          "transcript": "XM_047424913.1",
          "protein_id": "XP_047280869.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 2019,
          "cds_start": 3078,
          "cds_end": null,
          "cds_length": 6060,
          "cdna_start": 3831,
          "cdna_end": null,
          "cdna_length": 8391,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.3078_3101delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1027_Glu1034del",
          "transcript": "XM_047424915.1",
          "protein_id": "XP_047280871.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 2019,
          "cds_start": 3078,
          "cds_end": null,
          "cds_length": 6060,
          "cdna_start": 3592,
          "cdna_end": null,
          "cdna_length": 8152,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "XM_047424916.1",
          "protein_id": "XP_047280872.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3444,
          "cdna_end": null,
          "cdna_length": 8004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "XM_047424917.1",
          "protein_id": "XP_047280873.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 7796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "XM_047424918.1",
          "protein_id": "XP_047280874.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3246,
          "cdna_end": null,
          "cdna_length": 7806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2691_2714delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu898_Glu905del",
          "transcript": "XM_047424919.1",
          "protein_id": "XP_047280875.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 2691,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": 3475,
          "cdna_end": null,
          "cdna_length": 8035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2529_2552delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu844_Glu851del",
          "transcript": "XM_047424920.1",
          "protein_id": "XP_047280876.1",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 2529,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": 3053,
          "cdna_end": null,
          "cdna_length": 7613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2529_2552delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu844_Glu851del",
          "transcript": "XM_047424921.1",
          "protein_id": "XP_047280877.1",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 2529,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": 3043,
          "cdna_end": null,
          "cdna_length": 7603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2529_2552delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu844_Glu851del",
          "transcript": "XM_047424922.1",
          "protein_id": "XP_047280878.1",
          "transcript_support_level": null,
          "aa_start": 843,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 2529,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": 3084,
          "cdna_end": null,
          "cdna_length": 7644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "XM_047424923.1",
          "protein_id": "XP_047280879.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "XM_047424924.1",
          "protein_id": "XP_047280880.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2919,
          "cdna_end": null,
          "cdna_length": 7479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "XM_047424926.1",
          "protein_id": "XP_047280882.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 2909,
          "cdna_end": null,
          "cdna_length": 7469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "XM_047424927.1",
          "protein_id": "XP_047280883.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 3148,
          "cdna_end": null,
          "cdna_length": 7708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2202_2225delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu735_Glu742del",
          "transcript": "XM_047424928.1",
          "protein_id": "XP_047280884.1",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 2202,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": 2726,
          "cdna_end": null,
          "cdna_length": 7286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2202_2225delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu735_Glu742del",
          "transcript": "XM_047424929.1",
          "protein_id": "XP_047280885.1",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 2202,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": 2955,
          "cdna_end": null,
          "cdna_length": 7515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEEEEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2364_2387delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu789_Glu796del",
          "transcript": "ENST00000648159.1",
          "protein_id": "ENSP00000497197.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": 2825,
          "cdna_end": null,
          "cdna_length": 2849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEEEEE?",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.1551_*6delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu517_Glu522del",
          "transcript": "ENST00000648483.1",
          "protein_id": "ENSP00000498153.1",
          "transcript_support_level": null,
          "aa_start": 517,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1551,
          "cds_end": null,
          "cds_length": 1568,
          "cdna_start": 1940,
          "cdna_end": null,
          "cdna_length": 1957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.5193_5216delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000490365.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.*398_*421delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000648369.1",
          "protein_id": "ENSP00000496795.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": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.3718_3741delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000648793.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": 5020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.1555_1578delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000649305.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": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.2285_2308delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000650610.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": 4418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.*398_*421delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000648369.1",
          "protein_id": "ENSP00000496795.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": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000234149",
          "gene_hgnc_id": null,
          "hgvs_c": "n.65+2993_65+3016delTTCTTCCTCCTCTTCTTCCTCCTC",
          "hgvs_p": null,
          "transcript": "ENST00000413431.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.2197_*19delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000647666.1",
          "protein_id": "ENSP00000497307.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.*31_*54delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000649657.1",
          "protein_id": "ENSP00000497491.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.*107_*130delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000650048.1",
          "protein_id": "ENSP00000497813.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "c.1546_*1delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000648483.1",
          "protein_id": "ENSP00000498153.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.*140_*163delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000647891.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": 4250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KAT6B",
          "gene_hgnc_id": 17582,
          "hgvs_c": "n.*127_*150delGAGGAGGAAGAAGAGGAGGAAGAA",
          "hgvs_p": null,
          "transcript": "ENST00000650380.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": 4572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KAT6B",
      "gene_hgnc_id": 17582,
      "dbsnp": "rs201769534",
      "frequency_reference_population": 0.0000066005728,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000660057,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 5.759,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "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": "Likely_benign",
      "acmg_criteria": "BP3",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP3"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000287239.10",
          "gene_symbol": "KAT6B",
          "hgnc_id": 17582,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3240_3263delGGAAGAAGAGGAGGAAGAAGAGGA",
          "hgvs_p": "p.Glu1081_Glu1088del"
        },
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000413431.1",
          "gene_symbol": "ENSG00000234149",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.65+2993_65+3016delTTCTTCCTCCTCTTCTTCCTCCTC",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}