← 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-6614927-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=6614927&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TPP1",
"hgnc_id": 2073,
"hgvs_c": "c.1490G>A",
"hgvs_p": "p.Arg497His",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_000391.4",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000285338",
"hgnc_id": null,
"hgvs_c": "n.695G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -4,
"transcript": "ENST00000532191.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": 61,
"alphamissense_prediction": null,
"alphamissense_score": 0.0763,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.43,
"chr": "11",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Autosomal recessive spinocerebellar ataxia 7,Neuronal ceroid lipofuscinosis 2,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:5",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.04752424359321594,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 563,
"aa_ref": "R",
"aa_start": 497,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": 1512,
"cds_end": null,
"cds_length": 1692,
"cds_start": 1490,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_000391.4",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1490G>A",
"hgvs_p": "p.Arg497His",
"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": "H",
"aa_end": null,
"aa_length": 563,
"aa_ref": "R",
"aa_start": 497,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": 1512,
"cds_end": null,
"cds_length": 1692,
"cds_start": 1490,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000299427.12",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1490G>A",
"hgvs_p": "p.Arg497His",
"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": "H",
"aa_end": null,
"aa_length": 320,
"aa_ref": "R",
"aa_start": 254,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3578,
"cdna_start": 1602,
"cds_end": null,
"cds_length": 963,
"cds_start": 761,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000533371.6",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254His",
"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": "H",
"aa_end": null,
"aa_length": 562,
"aa_ref": "R",
"aa_start": 496,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3489,
"cdna_start": 1509,
"cds_end": null,
"cds_length": 1689,
"cds_start": 1487,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000895469.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1487G>A",
"hgvs_p": "p.Arg496His",
"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": "H",
"aa_end": null,
"aa_length": 537,
"aa_ref": "R",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3414,
"cdna_start": 1434,
"cds_end": null,
"cds_length": 1614,
"cds_start": 1412,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000895471.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"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": "H",
"aa_end": null,
"aa_length": 532,
"aa_ref": "R",
"aa_start": 466,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3399,
"cdna_start": 1419,
"cds_end": null,
"cds_length": 1599,
"cds_start": 1397,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000895470.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466His",
"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": "H",
"aa_end": null,
"aa_length": 525,
"aa_ref": "R",
"aa_start": 459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3353,
"cdna_start": 1378,
"cds_end": null,
"cds_length": 1578,
"cds_start": 1376,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000682424.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1376G>A",
"hgvs_p": "p.Arg459His",
"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": "H",
"aa_end": null,
"aa_length": 500,
"aa_ref": "R",
"aa_start": 434,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3292,
"cdna_start": 1330,
"cds_end": null,
"cds_length": 1503,
"cds_start": 1301,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000644218.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1301G>A",
"hgvs_p": "p.Arg434His",
"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": "H",
"aa_end": null,
"aa_length": 470,
"aa_ref": "R",
"aa_start": 404,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3190,
"cdna_start": 1224,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1211,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000644810.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.1211G>A",
"hgvs_p": "p.Arg404His",
"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": "H",
"aa_end": null,
"aa_length": 399,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2915,
"cdna_start": 999,
"cds_end": null,
"cds_length": 1200,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000643516.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.998G>A",
"hgvs_p": "p.Arg333His",
"intron_rank": null,
"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": "H",
"aa_end": null,
"aa_length": 344,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2833,
"cdna_start": 853,
"cds_end": null,
"cds_length": 1035,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000931962.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"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": "H",
"aa_end": null,
"aa_length": 320,
"aa_ref": "R",
"aa_start": 254,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3470,
"cdna_start": 1506,
"cds_end": null,
"cds_length": 963,
"cds_start": 761,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000642892.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254His",
"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": "H",
"aa_end": null,
"aa_length": 320,
"aa_ref": "R",
"aa_start": 254,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3464,
"cdna_start": 1517,
"cds_end": null,
"cds_length": 963,
"cds_start": 761,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000645620.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254His",
"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": "H",
"aa_end": null,
"aa_length": 320,
"aa_ref": "R",
"aa_start": 254,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3414,
"cdna_start": 1475,
"cds_end": null,
"cds_length": 963,
"cds_start": 761,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000647152.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254His",
"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": "H",
"aa_end": null,
"aa_length": 211,
"aa_ref": "R",
"aa_start": 145,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2443,
"cdna_start": 463,
"cds_end": null,
"cds_length": 636,
"cds_start": 434,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000895468.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "c.434G>A",
"hgvs_p": "p.Arg145His",
"intron_rank": null,
"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": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000524611.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.350G>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": "ENST00000524611.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": 757,
"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": "ENST00000524924.2",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.610G>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": "ENST00000524924.2",
"transcript_support_level": 3
},
{
"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": 1349,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000532191.2",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285338",
"hgvs_c": "n.695G>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": "ENST00000532191.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": 2007,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000643342.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*285G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494324.1",
"strand": false,
"transcript": "ENST00000643342.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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000643439.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*1230G>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": 11,
"exon_rank_end": null,
"feature": "ENST00000643479.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1676G>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": "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": 12,
"exon_rank_end": null,
"feature": "ENST00000644683.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*943G>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": 11,
"exon_rank_end": null,
"feature": "ENST00000644831.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1666G>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": 12,
"exon_rank_end": null,
"feature": "ENST00000644933.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*356G>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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000645285.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*356G>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": 7,
"exon_rank_end": null,
"feature": "ENST00000645331.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.2695G>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": 3282,
"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": "ENST00000646691.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1377G>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": "ENST00000646691.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": 10,
"exon_rank_end": null,
"feature": "ENST00000646777.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1823G>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": 8,
"exon_rank_end": null,
"feature": "ENST00000647016.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.1970G>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": 12,
"exon_rank_end": null,
"feature": "ENST00000647209.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*1359G>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": 11,
"exon_rank_end": null,
"feature": "ENST00000647346.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.2510G>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": 2007,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000643342.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*285G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494324.1",
"strand": false,
"transcript": "ENST00000643342.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": 11,
"exon_rank_end": null,
"feature": "ENST00000643439.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*1230G>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": 12,
"exon_rank_end": null,
"feature": "ENST00000644683.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*943G>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": 3507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000644933.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*356G>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": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000645285.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*356G>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": 3210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000647209.1",
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"hgvs_c": "n.*1359G>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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs549928656",
"effect": "missense_variant",
"frequency_reference_population": 0.000037792895,
"gene_hgnc_id": 2073,
"gene_symbol": "TPP1",
"gnomad_exomes_ac": 51,
"gnomad_exomes_af": 0.0000348867,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 10,
"gnomad_genomes_af": 0.0000657099,
"gnomad_genomes_homalt": 0,
"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": "Neuronal ceroid lipofuscinosis 2|not provided|Autosomal recessive spinocerebellar ataxia 7;Neuronal ceroid lipofuscinosis 2",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.066,
"pos": 6614927,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.19,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05999999865889549,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.06,
"transcript": "NM_000391.4"
}
]
}