← 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-66513786-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=66513786&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 66513786,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000544898.6",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.644T>C",
          "hgvs_p": "p.Leu215Pro",
          "transcript": "NM_004614.5",
          "protein_id": "NP_004605.4",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 644,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 705,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": "ENST00000544898.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.644T>C",
          "hgvs_p": "p.Leu215Pro",
          "transcript": "ENST00000544898.6",
          "protein_id": "ENSP00000440898.2",
          "transcript_support_level": 1,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 644,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 705,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": "NM_004614.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.551T>C",
          "hgvs_p": "p.Leu184Pro",
          "transcript": "ENST00000451102.7",
          "protein_id": "ENSP00000414334.4",
          "transcript_support_level": 1,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 551,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 692,
          "cdna_end": null,
          "cdna_length": 3371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.476T>C",
          "hgvs_p": "p.Leu159Pro",
          "transcript": "ENST00000299697.12",
          "protein_id": "ENSP00000299697.9",
          "transcript_support_level": 1,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": 476,
          "cds_end": null,
          "cds_length": 630,
          "cdna_start": 498,
          "cdna_end": null,
          "cdna_length": 3177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000527800.6",
          "protein_id": "ENSP00000433770.1",
          "transcript_support_level": 1,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 1367,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.382T>C",
          "hgvs_p": "p.Ser128Pro",
          "transcript": "ENST00000569718.6",
          "protein_id": "ENSP00000464313.2",
          "transcript_support_level": 1,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 382,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 1198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000260851",
          "gene_hgnc_id": null,
          "hgvs_c": "n.92T>C",
          "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
        },
        {
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*502T>C",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*502T>C",
          "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": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.562-1720T>C",
          "hgvs_p": null,
          "transcript": "ENST00000527284.6",
          "protein_id": "ENSP00000435312.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.695T>C",
          "hgvs_p": "p.Leu232Pro",
          "transcript": "ENST00000564917.5",
          "protein_id": "ENSP00000455187.1",
          "transcript_support_level": 3,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 695,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 1156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.590T>C",
          "hgvs_p": "p.Leu197Pro",
          "transcript": "NM_001172645.2",
          "protein_id": "NP_001166116.1",
          "transcript_support_level": null,
          "aa_start": 197,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 590,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": 651,
          "cdna_end": null,
          "cdna_length": 4770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.590T>C",
          "hgvs_p": "p.Leu197Pro",
          "transcript": "ENST00000417693.8",
          "protein_id": "ENSP00000407469.5",
          "transcript_support_level": 2,
          "aa_start": 197,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 590,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": 719,
          "cdna_end": null,
          "cdna_length": 1046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.569T>C",
          "hgvs_p": "p.Leu190Pro",
          "transcript": "NM_001172644.2",
          "protein_id": "NP_001166115.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 630,
          "cdna_end": null,
          "cdna_length": 4749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.569T>C",
          "hgvs_p": "p.Leu190Pro",
          "transcript": "ENST00000545043.6",
          "protein_id": "ENSP00000438143.2",
          "transcript_support_level": 2,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 630,
          "cdna_end": null,
          "cdna_length": 1120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.551T>C",
          "hgvs_p": "p.Leu184Pro",
          "transcript": "NM_001172643.1",
          "protein_id": "NP_001166114.1",
          "transcript_support_level": null,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 551,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 559,
          "cdna_end": null,
          "cdna_length": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.497T>C",
          "hgvs_p": "p.Leu166Pro",
          "transcript": "NM_001271934.2",
          "protein_id": "NP_001258863.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 497,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 800,
          "cdna_end": null,
          "cdna_length": 4919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "NM_001272050.2",
          "protein_id": "NP_001258979.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 5185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000525974.5",
          "protein_id": "ENSP00000434594.1",
          "transcript_support_level": 2,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 769,
          "cdna_end": null,
          "cdna_length": 1178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000563369.6",
          "protein_id": "ENSP00000463560.1",
          "transcript_support_level": 5,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 714,
          "cdna_end": null,
          "cdna_length": 882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000677420.1",
          "protein_id": "ENSP00000504648.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 2930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000677555.1",
          "protein_id": "ENSP00000503331.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 1296,
          "cdna_end": null,
          "cdna_length": 2585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000677715.1",
          "protein_id": "ENSP00000502950.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 714,
          "cdna_end": null,
          "cdna_length": 1005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000678015.1",
          "protein_id": "ENSP00000502959.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 1588,
          "cdna_end": null,
          "cdna_length": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000678297.1",
          "protein_id": "ENSP00000503472.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 894,
          "cdna_end": null,
          "cdna_length": 1777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.400T>C",
          "hgvs_p": "p.Ser134Pro",
          "transcript": "ENST00000620035.5",
          "protein_id": "ENSP00000483833.2",
          "transcript_support_level": 2,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 400,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 461,
          "cdna_end": null,
          "cdna_length": 3140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.382T>C",
          "hgvs_p": "p.Ser128Pro",
          "transcript": "NM_001271935.1",
          "protein_id": "NP_001258864.1",
          "transcript_support_level": null,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 382,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 4509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.353T>C",
          "hgvs_p": "p.Leu118Pro",
          "transcript": "ENST00000563478.5",
          "protein_id": "ENSP00000462341.1",
          "transcript_support_level": 3,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 353,
          "cds_end": null,
          "cds_length": 391,
          "cdna_start": 715,
          "cdna_end": null,
          "cdna_length": 753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.26T>C",
          "hgvs_p": "p.Leu9Pro",
          "transcript": "ENST00000678190.1",
          "protein_id": "ENSP00000503824.1",
          "transcript_support_level": null,
          "aa_start": 9,
          "aa_end": null,
          "aa_length": 81,
          "cds_start": 26,
          "cds_end": null,
          "cds_length": 246,
          "cdna_start": 26,
          "cdna_end": null,
          "cdna_length": 472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.114T>C",
          "hgvs_p": "p.Ser38Ser",
          "transcript": "ENST00000676904.1",
          "protein_id": "ENSP00000504847.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 39,
          "cds_start": 114,
          "cds_end": null,
          "cds_length": 120,
          "cdna_start": 115,
          "cdna_end": null,
          "cdna_length": 170,
          "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": "ENSG00000260851",
          "gene_hgnc_id": null,
          "hgvs_c": "n.203T>C",
          "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": 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.460T>C",
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.171T>C",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.299T>C",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*147T>C",
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.26T>C",
          "hgvs_p": null,
          "transcript": "ENST00000677296.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": 111,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*147T>C",
          "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": 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": "ENSG00000260851",
          "gene_hgnc_id": null,
          "hgvs_c": "n.26T>C",
          "hgvs_p": null,
          "transcript": "ENST00000677753.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": 255,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.56T>C",
          "hgvs_p": null,
          "transcript": "ENST00000677961.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": 111,
          "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": "ENSG00000260851",
          "gene_hgnc_id": null,
          "hgvs_c": "n.26T>C",
          "hgvs_p": null,
          "transcript": "ENST00000678282.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": 273,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.1633T>C",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*147T>C",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.*147T>C",
          "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": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-5T>C",
          "hgvs_p": null,
          "transcript": "ENST00000561905.2",
          "protein_id": "ENSP00000462721.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 21,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 66,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TK2",
      "gene_hgnc_id": 11831,
      "dbsnp": "rs281865497",
      "frequency_reference_population": 0.0000013681631,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136816,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9174882769584656,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.885,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9591,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.54,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.819,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "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": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000544898.6",
          "gene_symbol": "TK2",
          "hgnc_id": 11831,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.644T>C",
          "hgvs_p": "p.Leu215Pro"
        },
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000561728.1",
          "gene_symbol": "ENSG00000260851",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.92T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Mitochondrial disease,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:1",
      "phenotype_combined": "not provided|Mitochondrial disease",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}