← 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-138887531-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138887531&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138887531,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000302763.12",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001903.5",
"protein_id": "NP_001894.2",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 906,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "ENST00000302763.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "ENST00000302763.12",
"protein_id": "ENSP00000304669.7",
"transcript_support_level": 1,
"aa_start": 395,
"aa_end": null,
"aa_length": 906,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "NM_001903.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "ENST00000518825.5",
"protein_id": "ENSP00000427821.1",
"transcript_support_level": 1,
"aa_start": 395,
"aa_end": null,
"aa_length": 841,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 1187,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000540387.5",
"protein_id": "ENSP00000438476.1",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 209,
"cdna_end": null,
"cdna_length": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001323982.2",
"protein_id": "NP_001310911.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 906,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 4224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001323983.1",
"protein_id": "NP_001310912.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 906,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001323984.2",
"protein_id": "NP_001310913.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 906,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001323985.2",
"protein_id": "NP_001310914.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 897,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001323986.2",
"protein_id": "NP_001310915.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 875,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001290307.3",
"protein_id": "NP_001277236.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 841,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu",
"transcript": "ENST00000627109.2",
"protein_id": "ENSP00000486200.1",
"transcript_support_level": 5,
"aa_start": 395,
"aa_end": null,
"aa_length": 841,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 1280,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.876G>A",
"hgvs_p": "p.Leu292Leu",
"transcript": "NM_001290309.3",
"protein_id": "NP_001277238.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 803,
"cds_start": 876,
"cds_end": null,
"cds_length": 2412,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 3558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.816G>A",
"hgvs_p": "p.Leu272Leu",
"transcript": "NM_001290310.3",
"protein_id": "NP_001277239.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 783,
"cds_start": 816,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 1110,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001290312.1",
"protein_id": "NP_001277241.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 3113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323987.1",
"protein_id": "NP_001310916.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323988.1",
"protein_id": "NP_001310917.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323989.1",
"protein_id": "NP_001310918.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323990.1",
"protein_id": "NP_001310919.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323991.1",
"protein_id": "NP_001310920.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 3209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323992.1",
"protein_id": "NP_001310921.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 3042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323993.1",
"protein_id": "NP_001310922.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323994.1",
"protein_id": "NP_001310923.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323995.1",
"protein_id": "NP_001310924.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 545,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323996.1",
"protein_id": "NP_001310925.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323997.1",
"protein_id": "NP_001310926.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 564,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323998.1",
"protein_id": "NP_001310927.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001323999.1",
"protein_id": "NP_001310928.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 3334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324000.1",
"protein_id": "NP_001310929.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 536,
"cds_start": 75,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324011.1",
"protein_id": "NP_001310940.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 505,
"cds_start": 75,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 545,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324001.1",
"protein_id": "NP_001310930.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 491,
"cds_start": 75,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324002.1",
"protein_id": "NP_001310931.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 471,
"cds_start": 75,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324003.1",
"protein_id": "NP_001310932.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 471,
"cds_start": 75,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324004.1",
"protein_id": "NP_001310933.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 471,
"cds_start": 75,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 2873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "NM_001324005.1",
"protein_id": "NP_001310934.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 471,
"cds_start": 75,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 3408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000523685.5",
"protein_id": "ENSP00000430240.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 127,
"cds_start": 75,
"cds_end": null,
"cds_length": 385,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000517533.5",
"protein_id": "ENSP00000431118.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 118,
"cds_start": 75,
"cds_end": null,
"cds_length": 357,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000523298.5",
"protein_id": "ENSP00000428044.1",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 109,
"cds_start": 75,
"cds_end": null,
"cds_length": 331,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000522013.5",
"protein_id": "ENSP00000430379.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 104,
"cds_start": 75,
"cds_end": null,
"cds_length": 317,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000519116.5",
"protein_id": "ENSP00000428894.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 90,
"cds_start": 75,
"cds_end": null,
"cds_length": 275,
"cdna_start": 362,
"cdna_end": null,
"cdna_length": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000518381.5",
"protein_id": "ENSP00000429738.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 74,
"cds_start": 75,
"cds_end": null,
"cds_length": 225,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000521683.5",
"protein_id": "ENSP00000430981.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 70,
"cds_start": 75,
"cds_end": null,
"cds_length": 213,
"cdna_start": 427,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000519634.5",
"protein_id": "ENSP00000428088.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 49,
"cds_start": 75,
"cds_end": null,
"cds_length": 152,
"cdna_start": 512,
"cdna_end": null,
"cdna_length": 589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000520522.1",
"protein_id": "ENSP00000428710.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 49,
"cds_start": 75,
"cds_end": null,
"cds_length": 152,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000521640.5",
"protein_id": "ENSP00000430623.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 39,
"cds_start": 75,
"cds_end": null,
"cds_length": 122,
"cdna_start": 521,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000517656.5",
"protein_id": "ENSP00000430177.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 38,
"cds_start": 75,
"cds_end": null,
"cds_length": 118,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000520865.5",
"protein_id": "ENSP00000430841.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 35,
"cds_start": 75,
"cds_end": null,
"cds_length": 110,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.75G>A",
"hgvs_p": "p.Leu25Leu",
"transcript": "ENST00000520260.5",
"protein_id": "ENSP00000429569.1",
"transcript_support_level": 4,
"aa_start": 25,
"aa_end": null,
"aa_length": 31,
"cds_start": 75,
"cds_end": null,
"cds_length": 96,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.215G>A",
"hgvs_p": null,
"transcript": "ENST00000517534.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.106G>A",
"hgvs_p": null,
"transcript": "ENST00000517904.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.308G>A",
"hgvs_p": null,
"transcript": "ENST00000520400.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*875G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.75G>A",
"hgvs_p": null,
"transcript": "ENST00000522052.5",
"protein_id": "ENSP00000482738.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-198G>A",
"hgvs_p": null,
"transcript": "NM_001324013.1",
"protein_id": "NP_001310942.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-323G>A",
"hgvs_p": null,
"transcript": "NM_001324006.1",
"protein_id": "NP_001310935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": -4,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-323G>A",
"hgvs_p": null,
"transcript": "NM_001324007.1",
"protein_id": "NP_001310936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": -4,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-323G>A",
"hgvs_p": null,
"transcript": "NM_001324008.1",
"protein_id": "NP_001310937.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": -4,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-323G>A",
"hgvs_p": null,
"transcript": "NM_001324009.1",
"protein_id": "NP_001310938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": -4,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*875G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-58+11934G>A",
"hgvs_p": null,
"transcript": "NM_001324012.1",
"protein_id": "NP_001310941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.-61+11934G>A",
"hgvs_p": null,
"transcript": "NM_001324010.1",
"protein_id": "NP_001310939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": -4,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.*14G>A",
"hgvs_p": null,
"transcript": "ENST00000519768.5",
"protein_id": "ENSP00000429103.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 19,
"cds_start": -4,
"cds_end": null,
"cds_length": 61,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*156G>A",
"hgvs_p": null,
"transcript": "ENST00000523275.5",
"protein_id": "ENSP00000429142.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"dbsnp": "rs748186935",
"frequency_reference_population": 0.000016771437,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000171496,
"gnomad_genomes_af": 0.0000131473,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.33000001311302185,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.36000001430511475,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.36,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000302763.12",
"gene_symbol": "CTNNA1",
"hgnc_id": 2509,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1185G>A",
"hgvs_p": "p.Leu395Leu"
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,Patterned macular dystrophy 2,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:1",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|not provided|Patterned macular dystrophy 2|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}