← 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-138930857-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138930857&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138930857,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000302763.12",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001903.5",
"protein_id": "NP_001894.2",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 906,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "ENST00000302763.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "ENST00000302763.12",
"protein_id": "ENSP00000304669.7",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 906,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "NM_001903.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "ENST00000518825.5",
"protein_id": "ENSP00000427821.1",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 841,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 2222,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "ENST00000540387.5",
"protein_id": "ENSP00000438476.1",
"transcript_support_level": 1,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001323982.2",
"protein_id": "NP_001310911.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 906,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2778,
"cdna_end": null,
"cdna_length": 4224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001323983.1",
"protein_id": "NP_001310912.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 906,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2499,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001323984.2",
"protein_id": "NP_001310913.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 906,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2326,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001323985.2",
"protein_id": "NP_001310914.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 897,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 3727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2127G>C",
"hgvs_p": "p.Ser709Ser",
"transcript": "NM_001323986.2",
"protein_id": "NP_001310915.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 875,
"cds_start": 2127,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 2215,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "NM_001290307.3",
"protein_id": "NP_001277236.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 841,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser",
"transcript": "ENST00000627109.2",
"protein_id": "ENSP00000486200.1",
"transcript_support_level": 5,
"aa_start": 740,
"aa_end": null,
"aa_length": 841,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 2315,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1911G>C",
"hgvs_p": "p.Ser637Ser",
"transcript": "NM_001290309.3",
"protein_id": "NP_001277238.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 803,
"cds_start": 1911,
"cds_end": null,
"cds_length": 2412,
"cdna_start": 2112,
"cdna_end": null,
"cdna_length": 3558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1851G>C",
"hgvs_p": "p.Ser617Ser",
"transcript": "NM_001290310.3",
"protein_id": "NP_001277239.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 783,
"cds_start": 1851,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2145,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001290312.1",
"protein_id": "NP_001277241.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 3113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323987.1",
"protein_id": "NP_001310916.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323988.1",
"protein_id": "NP_001310917.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323989.1",
"protein_id": "NP_001310918.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1452,
"cdna_end": null,
"cdna_length": 2898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323990.1",
"protein_id": "NP_001310919.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1816,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323991.1",
"protein_id": "NP_001310920.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1763,
"cdna_end": null,
"cdna_length": 3209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323992.1",
"protein_id": "NP_001310921.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 3042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323993.1",
"protein_id": "NP_001310922.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1910,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323994.1",
"protein_id": "NP_001310923.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323995.1",
"protein_id": "NP_001310924.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323996.1",
"protein_id": "NP_001310925.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1915,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323997.1",
"protein_id": "NP_001310926.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1599,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323998.1",
"protein_id": "NP_001310927.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1891,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001323999.1",
"protein_id": "NP_001310928.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1888,
"cdna_end": null,
"cdna_length": 3334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324000.1",
"protein_id": "NP_001310929.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 536,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1760,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1017G>C",
"hgvs_p": "p.Ser339Ser",
"transcript": "NM_001324011.1",
"protein_id": "NP_001310940.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 505,
"cds_start": 1017,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1487,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324001.1",
"protein_id": "NP_001310930.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 491,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324002.1",
"protein_id": "NP_001310931.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 471,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324003.1",
"protein_id": "NP_001310932.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 471,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1816,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324004.1",
"protein_id": "NP_001310933.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 471,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 2873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.1110G>C",
"hgvs_p": "p.Ser370Ser",
"transcript": "NM_001324005.1",
"protein_id": "NP_001310934.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 471,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1891,
"cdna_end": null,
"cdna_length": 3408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.867G>C",
"hgvs_p": "p.Ser289Ser",
"transcript": "NM_001324012.1",
"protein_id": "NP_001310941.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 455,
"cds_start": 867,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.867G>C",
"hgvs_p": "p.Ser289Ser",
"transcript": "NM_001324013.1",
"protein_id": "NP_001310942.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 455,
"cds_start": 867,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.771G>C",
"hgvs_p": "p.Ser257Ser",
"transcript": "NM_001324006.1",
"protein_id": "NP_001310935.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 771,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1638,
"cdna_end": null,
"cdna_length": 3084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.771G>C",
"hgvs_p": "p.Ser257Ser",
"transcript": "NM_001324007.1",
"protein_id": "NP_001310936.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 771,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1874,
"cdna_end": null,
"cdna_length": 3320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.771G>C",
"hgvs_p": "p.Ser257Ser",
"transcript": "NM_001324008.1",
"protein_id": "NP_001310937.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 771,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.771G>C",
"hgvs_p": "p.Ser257Ser",
"transcript": "NM_001324009.1",
"protein_id": "NP_001310938.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 771,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "c.771G>C",
"hgvs_p": "p.Ser257Ser",
"transcript": "NM_001324010.1",
"protein_id": "NP_001310939.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 771,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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": "c.45G>C",
"hgvs_p": "p.Ser15Ser",
"transcript": "ENST00000520520.1",
"protein_id": "ENSP00000430076.1",
"transcript_support_level": 3,
"aa_start": 15,
"aa_end": null,
"aa_length": 136,
"cds_start": 45,
"cds_end": null,
"cds_length": 411,
"cdna_start": 45,
"cdna_end": null,
"cdna_length": 484,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.654G>C",
"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": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*1910G>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": -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": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNA1",
"gene_hgnc_id": 2509,
"hgvs_c": "n.*1910G>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": -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": "rs1059110",
"frequency_reference_population": 0.0000027385781,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273858,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3799999952316284,
"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.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.681,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 11,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000302763.12",
"gene_symbol": "CTNNA1",
"hgnc_id": 2509,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2220G>C",
"hgvs_p": "p.Ser740Ser"
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,Hereditary diffuse gastric adenocarcinoma",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Hereditary diffuse gastric adenocarcinoma",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}