← 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: 11-116958937-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 116958937,
      "ref": "T",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_001366686.3",
      "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": 25,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "NM_001366686.3",
          "protein_id": "NP_001353615.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000445177.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366686.3"
        },
        {
          "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": 25,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000445177.6",
          "protein_id": "ENSP00000391295.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001366686.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000445177.6"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000446921.6",
          "protein_id": "ENSP00000390442.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446921.6"
        },
        {
          "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": 25,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "n.130-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000415541.5",
          "protein_id": "ENSP00000392761.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000415541.5"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "n.164-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000485363.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000485363.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923916.1",
          "protein_id": "ENSP00000593975.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923916.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954062.1",
          "protein_id": "ENSP00000624121.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954062.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923914.1",
          "protein_id": "ENSP00000593973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923914.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954064.1",
          "protein_id": "ENSP00000624123.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954064.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "NM_025164.6",
          "protein_id": "NP_079440.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_025164.6"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000375300.6",
          "protein_id": "ENSP00000364449.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375300.6"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923910.1",
          "protein_id": "ENSP00000593969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923910.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954063.1",
          "protein_id": "ENSP00000624122.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954063.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954067.1",
          "protein_id": "ENSP00000624126.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954067.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923915.1",
          "protein_id": "ENSP00000593974.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1320,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923915.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000878032.1",
          "protein_id": "ENSP00000548091.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1309,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878032.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923912.1",
          "protein_id": "ENSP00000593971.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923912.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923913.1",
          "protein_id": "ENSP00000593972.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923913.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "NM_001281749.3",
          "protein_id": "NP_001268678.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001281749.3"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000878033.1",
          "protein_id": "ENSP00000548092.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878033.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923911.1",
          "protein_id": "ENSP00000593970.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923911.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954065.1",
          "protein_id": "ENSP00000624124.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954065.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923918.1",
          "protein_id": "ENSP00000593977.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923918.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.-328-1873A>C",
          "hgvs_p": null,
          "transcript": "NM_001281748.3",
          "protein_id": "NP_001268677.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001281748.3"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000923917.1",
          "protein_id": "ENSP00000593976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923917.1"
        },
        {
          "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": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "ENST00000954066.1",
          "protein_id": "ENSP00000624125.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954066.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "NM_001366687.1",
          "protein_id": "NP_001353616.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 666,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366687.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_047426671.1",
          "protein_id": "XP_047282627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426671.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_005271482.5",
          "protein_id": "XP_005271539.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005271482.5"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_011542722.2",
          "protein_id": "XP_011541024.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1309,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542722.2"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_047426672.1",
          "protein_id": "XP_047282628.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426672.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_005271484.4",
          "protein_id": "XP_005271541.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005271484.4"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_017017424.2",
          "protein_id": "XP_016872913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017424.2"
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_011542726.2",
          "protein_id": "XP_011541028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542726.2"
        },
        {
          "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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_047426674.1",
          "protein_id": "XP_047282630.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426674.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_047426675.1",
          "protein_id": "XP_047282631.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426675.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SIK3",
          "gene_hgnc_id": 29165,
          "hgvs_c": "c.274-1873A>C",
          "hgvs_p": null,
          "transcript": "XM_047426676.1",
          "protein_id": "XP_047282632.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426676.1"
        }
      ],
      "gene_symbol": "SIK3",
      "gene_hgnc_id": 29165,
      "dbsnp": "rs7120173",
      "frequency_reference_population": 0.15611038,
      "hom_count_reference_population": 2469,
      "allele_count_reference_population": 23760,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.15611,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 23760,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 2469,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8299999833106995,
      "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.83,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.161,
      "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": "NM_001366686.3",
          "gene_symbol": "SIK3",
          "hgnc_id": 29165,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR,AD,Unknown",
          "hgvs_c": "c.274-1873A>C",
          "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
}