← 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-41233763-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=41233763&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 41233763,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001904.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001904.4",
"protein_id": "NP_001895.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": "ENST00000349496.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001904.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000349496.11",
"protein_id": "ENSP00000344456.5",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": "NM_001904.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349496.11"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000396183.7",
"protein_id": "ENSP00000379486.3",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396183.7"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000396185.8",
"protein_id": "ENSP00000379488.3",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 3472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396185.8"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000645982.1",
"protein_id": "ENSP00000494845.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1697,
"cdna_end": null,
"cdna_length": 2778,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1420C>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": 3211,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000715152.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000645927.2",
"protein_id": "ENSP00000495287.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 789,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 3230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645927.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476*",
"transcript": "ENST00000645276.1",
"protein_id": "ENSP00000494654.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 783,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 1640,
"cdna_end": null,
"cdna_length": 3127,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645276.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001098209.2",
"protein_id": "NP_001091679.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098209.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001098210.2",
"protein_id": "NP_001091680.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098210.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001438871.1",
"protein_id": "NP_001425800.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 3270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438871.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001438872.1",
"protein_id": "NP_001425801.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438872.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001438873.1",
"protein_id": "NP_001425802.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1719,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438873.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000405570.6",
"protein_id": "ENSP00000385604.1",
"transcript_support_level": 2,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405570.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000431914.6",
"protein_id": "ENSP00000412219.2",
"transcript_support_level": 4,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1571,
"cdna_end": null,
"cdna_length": 2749,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431914.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000433400.6",
"protein_id": "ENSP00000387455.2",
"transcript_support_level": 4,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 3431,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433400.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000441708.2",
"protein_id": "ENSP00000401599.2",
"transcript_support_level": 4,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 2860,
"cdna_end": null,
"cdna_length": 3906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441708.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000450969.6",
"protein_id": "ENSP00000409302.2",
"transcript_support_level": 4,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1738,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450969.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000642248.1",
"protein_id": "ENSP00000495244.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642248.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000642315.1",
"protein_id": "ENSP00000495076.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642315.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000642426.1",
"protein_id": "ENSP00000495719.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 2720,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642426.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000642992.1",
"protein_id": "ENSP00000496385.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 3134,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642992.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000643031.1",
"protein_id": "ENSP00000495450.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643031.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000643297.1",
"protein_id": "ENSP00000494677.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1739,
"cdna_end": null,
"cdna_length": 3283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643297.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000643541.1",
"protein_id": "ENSP00000494411.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1745,
"cdna_end": null,
"cdna_length": 3278,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643541.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000643977.1",
"protein_id": "ENSP00000494053.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1552,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643977.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000643992.1",
"protein_id": "ENSP00000493610.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1660,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643992.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000644867.1",
"protein_id": "ENSP00000495992.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 3087,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644867.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000645210.1",
"protein_id": "ENSP00000496180.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 3195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645210.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000645320.1",
"protein_id": "ENSP00000495360.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 3263,
"cdna_end": null,
"cdna_length": 4735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645320.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000646369.1",
"protein_id": "ENSP00000494914.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1575,
"cdna_end": null,
"cdna_length": 2607,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646369.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000646725.1",
"protein_id": "ENSP00000496021.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1515,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646725.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000647390.1",
"protein_id": "ENSP00000493533.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647390.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000647413.2",
"protein_id": "ENSP00000493583.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 3567,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647413.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000910212.1",
"protein_id": "ENSP00000580271.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910212.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000910214.1",
"protein_id": "ENSP00000580273.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1542,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910214.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000910215.1",
"protein_id": "ENSP00000580274.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1861,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910215.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000932556.1",
"protein_id": "ENSP00000602615.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1826,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932556.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000968441.1",
"protein_id": "ENSP00000638500.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968441.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000968442.1",
"protein_id": "ENSP00000638501.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 3776,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968442.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000644873.1",
"protein_id": "ENSP00000496511.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 780,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 3086,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644873.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000715148.1",
"protein_id": "ENSP00000520349.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 779,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 3447,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715148.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000715151.1",
"protein_id": "ENSP00000520352.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 779,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 1651,
"cdna_end": null,
"cdna_length": 3207,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715151.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000910213.1",
"protein_id": "ENSP00000580272.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 779,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3655,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910213.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000968440.1",
"protein_id": "ENSP00000638499.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 777,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 1671,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968440.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "NM_001330729.2",
"protein_id": "NP_001317658.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1766,
"cdna_end": null,
"cdna_length": 3488,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330729.2"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000426215.6",
"protein_id": "ENSP00000400508.2",
"transcript_support_level": 4,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426215.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000453024.6",
"protein_id": "ENSP00000411226.1",
"transcript_support_level": 2,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1826,
"cdna_end": null,
"cdna_length": 3052,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453024.6"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000642836.1",
"protein_id": "ENSP00000496295.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1677,
"cdna_end": null,
"cdna_length": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642836.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000644524.1",
"protein_id": "ENSP00000494780.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1902,
"cdna_end": null,
"cdna_length": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644524.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000644678.1",
"protein_id": "ENSP00000495794.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644678.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000645493.1",
"protein_id": "ENSP00000494467.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 3196,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645493.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000645900.1",
"protein_id": "ENSP00000495286.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 3284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645900.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000646116.1",
"protein_id": "ENSP00000495426.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1746,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646116.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000646174.1",
"protein_id": "ENSP00000495161.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1606,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646174.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000646381.1",
"protein_id": "ENSP00000496067.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 1765,
"cdna_end": null,
"cdna_length": 3249,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646381.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000647264.1",
"protein_id": "ENSP00000494849.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 752,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 2994,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647264.1"
},
{
"aa_ref": "R",
"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.1309C>T",
"hgvs_p": "p.Arg437*",
"transcript": "ENST00000642886.1",
"protein_id": "ENSP00000496020.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 744,
"cds_start": 1309,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 1542,
"cdna_end": null,
"cdna_length": 3039,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642886.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000644906.2",
"protein_id": "ENSP00000496584.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 741,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644906.2"
},
{
"aa_ref": "R",
"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.1288C>T",
"hgvs_p": "p.Arg430*",
"transcript": "ENST00000642986.1",
"protein_id": "ENSP00000494422.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 737,
"cds_start": 1288,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 3298,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642986.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001438874.1",
"protein_id": "NP_001425803.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 720,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2163,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3074,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438874.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "NM_001438875.1",
"protein_id": "NP_001425804.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 720,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2163,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 3147,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438875.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000644138.1",
"protein_id": "ENSP00000496649.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 702,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 2777,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644138.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "ENST00000715149.1",
"protein_id": "ENSP00000520350.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 693,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1668,
"cdna_end": null,
"cdna_length": 2406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715149.1"
},
{
"aa_ref": "R",
"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.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "XM_024453356.2",
"protein_id": "XP_024309124.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1566,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453356.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "XM_047447478.1",
"protein_id": "XP_047303434.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 5493,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447478.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "XM_047447479.1",
"protein_id": "XP_047303435.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 20757,
"cdna_end": null,
"cdna_length": 22320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447479.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*",
"transcript": "XM_047447480.1",
"protein_id": "XP_047303436.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 781,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 5029,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447480.1"
},
{
"aa_ref": "R",
"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.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "XM_047447482.1",
"protein_id": "XP_047303438.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 774,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2325,
"cdna_start": 20889,
"cdna_end": null,
"cdna_length": 22916,
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.355C>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": 4058,
"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.1652C>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": 4888,
"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.1536C>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": 4145,
"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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1824C>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": 3312,
"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.486C>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": 4159,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1420C>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": 3197,
"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": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1941C>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": 3472,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.*177C>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": 3210,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1420C>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": 3347,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.1420C>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": 3193,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.*177C>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": 3210,
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"hgvs_c": "n.-90C>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": 475,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644395.1"
}
],
"gene_symbol": "CTNNB1",
"gene_hgnc_id": 2514,
"dbsnp": "rs1553631860",
"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.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.02,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001904.4",
"gene_symbol": "CTNNB1",
"hgnc_id": 2514,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474*"
}
],
"clinvar_disease": " Alazami type,7 conditions,Developmental disorder,Intellectual disability,Microcephalic primordial dwarfism,Neurodevelopmental disorder,Severe intellectual disability-progressive spastic diplegia syndrome,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:11",
"phenotype_combined": "Severe intellectual disability-progressive spastic diplegia syndrome|not provided|Intellectual disability|Neurodevelopmental disorder|Microcephalic primordial dwarfism, Alazami type|Developmental disorder|7 conditions",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}