← 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: 20-505191-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 505191,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000217244.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "NM_177559.3",
          "protein_id": "NP_808227.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 12984,
          "mane_select": "ENST00000217244.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000217244.9",
          "protein_id": "ENSP00000217244.3",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 12984,
          "mane_select": "NM_177559.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000400227.8",
          "protein_id": "ENSP00000383086.3",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 274,
          "cdna_end": null,
          "cdna_length": 1490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.-269G>A",
          "hgvs_p": null,
          "transcript": "ENST00000349736.10",
          "protein_id": "ENSP00000339247.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "NM_001362770.2",
          "protein_id": "NP_001349699.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 3007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "NM_001362771.2",
          "protein_id": "NP_001349700.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 2890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "NM_001895.4",
          "protein_id": "NP_001886.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 12867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000400217.7",
          "protein_id": "ENSP00000383076.2",
          "transcript_support_level": 2,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 253,
          "cdna_end": null,
          "cdna_length": 1485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000643660.1",
          "protein_id": "ENSP00000495248.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 2822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000645623.1",
          "protein_id": "ENSP00000495998.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 433,
          "cdna_end": null,
          "cdna_length": 2192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000646305.1",
          "protein_id": "ENSP00000495902.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 654,
          "cdna_end": null,
          "cdna_length": 4459,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000646561.1",
          "protein_id": "ENSP00000496569.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 413,
          "cdna_end": null,
          "cdna_length": 12912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000646814.1",
          "protein_id": "ENSP00000495422.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 537,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000647348.1",
          "protein_id": "ENSP00000495912.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 575,
          "cdna_end": null,
          "cdna_length": 1781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000645234.1",
          "protein_id": "ENSP00000494288.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000642689.1",
          "protein_id": "ENSP00000495414.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 2545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000644710.1",
          "protein_id": "ENSP00000493791.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 560,
          "cdna_end": null,
          "cdna_length": 2758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000644885.1",
          "protein_id": "ENSP00000496146.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000645260.1",
          "protein_id": "ENSP00000493931.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 305,
          "cdna_end": null,
          "cdna_length": 3568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000647026.1",
          "protein_id": "ENSP00000494370.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000643600.1",
          "protein_id": "ENSP00000494038.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": 296,
          "cdna_end": null,
          "cdna_length": 1156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000643680.1",
          "protein_id": "ENSP00000493704.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 621,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000645187.1",
          "protein_id": "ENSP00000496232.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 359,
          "cdna_end": null,
          "cdna_length": 821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000609525.2",
          "protein_id": "ENSP00000476547.2",
          "transcript_support_level": 5,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 432,
          "cdna_start": 554,
          "cdna_end": null,
          "cdna_length": 846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000645091.1",
          "protein_id": "ENSP00000495942.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 400,
          "cdna_start": 266,
          "cdna_end": null,
          "cdna_length": 526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000644177.1",
          "protein_id": "ENSP00000495079.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 130,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 395,
          "cdna_start": 345,
          "cdna_end": null,
          "cdna_length": 600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000608066.6",
          "protein_id": "ENSP00000476486.2",
          "transcript_support_level": 4,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 278,
          "cdna_start": 478,
          "cdna_end": null,
          "cdna_length": 616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000642160.1",
          "protein_id": "ENSP00000496115.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 86,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 261,
          "cdna_start": 394,
          "cdna_end": null,
          "cdna_length": 1419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln",
          "transcript": "ENST00000646908.1",
          "protein_id": "ENSP00000493643.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 73,
          "cds_start": 140,
          "cds_end": null,
          "cds_length": 224,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 1144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.368G>A",
          "hgvs_p": null,
          "transcript": "ENST00000609606.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.290G>A",
          "hgvs_p": null,
          "transcript": "ENST00000643700.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.140G>A",
          "hgvs_p": null,
          "transcript": "ENST00000643968.1",
          "protein_id": "ENSP00000495139.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.307G>A",
          "hgvs_p": null,
          "transcript": "ENST00000644170.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.140G>A",
          "hgvs_p": null,
          "transcript": "ENST00000645249.1",
          "protein_id": "ENSP00000496152.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.87G>A",
          "hgvs_p": null,
          "transcript": "ENST00000645641.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.140G>A",
          "hgvs_p": null,
          "transcript": "ENST00000645840.1",
          "protein_id": "ENSP00000494445.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.140G>A",
          "hgvs_p": null,
          "transcript": "ENST00000645910.1",
          "protein_id": "ENSP00000493697.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.45G>A",
          "hgvs_p": null,
          "transcript": "ENST00000646443.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "n.305G>A",
          "hgvs_p": null,
          "transcript": "ENST00000647155.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.-269G>A",
          "hgvs_p": null,
          "transcript": "NM_177560.3",
          "protein_id": "NP_808228.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.-375G>A",
          "hgvs_p": null,
          "transcript": "ENST00000644003.1",
          "protein_id": "ENSP00000495387.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.-403G>A",
          "hgvs_p": null,
          "transcript": "ENST00000646477.1",
          "protein_id": "ENSP00000495439.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CSNK2A1",
          "gene_hgnc_id": 2457,
          "hgvs_c": "c.-269G>A",
          "hgvs_p": null,
          "transcript": "ENST00000460062.7",
          "protein_id": "ENSP00000477147.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 41,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CSNK2A1",
      "gene_hgnc_id": 2457,
      "dbsnp": "rs869312845",
      "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": 0.7957048416137695,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.07000000029802322,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.434,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9978,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.886,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.07,
      "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": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP2,PP3,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP3",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000217244.9",
          "gene_symbol": "CSNK2A1",
          "hgnc_id": 2457,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.140G>A",
          "hgvs_p": "p.Arg47Gln"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,Okur-Chung neurodevelopmental syndrome",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:6 LP:1",
      "phenotype_combined": "Okur-Chung neurodevelopmental syndrome|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}