← 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-138929255-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138929255&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138929255,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000302763.12",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001903.5",
"protein_id": "NP_001894.2",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 906,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "ENST00000302763.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "ENST00000302763.12",
"protein_id": "ENSP00000304669.7",
"transcript_support_level": 1,
"aa_start": 637,
"aa_end": null,
"aa_length": 906,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "NM_001903.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "ENST00000518825.5",
"protein_id": "ENSP00000427821.1",
"transcript_support_level": 1,
"aa_start": 637,
"aa_end": null,
"aa_length": 841,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 1911,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "ENST00000540387.5",
"protein_id": "ENSP00000438476.1",
"transcript_support_level": 1,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001323982.2",
"protein_id": "NP_001310911.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 906,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 4224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001323983.1",
"protein_id": "NP_001310912.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 906,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2188,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001323984.2",
"protein_id": "NP_001310913.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 906,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001323985.2",
"protein_id": "NP_001310914.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 897,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1816G>A",
"hgvs_p": "p.Glu606Lys",
"transcript": "NM_001323986.2",
"protein_id": "NP_001310915.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 875,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 1904,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "NM_001290307.3",
"protein_id": "NP_001277236.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 841,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys",
"transcript": "ENST00000627109.2",
"protein_id": "ENSP00000486200.1",
"transcript_support_level": 5,
"aa_start": 637,
"aa_end": null,
"aa_length": 841,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 2004,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1600G>A",
"hgvs_p": "p.Glu534Lys",
"transcript": "NM_001290309.3",
"protein_id": "NP_001277238.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 803,
"cds_start": 1600,
"cds_end": null,
"cds_length": 2412,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 3558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1540G>A",
"hgvs_p": "p.Glu514Lys",
"transcript": "NM_001290310.3",
"protein_id": "NP_001277239.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 783,
"cds_start": 1540,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 1834,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001290312.1",
"protein_id": "NP_001277241.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 3113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323987.1",
"protein_id": "NP_001310916.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1045,
"cdna_end": null,
"cdna_length": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323988.1",
"protein_id": "NP_001310917.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323989.1",
"protein_id": "NP_001310918.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 2898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323990.1",
"protein_id": "NP_001310919.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1505,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323991.1",
"protein_id": "NP_001310920.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1452,
"cdna_end": null,
"cdna_length": 3209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323992.1",
"protein_id": "NP_001310921.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 3042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323993.1",
"protein_id": "NP_001310922.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1599,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323994.1",
"protein_id": "NP_001310923.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323995.1",
"protein_id": "NP_001310924.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1269,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323996.1",
"protein_id": "NP_001310925.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323997.1",
"protein_id": "NP_001310926.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1288,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323998.1",
"protein_id": "NP_001310927.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001323999.1",
"protein_id": "NP_001310928.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1577,
"cdna_end": null,
"cdna_length": 3334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324000.1",
"protein_id": "NP_001310929.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 536,
"cds_start": 799,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1449,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "NM_001324011.1",
"protein_id": "NP_001310940.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 505,
"cds_start": 706,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1176,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324001.1",
"protein_id": "NP_001310930.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 491,
"cds_start": 799,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324002.1",
"protein_id": "NP_001310931.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 471,
"cds_start": 799,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324003.1",
"protein_id": "NP_001310932.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 471,
"cds_start": 799,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1505,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324004.1",
"protein_id": "NP_001310933.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 471,
"cds_start": 799,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1045,
"cdna_end": null,
"cdna_length": 2873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Glu267Lys",
"transcript": "NM_001324005.1",
"protein_id": "NP_001310934.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 471,
"cds_start": 799,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 3408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_001324012.1",
"protein_id": "NP_001310941.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 455,
"cds_start": 556,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_001324013.1",
"protein_id": "NP_001310942.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 455,
"cds_start": 556,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1385,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "NM_001324006.1",
"protein_id": "NP_001310935.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 423,
"cds_start": 460,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 3084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "NM_001324007.1",
"protein_id": "NP_001310936.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 423,
"cds_start": 460,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 3320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "NM_001324008.1",
"protein_id": "NP_001310937.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 423,
"cds_start": 460,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1103,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "NM_001324009.1",
"protein_id": "NP_001310938.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 423,
"cds_start": 460,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "NM_001324010.1",
"protein_id": "NP_001310939.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 423,
"cds_start": 460,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 718,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_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": "n.*339G>A",
"hgvs_p": null,
"transcript": "ENST00000521368.5",
"protein_id": "ENSP00000428686.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": 544,
"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.343G>A",
"hgvs_p": null,
"transcript": "ENST00000521387.1",
"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": 871,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*1599G>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": [
"3_prime_UTR_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": "n.*339G>A",
"hgvs_p": null,
"transcript": "ENST00000521368.5",
"protein_id": "ENSP00000428686.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": 544,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*1599G>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
}
],
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"dbsnp": "rs1060502221",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7671400308609009,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.356,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.968,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000302763.12",
"gene_symbol": "CTNNA1",
"hgnc_id": 2509,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1909G>A",
"hgvs_p": "p.Glu637Lys"
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Hereditary cancer-predisposing syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}