← 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: 15-70056320-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=70056320&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 70056320,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001438147.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr",
"transcript": "NM_001105192.3",
"protein_id": "NP_001098662.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 769,
"cds_start": 1306,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000451782.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001105192.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr",
"transcript": "ENST00000451782.7",
"protein_id": "ENSP00000394717.3",
"transcript_support_level": 5,
"aa_start": 436,
"aa_end": null,
"aa_length": 769,
"cds_start": 1306,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001105192.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451782.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "ENST00000558939.5",
"protein_id": "ENSP00000452871.1",
"transcript_support_level": 1,
"aa_start": 439,
"aa_end": null,
"aa_length": 772,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558939.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1300G>A",
"hgvs_p": "p.Ala434Thr",
"transcript": "ENST00000558379.5",
"protein_id": "ENSP00000453435.1",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 767,
"cds_start": 1300,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558379.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000557907.5",
"protein_id": "ENSP00000453107.1",
"transcript_support_level": 1,
"aa_start": 431,
"aa_end": null,
"aa_length": 764,
"cds_start": 1291,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557907.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000557997.5",
"protein_id": "ENSP00000453083.1",
"transcript_support_level": 1,
"aa_start": 431,
"aa_end": null,
"aa_length": 764,
"cds_start": 1291,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557997.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Ala427Thr",
"transcript": "ENST00000317509.12",
"protein_id": "ENSP00000319233.8",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 760,
"cds_start": 1279,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317509.12"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1345G>A",
"hgvs_p": "p.Ala449Thr",
"transcript": "ENST00000559929.5",
"protein_id": "ENSP00000453081.1",
"transcript_support_level": 5,
"aa_start": 449,
"aa_end": null,
"aa_length": 782,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559929.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1336G>A",
"hgvs_p": "p.Ala446Thr",
"transcript": "NM_001438147.1",
"protein_id": "NP_001425076.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 779,
"cds_start": 1336,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438147.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1336G>A",
"hgvs_p": "p.Ala446Thr",
"transcript": "ENST00000952208.1",
"protein_id": "ENSP00000622267.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 779,
"cds_start": 1336,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952208.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1333G>A",
"hgvs_p": "p.Ala445Thr",
"transcript": "ENST00000558201.5",
"protein_id": "ENSP00000452881.1",
"transcript_support_level": 5,
"aa_start": 445,
"aa_end": null,
"aa_length": 778,
"cds_start": 1333,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558201.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1321G>A",
"hgvs_p": "p.Ala441Thr",
"transcript": "NM_001438148.1",
"protein_id": "NP_001425077.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 774,
"cds_start": 1321,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438148.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1321G>A",
"hgvs_p": "p.Ala441Thr",
"transcript": "ENST00000560939.5",
"protein_id": "ENSP00000452933.1",
"transcript_support_level": 5,
"aa_start": 441,
"aa_end": null,
"aa_length": 774,
"cds_start": 1321,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560939.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "NM_005078.4",
"protein_id": "NP_005069.2",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 772,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005078.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "ENST00000559048.5",
"protein_id": "ENSP00000453760.1",
"transcript_support_level": 2,
"aa_start": 439,
"aa_end": null,
"aa_length": 772,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559048.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1303G>A",
"hgvs_p": "p.Ala435Thr",
"transcript": "ENST00000952209.1",
"protein_id": "ENSP00000622268.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 768,
"cds_start": 1303,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952209.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1300G>A",
"hgvs_p": "p.Ala434Thr",
"transcript": "NM_001282980.2",
"protein_id": "NP_001269909.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 767,
"cds_start": 1300,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282980.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "NM_001438836.1",
"protein_id": "NP_001425765.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 766,
"cds_start": 1297,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438836.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001282979.2",
"protein_id": "NP_001269908.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 764,
"cds_start": 1291,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282979.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Ala430Thr",
"transcript": "NM_001438837.1",
"protein_id": "NP_001425766.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 763,
"cds_start": 1288,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438837.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "NM_001282981.2",
"protein_id": "NP_001269910.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 762,
"cds_start": 1285,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282981.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000440567.7",
"protein_id": "ENSP00000415057.3",
"transcript_support_level": 2,
"aa_start": 429,
"aa_end": null,
"aa_length": 762,
"cds_start": 1285,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440567.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Ala427Thr",
"transcript": "NM_020908.3",
"protein_id": "NP_065959.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 760,
"cds_start": 1279,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020908.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Ala422Thr",
"transcript": "NM_001438838.1",
"protein_id": "NP_001425767.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 755,
"cds_start": 1264,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438838.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1147G>A",
"hgvs_p": "p.Ala383Thr",
"transcript": "ENST00000560589.5",
"protein_id": "ENSP00000454141.1",
"transcript_support_level": 5,
"aa_start": 383,
"aa_end": null,
"aa_length": 716,
"cds_start": 1147,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560589.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1096G>A",
"hgvs_p": "p.Ala366Thr",
"transcript": "NM_001282982.2",
"protein_id": "NP_001269911.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 699,
"cds_start": 1096,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282982.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1084G>A",
"hgvs_p": "p.Ala362Thr",
"transcript": "ENST00000918356.1",
"protein_id": "ENSP00000588415.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 695,
"cds_start": 1084,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918356.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.58G>A",
"hgvs_p": "p.Ala20Thr",
"transcript": "ENST00000559191.5",
"protein_id": "ENSP00000454029.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 353,
"cds_start": 58,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559191.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1345G>A",
"hgvs_p": "p.Ala449Thr",
"transcript": "XM_011521976.4",
"protein_id": "XP_011520278.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 782,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521976.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1342G>A",
"hgvs_p": "p.Ala448Thr",
"transcript": "XM_011521977.4",
"protein_id": "XP_011520279.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 781,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521977.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Ala444Thr",
"transcript": "XM_011521978.4",
"protein_id": "XP_011520280.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 777,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521978.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1312G>A",
"hgvs_p": "p.Ala438Thr",
"transcript": "XM_011521980.4",
"protein_id": "XP_011520282.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 771,
"cds_start": 1312,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521980.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "XM_005254625.5",
"protein_id": "XP_005254682.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 770,
"cds_start": 1309,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254625.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1345G>A",
"hgvs_p": "p.Ala449Thr",
"transcript": "XM_011521981.3",
"protein_id": "XP_011520283.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 767,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521981.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "XM_005254628.5",
"protein_id": "XP_005254685.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 765,
"cds_start": 1294,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254628.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr",
"transcript": "XM_011521982.4",
"protein_id": "XP_011520284.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 698,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521982.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1084G>A",
"hgvs_p": "p.Ala362Thr",
"transcript": "XM_047432992.1",
"protein_id": "XP_047288948.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 695,
"cds_start": 1084,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432992.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1078G>A",
"hgvs_p": "p.Ala360Thr",
"transcript": "XM_011521983.4",
"protein_id": "XP_011520285.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 693,
"cds_start": 1078,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521983.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1069G>A",
"hgvs_p": "p.Ala357Thr",
"transcript": "XM_047432993.1",
"protein_id": "XP_047288949.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 690,
"cds_start": 1069,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432993.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "c.1345G>A",
"hgvs_p": "p.Ala449Thr",
"transcript": "XM_017022532.3",
"protein_id": "XP_016878021.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 555,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022532.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "n.1372G>A",
"hgvs_p": null,
"transcript": "ENST00000557815.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000557815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "n.1291G>A",
"hgvs_p": null,
"transcript": "ENST00000557919.5",
"protein_id": "ENSP00000452803.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000557919.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "n.1306G>A",
"hgvs_p": null,
"transcript": "ENST00000560525.6",
"protein_id": "ENSP00000453219.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000560525.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "n.1300G>A",
"hgvs_p": null,
"transcript": "ENST00000561453.5",
"protein_id": "ENSP00000453373.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000561453.5"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"hgvs_c": "n.1165G>A",
"hgvs_p": null,
"transcript": "ENST00000654081.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000654081.1"
}
],
"gene_symbol": "TLE3",
"gene_hgnc_id": 11839,
"dbsnp": "rs764899809",
"frequency_reference_population": 0.000017106438,
"hom_count_reference_population": 0,
"allele_count_reference_population": 25,
"gnomad_exomes_af": 0.0000171064,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.044565558433532715,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.052,
"revel_prediction": "Benign",
"alphamissense_score": 0.0688,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.865,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001438147.1",
"gene_symbol": "TLE3",
"hgnc_id": 11839,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1336G>A",
"hgvs_p": "p.Ala446Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}