← 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: 12-121459249-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 121459249,
      "ref": "T",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000377071.9",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_032590.5",
          "protein_id": "NP_115979.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5315,
          "mane_select": "ENST00000377071.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000377071.9",
          "protein_id": "ENSP00000366271.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5315,
          "mane_select": "NM_032590.5",
          "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": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.*1341-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000543025.5",
          "protein_id": "ENSP00000438138.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1831-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439014.1",
          "protein_id": "NP_001425943.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1368,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1831-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439015.1",
          "protein_id": "NP_001425944.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1813-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439016.1",
          "protein_id": "NP_001425945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1362,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4089,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1750-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717755.1",
          "protein_id": "ENSP00000520643.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1750-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717756.1",
          "protein_id": "ENSP00000520644.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439017.1",
          "protein_id": "NP_001425946.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439018.1",
          "protein_id": "NP_001425947.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1334,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4005,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1720-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439020.1",
          "protein_id": "NP_001425949.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1331,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1702-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439021.1",
          "protein_id": "NP_001425950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1672-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439022.1",
          "protein_id": "NP_001425951.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1672-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439023.1",
          "protein_id": "NP_001425952.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1313,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3942,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439025.1",
          "protein_id": "NP_001425954.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439026.1",
          "protein_id": "NP_001425955.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439028.1",
          "protein_id": "NP_001425957.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1672-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439029.1",
          "protein_id": "NP_001425958.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1277,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3834,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001005366.2",
          "protein_id": "NP_001005366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000377069.8",
          "protein_id": "ENSP00000366269.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1339-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717751.1",
          "protein_id": "ENSP00000520640.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1204,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3615,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.226-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000542973.6",
          "protein_id": "ENSP00000437821.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "NM_001439032.1",
          "protein_id": "NP_001425961.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000538243.2",
          "protein_id": "ENSP00000520639.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000611216.4",
          "protein_id": "ENSP00000480847.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3434,
          "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": 15,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.1339-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000538503.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6676,
          "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": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.4181-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717750.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": 7649,
          "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": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.1981-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717752.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": 5449,
          "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": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717753.1",
          "protein_id": "ENSP00000520641.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": 5451,
          "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": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.*959-5905A>G",
          "hgvs_p": null,
          "transcript": "ENST00000717754.1",
          "protein_id": "ENSP00000520642.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": 5397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_011538867.4",
          "protein_id": "XP_011537169.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1399,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429681.1",
          "protein_id": "XP_047285637.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1396,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4191,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1672-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429682.1",
          "protein_id": "XP_047285638.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1375,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429683.1",
          "protein_id": "XP_047285639.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1368,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4107,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429684.1",
          "protein_id": "XP_047285640.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1813-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429685.1",
          "protein_id": "XP_047285641.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1813-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429686.1",
          "protein_id": "XP_047285642.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1363,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429688.1",
          "protein_id": "XP_047285644.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1362,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4089,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1813-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429689.1",
          "protein_id": "XP_047285645.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1360,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429690.1",
          "protein_id": "XP_047285646.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1359,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4080,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1750-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429691.1",
          "protein_id": "XP_047285647.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429696.1",
          "protein_id": "XP_047285652.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1678-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429697.1",
          "protein_id": "XP_047285653.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1317,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3954,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429703.1",
          "protein_id": "XP_047285659.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1298,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429704.1",
          "protein_id": "XP_047285660.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1297,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3894,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1735-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429705.1",
          "protein_id": "XP_047285661.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429706.1",
          "protein_id": "XP_047285662.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1282,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429707.1",
          "protein_id": "XP_047285663.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1279,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3840,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1642-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429709.1",
          "protein_id": "XP_047285665.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429710.1",
          "protein_id": "XP_047285666.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1624-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429711.1",
          "protein_id": "XP_047285667.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1426-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429712.1",
          "protein_id": "XP_047285668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429713.1",
          "protein_id": "XP_047285669.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429714.1",
          "protein_id": "XP_047285670.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1217,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3654,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1384-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429715.1",
          "protein_id": "XP_047285671.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1042-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429716.1",
          "protein_id": "XP_047285672.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1042-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429717.1",
          "protein_id": "XP_047285673.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1120-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429718.1",
          "protein_id": "XP_047285674.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1120-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429719.1",
          "protein_id": "XP_047285675.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.1042-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429720.1",
          "protein_id": "XP_047285676.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_011538875.4",
          "protein_id": "XP_011537177.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429721.1",
          "protein_id": "XP_047285677.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429722.1",
          "protein_id": "XP_047285678.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "c.55-5905A>G",
          "hgvs_p": null,
          "transcript": "XM_047429723.1",
          "protein_id": "XP_047285679.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3398,
          "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": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "KDM2B",
          "gene_hgnc_id": 13610,
          "hgvs_c": "n.1925-5905A>G",
          "hgvs_p": null,
          "transcript": "XR_007063140.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": 3186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KDM2B",
      "gene_hgnc_id": 13610,
      "dbsnp": "rs7134248",
      "frequency_reference_population": 0.55771685,
      "hom_count_reference_population": 23920,
      "allele_count_reference_population": 84754,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.557717,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 84754,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 23920,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9900000095367432,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.99,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.137,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000377071.9",
          "gene_symbol": "KDM2B",
          "hgnc_id": 13610,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1735-5905A>G",
          "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
}