← 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: 17-46033130-CCT-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 46033130,
      "ref": "CCT",
      "alt": "C",
      "effect": "frameshift_variant",
      "transcript": "NM_015443.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_015443.4",
          "protein_id": "NP_056258.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3482,
          "cdna_end": null,
          "cdna_length": 5574,
          "mane_select": "ENST00000432791.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015443.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "ENST00000432791.7",
          "protein_id": "ENSP00000387393.3",
          "transcript_support_level": 1,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3482,
          "cdna_end": null,
          "cdna_length": 5574,
          "mane_select": "NM_015443.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000432791.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "ENST00000262419.10",
          "protein_id": "ENSP00000262419.6",
          "transcript_support_level": 1,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3257,
          "cdna_end": null,
          "cdna_length": 5309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000262419.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.7002_7003delAG",
          "hgvs_p": null,
          "transcript": "ENST00000572218.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000572218.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2836_2837delAG",
          "hgvs_p": "p.Arg946fs",
          "transcript": "ENST00000918919.1",
          "protein_id": "ENSP00000588978.1",
          "transcript_support_level": null,
          "aa_start": 946,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": 2836,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": 3515,
          "cdna_end": null,
          "cdna_length": 5604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918919.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001193466.2",
          "protein_id": "NP_001180395.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3239,
          "cdna_end": null,
          "cdna_length": 5331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193466.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001379198.1",
          "protein_id": "NP_001366127.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3036,
          "cdna_end": null,
          "cdna_length": 5128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379198.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001405854.1",
          "protein_id": "NP_001392783.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3208,
          "cdna_end": null,
          "cdna_length": 5300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405854.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001405855.1",
          "protein_id": "NP_001392784.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3176,
          "cdna_end": null,
          "cdna_length": 5268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405855.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "ENST00000572904.6",
          "protein_id": "ENSP00000461484.1",
          "transcript_support_level": 5,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 2881,
          "cdna_end": null,
          "cdna_length": 4973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000572904.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "NM_001193465.2",
          "protein_id": "NP_001180394.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3033,
          "cdna_end": null,
          "cdna_length": 5125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193465.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "NM_001405856.1",
          "protein_id": "NP_001392785.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 5328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405856.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "NM_001405857.1",
          "protein_id": "NP_001392786.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3479,
          "cdna_end": null,
          "cdna_length": 5571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405857.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "NM_001405858.1",
          "protein_id": "NP_001392787.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3173,
          "cdna_end": null,
          "cdna_length": 5265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405858.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "ENST00000574590.6",
          "protein_id": "ENSP00000461812.2",
          "transcript_support_level": 2,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3055,
          "cdna_end": null,
          "cdna_length": 5147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000574590.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "ENST00000902802.1",
          "protein_id": "ENSP00000572861.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3021,
          "cdna_end": null,
          "cdna_length": 5097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902802.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "ENST00000902804.1",
          "protein_id": "ENSP00000572863.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3268,
          "cdna_end": null,
          "cdna_length": 5360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902804.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2776_2777delAG",
          "hgvs_p": "p.Arg926fs",
          "transcript": "ENST00000902805.1",
          "protein_id": "ENSP00000572864.1",
          "transcript_support_level": null,
          "aa_start": 926,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 2776,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": 2835,
          "cdna_end": null,
          "cdna_length": 4721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902805.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2683_2684delAG",
          "hgvs_p": "p.Arg895fs",
          "transcript": "NM_001405859.1",
          "protein_id": "NP_001392788.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 2683,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 2934,
          "cdna_end": null,
          "cdna_length": 5026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405859.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2683_2684delAG",
          "hgvs_p": "p.Arg895fs",
          "transcript": "NM_001405860.1",
          "protein_id": "NP_001392789.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 2683,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 3380,
          "cdna_end": null,
          "cdna_length": 5472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405860.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2683_2684delAG",
          "hgvs_p": "p.Arg895fs",
          "transcript": "ENST00000902801.1",
          "protein_id": "ENSP00000572860.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 2683,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 2934,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902801.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2683_2684delAG",
          "hgvs_p": "p.Arg895fs",
          "transcript": "ENST00000902803.1",
          "protein_id": "ENSP00000572862.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 2683,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 2916,
          "cdna_end": null,
          "cdna_length": 4993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902803.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2680_2681delAG",
          "hgvs_p": "p.Arg894fs",
          "transcript": "NM_001405861.1",
          "protein_id": "NP_001392790.1",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": 2680,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": 2931,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405861.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001405872.1",
          "protein_id": "NP_001392801.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": 3036,
          "cdna_end": null,
          "cdna_length": 4996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405872.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001405873.1",
          "protein_id": "NP_001392802.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": 3482,
          "cdna_end": null,
          "cdna_length": 5442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405873.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "NM_001405874.1",
          "protein_id": "NP_001392803.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": 3176,
          "cdna_end": null,
          "cdna_length": 5136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405874.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "ENST00000648792.1",
          "protein_id": "ENSP00000497628.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": 3042,
          "cdna_end": null,
          "cdna_length": 4933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000648792.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "ENST00000918918.1",
          "protein_id": "ENSP00000588977.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": 3464,
          "cdna_end": null,
          "cdna_length": 5424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918918.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2596_2597delAG",
          "hgvs_p": "p.Arg866fs",
          "transcript": "NM_001405875.1",
          "protein_id": "NP_001392804.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": 2847,
          "cdna_end": null,
          "cdna_length": 4939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405875.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2596_2597delAG",
          "hgvs_p": "p.Arg866fs",
          "transcript": "NM_001405876.1",
          "protein_id": "NP_001392805.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": 3050,
          "cdna_end": null,
          "cdna_length": 5142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405876.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2596_2597delAG",
          "hgvs_p": "p.Arg866fs",
          "transcript": "NM_001405877.1",
          "protein_id": "NP_001392806.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": 3293,
          "cdna_end": null,
          "cdna_length": 5385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405877.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2596_2597delAG",
          "hgvs_p": "p.Arg866fs",
          "transcript": "NM_001405878.1",
          "protein_id": "NP_001392807.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": 2987,
          "cdna_end": null,
          "cdna_length": 5079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405878.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2593_2594delAG",
          "hgvs_p": "p.Arg865fs",
          "transcript": "NM_001405879.1",
          "protein_id": "NP_001392808.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": 2844,
          "cdna_end": null,
          "cdna_length": 4936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405879.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2593_2594delAG",
          "hgvs_p": "p.Arg865fs",
          "transcript": "NM_001405880.1",
          "protein_id": "NP_001392809.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": 3290,
          "cdna_end": null,
          "cdna_length": 5382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405880.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2593_2594delAG",
          "hgvs_p": "p.Arg865fs",
          "transcript": "ENST00000575318.6",
          "protein_id": "ENSP00000461299.1",
          "transcript_support_level": 5,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": 2844,
          "cdna_end": null,
          "cdna_length": 4935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000575318.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2593_2594delAG",
          "hgvs_p": "p.Arg865fs",
          "transcript": "ENST00000638275.1",
          "protein_id": "ENSP00000492576.1",
          "transcript_support_level": 5,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": 3261,
          "cdna_end": null,
          "cdna_length": 5352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000638275.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2680_2681delAG",
          "hgvs_p": "p.Arg894fs",
          "transcript": "NM_001405881.1",
          "protein_id": "NP_001392810.1",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": 2680,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": 2931,
          "cdna_end": null,
          "cdna_length": 4891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405881.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2596_2597delAG",
          "hgvs_p": "p.Arg866fs",
          "transcript": "ENST00000639531.1",
          "protein_id": "ENSP00000491765.1",
          "transcript_support_level": 5,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 896,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 2691,
          "cdna_start": 2637,
          "cdna_end": null,
          "cdna_length": 2731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000639531.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1519_1520delAG",
          "hgvs_p": "p.Arg507fs",
          "transcript": "NM_001405882.1",
          "protein_id": "NP_001392811.1",
          "transcript_support_level": null,
          "aa_start": 507,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 1519,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1658,
          "cdna_end": null,
          "cdna_length": 3750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405882.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1516_1517delAG",
          "hgvs_p": "p.Arg506fs",
          "transcript": "NM_001405883.1",
          "protein_id": "NP_001392812.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1655,
          "cdna_end": null,
          "cdna_length": 3747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405883.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1330_1331delAG",
          "hgvs_p": "p.Arg444fs",
          "transcript": "NM_001405884.1",
          "protein_id": "NP_001392813.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 1330,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 3561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405884.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1327_1328delAG",
          "hgvs_p": "p.Arg443fs",
          "transcript": "NM_001405885.1",
          "protein_id": "NP_001392814.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 619,
          "cds_start": 1327,
          "cds_end": null,
          "cds_length": 1860,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 3558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001405885.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1519_1520delAG",
          "hgvs_p": "p.Arg507fs",
          "transcript": "ENST00000639150.1",
          "protein_id": "ENSP00000491906.1",
          "transcript_support_level": 5,
          "aa_start": 507,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1519,
          "cds_end": null,
          "cds_length": 1571,
          "cdna_start": 1764,
          "cdna_end": null,
          "cdna_length": 1815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000639150.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.442_443delAG",
          "hgvs_p": "p.Arg148fs",
          "transcript": "ENST00000639467.1",
          "protein_id": "ENSP00000492741.1",
          "transcript_support_level": 5,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 677,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000639467.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs",
          "transcript": "XM_047435794.1",
          "protein_id": "XP_047291750.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 5185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435794.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2782_2783delAG",
          "hgvs_p": "p.Arg928fs",
          "transcript": "XM_011524628.4",
          "protein_id": "XP_011522930.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2782,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3357,
          "cdna_end": null,
          "cdna_length": 5449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524628.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.2494_2495delAG",
          "hgvs_p": "p.Arg832fs",
          "transcript": "XM_047435800.1",
          "protein_id": "XP_047291756.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": 2494,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": 2745,
          "cdna_end": null,
          "cdna_length": 4837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435800.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "c.1555_1556delAG",
          "hgvs_p": "p.Arg519fs",
          "transcript": "XM_047435801.1",
          "protein_id": "XP_047291757.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 3085,
          "cdna_end": null,
          "cdna_length": 5177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435801.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.171_172delAG",
          "hgvs_p": null,
          "transcript": "ENST00000573682.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000573682.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.782_783delAG",
          "hgvs_p": null,
          "transcript": "ENST00000576137.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000576137.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.757_758delAG",
          "hgvs_p": null,
          "transcript": "ENST00000576870.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000576870.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.613_614delAG",
          "hgvs_p": null,
          "transcript": "ENST00000638291.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000638291.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.733_734delAG",
          "hgvs_p": null,
          "transcript": "ENST00000638551.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000638551.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.202_203delAG",
          "hgvs_p": null,
          "transcript": "ENST00000639805.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000639805.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.1472_1473delAG",
          "hgvs_p": null,
          "transcript": "ENST00000640092.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000640092.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.1883_1884delAG",
          "hgvs_p": null,
          "transcript": "ENST00000640519.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000640519.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KANSL1",
          "gene_hgnc_id": 24565,
          "hgvs_c": "n.380_381delAG",
          "hgvs_p": null,
          "transcript": "ENST00000640751.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 464,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000640751.1"
        }
      ],
      "gene_symbol": "KANSL1",
      "gene_hgnc_id": 24565,
      "dbsnp": "rs281865471",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "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": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 4.76,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_015443.4",
          "gene_symbol": "KANSL1",
          "hgnc_id": 24565,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2785_2786delAG",
          "hgvs_p": "p.Arg929fs"
        }
      ],
      "clinvar_disease": "Koolen-de Vries syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "Koolen-de Vries syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.