← 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: 18-55228897-ATCAGGAGCTTGG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=55228897&ref=ATCAGGAGCTTGG&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 55228897,
"ref": "ATCAGGAGCTTGG",
"alt": "A",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000354452.8",
"consequences": [
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del",
"transcript": "NM_001083962.2",
"protein_id": "NP_001077431.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 671,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2003,
"cdna_end": null,
"cdna_length": 8041,
"mane_select": "ENST00000354452.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del",
"transcript": "ENST00000354452.8",
"protein_id": "ENSP00000346440.3",
"transcript_support_level": 5,
"aa_start": 606,
"aa_end": null,
"aa_length": 671,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2003,
"cdna_end": null,
"cdna_length": 8041,
"mane_select": "NM_001083962.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.2123_2134delCCAAGCTCCTGA",
"hgvs_p": "p.Thr708_Leu711del",
"transcript": "ENST00000398339.5",
"protein_id": "ENSP00000381382.1",
"transcript_support_level": 1,
"aa_start": 708,
"aa_end": null,
"aa_length": 773,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2264,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1805_1816delCCAAGCTCCTGA",
"hgvs_p": "p.Thr602_Leu605del",
"transcript": "ENST00000356073.8",
"protein_id": "ENSP00000348374.4",
"transcript_support_level": 1,
"aa_start": 602,
"aa_end": null,
"aa_length": 667,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2428,
"cdna_end": null,
"cdna_length": 8317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1796_1807delCCAAGCTCCTGA",
"hgvs_p": "p.Thr599_Leu602del",
"transcript": "ENST00000566286.5",
"protein_id": "ENSP00000455418.2",
"transcript_support_level": 1,
"aa_start": 599,
"aa_end": null,
"aa_length": 664,
"cds_start": 1796,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1807,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1679_1690delCCAAGCTCCTGA",
"hgvs_p": "p.Thr560_Leu563del",
"transcript": "ENST00000543082.5",
"protein_id": "ENSP00000439656.1",
"transcript_support_level": 1,
"aa_start": 560,
"aa_end": null,
"aa_length": 625,
"cds_start": 1679,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 1865,
"cdna_end": null,
"cdna_length": 2399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1625_1636delCCAAGCTCCTGA",
"hgvs_p": "p.Thr542_Leu545del",
"transcript": "ENST00000567880.5",
"protein_id": "ENSP00000454366.1",
"transcript_support_level": 1,
"aa_start": 542,
"aa_end": null,
"aa_length": 607,
"cds_start": 1625,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 1948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1592_1603delCCAAGCTCCTGA",
"hgvs_p": "p.Thr531_Leu534del",
"transcript": "ENST00000564228.5",
"protein_id": "ENSP00000455261.1",
"transcript_support_level": 1,
"aa_start": 531,
"aa_end": null,
"aa_length": 596,
"cds_start": 1592,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1603,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1337_1348delCCAAGCTCCTGA",
"hgvs_p": "p.Thr446_Leu449del",
"transcript": "ENST00000457482.7",
"protein_id": "ENSP00000409447.2",
"transcript_support_level": 1,
"aa_start": 446,
"aa_end": null,
"aa_length": 511,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 2372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1325_1336delCCAAGCTCCTGA",
"hgvs_p": "p.Thr442_Leu445del",
"transcript": "ENST00000561831.7",
"protein_id": "ENSP00000457765.1",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 507,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1478,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1325_1336delCCAAGCTCCTGA",
"hgvs_p": "p.Thr442_Leu445del",
"transcript": "ENST00000570287.6",
"protein_id": "ENSP00000455763.1",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 507,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1584,
"cdna_end": null,
"cdna_length": 3163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.5340_5351delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000562680.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.2123_2134delCCAAGCTCCTGA",
"hgvs_p": "p.Thr708_Leu711del",
"transcript": "NM_001243226.3",
"protein_id": "NP_001230155.2",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 773,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2194,
"cdna_end": null,
"cdna_length": 8232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1844_1855delCCAAGCTCCTGA",
"hgvs_p": "p.Thr615_Leu618del",
"transcript": "ENST00000638154.3",
"protein_id": "ENSP00000490625.2",
"transcript_support_level": 5,
"aa_start": 615,
"aa_end": null,
"aa_length": 680,
"cds_start": 1844,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 2058,
"cdna_end": null,
"cdna_length": 7946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1835_1846delCCAAGCTCCTGA",
"hgvs_p": "p.Thr612_Leu615del",
"transcript": "NM_001243228.2",
"protein_id": "NP_001230157.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 677,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 2381,
"cdna_end": null,
"cdna_length": 8419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1835_1846delCCAAGCTCCTGA",
"hgvs_p": "p.Thr612_Leu615del",
"transcript": "ENST00000564403.6",
"protein_id": "ENSP00000457263.1",
"transcript_support_level": 5,
"aa_start": 612,
"aa_end": null,
"aa_length": 677,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 2409,
"cdna_end": null,
"cdna_length": 2696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del",
"transcript": "NM_001369567.1",
"protein_id": "NP_001356496.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 671,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2363,
"cdna_end": null,
"cdna_length": 8401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del",
"transcript": "NM_001369568.1",
"protein_id": "NP_001356497.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 671,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 1996,
"cdna_end": null,
"cdna_length": 8034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del",
"transcript": "ENST00000629387.2",
"protein_id": "ENSP00000486670.1",
"transcript_support_level": 5,
"aa_start": 606,
"aa_end": null,
"aa_length": 671,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2359,
"cdna_end": null,
"cdna_length": 3789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1814_1825delCCAAGCTCCTGA",
"hgvs_p": "p.Thr605_Leu608del",
"transcript": "NM_001330604.3",
"protein_id": "NP_001317533.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 670,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 2000,
"cdna_end": null,
"cdna_length": 8038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1814_1825delCCAAGCTCCTGA",
"hgvs_p": "p.Thr605_Leu608del",
"transcript": "NM_001369569.1",
"protein_id": "NP_001356498.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 670,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1993,
"cdna_end": null,
"cdna_length": 8031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1814_1825delCCAAGCTCCTGA",
"hgvs_p": "p.Thr605_Leu608del",
"transcript": "NM_001369570.1",
"protein_id": "NP_001356499.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 670,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 2000,
"cdna_end": null,
"cdna_length": 8038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1805_1816delCCAAGCTCCTGA",
"hgvs_p": "p.Thr602_Leu605del",
"transcript": "NM_001369571.1",
"protein_id": "NP_001356500.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 667,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2351,
"cdna_end": null,
"cdna_length": 8389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1805_1816delCCAAGCTCCTGA",
"hgvs_p": "p.Thr602_Leu605del",
"transcript": "NM_001369572.1",
"protein_id": "NP_001356501.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 667,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1984,
"cdna_end": null,
"cdna_length": 8022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1805_1816delCCAAGCTCCTGA",
"hgvs_p": "p.Thr602_Leu605del",
"transcript": "NM_003199.3",
"protein_id": "NP_003190.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 667,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1991,
"cdna_end": null,
"cdna_length": 8029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1805_1816delCCAAGCTCCTGA",
"hgvs_p": "p.Thr602_Leu605del",
"transcript": "ENST00000564999.5",
"protein_id": "ENSP00000457649.1",
"transcript_support_level": 5,
"aa_start": 602,
"aa_end": null,
"aa_length": 667,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2013,
"cdna_end": null,
"cdna_length": 3590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1802_1813delCCAAGCTCCTGA",
"hgvs_p": "p.Thr601_Leu604del",
"transcript": "NM_001369573.1",
"protein_id": "NP_001356502.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 666,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 8026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1802_1813delCCAAGCTCCTGA",
"hgvs_p": "p.Thr601_Leu604del",
"transcript": "NM_001369574.1",
"protein_id": "NP_001356503.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 666,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 8026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1796_1807delCCAAGCTCCTGA",
"hgvs_p": "p.Thr599_Leu602del",
"transcript": "NM_001243230.2",
"protein_id": "NP_001230159.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 664,
"cds_start": 1796,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1889,
"cdna_end": null,
"cdna_length": 7927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1748_1759delCCAAGCTCCTGA",
"hgvs_p": "p.Thr583_Leu586del",
"transcript": "NM_001369586.1",
"protein_id": "NP_001356515.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 648,
"cds_start": 1748,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 2274,
"cdna_end": null,
"cdna_length": 8312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "NM_001243227.2",
"protein_id": "NP_001230156.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2271,
"cdna_end": null,
"cdna_length": 8309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "NM_001348217.1",
"protein_id": "NP_001335146.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2065,
"cdna_end": null,
"cdna_length": 7957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "NM_001348218.2",
"protein_id": "NP_001335147.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1906,
"cdna_end": null,
"cdna_length": 7944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "NM_001369575.1",
"protein_id": "NP_001356504.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1911,
"cdna_end": null,
"cdna_length": 7949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "ENST00000537578.5",
"protein_id": "ENSP00000440731.1",
"transcript_support_level": 2,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2296,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "ENST00000568673.5",
"protein_id": "ENSP00000455135.1",
"transcript_support_level": 5,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1854,
"cdna_end": null,
"cdna_length": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1745_1756delCCAAGCTCCTGA",
"hgvs_p": "p.Thr582_Leu585del",
"transcript": "ENST00000636400.2",
"protein_id": "ENSP00000490006.1",
"transcript_support_level": 5,
"aa_start": 582,
"aa_end": null,
"aa_length": 647,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2454,
"cdna_end": null,
"cdna_length": 8343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369576.1",
"protein_id": "NP_001356505.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2268,
"cdna_end": null,
"cdna_length": 8306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369577.1",
"protein_id": "NP_001356506.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2268,
"cdna_end": null,
"cdna_length": 8306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369578.1",
"protein_id": "NP_001356507.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 7946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369579.1",
"protein_id": "NP_001356508.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 7946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369580.1",
"protein_id": "NP_001356509.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1903,
"cdna_end": null,
"cdna_length": 7941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1742_1753delCCAAGCTCCTGA",
"hgvs_p": "p.Thr581_Leu584del",
"transcript": "NM_001369581.1",
"protein_id": "NP_001356510.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 646,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1903,
"cdna_end": null,
"cdna_length": 7941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1733_1744delCCAAGCTCCTGA",
"hgvs_p": "p.Thr578_Leu581del",
"transcript": "NM_001306207.1",
"protein_id": "NP_001293136.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 643,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2053,
"cdna_end": null,
"cdna_length": 7945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1733_1744delCCAAGCTCCTGA",
"hgvs_p": "p.Thr578_Leu581del",
"transcript": "NM_001348219.2",
"protein_id": "NP_001335148.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 643,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 7932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1733_1744delCCAAGCTCCTGA",
"hgvs_p": "p.Thr578_Leu581del",
"transcript": "NM_001369582.1",
"protein_id": "NP_001356511.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 643,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 8297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1733_1744delCCAAGCTCCTGA",
"hgvs_p": "p.Thr578_Leu581del",
"transcript": "NM_001369583.1",
"protein_id": "NP_001356512.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 643,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1899,
"cdna_end": null,
"cdna_length": 7937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1733_1744delCCAAGCTCCTGA",
"hgvs_p": "p.Thr578_Leu581del",
"transcript": "ENST00000540999.5",
"protein_id": "ENSP00000445202.1",
"transcript_support_level": 2,
"aa_start": 578,
"aa_end": null,
"aa_length": 643,
"cds_start": 1733,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 2572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1730_1741delCCAAGCTCCTGA",
"hgvs_p": "p.Thr577_Leu580del",
"transcript": "NM_001348220.1",
"protein_id": "NP_001335149.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 642,
"cds_start": 1730,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2050,
"cdna_end": null,
"cdna_length": 7942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1730_1741delCCAAGCTCCTGA",
"hgvs_p": "p.Thr577_Leu580del",
"transcript": "NM_001369584.1",
"protein_id": "NP_001356513.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 642,
"cds_start": 1730,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2256,
"cdna_end": null,
"cdna_length": 8294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1730_1741delCCAAGCTCCTGA",
"hgvs_p": "p.Thr577_Leu580del",
"transcript": "NM_001369585.1",
"protein_id": "NP_001356514.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 642,
"cds_start": 1730,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1896,
"cdna_end": null,
"cdna_length": 7934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1730_1741delCCAAGCTCCTGA",
"hgvs_p": "p.Thr577_Leu580del",
"transcript": "ENST00000568740.5",
"protein_id": "ENSP00000455346.1",
"transcript_support_level": 5,
"aa_start": 577,
"aa_end": null,
"aa_length": 642,
"cds_start": 1730,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2251,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1697_1708delCCAAGCTCCTGA",
"hgvs_p": "p.Thr566_Leu569del",
"transcript": "ENST00000635822.2",
"protein_id": "ENSP00000490451.1",
"transcript_support_level": 5,
"aa_start": 566,
"aa_end": null,
"aa_length": 631,
"cds_start": 1697,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1917,
"cdna_end": null,
"cdna_length": 7805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1691_1702delCCAAGCTCCTGA",
"hgvs_p": "p.Thr564_Leu567del",
"transcript": "NM_001348211.2",
"protein_id": "NP_001335140.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 629,
"cds_start": 1691,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 7915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1679_1690delCCAAGCTCCTGA",
"hgvs_p": "p.Thr560_Leu563del",
"transcript": "NM_001243231.2",
"protein_id": "NP_001230160.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 625,
"cds_start": 1679,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 1865,
"cdna_end": null,
"cdna_length": 7903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1637_1648delCCAAGCTCCTGA",
"hgvs_p": "p.Thr546_Leu549del",
"transcript": "ENST00000566279.5",
"protein_id": "ENSP00000456125.1",
"transcript_support_level": 5,
"aa_start": 546,
"aa_end": null,
"aa_length": 611,
"cds_start": 1637,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1816,
"cdna_end": null,
"cdna_length": 2128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1604_1615delCCAAGCTCCTGA",
"hgvs_p": "p.Thr535_Leu538del",
"transcript": "NM_001243232.1",
"protein_id": "NP_001230161.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 600,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1896,
"cdna_end": null,
"cdna_length": 7788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1604_1615delCCAAGCTCCTGA",
"hgvs_p": "p.Thr535_Leu538del",
"transcript": "ENST00000544241.6",
"protein_id": "ENSP00000441562.2",
"transcript_support_level": 2,
"aa_start": 535,
"aa_end": null,
"aa_length": 600,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1896,
"cdna_end": null,
"cdna_length": 2264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1592_1603delCCAAGCTCCTGA",
"hgvs_p": "p.Thr531_Leu534del",
"transcript": "NM_001306208.1",
"protein_id": "NP_001293137.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 596,
"cds_start": 1592,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1884,
"cdna_end": null,
"cdna_length": 7776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1553_1564delCCAAGCTCCTGA",
"hgvs_p": "p.Thr518_Leu521del",
"transcript": "ENST00000565018.6",
"protein_id": "ENSP00000455984.2",
"transcript_support_level": 5,
"aa_start": 518,
"aa_end": null,
"aa_length": 583,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 2045,
"cdna_end": null,
"cdna_length": 2357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1553_1564delCCAAGCTCCTGA",
"hgvs_p": "p.Thr518_Leu521del",
"transcript": "ENST00000616053.4",
"protein_id": "ENSP00000478549.1",
"transcript_support_level": 5,
"aa_start": 518,
"aa_end": null,
"aa_length": 583,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 2248,
"cdna_end": null,
"cdna_length": 8140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1427_1438delCCAAGCTCCTGA",
"hgvs_p": "p.Thr476_Leu479del",
"transcript": "NM_001330605.3",
"protein_id": "NP_001317534.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 541,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 7606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1427_1438delCCAAGCTCCTGA",
"hgvs_p": "p.Thr476_Leu479del",
"transcript": "NM_001348213.2",
"protein_id": "NP_001335142.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 541,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1630,
"cdna_end": null,
"cdna_length": 7668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1427_1438delCCAAGCTCCTGA",
"hgvs_p": "p.Thr476_Leu479del",
"transcript": "ENST00000636822.2",
"protein_id": "ENSP00000490883.1",
"transcript_support_level": 5,
"aa_start": 476,
"aa_end": null,
"aa_length": 541,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1752,
"cdna_end": null,
"cdna_length": 7640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1427_1438delCCAAGCTCCTGA",
"hgvs_p": "p.Thr476_Leu479del",
"transcript": "ENST00000643689.1",
"protein_id": "ENSP00000494380.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 541,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1688,
"cdna_end": null,
"cdna_length": 7577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1427_1438delCCAAGCTCCTGA",
"hgvs_p": "p.Thr476_Leu479del",
"transcript": "ENST00000675707.1",
"protein_id": "ENSP00000501758.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 541,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 1935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1415_1426delCCAAGCTCCTGA",
"hgvs_p": "p.Thr472_Leu475del",
"transcript": "NM_001243233.2",
"protein_id": "NP_001230162.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 537,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1630,
"cdna_end": null,
"cdna_length": 7668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1415_1426delCCAAGCTCCTGA",
"hgvs_p": "p.Thr472_Leu475del",
"transcript": "NM_001348212.2",
"protein_id": "NP_001335141.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 537,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1615,
"cdna_end": null,
"cdna_length": 7653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1415_1426delCCAAGCTCCTGA",
"hgvs_p": "p.Thr472_Leu475del",
"transcript": "ENST00000537856.7",
"protein_id": "ENSP00000439827.2",
"transcript_support_level": 2,
"aa_start": 472,
"aa_end": null,
"aa_length": 537,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 1996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1415_1426delCCAAGCTCCTGA",
"hgvs_p": "p.Thr472_Leu475del",
"transcript": "ENST00000561992.5",
"protein_id": "ENSP00000455179.1",
"transcript_support_level": 2,
"aa_start": 472,
"aa_end": null,
"aa_length": 537,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1825,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1415_1426delCCAAGCTCCTGA",
"hgvs_p": "p.Thr472_Leu475del",
"transcript": "ENST00000570177.6",
"protein_id": "ENSP00000454647.1",
"transcript_support_level": 2,
"aa_start": 472,
"aa_end": null,
"aa_length": 537,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1337_1348delCCAAGCTCCTGA",
"hgvs_p": "p.Thr446_Leu449del",
"transcript": "NM_001243234.2",
"protein_id": "NP_001230163.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 511,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 7489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1337_1348delCCAAGCTCCTGA",
"hgvs_p": "p.Thr446_Leu449del",
"transcript": "NM_001348216.2",
"protein_id": "NP_001335145.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 511,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 7562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1325_1336delCCAAGCTCCTGA",
"hgvs_p": "p.Thr442_Leu445del",
"transcript": "NM_001243235.2",
"protein_id": "NP_001230164.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 507,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1439,
"cdna_end": null,
"cdna_length": 7477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1325_1336delCCAAGCTCCTGA",
"hgvs_p": "p.Thr442_Leu445del",
"transcript": "NM_001243236.2",
"protein_id": "NP_001230165.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 507,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1512,
"cdna_end": null,
"cdna_length": 7550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1322_1333delCCAAGCTCCTGA",
"hgvs_p": "p.Thr441_Leu444del",
"transcript": "NM_001348214.2",
"protein_id": "NP_001335143.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 506,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 7474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1169_1180delCCAAGCTCCTGA",
"hgvs_p": "p.Thr390_Leu393del",
"transcript": "NM_001348215.2",
"protein_id": "NP_001335144.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 455,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 7422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1169_1180delCCAAGCTCCTGA",
"hgvs_p": "p.Thr390_Leu393del",
"transcript": "ENST00000637169.2",
"protein_id": "ENSP00000490832.1",
"transcript_support_level": 5,
"aa_start": 390,
"aa_end": null,
"aa_length": 455,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 7553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.1157_1168delCCAAGCTCCTGA",
"hgvs_p": "p.Thr386_Leu389del",
"transcript": "ENST00000626584.2",
"protein_id": "ENSP00000486072.1",
"transcript_support_level": 5,
"aa_start": 386,
"aa_end": null,
"aa_length": 451,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1513,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TKLLI",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "c.47_58delCCAAGCTCCTGA",
"hgvs_p": "p.Thr16_Leu19del",
"transcript": "ENST00000626631.1",
"protein_id": "ENSP00000487505.1",
"transcript_support_level": 2,
"aa_start": 16,
"aa_end": null,
"aa_length": 81,
"cds_start": 47,
"cds_end": null,
"cds_length": 246,
"cdna_start": 58,
"cdna_end": null,
"cdna_length": 622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.840_851delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000626466.1",
"protein_id": null,
"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": 1004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.1497_1508delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000635990.2",
"protein_id": null,
"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": 7396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1525_*1536delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000636751.2",
"protein_id": "ENSP00000489783.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": 8283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1695_*1706delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637115.2",
"protein_id": "ENSP00000490234.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": 7883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.1872_1883delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637239.2",
"protein_id": null,
"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": 7771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.1511_1522delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637250.2",
"protein_id": null,
"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": 7410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1117_*1128delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637923.2",
"protein_id": "ENSP00000490329.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": 7314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1428_*1439delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000674764.1",
"protein_id": "ENSP00000502213.1",
"transcript_support_level": null,
"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": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1525_*1536delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000636751.2",
"protein_id": "ENSP00000489783.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": 8283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1695_*1706delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637115.2",
"protein_id": "ENSP00000490234.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": 7883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1117_*1128delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000637923.2",
"protein_id": "ENSP00000490329.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": 7314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"hgvs_c": "n.*1428_*1439delCCAAGCTCCTGA",
"hgvs_p": null,
"transcript": "ENST00000674764.1",
"protein_id": "ENSP00000502213.1",
"transcript_support_level": null,
"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": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TCF4",
"gene_hgnc_id": 11634,
"dbsnp": "rs1555710127",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM4,PP3,PP5_Moderate",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM4",
"PP3",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000354452.8",
"gene_symbol": "TCF4",
"hgnc_id": 11634,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1817_1828delCCAAGCTCCTGA",
"hgvs_p": "p.Thr606_Leu609del"
}
],
"clinvar_disease": "Pitt-Hopkins syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Pitt-Hopkins syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}