← 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: 3-41234286-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 41234286,
      "ref": "C",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "NM_001904.4",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001904.4",
          "protein_id": "NP_001895.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000349496.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001904.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000349496.11",
          "protein_id": "ENSP00000344456.5",
          "transcript_support_level": 1,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001904.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000349496.11"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000396183.7",
          "protein_id": "ENSP00000379486.3",
          "transcript_support_level": 1,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396183.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000396185.8",
          "protein_id": "ENSP00000379488.3",
          "transcript_support_level": 1,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396185.8"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000645982.1",
          "protein_id": "ENSP00000494845.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645982.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.1672C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715152.1",
          "protein_id": "ENSP00000520353.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715152.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000645927.2",
          "protein_id": "ENSP00000495287.2",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645927.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1678C>T",
          "hgvs_p": "p.Gln560*",
          "transcript": "ENST00000645276.1",
          "protein_id": "ENSP00000494654.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 783,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2352,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645276.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001098209.2",
          "protein_id": "NP_001091679.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001098209.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001098210.2",
          "protein_id": "NP_001091680.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001098210.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001438871.1",
          "protein_id": "NP_001425800.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438871.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001438872.1",
          "protein_id": "NP_001425801.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438872.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001438873.1",
          "protein_id": "NP_001425802.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438873.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000405570.6",
          "protein_id": "ENSP00000385604.1",
          "transcript_support_level": 2,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405570.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000431914.6",
          "protein_id": "ENSP00000412219.2",
          "transcript_support_level": 4,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000431914.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000433400.6",
          "protein_id": "ENSP00000387455.2",
          "transcript_support_level": 4,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000433400.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000441708.2",
          "protein_id": "ENSP00000401599.2",
          "transcript_support_level": 4,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441708.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000450969.6",
          "protein_id": "ENSP00000409302.2",
          "transcript_support_level": 4,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450969.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000642248.1",
          "protein_id": "ENSP00000495244.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642248.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000642315.1",
          "protein_id": "ENSP00000495076.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642315.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000642426.1",
          "protein_id": "ENSP00000495719.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642426.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000642992.1",
          "protein_id": "ENSP00000496385.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642992.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000643031.1",
          "protein_id": "ENSP00000495450.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643031.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000643297.1",
          "protein_id": "ENSP00000494677.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643297.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000643541.1",
          "protein_id": "ENSP00000494411.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643541.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000643977.1",
          "protein_id": "ENSP00000494053.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643977.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000643992.1",
          "protein_id": "ENSP00000493610.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643992.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000644867.1",
          "protein_id": "ENSP00000495992.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644867.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000645210.1",
          "protein_id": "ENSP00000496180.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645210.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000645320.1",
          "protein_id": "ENSP00000495360.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645320.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000646369.1",
          "protein_id": "ENSP00000494914.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646369.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000646725.1",
          "protein_id": "ENSP00000496021.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646725.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000647390.1",
          "protein_id": "ENSP00000493533.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647390.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000647413.2",
          "protein_id": "ENSP00000493583.2",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647413.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000910212.1",
          "protein_id": "ENSP00000580271.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910212.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000910214.1",
          "protein_id": "ENSP00000580273.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910214.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000910215.1",
          "protein_id": "ENSP00000580274.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910215.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000932556.1",
          "protein_id": "ENSP00000602615.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932556.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000968441.1",
          "protein_id": "ENSP00000638500.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968441.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000968442.1",
          "protein_id": "ENSP00000638501.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968442.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000644873.1",
          "protein_id": "ENSP00000496511.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644873.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000715148.1",
          "protein_id": "ENSP00000520349.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000715148.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000715151.1",
          "protein_id": "ENSP00000520352.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000715151.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000910213.1",
          "protein_id": "ENSP00000580272.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910213.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000968440.1",
          "protein_id": "ENSP00000638499.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968440.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "NM_001330729.2",
          "protein_id": "NP_001317658.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330729.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000426215.6",
          "protein_id": "ENSP00000400508.2",
          "transcript_support_level": 4,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000426215.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000453024.6",
          "protein_id": "ENSP00000411226.1",
          "transcript_support_level": 2,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000453024.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000642836.1",
          "protein_id": "ENSP00000496295.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642836.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000644524.1",
          "protein_id": "ENSP00000494780.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644524.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000644678.1",
          "protein_id": "ENSP00000495794.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644678.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000645493.1",
          "protein_id": "ENSP00000494467.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645493.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000645900.1",
          "protein_id": "ENSP00000495286.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645900.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000646116.1",
          "protein_id": "ENSP00000495426.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646116.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000646174.1",
          "protein_id": "ENSP00000495161.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646174.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "ENST00000646381.1",
          "protein_id": "ENSP00000496067.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646381.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1585C>T",
          "hgvs_p": "p.Gln529*",
          "transcript": "ENST00000647264.1",
          "protein_id": "ENSP00000494849.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647264.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1561C>T",
          "hgvs_p": "p.Gln521*",
          "transcript": "ENST00000642886.1",
          "protein_id": "ENSP00000496020.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1561,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642886.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000644906.2",
          "protein_id": "ENSP00000496584.2",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 741,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2226,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644906.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1540C>T",
          "hgvs_p": "p.Gln514*",
          "transcript": "ENST00000642986.1",
          "protein_id": "ENSP00000494422.1",
          "transcript_support_level": null,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1540,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642986.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001438874.1",
          "protein_id": "NP_001425803.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438874.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "NM_001438875.1",
          "protein_id": "NP_001425804.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438875.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000644138.1",
          "protein_id": "ENSP00000496649.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644138.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "ENST00000715149.1",
          "protein_id": "ENSP00000520350.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000715149.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "XM_024453356.2",
          "protein_id": "XP_024309124.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453356.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "XM_047447478.1",
          "protein_id": "XP_047303434.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447478.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "XM_047447479.1",
          "protein_id": "XP_047303435.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447479.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*",
          "transcript": "XM_047447480.1",
          "protein_id": "XP_047303436.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447480.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "c.1651C>T",
          "hgvs_p": "p.Gln551*",
          "transcript": "XM_047447482.1",
          "protein_id": "XP_047303438.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447482.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.133C>T",
          "hgvs_p": null,
          "transcript": "ENST00000465552.2",
          "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": "ENST00000465552.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.878C>T",
          "hgvs_p": null,
          "transcript": "ENST00000485265.2",
          "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": "ENST00000485265.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.2175C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643052.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": "retained_intron",
          "feature": "ENST00000643052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.2059C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643865.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": "retained_intron",
          "feature": "ENST00000643865.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.434C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644395.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": "retained_intron",
          "feature": "ENST00000644395.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.2076C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645305.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": "retained_intron",
          "feature": "ENST00000645305.1"
        },
        {
          "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": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.1009C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645763.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": "retained_intron",
          "feature": "ENST00000645763.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.1672C>T",
          "hgvs_p": null,
          "transcript": "ENST00000646074.1",
          "protein_id": "ENSP00000494263.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646074.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.2193C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647021.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": "retained_intron",
          "feature": "ENST00000647021.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.*429C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715150.1",
          "protein_id": "ENSP00000520351.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715150.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.1672C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715153.1",
          "protein_id": "ENSP00000520354.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715153.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.1672C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715155.1",
          "protein_id": "ENSP00000520356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715155.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTNNB1",
          "gene_hgnc_id": 2514,
          "hgvs_c": "n.*429C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715150.1",
          "protein_id": "ENSP00000520351.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715150.1"
        }
      ],
      "gene_symbol": "CTNNB1",
      "gene_hgnc_id": 2514,
      "dbsnp": "rs1131692181",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6600000262260437,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.33000001311302185,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.66,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.858,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.33,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001904.4",
          "gene_symbol": "CTNNB1",
          "hgnc_id": 2514,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.1672C>T",
          "hgvs_p": "p.Gln558*"
        }
      ],
      "clinvar_disease": "Severe intellectual disability-progressive spastic diplegia syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Severe intellectual disability-progressive spastic diplegia syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}