← 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: 1-16033649-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 16033649,
      "ref": "T",
      "alt": "C",
      "effect": "synonymous_variant",
      "transcript": "NM_004070.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2055T>C",
          "hgvs_p": "p.Ala685Ala",
          "transcript": "NM_004070.4",
          "protein_id": "NP_004061.3",
          "transcript_support_level": null,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 2055,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000331433.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004070.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2055T>C",
          "hgvs_p": "p.Ala685Ala",
          "transcript": "ENST00000331433.5",
          "protein_id": "ENSP00000332771.4",
          "transcript_support_level": 1,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 2055,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004070.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000331433.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000375692.5",
          "protein_id": "ENSP00000364844.1",
          "transcript_support_level": 1,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375692.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2094T>C",
          "hgvs_p": "p.Ala698Ala",
          "transcript": "ENST00000861487.1",
          "protein_id": "ENSP00000531546.1",
          "transcript_support_level": null,
          "aa_start": 698,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 2094,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861487.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2091T>C",
          "hgvs_p": "p.Ala697Ala",
          "transcript": "ENST00000861485.1",
          "protein_id": "ENSP00000531544.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 2091,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861485.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "NM_001042704.2",
          "protein_id": "NP_001036169.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001042704.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000861477.1",
          "protein_id": "ENSP00000531536.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861477.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000861482.1",
          "protein_id": "ENSP00000531541.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861482.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000956816.1",
          "protein_id": "ENSP00000626875.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956816.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000956817.1",
          "protein_id": "ENSP00000626876.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956817.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2052T>C",
          "hgvs_p": "p.Ala684Ala",
          "transcript": "ENST00000956818.1",
          "protein_id": "ENSP00000626877.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956818.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2046T>C",
          "hgvs_p": "p.Ala682Ala",
          "transcript": "ENST00000861499.1",
          "protein_id": "ENSP00000531558.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 2046,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861499.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2043T>C",
          "hgvs_p": "p.Ala681Ala",
          "transcript": "ENST00000861500.1",
          "protein_id": "ENSP00000531559.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 2043,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861500.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2028T>C",
          "hgvs_p": "p.Ala676Ala",
          "transcript": "ENST00000861494.1",
          "protein_id": "ENSP00000531553.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 2028,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861494.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.2025T>C",
          "hgvs_p": "p.Ala675Ala",
          "transcript": "ENST00000861486.1",
          "protein_id": "ENSP00000531545.1",
          "transcript_support_level": null,
          "aa_start": 675,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 2025,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861486.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1998T>C",
          "hgvs_p": "p.Ala666Ala",
          "transcript": "ENST00000861478.1",
          "protein_id": "ENSP00000531537.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1998,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861478.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1995T>C",
          "hgvs_p": "p.Ala665Ala",
          "transcript": "ENST00000861490.1",
          "protein_id": "ENSP00000531549.1",
          "transcript_support_level": null,
          "aa_start": 665,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 1995,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861490.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1968T>C",
          "hgvs_p": "p.Ala656Ala",
          "transcript": "ENST00000861488.1",
          "protein_id": "ENSP00000531547.1",
          "transcript_support_level": null,
          "aa_start": 656,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 1968,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861488.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1965T>C",
          "hgvs_p": "p.Ala655Ala",
          "transcript": "ENST00000861489.1",
          "protein_id": "ENSP00000531548.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 1965,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861489.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1959T>C",
          "hgvs_p": "p.Ala653Ala",
          "transcript": "ENST00000861479.1",
          "protein_id": "ENSP00000531538.1",
          "transcript_support_level": null,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 1959,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861479.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1959T>C",
          "hgvs_p": "p.Ala653Ala",
          "transcript": "ENST00000861480.1",
          "protein_id": "ENSP00000531539.1",
          "transcript_support_level": null,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 1959,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861480.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1959T>C",
          "hgvs_p": "p.Ala653Ala",
          "transcript": "ENST00000861484.1",
          "protein_id": "ENSP00000531543.1",
          "transcript_support_level": null,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 1959,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861484.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1956T>C",
          "hgvs_p": "p.Ala652Ala",
          "transcript": "ENST00000861483.1",
          "protein_id": "ENSP00000531542.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 1956,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861483.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1938T>C",
          "hgvs_p": "p.Ala646Ala",
          "transcript": "ENST00000861501.1",
          "protein_id": "ENSP00000531560.1",
          "transcript_support_level": null,
          "aa_start": 646,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1938,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861501.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1932T>C",
          "hgvs_p": "p.Ala644Ala",
          "transcript": "ENST00000861498.1",
          "protein_id": "ENSP00000531557.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1932,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861498.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1926T>C",
          "hgvs_p": "p.Ala642Ala",
          "transcript": "NM_001257139.2",
          "protein_id": "NP_001244068.1",
          "transcript_support_level": null,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1926,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001257139.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1926T>C",
          "hgvs_p": "p.Ala642Ala",
          "transcript": "ENST00000439316.6",
          "protein_id": "ENSP00000414445.2",
          "transcript_support_level": 2,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1926,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000439316.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1923T>C",
          "hgvs_p": "p.Ala641Ala",
          "transcript": "ENST00000861497.1",
          "protein_id": "ENSP00000531556.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1923,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861497.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1914T>C",
          "hgvs_p": "p.Ala638Ala",
          "transcript": "ENST00000861493.1",
          "protein_id": "ENSP00000531552.1",
          "transcript_support_level": null,
          "aa_start": 638,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 1914,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861493.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1908T>C",
          "hgvs_p": "p.Ala636Ala",
          "transcript": "ENST00000861495.1",
          "protein_id": "ENSP00000531554.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1908,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861495.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1902T>C",
          "hgvs_p": "p.Ala634Ala",
          "transcript": "ENST00000861492.1",
          "protein_id": "ENSP00000531551.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 636,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 1911,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861492.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1899T>C",
          "hgvs_p": "p.Ala633Ala",
          "transcript": "ENST00000861481.1",
          "protein_id": "ENSP00000531540.1",
          "transcript_support_level": null,
          "aa_start": 633,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1899,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861481.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1872T>C",
          "hgvs_p": "p.Ala624Ala",
          "transcript": "ENST00000861491.1",
          "protein_id": "ENSP00000531550.1",
          "transcript_support_level": null,
          "aa_start": 624,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1872,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861491.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1869T>C",
          "hgvs_p": "p.Ala623Ala",
          "transcript": "ENST00000861496.1",
          "protein_id": "ENSP00000531555.1",
          "transcript_support_level": null,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1869,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861496.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1845T>C",
          "hgvs_p": "p.Ala615Ala",
          "transcript": "ENST00000861502.1",
          "protein_id": "ENSP00000531561.1",
          "transcript_support_level": null,
          "aa_start": 615,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1845,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861502.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "c.1788T>C",
          "hgvs_p": "p.Ala596Ala",
          "transcript": "ENST00000861503.1",
          "protein_id": "ENSP00000531562.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1788,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861503.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLCNKA",
          "gene_hgnc_id": 2026,
          "hgvs_c": "n.2659T>C",
          "hgvs_p": null,
          "transcript": "ENST00000464764.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000464764.5"
        }
      ],
      "gene_symbol": "CLCNKA",
      "gene_hgnc_id": 2026,
      "dbsnp": "rs371202740",
      "frequency_reference_population": 0.008951806,
      "hom_count_reference_population": 7,
      "allele_count_reference_population": 1087,
      "gnomad_exomes_af": 0.00401451,
      "gnomad_genomes_af": 0.00895181,
      "gnomad_exomes_ac": 5234,
      "gnomad_genomes_ac": 1087,
      "gnomad_exomes_homalt": 38,
      "gnomad_genomes_homalt": 7,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7400000095367432,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.74,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.574,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -17,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -17,
          "benign_score": 17,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_004070.4",
          "gene_symbol": "CLCNKA",
          "hgnc_id": 2026,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.2055T>C",
          "hgvs_p": "p.Ala685Ala"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:3 B:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.