← 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-6615235-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=6615235&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 6615235,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000299427.12",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.1361C>T",
"hgvs_p": "p.Ala454Val",
"transcript": "NM_000391.4",
"protein_id": "NP_000382.3",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 563,
"cds_start": 1361,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": "ENST00000299427.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.1361C>T",
"hgvs_p": "p.Ala454Val",
"transcript": "ENST00000299427.12",
"protein_id": "ENSP00000299427.6",
"transcript_support_level": 1,
"aa_start": 454,
"aa_end": null,
"aa_length": 563,
"cds_start": 1361,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": "NM_000391.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Ala211Val",
"transcript": "ENST00000533371.6",
"protein_id": "ENSP00000437066.1",
"transcript_support_level": 1,
"aa_start": 211,
"aa_end": null,
"aa_length": 320,
"cds_start": 632,
"cds_end": null,
"cds_length": 963,
"cdna_start": 1473,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.1247C>T",
"hgvs_p": "p.Ala416Val",
"transcript": "ENST00000682424.1",
"protein_id": "ENSP00000507321.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 525,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 3353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.1172C>T",
"hgvs_p": "p.Ala391Val",
"transcript": "ENST00000644218.1",
"protein_id": "ENSP00000493574.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 500,
"cds_start": 1172,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 3292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.1082C>T",
"hgvs_p": "p.Ala361Val",
"transcript": "ENST00000644810.1",
"protein_id": "ENSP00000495895.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 470,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.869C>T",
"hgvs_p": "p.Ala290Val",
"transcript": "ENST00000643516.1",
"protein_id": "ENSP00000496372.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 399,
"cds_start": 869,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Ala211Val",
"transcript": "ENST00000642892.1",
"protein_id": "ENSP00000494165.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 320,
"cds_start": 632,
"cds_end": null,
"cds_length": 963,
"cdna_start": 1377,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Ala211Val",
"transcript": "ENST00000645620.1",
"protein_id": "ENSP00000493657.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 320,
"cds_start": 632,
"cds_end": null,
"cds_length": 963,
"cdna_start": 1388,
"cdna_end": null,
"cdna_length": 3464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Ala211Val",
"transcript": "ENST00000647152.1",
"protein_id": "ENSP00000495893.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 320,
"cds_start": 632,
"cds_end": null,
"cds_length": 963,
"cdna_start": 1346,
"cdna_end": null,
"cdna_length": 3414,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.221C>T",
"hgvs_p": null,
"transcript": "ENST00000524611.2",
"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": 2495,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.481C>T",
"hgvs_p": null,
"transcript": "ENST00000524924.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 757,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285338",
"gene_hgnc_id": null,
"hgvs_c": "n.566C>T",
"hgvs_p": null,
"transcript": "ENST00000532191.2",
"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": 1349,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*156C>T",
"hgvs_p": null,
"transcript": "ENST00000643342.1",
"protein_id": "ENSP00000494324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2007,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*1101C>T",
"hgvs_p": null,
"transcript": "ENST00000643439.1",
"protein_id": "ENSP00000495849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3288,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.1547C>T",
"hgvs_p": null,
"transcript": "ENST00000643479.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": 3640,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*814C>T",
"hgvs_p": null,
"transcript": "ENST00000644683.1",
"protein_id": "ENSP00000494085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3333,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.1537C>T",
"hgvs_p": null,
"transcript": "ENST00000644831.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": 3620,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*227C>T",
"hgvs_p": null,
"transcript": "ENST00000644933.1",
"protein_id": "ENSP00000496133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3507,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*227C>T",
"hgvs_p": null,
"transcript": "ENST00000645285.1",
"protein_id": "ENSP00000495058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3306,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.2566C>T",
"hgvs_p": null,
"transcript": "ENST00000645331.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": 4649,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.1248C>T",
"hgvs_p": null,
"transcript": "ENST00000646691.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": 3282,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.1694C>T",
"hgvs_p": null,
"transcript": "ENST00000646777.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": 3787,
"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": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.1841C>T",
"hgvs_p": null,
"transcript": "ENST00000647016.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": 3750,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*1230C>T",
"hgvs_p": null,
"transcript": "ENST00000647209.1",
"protein_id": "ENSP00000495558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3210,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.2381C>T",
"hgvs_p": null,
"transcript": "ENST00000647346.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": 4282,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*156C>T",
"hgvs_p": null,
"transcript": "ENST00000643342.1",
"protein_id": "ENSP00000494324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2007,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*1101C>T",
"hgvs_p": null,
"transcript": "ENST00000643439.1",
"protein_id": "ENSP00000495849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3288,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*814C>T",
"hgvs_p": null,
"transcript": "ENST00000644683.1",
"protein_id": "ENSP00000494085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3333,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*227C>T",
"hgvs_p": null,
"transcript": "ENST00000644933.1",
"protein_id": "ENSP00000496133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3507,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*227C>T",
"hgvs_p": null,
"transcript": "ENST00000645285.1",
"protein_id": "ENSP00000495058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3306,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "n.*1230C>T",
"hgvs_p": null,
"transcript": "ENST00000647209.1",
"protein_id": "ENSP00000495558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"hgvs_c": "c.*87C>T",
"hgvs_p": null,
"transcript": "ENST00000436873.7",
"protein_id": "ENSP00000398136.3",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TPP1",
"gene_hgnc_id": 2073,
"dbsnp": "rs121908201",
"frequency_reference_population": 0.000006569784,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000656978,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8875828981399536,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.917,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4396,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.38,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.242,
"phylop100way_prediction": "Pathogenic",
"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": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000299427.12",
"gene_symbol": "TPP1",
"hgnc_id": 2073,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1361C>T",
"hgvs_p": "p.Ala454Val"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000532191.2",
"gene_symbol": "ENSG00000285338",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.566C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}