← 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: 11-6617082-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=6617082&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM1",
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TPP1",
"hgnc_id": 2073,
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"inheritance_mode": "AR",
"pathogenic_score": 4,
"score": 2,
"transcript": "NM_000391.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4_Moderate",
"acmg_score": 2,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": 0.0858,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.42,
"chr": "11",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.07989031076431274,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 563,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": 602,
"cds_end": null,
"cds_length": 1692,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_000391.4",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000299427.12",
"protein_coding": true,
"protein_id": "NP_000382.3",
"strand": false,
"transcript": "NM_000391.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 563,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": 602,
"cds_end": null,
"cds_length": 1692,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000299427.12",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000391.4",
"protein_coding": true,
"protein_id": "ENSP00000299427.6",
"strand": false,
"transcript": "ENST00000299427.12",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3578,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000533371.6",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437066.1",
"strand": false,
"transcript": "ENST00000533371.6",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 562,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3489,
"cdna_start": 602,
"cds_end": null,
"cds_length": 1689,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000895469.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565528.1",
"strand": false,
"transcript": "ENST00000895469.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 537,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3414,
"cdna_start": 602,
"cds_end": null,
"cds_length": 1614,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000895471.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565530.1",
"strand": false,
"transcript": "ENST00000895471.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 532,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3399,
"cdna_start": 602,
"cds_end": null,
"cds_length": 1599,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000895470.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565529.1",
"strand": false,
"transcript": "ENST00000895470.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 525,
"aa_ref": "V",
"aa_start": 156,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3353,
"cdna_start": 468,
"cds_end": null,
"cds_length": 1578,
"cds_start": 466,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000682424.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.466G>A",
"hgvs_p": "p.Val156Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507321.1",
"strand": false,
"transcript": "ENST00000682424.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 500,
"aa_ref": "V",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3292,
"cdna_start": 609,
"cds_end": null,
"cds_length": 1503,
"cds_start": 580,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000644218.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Val194Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493574.1",
"strand": false,
"transcript": "ENST00000644218.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 470,
"aa_ref": "V",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3190,
"cdna_start": 314,
"cds_end": null,
"cds_length": 1413,
"cds_start": 301,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000644810.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495895.1",
"strand": false,
"transcript": "ENST00000644810.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3470,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000642892.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494165.1",
"strand": false,
"transcript": "ENST00000642892.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3464,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000645620.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493657.1",
"strand": false,
"transcript": "ENST00000645620.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3414,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000647152.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495893.1",
"strand": false,
"transcript": "ENST00000647152.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 399,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2915,
"cdna_start": null,
"cds_end": null,
"cds_length": 1200,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000643516.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.394+219G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496372.1",
"strand": false,
"transcript": "ENST00000643516.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 344,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2833,
"cdna_start": null,
"cds_end": null,
"cds_length": 1035,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000931962.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.230-579G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602021.1",
"strand": false,
"transcript": "ENST00000931962.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 211,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2443,
"cdna_start": null,
"cds_end": null,
"cds_length": 636,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000895468.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.90-1520G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565527.1",
"strand": false,
"transcript": "ENST00000895468.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 168,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 511,
"cdna_start": null,
"cds_end": null,
"cds_length": 509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000436873.7",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.310+219G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000398136.3",
"strand": false,
"transcript": "ENST00000436873.7",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 835,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000428886.7",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.815G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000428886.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2107,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000524788.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1739G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000524788.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2310,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000524903.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1855G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000524903.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 659,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000528807.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.236G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000528807.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 635,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000534644.6",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.528G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000534644.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3288,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000643439.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*320G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495849.1",
"strand": false,
"transcript": "ENST00000643439.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3640,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000643479.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.609G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000643479.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2336,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000644151.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.2019G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000644151.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3333,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000644683.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*33G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494085.1",
"strand": false,
"transcript": "ENST00000644683.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3620,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000644831.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.756G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000644831.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000644933.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496133.1",
"strand": false,
"transcript": "ENST00000644933.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2290,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000645020.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1755G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000645020.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3306,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000645285.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495058.1",
"strand": false,
"transcript": "ENST00000645285.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4649,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000645331.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.946G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000645331.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3787,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000646777.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.756G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000646777.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3750,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647016.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1060G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000647016.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000647209.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*449G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495558.1",
"strand": false,
"transcript": "ENST00000647209.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4282,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000647346.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1600G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000647346.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000644933.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496133.1",
"strand": false,
"transcript": "ENST00000644933.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3306,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000645285.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.-150G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495058.1",
"strand": false,
"transcript": "ENST00000645285.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3288,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000643439.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*320G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495849.1",
"strand": false,
"transcript": "ENST00000643439.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3333,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000644683.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*33G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494085.1",
"strand": false,
"transcript": "ENST00000644683.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000647209.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*449G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495558.1",
"strand": false,
"transcript": "ENST00000647209.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 560,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000530040.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.479+277G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000530040.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 464,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000528571.6",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*467G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000434647.1",
"strand": true,
"transcript": "ENST00000528571.6",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1303710593",
"effect": "missense_variant",
"frequency_reference_population": 0.0000020521773,
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205218,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.015,
"pos": 6617082,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.118,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_000391.4"
}
]
}