← 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: 11-35208126-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 35208126,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000428726.8",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1436T>A",
          "hgvs_p": "p.Ile479Lys",
          "transcript": "NM_000610.4",
          "protein_id": "NP_000601.3",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": 1569,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": "ENST00000428726.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1436T>A",
          "hgvs_p": "p.Ile479Lys",
          "transcript": "ENST00000428726.8",
          "protein_id": "ENSP00000398632.2",
          "transcript_support_level": 1,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": 1569,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": "NM_000610.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "ENST00000415148.6",
          "protein_id": "ENSP00000389830.2",
          "transcript_support_level": 1,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1441,
          "cdna_end": null,
          "cdna_length": 2369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.689T>A",
          "hgvs_p": "p.Ile230Lys",
          "transcript": "ENST00000433892.6",
          "protein_id": "ENSP00000392331.2",
          "transcript_support_level": 1,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 689,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 805,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-3120T>A",
          "hgvs_p": null,
          "transcript": "ENST00000434472.6",
          "protein_id": "ENSP00000404447.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-6726T>A",
          "hgvs_p": null,
          "transcript": "ENST00000263398.11",
          "protein_id": "ENSP00000263398.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-11190T>A",
          "hgvs_p": null,
          "transcript": "ENST00000352818.8",
          "protein_id": "ENSP00000309732.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.665-6726T>A",
          "hgvs_p": null,
          "transcript": "ENST00000442151.6",
          "protein_id": "ENSP00000398099.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 882,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.234-13579T>A",
          "hgvs_p": null,
          "transcript": "ENST00000278386.10",
          "protein_id": "ENSP00000278386.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 139,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "n.*291-6726T>A",
          "hgvs_p": null,
          "transcript": "ENST00000425428.6",
          "protein_id": "ENSP00000395953.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1439T>A",
          "hgvs_p": "p.Ile480Lys",
          "transcript": "NM_001440324.1",
          "protein_id": "NP_001427253.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": 1572,
          "cdna_end": null,
          "cdna_length": 5434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1433T>A",
          "hgvs_p": "p.Ile478Lys",
          "transcript": "NM_001440325.1",
          "protein_id": "NP_001427254.1",
          "transcript_support_level": null,
          "aa_start": 478,
          "aa_end": null,
          "aa_length": 741,
          "cds_start": 1433,
          "cds_end": null,
          "cds_length": 2226,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 5428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1346T>A",
          "hgvs_p": "p.Ile449Lys",
          "transcript": "NM_001440326.1",
          "protein_id": "NP_001427255.1",
          "transcript_support_level": null,
          "aa_start": 449,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 1346,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": 1479,
          "cdna_end": null,
          "cdna_length": 5341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1310T>A",
          "hgvs_p": "p.Ile437Lys",
          "transcript": "NM_001440327.1",
          "protein_id": "NP_001427256.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1310,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1443,
          "cdna_end": null,
          "cdna_length": 5305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "NM_001001389.2",
          "protein_id": "NP_001001389.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "NM_001440328.1",
          "protein_id": "NP_001427257.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1298T>A",
          "hgvs_p": "p.Ile433Lys",
          "transcript": "NM_001440329.1",
          "protein_id": "NP_001427258.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 1298,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1431,
          "cdna_end": null,
          "cdna_length": 5293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1283T>A",
          "hgvs_p": "p.Ile428Lys",
          "transcript": "NM_001440330.1",
          "protein_id": "NP_001427259.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1416,
          "cdna_end": null,
          "cdna_length": 5278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1241T>A",
          "hgvs_p": "p.Ile414Lys",
          "transcript": "NM_001440331.1",
          "protein_id": "NP_001427260.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1374,
          "cdna_end": null,
          "cdna_length": 5236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1217T>A",
          "hgvs_p": "p.Ile406Lys",
          "transcript": "NM_001440332.1",
          "protein_id": "NP_001427261.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1350,
          "cdna_end": null,
          "cdna_length": 5212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "NM_001440333.1",
          "protein_id": "NP_001427262.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1193T>A",
          "hgvs_p": "p.Ile398Lys",
          "transcript": "NM_001440334.1",
          "protein_id": "NP_001427263.1",
          "transcript_support_level": null,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1193,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1326,
          "cdna_end": null,
          "cdna_length": 5188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1184T>A",
          "hgvs_p": "p.Ile395Lys",
          "transcript": "NM_001440335.1",
          "protein_id": "NP_001427264.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 1184,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1181T>A",
          "hgvs_p": "p.Ile394Lys",
          "transcript": "NM_001440336.1",
          "protein_id": "NP_001427265.1",
          "transcript_support_level": null,
          "aa_start": 394,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 1181,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": 1314,
          "cdna_end": null,
          "cdna_length": 5176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1178T>A",
          "hgvs_p": "p.Ile393Lys",
          "transcript": "NM_001440337.1",
          "protein_id": "NP_001427266.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 1178,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 5173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "NM_001440338.1",
          "protein_id": "NP_001427267.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1052T>A",
          "hgvs_p": "p.Ile351Lys",
          "transcript": "NM_001440339.1",
          "protein_id": "NP_001427268.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 1052,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": 1185,
          "cdna_end": null,
          "cdna_length": 5047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1049T>A",
          "hgvs_p": "p.Ile350Lys",
          "transcript": "NM_001440340.1",
          "protein_id": "NP_001427269.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 1049,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": 1182,
          "cdna_end": null,
          "cdna_length": 5044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.950T>A",
          "hgvs_p": "p.Ile317Lys",
          "transcript": "NM_001440341.1",
          "protein_id": "NP_001427270.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 950,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 1083,
          "cdna_end": null,
          "cdna_length": 4945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.947T>A",
          "hgvs_p": "p.Ile316Lys",
          "transcript": "NM_001440342.1",
          "protein_id": "NP_001427271.1",
          "transcript_support_level": null,
          "aa_start": 316,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 947,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1080,
          "cdna_end": null,
          "cdna_length": 4942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.944T>A",
          "hgvs_p": "p.Ile315Lys",
          "transcript": "NM_001440343.1",
          "protein_id": "NP_001427272.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 578,
          "cds_start": 944,
          "cds_end": null,
          "cds_length": 1737,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 4939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.821T>A",
          "hgvs_p": "p.Ile274Lys",
          "transcript": "NM_001440344.1",
          "protein_id": "NP_001427273.1",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 537,
          "cds_start": 821,
          "cds_end": null,
          "cds_length": 1614,
          "cdna_start": 954,
          "cdna_end": null,
          "cdna_length": 4816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.818T>A",
          "hgvs_p": "p.Ile273Lys",
          "transcript": "NM_001440345.1",
          "protein_id": "NP_001427274.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 818,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 4813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.815T>A",
          "hgvs_p": "p.Ile272Lys",
          "transcript": "NM_001440346.1",
          "protein_id": "NP_001427275.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 815,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 4810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.950T>A",
          "hgvs_p": "p.Ile317Lys",
          "transcript": "NM_001440347.1",
          "protein_id": "NP_001427276.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 950,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1083,
          "cdna_end": null,
          "cdna_length": 4741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.689T>A",
          "hgvs_p": "p.Ile230Lys",
          "transcript": "NM_001001390.2",
          "protein_id": "NP_001001390.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 689,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 4684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.818T>A",
          "hgvs_p": "p.Ile273Lys",
          "transcript": "NM_001440348.1",
          "protein_id": "NP_001427277.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 818,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 4609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.815T>A",
          "hgvs_p": "p.Ile272Lys",
          "transcript": "NM_001440349.1",
          "protein_id": "NP_001427278.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 815,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 4606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.689T>A",
          "hgvs_p": "p.Ile230Lys",
          "transcript": "NM_001440350.1",
          "protein_id": "NP_001427279.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 689,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 4480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.821T>A",
          "hgvs_p": "p.Ile274Lys",
          "transcript": "ENST00000525211.6",
          "protein_id": "ENSP00000432405.2",
          "transcript_support_level": 5,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 821,
          "cds_end": null,
          "cds_length": 832,
          "cdna_start": 863,
          "cdna_end": null,
          "cdna_length": 874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.572T>A",
          "hgvs_p": "p.Ile191Lys",
          "transcript": "ENST00000531110.6",
          "protein_id": "ENSP00000436549.2",
          "transcript_support_level": 3,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 572,
          "cds_end": null,
          "cds_length": 806,
          "cdna_start": 572,
          "cdna_end": null,
          "cdna_length": 806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.545T>A",
          "hgvs_p": "p.Ile182Lys",
          "transcript": "ENST00000525685.6",
          "protein_id": "ENSP00000436623.2",
          "transcript_support_level": 3,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 545,
          "cds_end": null,
          "cds_length": 727,
          "cdna_start": 547,
          "cdna_end": null,
          "cdna_length": 729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.197T>A",
          "hgvs_p": "p.Ile66Lys",
          "transcript": "ENST00000278385.10",
          "protein_id": "ENSP00000278385.6",
          "transcript_support_level": 3,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 231,
          "cds_start": 197,
          "cds_end": null,
          "cds_length": 697,
          "cdna_start": 197,
          "cdna_end": null,
          "cdna_length": 697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.260T>A",
          "hgvs_p": "p.Ile87Lys",
          "transcript": "ENST00000528672.1",
          "protein_id": "ENSP00000431860.1",
          "transcript_support_level": 4,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 586,
          "cdna_start": 260,
          "cdna_end": null,
          "cdna_length": 586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.314T>A",
          "hgvs_p": "p.Ile105Lys",
          "transcript": "ENST00000533222.5",
          "protein_id": "ENSP00000435321.1",
          "transcript_support_level": 2,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": 314,
          "cds_end": null,
          "cds_length": 581,
          "cdna_start": 314,
          "cdna_end": null,
          "cdna_length": 581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.392T>A",
          "hgvs_p": "p.Ile131Lys",
          "transcript": "ENST00000526553.6",
          "protein_id": "ENSP00000434418.2",
          "transcript_support_level": 4,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 392,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 393,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.461T>A",
          "hgvs_p": "p.Ile154Lys",
          "transcript": "ENST00000527889.6",
          "protein_id": "ENSP00000434530.2",
          "transcript_support_level": 3,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 463,
          "cdna_end": null,
          "cdna_length": 548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1436T>A",
          "hgvs_p": "p.Ile479Lys",
          "transcript": "XM_005253232.4",
          "protein_id": "XP_005253289.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": 1569,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1307T>A",
          "hgvs_p": "p.Ile436Lys",
          "transcript": "XM_017018583.3",
          "protein_id": "XP_016874072.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1439T>A",
          "hgvs_p": "p.Ile480Lys",
          "transcript": "XM_011520482.3",
          "protein_id": "XP_011518784.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1572,
          "cdna_end": null,
          "cdna_length": 5230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.1178T>A",
          "hgvs_p": "p.Ile393Lys",
          "transcript": "XM_011520485.3",
          "protein_id": "XP_011518787.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 1178,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 5173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "n.551T>A",
          "hgvs_p": null,
          "transcript": "ENST00000532339.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-3120T>A",
          "hgvs_p": null,
          "transcript": "NM_001202555.2",
          "protein_id": "NP_001189484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-6726T>A",
          "hgvs_p": null,
          "transcript": "NM_001001391.2",
          "protein_id": "NP_001001391.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-11190T>A",
          "hgvs_p": null,
          "transcript": "NM_001202556.2",
          "protein_id": "NP_001189485.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.668-6726T>A",
          "hgvs_p": null,
          "transcript": "NM_001202557.2",
          "protein_id": "NP_001189486.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 294,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.455-6726T>A",
          "hgvs_p": null,
          "transcript": "ENST00000279452.10",
          "protein_id": "ENSP00000279452.6",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.506-3120T>A",
          "hgvs_p": null,
          "transcript": "ENST00000526000.6",
          "protein_id": "ENSP00000434465.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 719,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.290-11214T>A",
          "hgvs_p": null,
          "transcript": "ENST00000526669.6",
          "protein_id": "ENSP00000432704.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.428-1839T>A",
          "hgvs_p": null,
          "transcript": "ENST00000531873.5",
          "protein_id": "ENSP00000433189.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 193,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.311-6726T>A",
          "hgvs_p": null,
          "transcript": "ENST00000525688.5",
          "protein_id": "ENSP00000436980.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 560,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "c.234-13579T>A",
          "hgvs_p": null,
          "transcript": "NM_001001392.2",
          "protein_id": "NP_001001392.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 139,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "n.168-3120T>A",
          "hgvs_p": null,
          "transcript": "ENST00000525293.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CD44",
          "gene_hgnc_id": 1681,
          "hgvs_c": "n.501-11T>A",
          "hgvs_p": null,
          "transcript": "ENST00000528086.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CD44",
      "gene_hgnc_id": 1681,
      "dbsnp": "rs1467558",
      "frequency_reference_population": 0.000006571511,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 0,
      "gnomad_genomes_af": 0.00000657151,
      "gnomad_exomes_ac": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.11219522356987,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.174,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1211,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.43,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.133,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000428726.8",
          "gene_symbol": "CD44",
          "hgnc_id": 1681,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "BG",
          "hgvs_c": "c.1436T>A",
          "hgvs_p": "p.Ile479Lys"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}