← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-61339260-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=61339260&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 61339260,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001351977.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "NM_015533.4",
          "protein_id": "NP_056348.2",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000394900.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015533.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000394900.8",
          "protein_id": "ENSP00000378360.3",
          "transcript_support_level": 1,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015533.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394900.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.308C>T",
          "hgvs_p": "p.Thr103Met",
          "transcript": "ENST00000529479.5",
          "protein_id": "ENSP00000432539.1",
          "transcript_support_level": 1,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529479.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DDB1",
          "gene_hgnc_id": 2717,
          "hgvs_c": "n.-166+3108G>A",
          "hgvs_p": null,
          "transcript": "ENST00000540166.5",
          "protein_id": "ENSP00000440269.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000540166.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "NM_001351977.2",
          "protein_id": "NP_001338906.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351977.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000861187.1",
          "protein_id": "ENSP00000531246.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861187.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "NM_001351976.2",
          "protein_id": "NP_001338905.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351976.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000861186.1",
          "protein_id": "ENSP00000531245.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861186.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920730.1",
          "protein_id": "ENSP00000590789.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920730.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920732.1",
          "protein_id": "ENSP00000590791.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920732.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920733.1",
          "protein_id": "ENSP00000590792.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920733.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920734.1",
          "protein_id": "ENSP00000590793.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920734.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920735.1",
          "protein_id": "ENSP00000590794.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920735.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920736.1",
          "protein_id": "ENSP00000590795.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920736.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000954340.1",
          "protein_id": "ENSP00000624399.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954340.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000954341.1",
          "protein_id": "ENSP00000624400.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954341.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "NM_001351978.2",
          "protein_id": "NP_001338907.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351978.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000954339.1",
          "protein_id": "ENSP00000624398.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954339.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000861183.1",
          "protein_id": "ENSP00000531242.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861183.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000861184.1",
          "protein_id": "ENSP00000531243.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861184.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000954342.1",
          "protein_id": "ENSP00000624401.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954342.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000920731.1",
          "protein_id": "ENSP00000590790.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920731.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "NM_001351979.2",
          "protein_id": "NP_001338908.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351979.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000861185.1",
          "protein_id": "ENSP00000531244.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861185.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.101C>T",
          "hgvs_p": "p.Thr34Met",
          "transcript": "NM_001351980.2",
          "protein_id": "NP_001338909.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351980.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "ENST00000532173.6",
          "protein_id": "ENSP00000431844.2",
          "transcript_support_level": 2,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000532173.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.449C>T",
          "hgvs_p": "p.Thr150Met",
          "transcript": "XM_011544912.4",
          "protein_id": "XP_011543214.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 449,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544912.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.449C>T",
          "hgvs_p": "p.Thr150Met",
          "transcript": "XM_017017517.2",
          "protein_id": "XP_016873006.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 449,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017517.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.449C>T",
          "hgvs_p": "p.Thr150Met",
          "transcript": "XM_017017518.2",
          "protein_id": "XP_016873007.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 449,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017518.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_017017519.3",
          "protein_id": "XP_016873008.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017519.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426727.1",
          "protein_id": "XP_047282683.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426727.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426728.1",
          "protein_id": "XP_047282684.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426728.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.449C>T",
          "hgvs_p": "p.Thr150Met",
          "transcript": "XM_017017520.2",
          "protein_id": "XP_016873009.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 449,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017520.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426729.1",
          "protein_id": "XP_047282685.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426729.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426730.1",
          "protein_id": "XP_047282686.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426730.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426731.1",
          "protein_id": "XP_047282687.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426731.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426732.1",
          "protein_id": "XP_047282688.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426732.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426733.1",
          "protein_id": "XP_047282689.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426733.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426734.1",
          "protein_id": "XP_047282690.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426734.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met",
          "transcript": "XM_047426735.1",
          "protein_id": "XP_047282691.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047426735.1"
        },
        {
          "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": 30,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DDB1",
          "gene_hgnc_id": 2717,
          "hgvs_c": "c.-166+2160G>A",
          "hgvs_p": null,
          "transcript": "ENST00000954149.1",
          "protein_id": "ENSP00000624208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954149.1"
        },
        {
          "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": 29,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DDB1",
          "gene_hgnc_id": 2717,
          "hgvs_c": "c.-166+3108G>A",
          "hgvs_p": null,
          "transcript": "ENST00000954150.1",
          "protein_id": "ENSP00000624209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954150.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "n.66C>T",
          "hgvs_p": null,
          "transcript": "ENST00000529092.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000529092.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "n.*115C>T",
          "hgvs_p": null,
          "transcript": "ENST00000530456.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000530456.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TKFC",
          "gene_hgnc_id": 24552,
          "hgvs_c": "n.*137C>T",
          "hgvs_p": null,
          "transcript": "ENST00000533393.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000533393.1"
        }
      ],
      "gene_symbol": "TKFC",
      "gene_hgnc_id": 24552,
      "dbsnp": "rs376310837",
      "frequency_reference_population": 0.000027906388,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 45,
      "gnomad_exomes_af": 0.0000294458,
      "gnomad_genomes_af": 0.0000131384,
      "gnomad_exomes_ac": 43,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3961814343929291,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.166,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1374,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.491,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001351977.2",
          "gene_symbol": "TKFC",
          "hgnc_id": 24552,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.311C>T",
          "hgvs_p": "p.Thr104Met"
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000540166.5",
          "gene_symbol": "DDB1",
          "hgnc_id": 2717,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.-166+3108G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}