← 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: 16-66517207-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=66517207&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 66517207,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000544898.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.547C>A",
"hgvs_p": "p.Arg183Arg",
"transcript": "NM_004614.5",
"protein_id": "NP_004605.4",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 265,
"cds_start": 547,
"cds_end": null,
"cds_length": 798,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 4824,
"mane_select": "ENST00000544898.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.547C>A",
"hgvs_p": "p.Arg183Arg",
"transcript": "ENST00000544898.6",
"protein_id": "ENSP00000440898.2",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 265,
"cds_start": 547,
"cds_end": null,
"cds_length": 798,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 4824,
"mane_select": "NM_004614.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.454C>A",
"hgvs_p": "p.Arg152Arg",
"transcript": "ENST00000451102.7",
"protein_id": "ENSP00000414334.4",
"transcript_support_level": 1,
"aa_start": 152,
"aa_end": null,
"aa_length": 234,
"cds_start": 454,
"cds_end": null,
"cds_length": 705,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 3371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.490C>A",
"hgvs_p": "p.Arg164Arg",
"transcript": "ENST00000527284.6",
"protein_id": "ENSP00000435312.2",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 219,
"cds_start": 490,
"cds_end": null,
"cds_length": 660,
"cdna_start": 491,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.379C>A",
"hgvs_p": "p.Arg127Arg",
"transcript": "ENST00000299697.12",
"protein_id": "ENSP00000299697.9",
"transcript_support_level": 1,
"aa_start": 127,
"aa_end": null,
"aa_length": 209,
"cds_start": 379,
"cds_end": null,
"cds_length": 630,
"cdna_start": 401,
"cdna_end": null,
"cdna_length": 3177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000527800.6",
"protein_id": "ENSP00000433770.1",
"transcript_support_level": 1,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 1270,
"cdna_end": null,
"cdna_length": 2745,
"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": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*405C>A",
"hgvs_p": null,
"transcript": "ENST00000567357.6",
"protein_id": "ENSP00000457959.2",
"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": 2266,
"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": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*405C>A",
"hgvs_p": null,
"transcript": "ENST00000567357.6",
"protein_id": "ENSP00000457959.2",
"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": 2266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.357-3396C>A",
"hgvs_p": null,
"transcript": "ENST00000569718.6",
"protein_id": "ENSP00000464313.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.547C>A",
"hgvs_p": "p.Arg183Arg",
"transcript": "ENST00000564917.5",
"protein_id": "ENSP00000455187.1",
"transcript_support_level": 3,
"aa_start": 183,
"aa_end": null,
"aa_length": 282,
"cds_start": 547,
"cds_end": null,
"cds_length": 849,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 1156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.493C>A",
"hgvs_p": "p.Arg165Arg",
"transcript": "NM_001172645.2",
"protein_id": "NP_001166116.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 247,
"cds_start": 493,
"cds_end": null,
"cds_length": 744,
"cdna_start": 554,
"cdna_end": null,
"cdna_length": 4770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.493C>A",
"hgvs_p": "p.Arg165Arg",
"transcript": "ENST00000417693.8",
"protein_id": "ENSP00000407469.5",
"transcript_support_level": 2,
"aa_start": 165,
"aa_end": null,
"aa_length": 247,
"cds_start": 493,
"cds_end": null,
"cds_length": 744,
"cdna_start": 622,
"cdna_end": null,
"cdna_length": 1046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.472C>A",
"hgvs_p": "p.Arg158Arg",
"transcript": "NM_001172644.2",
"protein_id": "NP_001166115.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 240,
"cds_start": 472,
"cds_end": null,
"cds_length": 723,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 4749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.472C>A",
"hgvs_p": "p.Arg158Arg",
"transcript": "ENST00000545043.6",
"protein_id": "ENSP00000438143.2",
"transcript_support_level": 2,
"aa_start": 158,
"aa_end": null,
"aa_length": 240,
"cds_start": 472,
"cds_end": null,
"cds_length": 723,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.454C>A",
"hgvs_p": "p.Arg152Arg",
"transcript": "NM_001172643.1",
"protein_id": "NP_001166114.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 234,
"cds_start": 454,
"cds_end": null,
"cds_length": 705,
"cdna_start": 462,
"cdna_end": null,
"cdna_length": 4678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.400C>A",
"hgvs_p": "p.Arg134Arg",
"transcript": "NM_001271934.2",
"protein_id": "NP_001258863.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 216,
"cds_start": 400,
"cds_end": null,
"cds_length": 651,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 4919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "NM_001272050.2",
"protein_id": "NP_001258979.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 5185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000525974.5",
"protein_id": "ENSP00000434594.1",
"transcript_support_level": 2,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 1178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000563369.6",
"protein_id": "ENSP00000463560.1",
"transcript_support_level": 5,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000677420.1",
"protein_id": "ENSP00000504648.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 1469,
"cdna_end": null,
"cdna_length": 2930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000677555.1",
"protein_id": "ENSP00000503331.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 2585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000677715.1",
"protein_id": "ENSP00000502950.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000678015.1",
"protein_id": "ENSP00000502959.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000678297.1",
"protein_id": "ENSP00000503472.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 168,
"cds_start": 256,
"cds_end": null,
"cds_length": 507,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000563478.5",
"protein_id": "ENSP00000462341.1",
"transcript_support_level": 3,
"aa_start": 86,
"aa_end": null,
"aa_length": 129,
"cds_start": 256,
"cds_end": null,
"cds_length": 391,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000678314.1",
"protein_id": "ENSP00000504438.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 98,
"cds_start": 256,
"cds_end": null,
"cds_length": 299,
"cdna_start": 1299,
"cdna_end": null,
"cdna_length": 1342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.256C>A",
"hgvs_p": "p.Arg86Arg",
"transcript": "ENST00000562484.2",
"protein_id": "ENSP00000463326.1",
"transcript_support_level": 5,
"aa_start": 86,
"aa_end": null,
"aa_length": 87,
"cds_start": 256,
"cds_end": null,
"cds_length": 266,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 553,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260851",
"gene_hgnc_id": null,
"hgvs_c": "n.106C>A",
"hgvs_p": null,
"transcript": "ENST00000561527.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 586,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.363C>A",
"hgvs_p": null,
"transcript": "ENST00000562552.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": 898,
"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": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.74C>A",
"hgvs_p": null,
"transcript": "ENST00000563099.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": 571,
"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": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.202C>A",
"hgvs_p": null,
"transcript": "ENST00000564792.1",
"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": 418,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*50C>A",
"hgvs_p": null,
"transcript": "ENST00000676538.1",
"protein_id": "ENSP00000504099.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": 282,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*50C>A",
"hgvs_p": null,
"transcript": "ENST00000677379.1",
"protein_id": "ENSP00000503672.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": 340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000301015",
"gene_hgnc_id": null,
"hgvs_c": "n.96G>T",
"hgvs_p": null,
"transcript": "ENST00000775555.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": 705,
"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": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.1536C>A",
"hgvs_p": null,
"transcript": "NR_073520.2",
"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": 5752,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*50C>A",
"hgvs_p": null,
"transcript": "ENST00000676538.1",
"protein_id": "ENSP00000504099.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": 282,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "n.*50C>A",
"hgvs_p": null,
"transcript": "ENST00000677379.1",
"protein_id": "ENSP00000503672.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": 340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.375-3396C>A",
"hgvs_p": null,
"transcript": "ENST00000620035.5",
"protein_id": "ENSP00000483833.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 152,
"cds_start": -4,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.357-3396C>A",
"hgvs_p": null,
"transcript": "NM_001271935.1",
"protein_id": "NP_001258864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"hgvs_c": "c.88+582C>A",
"hgvs_p": null,
"transcript": "ENST00000676904.1",
"protein_id": "ENSP00000504847.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 39,
"cds_start": -4,
"cds_end": null,
"cds_length": 120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260851",
"gene_hgnc_id": null,
"hgvs_c": "n.-6C>A",
"hgvs_p": null,
"transcript": "ENST00000561728.1",
"protein_id": "ENSP00000462196.1",
"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": 701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TK2",
"gene_hgnc_id": 11831,
"dbsnp": "rs137886900",
"frequency_reference_population": 0.00001363041,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.00000273636,
"gnomad_genomes_af": 0.000118231,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 18,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.46000000834465027,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.44999998807907104,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.184,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.45,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000544898.6",
"gene_symbol": "TK2",
"hgnc_id": 11831,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.547C>A",
"hgvs_p": "p.Arg183Arg"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000561527.5",
"gene_symbol": "ENSG00000260851",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.106C>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000775555.1",
"gene_symbol": "ENSG00000301015",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.96G>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}