← 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-41224577-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=41224577&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 41224577,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001904.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001904.4",
"protein_id": "NP_001895.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000349496.11",
"protein_id": "ENSP00000344456.5",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000396183.7",
"protein_id": "ENSP00000379486.3",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000396185.8",
"protein_id": "ENSP00000379488.3",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000645982.1",
"protein_id": "ENSP00000494845.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.65T>C",
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000645927.2",
"protein_id": "ENSP00000495287.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 789,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000645276.1",
"protein_id": "ENSP00000494654.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 783,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001098209.2",
"protein_id": "NP_001091679.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001098210.2",
"protein_id": "NP_001091680.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001438871.1",
"protein_id": "NP_001425800.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001438872.1",
"protein_id": "NP_001425801.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001438873.1",
"protein_id": "NP_001425802.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000405570.6",
"protein_id": "ENSP00000385604.1",
"transcript_support_level": 2,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000431914.6",
"protein_id": "ENSP00000412219.2",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000433400.6",
"protein_id": "ENSP00000387455.2",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000441708.2",
"protein_id": "ENSP00000401599.2",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000450969.6",
"protein_id": "ENSP00000409302.2",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000642248.1",
"protein_id": "ENSP00000495244.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000642315.1",
"protein_id": "ENSP00000495076.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000642426.1",
"protein_id": "ENSP00000495719.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000642992.1",
"protein_id": "ENSP00000496385.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000643031.1",
"protein_id": "ENSP00000495450.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000643297.1",
"protein_id": "ENSP00000494677.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000643541.1",
"protein_id": "ENSP00000494411.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000643977.1",
"protein_id": "ENSP00000494053.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000643992.1",
"protein_id": "ENSP00000493610.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000644867.1",
"protein_id": "ENSP00000495992.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000645210.1",
"protein_id": "ENSP00000496180.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000645320.1",
"protein_id": "ENSP00000495360.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000646369.1",
"protein_id": "ENSP00000494914.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000646725.1",
"protein_id": "ENSP00000496021.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000647390.1",
"protein_id": "ENSP00000493533.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000647413.2",
"protein_id": "ENSP00000493583.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000910212.1",
"protein_id": "ENSP00000580271.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000910214.1",
"protein_id": "ENSP00000580273.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000910215.1",
"protein_id": "ENSP00000580274.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000932556.1",
"protein_id": "ENSP00000602615.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000968441.1",
"protein_id": "ENSP00000638500.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000968442.1",
"protein_id": "ENSP00000638501.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000644873.1",
"protein_id": "ENSP00000496511.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 780,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000715148.1",
"protein_id": "ENSP00000520349.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 779,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000715151.1",
"protein_id": "ENSP00000520352.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 779,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000910213.1",
"protein_id": "ENSP00000580272.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 779,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000968440.1",
"protein_id": "ENSP00000638499.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 777,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "NM_001330729.2",
"protein_id": "NP_001317658.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000426215.6",
"protein_id": "ENSP00000400508.2",
"transcript_support_level": 4,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000453024.6",
"protein_id": "ENSP00000411226.1",
"transcript_support_level": 2,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000642836.1",
"protein_id": "ENSP00000496295.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000644524.1",
"protein_id": "ENSP00000494780.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000644678.1",
"protein_id": "ENSP00000495794.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000645493.1",
"protein_id": "ENSP00000494467.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000645900.1",
"protein_id": "ENSP00000495286.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000646116.1",
"protein_id": "ENSP00000495426.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000646174.1",
"protein_id": "ENSP00000495161.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000646381.1",
"protein_id": "ENSP00000496067.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000647264.1",
"protein_id": "ENSP00000494849.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 752,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000642886.1",
"protein_id": "ENSP00000496020.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 744,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000644906.2",
"protein_id": "ENSP00000496584.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 741,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "ENST00000642986.1",
"protein_id": "ENSP00000494422.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 737,
"cds_start": 44,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001438874.1",
"protein_id": "NP_001425803.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 720,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "NM_001438875.1",
"protein_id": "NP_001425804.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 720,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000644138.1",
"protein_id": "ENSP00000496649.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 702,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "ENST00000715149.1",
"protein_id": "ENSP00000520350.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 693,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "XM_024453356.2",
"protein_id": "XP_024309124.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "XM_047447478.1",
"protein_id": "XP_047303434.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "XM_047447479.1",
"protein_id": "XP_047303435.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala",
"transcript": "XM_047447480.1",
"protein_id": "XP_047303436.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 781,
"cds_start": 65,
"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": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.44T>C",
"hgvs_p": "p.Val15Ala",
"transcript": "XM_047447482.1",
"protein_id": "XP_047303438.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 774,
"cds_start": 44,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.284T>C",
"hgvs_p": null,
"transcript": "ENST00000488914.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": "pseudogene",
"feature": "ENST00000488914.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.297T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.181T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.385T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.65T>C",
"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": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.586T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.65T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.65T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.65T>C",
"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"
}
],
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"dbsnp": "rs77064436",
"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.5069707036018372,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.186,
"revel_prediction": "Benign",
"alphamissense_score": 0.8754,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.017,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001904.4",
"gene_symbol": "CTNNB1",
"hgnc_id": 2514,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Val22Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}