← 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: 22-28694043-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 28694043,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001005735.3",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "NM_007194.4",
          "protein_id": "NP_009125.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1508,
          "cdna_end": null,
          "cdna_length": 1844,
          "mane_select": "ENST00000404276.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007194.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000404276.6",
          "protein_id": "ENSP00000385747.1",
          "transcript_support_level": 1,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1508,
          "cdna_end": null,
          "cdna_length": 1844,
          "mane_select": "NM_007194.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000404276.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1579C>G",
          "hgvs_p": "p.Pro527Ala",
          "transcript": "ENST00000382580.6",
          "protein_id": "ENSP00000372023.2",
          "transcript_support_level": 1,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1655,
          "cdna_end": null,
          "cdna_length": 1971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000382580.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1249C>G",
          "hgvs_p": "p.Pro417Ala",
          "transcript": "ENST00000402731.6",
          "protein_id": "ENSP00000384835.2",
          "transcript_support_level": 1,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 1255,
          "cdna_end": null,
          "cdna_length": 1591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000402731.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1177C>G",
          "hgvs_p": "p.Pro393Ala",
          "transcript": "ENST00000403642.5",
          "protein_id": "ENSP00000384919.1",
          "transcript_support_level": 1,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 1177,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 1359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000403642.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*940C>G",
          "hgvs_p": null,
          "transcript": "ENST00000416671.5",
          "protein_id": "ENSP00000402225.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000416671.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*940C>G",
          "hgvs_p": null,
          "transcript": "ENST00000416671.5",
          "protein_id": "ENSP00000402225.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000416671.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1579C>G",
          "hgvs_p": "p.Pro527Ala",
          "transcript": "NM_001005735.3",
          "protein_id": "NP_001005735.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1637,
          "cdna_end": null,
          "cdna_length": 1974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005735.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1543C>G",
          "hgvs_p": "p.Pro515Ala",
          "transcript": "NM_001438293.1",
          "protein_id": "NP_001425222.1",
          "transcript_support_level": null,
          "aa_start": 515,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1543,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1601,
          "cdna_end": null,
          "cdna_length": 1938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438293.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1492C>G",
          "hgvs_p": "p.Pro498Ala",
          "transcript": "NM_001438294.1",
          "protein_id": "NP_001425223.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1550,
          "cdna_end": null,
          "cdna_length": 1887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438294.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1459C>G",
          "hgvs_p": "p.Pro487Ala",
          "transcript": "ENST00000928685.1",
          "protein_id": "ENSP00000598744.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1459,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1526,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928685.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1456C>G",
          "hgvs_p": "p.Pro486Ala",
          "transcript": "NM_001438295.1",
          "protein_id": "NP_001425224.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1456,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1514,
          "cdna_end": null,
          "cdna_length": 1851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438295.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000405598.5",
          "protein_id": "ENSP00000386087.1",
          "transcript_support_level": 5,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 1959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405598.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000650281.1",
          "protein_id": "ENSP00000497000.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1610,
          "cdna_end": null,
          "cdna_length": 1923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000650281.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000899937.1",
          "protein_id": "ENSP00000569996.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 2187,
          "cdna_end": null,
          "cdna_length": 2522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899937.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000928690.1",
          "protein_id": "ENSP00000598749.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 2265,
          "cdna_end": null,
          "cdna_length": 2601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928690.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000928691.1",
          "protein_id": "ENSP00000598750.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1551,
          "cdna_end": null,
          "cdna_length": 1886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928691.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000928694.1",
          "protein_id": "ENSP00000598753.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1706,
          "cdna_end": null,
          "cdna_length": 2042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928694.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000954618.1",
          "protein_id": "ENSP00000624677.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1676,
          "cdna_end": null,
          "cdna_length": 2011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954618.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1444C>G",
          "hgvs_p": "p.Pro482Ala",
          "transcript": "ENST00000928683.1",
          "protein_id": "ENSP00000598742.1",
          "transcript_support_level": null,
          "aa_start": 482,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 1444,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 1533,
          "cdna_end": null,
          "cdna_length": 1874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928683.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1450C>G",
          "hgvs_p": "p.Pro484Ala",
          "transcript": "ENST00000928693.1",
          "protein_id": "ENSP00000598752.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 1450,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 1820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928693.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1363C>G",
          "hgvs_p": "p.Pro455Ala",
          "transcript": "NM_145862.3",
          "protein_id": "NP_665861.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1421,
          "cdna_end": null,
          "cdna_length": 1758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_145862.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1363C>G",
          "hgvs_p": "p.Pro455Ala",
          "transcript": "ENST00000348295.7",
          "protein_id": "ENSP00000329012.5",
          "transcript_support_level": 5,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1435,
          "cdna_end": null,
          "cdna_length": 1771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000348295.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1363C>G",
          "hgvs_p": "p.Pro455Ala",
          "transcript": "ENST00000928692.1",
          "protein_id": "ENSP00000598751.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1363,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 4724,
          "cdna_end": null,
          "cdna_length": 5057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928692.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1339C>G",
          "hgvs_p": "p.Pro447Ala",
          "transcript": "ENST00000928695.1",
          "protein_id": "ENSP00000598754.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1339,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 1711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928695.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1330C>G",
          "hgvs_p": "p.Pro444Ala",
          "transcript": "ENST00000928684.1",
          "protein_id": "ENSP00000598743.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1330,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1402,
          "cdna_end": null,
          "cdna_length": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928684.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1288C>G",
          "hgvs_p": "p.Pro430Ala",
          "transcript": "ENST00000928688.1",
          "protein_id": "ENSP00000598747.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 1338,
          "cdna_end": null,
          "cdna_length": 1674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928688.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1249C>G",
          "hgvs_p": "p.Pro417Ala",
          "transcript": "NM_001349956.3",
          "protein_id": "NP_001336885.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 1307,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349956.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1171C>G",
          "hgvs_p": "p.Pro391Ala",
          "transcript": "ENST00000928696.1",
          "protein_id": "ENSP00000598755.1",
          "transcript_support_level": null,
          "aa_start": 391,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1171,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1211,
          "cdna_end": null,
          "cdna_length": 1542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928696.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.790C>G",
          "hgvs_p": "p.Pro264Ala",
          "transcript": "ENST00000464581.6",
          "protein_id": "ENSP00000483777.2",
          "transcript_support_level": 2,
          "aa_start": 264,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 790,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 1138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000464581.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.787C>G",
          "hgvs_p": "p.Pro263Ala",
          "transcript": "NM_001257387.3",
          "protein_id": "NP_001244316.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 322,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 969,
          "cdna_start": 1622,
          "cdna_end": null,
          "cdna_length": 1959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001257387.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.787C>G",
          "hgvs_p": "p.Pro263Ala",
          "transcript": "NM_001437942.1",
          "protein_id": "NP_001424871.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 322,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 969,
          "cdna_start": 1183,
          "cdna_end": null,
          "cdna_length": 1520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001437942.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.787C>G",
          "hgvs_p": "p.Pro263Ala",
          "transcript": "ENST00000425190.7",
          "protein_id": "ENSP00000390244.2",
          "transcript_support_level": 5,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 322,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 969,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 1510,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000425190.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.787C>G",
          "hgvs_p": "p.Pro263Ala",
          "transcript": "ENST00000649563.1",
          "protein_id": "ENSP00000496928.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 322,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 969,
          "cdna_start": 896,
          "cdna_end": null,
          "cdna_length": 1224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000649563.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.646C>G",
          "hgvs_p": "p.Pro216Ala",
          "transcript": "ENST00000434810.5",
          "protein_id": "ENSP00000416721.1",
          "transcript_support_level": 3,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 646,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 648,
          "cdna_end": null,
          "cdna_length": 984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000434810.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1609C>G",
          "hgvs_p": "p.Pro537Ala",
          "transcript": "XM_011529839.3",
          "protein_id": "XP_011528141.1",
          "transcript_support_level": null,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 1609,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": 3152,
          "cdna_end": null,
          "cdna_length": 3488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529839.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1573C>G",
          "hgvs_p": "p.Pro525Ala",
          "transcript": "XM_017028560.2",
          "protein_id": "XP_016884049.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1632,
          "cdna_end": null,
          "cdna_length": 1968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028560.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1522C>G",
          "hgvs_p": "p.Pro508Ala",
          "transcript": "XM_011529840.4",
          "protein_id": "XP_011528142.1",
          "transcript_support_level": null,
          "aa_start": 508,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1522,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1585,
          "cdna_end": null,
          "cdna_length": 1921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529840.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1480C>G",
          "hgvs_p": "p.Pro494Ala",
          "transcript": "XM_024452148.2",
          "protein_id": "XP_024307916.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1480,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 3021,
          "cdna_end": null,
          "cdna_length": 3357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452148.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1408C>G",
          "hgvs_p": "p.Pro470Ala",
          "transcript": "XM_047441107.1",
          "protein_id": "XP_047297063.1",
          "transcript_support_level": null,
          "aa_start": 470,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": 1408,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": 1471,
          "cdna_end": null,
          "cdna_length": 1807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441107.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1393C>G",
          "hgvs_p": "p.Pro465Ala",
          "transcript": "XM_024452149.2",
          "protein_id": "XP_024307917.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 1393,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 2935,
          "cdna_end": null,
          "cdna_length": 3271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452149.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1279C>G",
          "hgvs_p": "p.Pro427Ala",
          "transcript": "XM_011529842.3",
          "protein_id": "XP_011528144.1",
          "transcript_support_level": null,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 1279,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 1338,
          "cdna_end": null,
          "cdna_length": 1674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529842.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.970C>G",
          "hgvs_p": "p.Pro324Ala",
          "transcript": "XM_006724114.4",
          "protein_id": "XP_006724177.3",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": 991,
          "cdna_end": null,
          "cdna_length": 1327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724114.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.907C>G",
          "hgvs_p": "p.Pro303Ala",
          "transcript": "XM_006724116.3",
          "protein_id": "XP_006724179.2",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 1271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724116.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.883C>G",
          "hgvs_p": "p.Pro295Ala",
          "transcript": "XM_047441108.1",
          "protein_id": "XP_047297064.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 904,
          "cdna_end": null,
          "cdna_length": 1240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441108.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1137+5795C>G",
          "hgvs_p": null,
          "transcript": "ENST00000928687.1",
          "protein_id": "ENSP00000598746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928687.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.1008+5795C>G",
          "hgvs_p": null,
          "transcript": "ENST00000928689.1",
          "protein_id": "ENSP00000598748.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928689.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.847-4828C>G",
          "hgvs_p": null,
          "transcript": "ENST00000928686.1",
          "protein_id": "ENSP00000598745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928686.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "c.262-4828C>G",
          "hgvs_p": null,
          "transcript": "ENST00000456369.5",
          "protein_id": "ENSP00000394430.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456369.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*747C>G",
          "hgvs_p": null,
          "transcript": "ENST00000417588.5",
          "protein_id": "ENSP00000412901.1",
          "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": 1551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000417588.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*518C>G",
          "hgvs_p": null,
          "transcript": "ENST00000433728.5",
          "protein_id": "ENSP00000404400.1",
          "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": 1580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000433728.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*842C>G",
          "hgvs_p": null,
          "transcript": "ENST00000448511.5",
          "protein_id": "ENSP00000404567.1",
          "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": 1532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000448511.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.1002C>G",
          "hgvs_p": null,
          "transcript": "ENST00000648295.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000648295.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*185C>G",
          "hgvs_p": null,
          "transcript": "ENST00000711048.1",
          "protein_id": "ENSP00000518557.1",
          "transcript_support_level": null,
          "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": 1586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000711048.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*747C>G",
          "hgvs_p": null,
          "transcript": "ENST00000417588.5",
          "protein_id": "ENSP00000412901.1",
          "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": 1551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000417588.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*518C>G",
          "hgvs_p": null,
          "transcript": "ENST00000433728.5",
          "protein_id": "ENSP00000404400.1",
          "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": 1580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000433728.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*842C>G",
          "hgvs_p": null,
          "transcript": "ENST00000448511.5",
          "protein_id": "ENSP00000404567.1",
          "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": 1532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000448511.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHEK2",
          "gene_hgnc_id": 16627,
          "hgvs_c": "n.*185C>G",
          "hgvs_p": null,
          "transcript": "ENST00000711048.1",
          "protein_id": "ENSP00000518557.1",
          "transcript_support_level": null,
          "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": 1586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000711048.1"
        }
      ],
      "gene_symbol": "CHEK2",
      "gene_hgnc_id": 16627,
      "dbsnp": "rs548850521",
      "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.7678457498550415,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.287,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1115,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.01,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 5.311,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM1",
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001005735.3",
          "gene_symbol": "CHEK2",
          "hgnc_id": 16627,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.1579C>G",
          "hgvs_p": "p.Pro527Ala"
        }
      ],
      "clinvar_disease": "Familial cancer of breast",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Familial cancer of breast",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.