← 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-66548983-A-AT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 66548983,
      "ref": "A",
      "alt": "AT",
      "effect": "frameshift_variant",
      "transcript": "ENST00000544898.6",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "NM_004614.5",
          "protein_id": "NP_004605.4",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": "ENST00000544898.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "ENST00000544898.6",
          "protein_id": "ENSP00000440898.2",
          "transcript_support_level": 1,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": "NM_004614.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.57dupA",
          "hgvs_p": "p.Ser20fs",
          "transcript": "ENST00000451102.7",
          "protein_id": "ENSP00000414334.4",
          "transcript_support_level": 1,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 57,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 198,
          "cdna_end": null,
          "cdna_length": 3371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.93dupA",
          "hgvs_p": "p.Ser32fs",
          "transcript": "ENST00000527284.6",
          "protein_id": "ENSP00000435312.2",
          "transcript_support_level": 1,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": 94,
          "cdna_end": null,
          "cdna_length": 1822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.57dupA",
          "hgvs_p": "p.Ser20fs",
          "transcript": "ENST00000299697.12",
          "protein_id": "ENSP00000299697.9",
          "transcript_support_level": 1,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": 57,
          "cds_end": null,
          "cds_length": 630,
          "cdna_start": 79,
          "cdna_end": null,
          "cdna_length": 3177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.57dupA",
          "hgvs_p": "p.Ser20fs",
          "transcript": "ENST00000569718.6",
          "protein_id": "ENSP00000464313.2",
          "transcript_support_level": 1,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 57,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 493,
          "cdna_end": null,
          "cdna_length": 1198,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.150dupA",
          "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": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000527800.6",
          "protein_id": "ENSP00000433770.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "ENST00000564917.5",
          "protein_id": "ENSP00000455187.1",
          "transcript_support_level": 3,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 195,
          "cdna_end": null,
          "cdna_length": 1156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "NM_001172645.2",
          "protein_id": "NP_001166116.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 4770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "ENST00000417693.8",
          "protein_id": "ENSP00000407469.5",
          "transcript_support_level": 2,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": 279,
          "cdna_end": null,
          "cdna_length": 1046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "NM_001172644.2",
          "protein_id": "NP_001166115.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 4749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "ENST00000545043.6",
          "protein_id": "ENSP00000438143.2",
          "transcript_support_level": 2,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 1120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.57dupA",
          "hgvs_p": "p.Ser20fs",
          "transcript": "NM_001172643.1",
          "protein_id": "NP_001166114.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 57,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 65,
          "cdna_end": null,
          "cdna_length": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs",
          "transcript": "ENST00000620035.5",
          "protein_id": "ENSP00000483833.2",
          "transcript_support_level": 2,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 150,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 3140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.57dupA",
          "hgvs_p": "p.Ser20fs",
          "transcript": "NM_001271935.1",
          "protein_id": "NP_001258864.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 57,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 65,
          "cdna_end": null,
          "cdna_length": 4509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_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.24dupA",
          "hgvs_p": "p.Ser9fs",
          "transcript": "ENST00000677412.1",
          "protein_id": "ENSP00000503491.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 59,
          "cds_start": 24,
          "cds_end": null,
          "cds_length": 180,
          "cdna_start": 26,
          "cdna_end": null,
          "cdna_length": 182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "K?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_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": "c.24dupA",
          "hgvs_p": "p.Ser9fs",
          "transcript": "ENST00000679154.1",
          "protein_id": "ENSP00000503924.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 39,
          "cds_start": 24,
          "cds_end": null,
          "cds_length": 120,
          "cdna_start": 26,
          "cdna_end": null,
          "cdna_length": 122,
          "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": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.24dupA",
          "hgvs_p": null,
          "transcript": "ENST00000676536.1",
          "protein_id": "ENSP00000503318.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": 241,
          "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": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.24dupA",
          "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.26dupA",
          "hgvs_p": null,
          "transcript": "ENST00000677124.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": 62,
          "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": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.24dupA",
          "hgvs_p": null,
          "transcript": "ENST00000677541.1",
          "protein_id": "ENSP00000502980.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": 278,
          "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": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.24dupA",
          "hgvs_p": null,
          "transcript": "ENST00000678205.1",
          "protein_id": "ENSP00000503758.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": 244,
          "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.56dupA",
          "hgvs_p": null,
          "transcript": "ENST00000679271.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": 62,
          "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.1121dupA",
          "hgvs_p": null,
          "transcript": "ENST00000679327.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": 2879,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "n.1139dupA",
          "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": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-93dupA",
          "hgvs_p": null,
          "transcript": "NM_001271934.2",
          "protein_id": "NP_001258863.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "NM_001272050.2",
          "protein_id": "NP_001258979.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000525974.5",
          "protein_id": "ENSP00000434594.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000563369.6",
          "protein_id": "ENSP00000463560.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-88dupA",
          "hgvs_p": null,
          "transcript": "ENST00000677420.1",
          "protein_id": "ENSP00000504648.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-67dupA",
          "hgvs_p": null,
          "transcript": "ENST00000677555.1",
          "protein_id": "ENSP00000503331.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000677715.1",
          "protein_id": "ENSP00000502950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000678015.1",
          "protein_id": "ENSP00000502959.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-67dupA",
          "hgvs_p": null,
          "transcript": "ENST00000678297.1",
          "protein_id": "ENSP00000503472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000563478.5",
          "protein_id": "ENSP00000462341.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-142dupA",
          "hgvs_p": null,
          "transcript": "ENST00000562484.2",
          "protein_id": "ENSP00000463326.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 87,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 266,
          "cdna_start": null,
          "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": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TK2",
          "gene_hgnc_id": 11831,
          "hgvs_c": "c.-61+2556dupA",
          "hgvs_p": null,
          "transcript": "ENST00000678314.1",
          "protein_id": "ENSP00000504438.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "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": "n.-101dupA",
          "hgvs_p": null,
          "transcript": "ENST00000565729.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": 309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TK2",
      "gene_hgnc_id": 11831,
      "dbsnp": "rs281865504",
      "frequency_reference_population": 0.0000065766976,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 0.00000273722,
      "gnomad_genomes_af": 0.0000065767,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -0.802,
      "phylop100way_prediction": "Benign",
      "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": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000544898.6",
          "gene_symbol": "TK2",
          "hgnc_id": 11831,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.150dupA",
          "hgvs_p": "p.Ser51fs"
        }
      ],
      "clinvar_disease": "Mitochondrial disease,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3",
      "phenotype_combined": "not provided|Mitochondrial disease",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}