← 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: 5-138753949-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138753949&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138753949,
"ref": "T",
"alt": "C",
"effect": "5_prime_UTR_variant",
"transcript": "NM_001323983.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "NM_001903.5",
"protein_id": "NP_001894.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302763.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001903.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000302763.12",
"protein_id": "ENSP00000304669.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001903.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302763.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-152T>C",
"hgvs_p": null,
"transcript": "NM_001323983.1",
"protein_id": "NP_001310912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-337T>C",
"hgvs_p": null,
"transcript": "ENST00000889709.1",
"protein_id": "ENSP00000559768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889709.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-304T>C",
"hgvs_p": null,
"transcript": "ENST00000889710.1",
"protein_id": "ENSP00000559769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889710.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-148T>C",
"hgvs_p": null,
"transcript": "ENST00000889712.1",
"protein_id": "ENSP00000559771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889712.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-1217T>C",
"hgvs_p": null,
"transcript": "ENST00000930313.1",
"protein_id": "ENSP00000600372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930313.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-200T>C",
"hgvs_p": null,
"transcript": "ENST00000965855.1",
"protein_id": "ENSP00000635914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-292T>C",
"hgvs_p": null,
"transcript": "ENST00000965856.1",
"protein_id": "ENSP00000635915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965856.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-258T>C",
"hgvs_p": null,
"transcript": "ENST00000965857.1",
"protein_id": "ENSP00000635916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965857.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-414T>C",
"hgvs_p": null,
"transcript": "ENST00000965862.1",
"protein_id": "ENSP00000635921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965862.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-408T>C",
"hgvs_p": null,
"transcript": "ENST00000965863.1",
"protein_id": "ENSP00000635922.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-152T>C",
"hgvs_p": null,
"transcript": "ENST00000519113.5",
"protein_id": "ENSP00000430078.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519113.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965845.1",
"protein_id": "ENSP00000635904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 959,
"cds_start": null,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000930310.1",
"protein_id": "ENSP00000600369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 954,
"cds_start": null,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930310.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-473+439T>C",
"hgvs_p": null,
"transcript": "NM_001323982.2",
"protein_id": "NP_001310911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323982.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-21+439T>C",
"hgvs_p": null,
"transcript": "NM_001323984.2",
"protein_id": "NP_001310913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323984.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-162+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889697.1",
"protein_id": "ENSP00000559756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-74+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889698.1",
"protein_id": "ENSP00000559757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889698.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-473+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889703.1",
"protein_id": "ENSP00000559762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889703.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-51+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889706.1",
"protein_id": "ENSP00000559765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889706.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-126+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889707.1",
"protein_id": "ENSP00000559766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-129+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889708.1",
"protein_id": "ENSP00000559767.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-21+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889714.1",
"protein_id": "ENSP00000559773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-159+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889715.1",
"protein_id": "ENSP00000559774.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889715.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-188+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889716.1",
"protein_id": "ENSP00000559775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889716.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+1354T>C",
"hgvs_p": null,
"transcript": "ENST00000930309.1",
"protein_id": "ENSP00000600368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930309.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-125+439T>C",
"hgvs_p": null,
"transcript": "ENST00000930311.1",
"protein_id": "ENSP00000600370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930311.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+713T>C",
"hgvs_p": null,
"transcript": "ENST00000930312.1",
"protein_id": "ENSP00000600371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930312.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-154+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965847.1",
"protein_id": "ENSP00000635906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965847.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-259+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965848.1",
"protein_id": "ENSP00000635907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-744+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965850.1",
"protein_id": "ENSP00000635909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-101+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965851.1",
"protein_id": "ENSP00000635910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965851.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-146+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965854.1",
"protein_id": "ENSP00000635913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-451+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965858.1",
"protein_id": "ENSP00000635917.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965858.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-144+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965859.1",
"protein_id": "ENSP00000635918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965859.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-87+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965860.1",
"protein_id": "ENSP00000635919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965846.1",
"protein_id": "ENSP00000635905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 901,
"cds_start": null,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965849.1",
"protein_id": "ENSP00000635908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "NM_001323985.2",
"protein_id": "NP_001310914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323985.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889699.1",
"protein_id": "ENSP00000559758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889699.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-126+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965853.1",
"protein_id": "ENSP00000635912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965852.1",
"protein_id": "ENSP00000635911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 883,
"cds_start": null,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "NM_001323986.2",
"protein_id": "NP_001310915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 875,
"cds_start": null,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323986.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889701.1",
"protein_id": "ENSP00000559760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 875,
"cds_start": null,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889704.1",
"protein_id": "ENSP00000559763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 869,
"cds_start": null,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000965861.1",
"protein_id": "ENSP00000635920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": null,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965861.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889711.1",
"protein_id": "ENSP00000559770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889711.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "NM_001290307.3",
"protein_id": "NP_001277236.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 841,
"cds_start": null,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290307.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000627109.2",
"protein_id": "ENSP00000486200.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 841,
"cds_start": null,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627109.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889700.1",
"protein_id": "ENSP00000559759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": null,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-116+439T>C",
"hgvs_p": null,
"transcript": "NM_001290309.3",
"protein_id": "NP_001277238.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290309.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889713.1",
"protein_id": "ENSP00000559772.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889713.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-209+439T>C",
"hgvs_p": null,
"transcript": "NM_001290310.3",
"protein_id": "NP_001277239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"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": "NM_001290310.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889717.1",
"protein_id": "ENSP00000559776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889717.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889705.1",
"protein_id": "ENSP00000559764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": null,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889705.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000889702.1",
"protein_id": "ENSP00000559761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": null,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889702.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-9+439T>C",
"hgvs_p": null,
"transcript": "ENST00000518910.5",
"protein_id": "ENSP00000430626.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": null,
"cds_end": null,
"cds_length": 484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518910.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-3+778T>C",
"hgvs_p": null,
"transcript": "ENST00000523912.5",
"protein_id": "ENSP00000430304.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523912.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-2-27974T>C",
"hgvs_p": null,
"transcript": "ENST00000522227.5",
"protein_id": "ENSP00000429636.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": null,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522227.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-2-27974T>C",
"hgvs_p": null,
"transcript": "ENST00000517980.5",
"protein_id": "ENSP00000428439.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": null,
"cds_end": null,
"cds_length": 353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517980.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-473+439T>C",
"hgvs_p": null,
"transcript": "ENST00000520339.5",
"protein_id": "ENSP00000428202.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": null,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520339.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-2-27974T>C",
"hgvs_p": null,
"transcript": "ENST00000524127.5",
"protein_id": "ENSP00000428049.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 93,
"cds_start": null,
"cds_end": null,
"cds_length": 282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524127.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000519309.5",
"protein_id": "ENSP00000430671.1",
"transcript_support_level": 3,
"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": "ENST00000519309.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.-3+439T>C",
"hgvs_p": null,
"transcript": "ENST00000521724.5",
"protein_id": "ENSP00000431033.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000521724.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.66+439T>C",
"hgvs_p": null,
"transcript": "ENST00000521941.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000521941.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": "CTNNA1-AS1",
"gene_hgnc_id": 55535,
"hgvs_c": "n.-25A>G",
"hgvs_p": null,
"transcript": "NR_134244.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_134244.1"
}
],
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"dbsnp": "rs116214280",
"frequency_reference_population": 0.0068763955,
"hom_count_reference_population": 13,
"allele_count_reference_population": 1047,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.0068764,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1047,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 13,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.096,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001323983.1",
"gene_symbol": "CTNNA1",
"hgnc_id": 2509,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-152T>C",
"hgvs_p": null
},
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NR_134244.1",
"gene_symbol": "CTNNA1-AS1",
"hgnc_id": 55535,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-25A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}