← 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-19180775-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 19180775,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_007098.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4859G>A",
          "hgvs_p": "p.Arg1620His",
          "transcript": "NM_007098.4",
          "protein_id": "NP_009029.3",
          "transcript_support_level": null,
          "aa_start": 1620,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4859,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000427926.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007098.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4859G>A",
          "hgvs_p": "p.Arg1620His",
          "transcript": "ENST00000427926.6",
          "protein_id": "ENSP00000441158.1",
          "transcript_support_level": 1,
          "aa_start": 1620,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4859,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_007098.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427926.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563His",
          "transcript": "ENST00000621271.4",
          "protein_id": "ENSP00000485020.1",
          "transcript_support_level": 1,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000621271.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "n.4952G>A",
          "hgvs_p": null,
          "transcript": "ENST00000615606.4",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000615606.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "n.*1014G>A",
          "hgvs_p": null,
          "transcript": "ENST00000617103.4",
          "protein_id": "ENSP00000480709.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000617103.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "n.*1014G>A",
          "hgvs_p": null,
          "transcript": "ENST00000617103.4",
          "protein_id": "ENSP00000480709.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000617103.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4859G>A",
          "hgvs_p": "p.Arg1620His",
          "transcript": "ENST00000965499.1",
          "protein_id": "ENSP00000635558.1",
          "transcript_support_level": null,
          "aa_start": 1620,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4859,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965499.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4835G>A",
          "hgvs_p": "p.Arg1612His",
          "transcript": "ENST00000897134.1",
          "protein_id": "ENSP00000567193.1",
          "transcript_support_level": null,
          "aa_start": 1612,
          "aa_end": null,
          "aa_length": 1632,
          "cds_start": 4835,
          "cds_end": null,
          "cds_length": 4899,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897134.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4799G>A",
          "hgvs_p": "p.Arg1600His",
          "transcript": "ENST00000965503.1",
          "protein_id": "ENSP00000635562.1",
          "transcript_support_level": null,
          "aa_start": 1600,
          "aa_end": null,
          "aa_length": 1620,
          "cds_start": 4799,
          "cds_end": null,
          "cds_length": 4863,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965503.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4751G>A",
          "hgvs_p": "p.Arg1584His",
          "transcript": "ENST00000965502.1",
          "protein_id": "ENSP00000635561.1",
          "transcript_support_level": null,
          "aa_start": 1584,
          "aa_end": null,
          "aa_length": 1604,
          "cds_start": 4751,
          "cds_end": null,
          "cds_length": 4815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965502.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4745G>A",
          "hgvs_p": "p.Arg1582His",
          "transcript": "ENST00000897132.1",
          "protein_id": "ENSP00000567191.1",
          "transcript_support_level": null,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897132.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4706G>A",
          "hgvs_p": "p.Arg1569His",
          "transcript": "ENST00000932470.1",
          "protein_id": "ENSP00000602529.1",
          "transcript_support_level": null,
          "aa_start": 1569,
          "aa_end": null,
          "aa_length": 1589,
          "cds_start": 4706,
          "cds_end": null,
          "cds_length": 4770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932470.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4694G>A",
          "hgvs_p": "p.Arg1565His",
          "transcript": "ENST00000965514.1",
          "protein_id": "ENSP00000635573.1",
          "transcript_support_level": null,
          "aa_start": 1565,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4694,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965514.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4691G>A",
          "hgvs_p": "p.Arg1564His",
          "transcript": "ENST00000932468.1",
          "protein_id": "ENSP00000602527.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932468.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563His",
          "transcript": "NM_001835.4",
          "protein_id": "NP_001826.3",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001835.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563His",
          "transcript": "ENST00000965511.1",
          "protein_id": "ENSP00000635570.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965511.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4685G>A",
          "hgvs_p": "p.Arg1562His",
          "transcript": "ENST00000932469.1",
          "protein_id": "ENSP00000602528.1",
          "transcript_support_level": null,
          "aa_start": 1562,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4685,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932469.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4685G>A",
          "hgvs_p": "p.Arg1562His",
          "transcript": "ENST00000965515.1",
          "protein_id": "ENSP00000635574.1",
          "transcript_support_level": null,
          "aa_start": 1562,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4685,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965515.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4664G>A",
          "hgvs_p": "p.Arg1555His",
          "transcript": "ENST00000897133.1",
          "protein_id": "ENSP00000567192.1",
          "transcript_support_level": null,
          "aa_start": 1555,
          "aa_end": null,
          "aa_length": 1575,
          "cds_start": 4664,
          "cds_end": null,
          "cds_length": 4728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4646G>A",
          "hgvs_p": "p.Arg1549His",
          "transcript": "ENST00000965496.1",
          "protein_id": "ENSP00000635555.1",
          "transcript_support_level": null,
          "aa_start": 1549,
          "aa_end": null,
          "aa_length": 1569,
          "cds_start": 4646,
          "cds_end": null,
          "cds_length": 4710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965496.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4586G>A",
          "hgvs_p": "p.Arg1529His",
          "transcript": "ENST00000965498.1",
          "protein_id": "ENSP00000635557.1",
          "transcript_support_level": null,
          "aa_start": 1529,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": 4586,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965498.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4577G>A",
          "hgvs_p": "p.Arg1526His",
          "transcript": "ENST00000965495.1",
          "protein_id": "ENSP00000635554.1",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1546,
          "cds_start": 4577,
          "cds_end": null,
          "cds_length": 4641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965495.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4577G>A",
          "hgvs_p": "p.Arg1526His",
          "transcript": "ENST00000965512.1",
          "protein_id": "ENSP00000635571.1",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1546,
          "cds_start": 4577,
          "cds_end": null,
          "cds_length": 4641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965512.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4574G>A",
          "hgvs_p": "p.Arg1525His",
          "transcript": "ENST00000965501.1",
          "protein_id": "ENSP00000635560.1",
          "transcript_support_level": null,
          "aa_start": 1525,
          "aa_end": null,
          "aa_length": 1545,
          "cds_start": 4574,
          "cds_end": null,
          "cds_length": 4638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965501.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4556G>A",
          "hgvs_p": "p.Arg1519His",
          "transcript": "ENST00000965504.1",
          "protein_id": "ENSP00000635563.1",
          "transcript_support_level": null,
          "aa_start": 1519,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 4556,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965504.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4553G>A",
          "hgvs_p": "p.Arg1518His",
          "transcript": "ENST00000965510.1",
          "protein_id": "ENSP00000635569.1",
          "transcript_support_level": null,
          "aa_start": 1518,
          "aa_end": null,
          "aa_length": 1538,
          "cds_start": 4553,
          "cds_end": null,
          "cds_length": 4617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965510.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4535G>A",
          "hgvs_p": "p.Arg1512His",
          "transcript": "ENST00000965508.1",
          "protein_id": "ENSP00000635567.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1532,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4599,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965508.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4514G>A",
          "hgvs_p": "p.Arg1505His",
          "transcript": "ENST00000965513.1",
          "protein_id": "ENSP00000635572.1",
          "transcript_support_level": null,
          "aa_start": 1505,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 4514,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965513.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4463G>A",
          "hgvs_p": "p.Arg1488His",
          "transcript": "ENST00000965497.1",
          "protein_id": "ENSP00000635556.1",
          "transcript_support_level": null,
          "aa_start": 1488,
          "aa_end": null,
          "aa_length": 1508,
          "cds_start": 4463,
          "cds_end": null,
          "cds_length": 4527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965497.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4415G>A",
          "hgvs_p": "p.Arg1472His",
          "transcript": "ENST00000965500.1",
          "protein_id": "ENSP00000635559.1",
          "transcript_support_level": null,
          "aa_start": 1472,
          "aa_end": null,
          "aa_length": 1492,
          "cds_start": 4415,
          "cds_end": null,
          "cds_length": 4479,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965500.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4403G>A",
          "hgvs_p": "p.Arg1468His",
          "transcript": "ENST00000965505.1",
          "protein_id": "ENSP00000635564.1",
          "transcript_support_level": null,
          "aa_start": 1468,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4403,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965505.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4403G>A",
          "hgvs_p": "p.Arg1468His",
          "transcript": "ENST00000965517.1",
          "protein_id": "ENSP00000635576.1",
          "transcript_support_level": null,
          "aa_start": 1468,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4403,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965517.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4343G>A",
          "hgvs_p": "p.Arg1448His",
          "transcript": "ENST00000965507.1",
          "protein_id": "ENSP00000635566.1",
          "transcript_support_level": null,
          "aa_start": 1448,
          "aa_end": null,
          "aa_length": 1468,
          "cds_start": 4343,
          "cds_end": null,
          "cds_length": 4407,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965507.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4211G>A",
          "hgvs_p": "p.Arg1404His",
          "transcript": "ENST00000965506.1",
          "protein_id": "ENSP00000635565.1",
          "transcript_support_level": null,
          "aa_start": 1404,
          "aa_end": null,
          "aa_length": 1424,
          "cds_start": 4211,
          "cds_end": null,
          "cds_length": 4275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965506.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4211G>A",
          "hgvs_p": "p.Arg1404His",
          "transcript": "ENST00000965509.1",
          "protein_id": "ENSP00000635568.1",
          "transcript_support_level": null,
          "aa_start": 1404,
          "aa_end": null,
          "aa_length": 1424,
          "cds_start": 4211,
          "cds_end": null,
          "cds_length": 4275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965509.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.3839G>A",
          "hgvs_p": "p.Arg1280His",
          "transcript": "ENST00000965516.1",
          "protein_id": "ENSP00000635575.1",
          "transcript_support_level": null,
          "aa_start": 1280,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3839,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965516.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "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": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.1328G>A",
          "hgvs_p": "p.Arg443His",
          "transcript": "ENST00000617926.4",
          "protein_id": "ENSP00000481031.1",
          "transcript_support_level": 2,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 1328,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000617926.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "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": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.1046G>A",
          "hgvs_p": "p.Arg349His",
          "transcript": "ENST00000622493.4",
          "protein_id": "ENSP00000479237.1",
          "transcript_support_level": 2,
          "aa_start": 349,
          "aa_end": null,
          "aa_length": 369,
          "cds_start": 1046,
          "cds_end": null,
          "cds_length": 1110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000622493.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4835G>A",
          "hgvs_p": "p.Arg1612His",
          "transcript": "XM_017028953.3",
          "protein_id": "XP_016884442.1",
          "transcript_support_level": null,
          "aa_start": 1612,
          "aa_end": null,
          "aa_length": 1632,
          "cds_start": 4835,
          "cds_end": null,
          "cds_length": 4899,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028953.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4745G>A",
          "hgvs_p": "p.Arg1582His",
          "transcript": "XM_017028954.3",
          "protein_id": "XP_016884443.1",
          "transcript_support_level": null,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028954.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4685G>A",
          "hgvs_p": "p.Arg1562His",
          "transcript": "XM_047441511.1",
          "protein_id": "XP_047297467.1",
          "transcript_support_level": null,
          "aa_start": 1562,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4685,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441511.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4664G>A",
          "hgvs_p": "p.Arg1555His",
          "transcript": "XM_047441512.1",
          "protein_id": "XP_047297468.1",
          "transcript_support_level": null,
          "aa_start": 1555,
          "aa_end": null,
          "aa_length": 1575,
          "cds_start": 4664,
          "cds_end": null,
          "cds_length": 4728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441512.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4661G>A",
          "hgvs_p": "p.Arg1554His",
          "transcript": "XM_047441513.1",
          "protein_id": "XP_047297469.1",
          "transcript_support_level": null,
          "aa_start": 1554,
          "aa_end": null,
          "aa_length": 1574,
          "cds_start": 4661,
          "cds_end": null,
          "cds_length": 4725,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441513.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4643G>A",
          "hgvs_p": "p.Arg1548His",
          "transcript": "XM_017028955.3",
          "protein_id": "XP_016884444.1",
          "transcript_support_level": null,
          "aa_start": 1548,
          "aa_end": null,
          "aa_length": 1568,
          "cds_start": 4643,
          "cds_end": null,
          "cds_length": 4707,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028955.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4577G>A",
          "hgvs_p": "p.Arg1526His",
          "transcript": "XM_017028956.3",
          "protein_id": "XP_016884445.1",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1546,
          "cds_start": 4577,
          "cds_end": null,
          "cds_length": 4641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028956.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4577G>A",
          "hgvs_p": "p.Arg1526His",
          "transcript": "XM_047441514.1",
          "protein_id": "XP_047297470.1",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1546,
          "cds_start": 4577,
          "cds_end": null,
          "cds_length": 4641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441514.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4574G>A",
          "hgvs_p": "p.Arg1525His",
          "transcript": "XM_047441515.1",
          "protein_id": "XP_047297471.1",
          "transcript_support_level": null,
          "aa_start": 1525,
          "aa_end": null,
          "aa_length": 1545,
          "cds_start": 4574,
          "cds_end": null,
          "cds_length": 4638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441515.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4514G>A",
          "hgvs_p": "p.Arg1505His",
          "transcript": "XM_047441516.1",
          "protein_id": "XP_047297472.1",
          "transcript_support_level": null,
          "aa_start": 1505,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 4514,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441516.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4463G>A",
          "hgvs_p": "p.Arg1488His",
          "transcript": "XM_047441517.1",
          "protein_id": "XP_047297473.1",
          "transcript_support_level": null,
          "aa_start": 1488,
          "aa_end": null,
          "aa_length": 1508,
          "cds_start": 4463,
          "cds_end": null,
          "cds_length": 4527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441517.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.4403G>A",
          "hgvs_p": "p.Arg1468His",
          "transcript": "XM_047441518.1",
          "protein_id": "XP_047297474.1",
          "transcript_support_level": null,
          "aa_start": 1468,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4403,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441518.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "c.3050G>A",
          "hgvs_p": "p.Arg1017His",
          "transcript": "XM_011530401.2",
          "protein_id": "XP_011528703.1",
          "transcript_support_level": null,
          "aa_start": 1017,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 3050,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530401.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLTCL1",
          "gene_hgnc_id": 2093,
          "hgvs_c": "n.4057G>A",
          "hgvs_p": null,
          "transcript": "ENST00000412649.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": "retained_intron",
          "feature": "ENST00000412649.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LINC01311",
          "gene_hgnc_id": 50503,
          "hgvs_c": "n.304-3566C>T",
          "hgvs_p": null,
          "transcript": "ENST00000804544.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000804544.1"
        }
      ],
      "gene_symbol": "CLTCL1",
      "gene_hgnc_id": 2093,
      "dbsnp": "rs5748024",
      "frequency_reference_population": 0.009285618,
      "hom_count_reference_population": 192,
      "allele_count_reference_population": 14985,
      "gnomad_exomes_af": 0.00950139,
      "gnomad_genomes_af": 0.00721526,
      "gnomad_exomes_ac": 13886,
      "gnomad_genomes_ac": 1099,
      "gnomad_exomes_homalt": 175,
      "gnomad_genomes_homalt": 17,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0017917454242706299,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.156,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0635,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.293,
      "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": -14,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -14,
          "benign_score": 14,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_007098.4",
          "gene_symbol": "CLTCL1",
          "hgnc_id": 2093,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.4859G>A",
          "hgvs_p": "p.Arg1620His"
        },
        {
          "score": -14,
          "benign_score": 14,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000804544.1",
          "gene_symbol": "LINC01311",
          "hgnc_id": 50503,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.304-3566C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}