← 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: 4-106235347-G-GT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=106235347&ref=G&alt=GT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 106235347,
"ref": "G",
"alt": "GT",
"effect": "frameshift_variant",
"transcript": "ENST00000394708.7",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "NM_001163435.3",
"protein_id": "NP_001156907.2",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 7961,
"mane_select": "ENST00000394708.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "ENST00000394708.7",
"protein_id": "ENSP00000378198.2",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 7961,
"mane_select": "NM_001163435.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1253dupA",
"hgvs_p": "p.Asn418fs",
"transcript": "ENST00000394706.7",
"protein_id": "ENSP00000378196.3",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 854,
"cds_start": 1253,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 3349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1181dupA",
"hgvs_p": "p.Asn394fs",
"transcript": "ENST00000361687.8",
"protein_id": "ENSP00000355338.4",
"transcript_support_level": 1,
"aa_start": 394,
"aa_end": null,
"aa_length": 830,
"cds_start": 1181,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1510,
"cdna_end": null,
"cdna_length": 3312,
"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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.*1009dupA",
"hgvs_p": null,
"transcript": "ENST00000467183.6",
"protein_id": "ENSP00000421182.1",
"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": 3566,
"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": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.*1009dupA",
"hgvs_p": null,
"transcript": "ENST00000467183.6",
"protein_id": "ENSP00000421182.1",
"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": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "NM_001163436.4",
"protein_id": "NP_001156908.2",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 7818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "ENST00000273980.10",
"protein_id": "ENSP00000273980.4",
"transcript_support_level": 5,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 7818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1253dupA",
"hgvs_p": "p.Asn418fs",
"transcript": "NM_001163437.3",
"protein_id": "NP_001156909.2",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 854,
"cds_start": 1253,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1561,
"cdna_end": null,
"cdna_length": 7844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1181dupA",
"hgvs_p": "p.Asn394fs",
"transcript": "NM_033115.5",
"protein_id": "NP_149106.3",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 830,
"cds_start": 1181,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.854dupA",
"hgvs_p": "p.Asn285fs",
"transcript": "NM_001290768.2",
"protein_id": "NP_001277697.2",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 721,
"cds_start": 854,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 1779,
"cdna_end": null,
"cdna_length": 8062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_011532417.3",
"protein_id": "XP_011530719.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 5683,
"cdna_end": null,
"cdna_length": 11966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_017008846.2",
"protein_id": "XP_016864335.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 7965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_024454281.2",
"protein_id": "XP_024310049.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 893,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 7973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_017008847.3",
"protein_id": "XP_016864336.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 857,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 3796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_047416422.1",
"protein_id": "XP_047272378.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 857,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 3809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_047416423.1",
"protein_id": "XP_047272379.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 857,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_047416424.1",
"protein_id": "XP_047272380.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 857,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 5683,
"cdna_end": null,
"cdna_length": 7801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1181dupA",
"hgvs_p": "p.Asn394fs",
"transcript": "XM_047416425.1",
"protein_id": "XP_047272381.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 830,
"cds_start": 1181,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 7776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1181dupA",
"hgvs_p": "p.Asn394fs",
"transcript": "XM_047416426.1",
"protein_id": "XP_047272382.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 794,
"cds_start": 1181,
"cds_end": null,
"cds_length": 2385,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1052dupA",
"hgvs_p": "p.Asn351fs",
"transcript": "XM_017008848.2",
"protein_id": "XP_016864337.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 787,
"cds_start": 1052,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 7828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.854dupA",
"hgvs_p": "p.Asn285fs",
"transcript": "XM_017008849.2",
"protein_id": "XP_016864338.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 721,
"cds_start": 854,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 7639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs",
"transcript": "XM_047416427.1",
"protein_id": "XP_047272383.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 647,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 2365,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.*215dupA",
"hgvs_p": null,
"transcript": "ENST00000508666.5",
"protein_id": "ENSP00000422160.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": 897,
"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": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1023dupA",
"hgvs_p": null,
"transcript": "ENST00000510927.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2826,
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1678dupA",
"hgvs_p": null,
"transcript": "XR_001741353.3",
"protein_id": null,
"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": 2632,
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1678dupA",
"hgvs_p": null,
"transcript": "XR_007057982.1",
"protein_id": null,
"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": 4377,
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1682dupA",
"hgvs_p": null,
"transcript": "XR_007057983.1",
"protein_id": null,
"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": 4386,
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1489dupA",
"hgvs_p": null,
"transcript": "XR_007057984.1",
"protein_id": null,
"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": 4193,
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.1678dupA",
"hgvs_p": null,
"transcript": "XR_938800.4",
"protein_id": null,
"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": 4382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "c.-41dupA",
"hgvs_p": null,
"transcript": "ENST00000503516.1",
"protein_id": "ENSP00000423834.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 55,
"cds_start": -4,
"cds_end": null,
"cds_length": 169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 601,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"hgvs_c": "n.*215dupA",
"hgvs_p": null,
"transcript": "ENST00000508666.5",
"protein_id": "ENSP00000422160.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": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TBCK",
"gene_hgnc_id": 28261,
"dbsnp": "rs746860249",
"frequency_reference_population": 0.000018677927,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000192474,
"gnomad_genomes_af": 0.0000132074,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 5.746,
"phylop100way_prediction": "Uncertain_significance",
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000394708.7",
"gene_symbol": "TBCK",
"hgnc_id": 28261,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1370dupA",
"hgvs_p": "p.Asn457fs"
}
],
"clinvar_disease": " infantile, with psychomotor retardation and characteristic facies 3,Hypotonia,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:2",
"phenotype_combined": "not provided|Hypotonia, infantile, with psychomotor retardation and characteristic facies 3",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}