← 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: 19-42293039-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 42293039,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000681038.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001386298.1",
          "protein_id": "NP_001373227.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2517,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7554,
          "cdna_start": 6420,
          "cdna_end": null,
          "cdna_length": 8299,
          "mane_select": "ENST00000681038.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "ENST00000681038.1",
          "protein_id": "ENSP00000505728.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2517,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7554,
          "cdna_start": 6420,
          "cdna_end": null,
          "cdna_length": 8299,
          "mane_select": "NM_001386298.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Ala1185Thr",
          "transcript": "ENST00000575354.6",
          "protein_id": "ENSP00000458663.2",
          "transcript_support_level": 1,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1608,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 4827,
          "cdna_start": 3593,
          "cdna_end": null,
          "cdna_length": 5473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001304815.2",
          "protein_id": "NP_001291744.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2517,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7554,
          "cdna_start": 6355,
          "cdna_end": null,
          "cdna_length": 8234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "NM_001379480.1",
          "protein_id": "NP_001366409.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2516,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7551,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001379482.1",
          "protein_id": "NP_001366411.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2516,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7551,
          "cdna_start": 6420,
          "cdna_end": null,
          "cdna_length": 8296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001439183.1",
          "protein_id": "NP_001426112.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2516,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7551,
          "cdna_start": 6355,
          "cdna_end": null,
          "cdna_length": 8231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "NM_001439184.1",
          "protein_id": "NP_001426113.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "NM_001439185.1",
          "protein_id": "NP_001426114.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6352,
          "cdna_end": null,
          "cdna_length": 8228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001439186.1",
          "protein_id": "NP_001426115.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6355,
          "cdna_end": null,
          "cdna_length": 8228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "NM_001439187.1",
          "protein_id": "NP_001426116.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6355,
          "cdna_end": null,
          "cdna_length": 8225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6274G>A",
          "hgvs_p": "p.Ala2092Thr",
          "transcript": "ENST00000572681.6",
          "protein_id": "ENSP00000459719.1",
          "transcript_support_level": 5,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6342,
          "cdna_end": null,
          "cdna_length": 8218,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "NM_001439188.1",
          "protein_id": "NP_001426117.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2513,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7542,
          "cdna_start": 6352,
          "cdna_end": null,
          "cdna_length": 8222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Ala1185Thr",
          "transcript": "NM_015125.5",
          "protein_id": "NP_055940.3",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1608,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 4827,
          "cdna_start": 3789,
          "cdna_end": null,
          "cdna_length": 5668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Ala1184Thr",
          "transcript": "NM_001439189.1",
          "protein_id": "NP_001426118.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 3786,
          "cdna_end": null,
          "cdna_length": 5665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Ala1185Thr",
          "transcript": "NM_001439190.1",
          "protein_id": "NP_001426119.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 3789,
          "cdna_end": null,
          "cdna_length": 5665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Ala1185Thr",
          "transcript": "NM_001379484.1",
          "protein_id": "NP_001366413.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": 3789,
          "cdna_end": null,
          "cdna_length": 5662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Ala1184Thr",
          "transcript": "NM_001439191.1",
          "protein_id": "NP_001426120.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": 3786,
          "cdna_end": null,
          "cdna_length": 5662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3547G>A",
          "hgvs_p": "p.Ala1183Thr",
          "transcript": "ENST00000160740.7",
          "protein_id": "ENSP00000160740.3",
          "transcript_support_level": 5,
          "aa_start": 1183,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 3547,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": 4232,
          "cdna_end": null,
          "cdna_length": 6111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3553G>A",
          "hgvs_p": "p.Ala1185Thr",
          "transcript": "NM_001379485.1",
          "protein_id": "NP_001366414.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1605,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 4818,
          "cdna_start": 3789,
          "cdna_end": null,
          "cdna_length": 5659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "XM_047438492.1",
          "protein_id": "XP_047294448.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2517,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7554,
          "cdna_start": 6732,
          "cdna_end": null,
          "cdna_length": 8611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_011526662.3",
          "protein_id": "XP_011524964.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2516,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7551,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6274G>A",
          "hgvs_p": "p.Ala2092Thr",
          "transcript": "XM_011526664.3",
          "protein_id": "XP_011524966.1",
          "transcript_support_level": null,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6414,
          "cdna_end": null,
          "cdna_length": 8293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "XM_011526665.3",
          "protein_id": "XP_011524967.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6420,
          "cdna_end": null,
          "cdna_length": 8293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_047438496.1",
          "protein_id": "XP_047294452.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2515,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7548,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr",
          "transcript": "XM_011526666.3",
          "protein_id": "XP_011524968.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6280,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6420,
          "cdna_end": null,
          "cdna_length": 8290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_024451433.2",
          "protein_id": "XP_024307201.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6274G>A",
          "hgvs_p": "p.Ala2092Thr",
          "transcript": "XM_047438499.1",
          "protein_id": "XP_047294455.1",
          "transcript_support_level": null,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6414,
          "cdna_end": null,
          "cdna_length": 8290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_047438500.1",
          "protein_id": "XP_047294456.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2514,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7545,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6274G>A",
          "hgvs_p": "p.Ala2092Thr",
          "transcript": "XM_047438501.1",
          "protein_id": "XP_047294457.1",
          "transcript_support_level": null,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2513,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 7542,
          "cdna_start": 6414,
          "cdna_end": null,
          "cdna_length": 8287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_047438502.1",
          "protein_id": "XP_047294458.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2513,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7542,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Ala2093Thr",
          "transcript": "XM_047438504.1",
          "protein_id": "XP_047294460.1",
          "transcript_support_level": null,
          "aa_start": 2093,
          "aa_end": null,
          "aa_length": 2513,
          "cds_start": 6277,
          "cds_end": null,
          "cds_length": 7542,
          "cdna_start": 6417,
          "cdna_end": null,
          "cdna_length": 8287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3547G>A",
          "hgvs_p": "p.Ala1183Thr",
          "transcript": "XM_005258673.3",
          "protein_id": "XP_005258730.1",
          "transcript_support_level": null,
          "aa_start": 1183,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 3547,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": 3783,
          "cdna_end": null,
          "cdna_length": 5662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Ala1184Thr",
          "transcript": "XM_005258674.3",
          "protein_id": "XP_005258731.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": 3786,
          "cdna_end": null,
          "cdna_length": 5662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3547G>A",
          "hgvs_p": "p.Ala1183Thr",
          "transcript": "XM_005258675.3",
          "protein_id": "XP_005258732.1",
          "transcript_support_level": null,
          "aa_start": 1183,
          "aa_end": null,
          "aa_length": 1605,
          "cds_start": 3547,
          "cds_end": null,
          "cds_length": 4818,
          "cdna_start": 3783,
          "cdna_end": null,
          "cdna_length": 5659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3487G>A",
          "hgvs_p": "p.Ala1163Thr",
          "transcript": "XM_047438511.1",
          "protein_id": "XP_047294467.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 1586,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 4761,
          "cdna_start": 3697,
          "cdna_end": null,
          "cdna_length": 5576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3481G>A",
          "hgvs_p": "p.Ala1161Thr",
          "transcript": "XM_047438512.1",
          "protein_id": "XP_047294468.1",
          "transcript_support_level": null,
          "aa_start": 1161,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 3481,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 3691,
          "cdna_end": null,
          "cdna_length": 5570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.3088G>A",
          "hgvs_p": "p.Ala1030Thr",
          "transcript": "XM_047438513.1",
          "protein_id": "XP_047294469.1",
          "transcript_support_level": null,
          "aa_start": 1030,
          "aa_end": null,
          "aa_length": 1453,
          "cds_start": 3088,
          "cds_end": null,
          "cds_length": 4362,
          "cdna_start": 5016,
          "cdna_end": null,
          "cdna_length": 6895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "n.5363G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684265.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": 7239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.*101G>A",
          "hgvs_p": null,
          "transcript": "XM_011526667.3",
          "protein_id": "XP_011524969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2002,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.*101G>A",
          "hgvs_p": null,
          "transcript": "XM_047438505.1",
          "protein_id": "XP_047294461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1995,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIC",
          "gene_hgnc_id": 14214,
          "hgvs_c": "c.*101G>A",
          "hgvs_p": null,
          "transcript": "XM_047438506.1",
          "protein_id": "XP_047294462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1994,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CIC",
      "gene_hgnc_id": 14214,
      "dbsnp": "rs587778202",
      "frequency_reference_population": 0.0000031000138,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000273843,
      "gnomad_genomes_af": 0.00000657013,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5407251119613647,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05000000074505806,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.245,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.7406,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 4.485,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.05,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000681038.1",
          "gene_symbol": "CIC",
          "hgnc_id": 14214,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.6280G>A",
          "hgvs_p": "p.Ala2094Thr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1 O:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}