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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 128975845,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000265388.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2152C>T",
          "hgvs_p": "p.Arg718Trp",
          "transcript": "NM_012470.4",
          "protein_id": "NP_036602.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2152,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 2493,
          "cdna_end": null,
          "cdna_length": 4345,
          "mane_select": "ENST00000265388.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2152C>T",
          "hgvs_p": "p.Arg718Trp",
          "transcript": "ENST00000265388.10",
          "protein_id": "ENSP00000265388.5",
          "transcript_support_level": 1,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2152,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 2493,
          "cdna_end": null,
          "cdna_length": 4345,
          "mane_select": "NM_012470.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1960C>T",
          "hgvs_p": "p.Arg654Trp",
          "transcript": "ENST00000471234.5",
          "protein_id": "ENSP00000418646.1",
          "transcript_support_level": 1,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1960,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": 2334,
          "cdna_end": null,
          "cdna_length": 3283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1954C>T",
          "hgvs_p": "p.Arg652Trp",
          "transcript": "ENST00000482320.5",
          "protein_id": "ENSP00000420089.1",
          "transcript_support_level": 1,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 2636,
          "cdna_end": null,
          "cdna_length": 3585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2254C>T",
          "hgvs_p": "p.Arg752Trp",
          "transcript": "NM_001382216.1",
          "protein_id": "NP_001369145.1",
          "transcript_support_level": null,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 2254,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": 2595,
          "cdna_end": null,
          "cdna_length": 4447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2254C>T",
          "hgvs_p": "p.Arg752Trp",
          "transcript": "ENST00000471166.1",
          "protein_id": "ENSP00000418267.1",
          "transcript_support_level": 5,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 2254,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2254C>T",
          "hgvs_p": "p.Arg752Trp",
          "transcript": "ENST00000627585.2",
          "protein_id": "ENSP00000487231.1",
          "transcript_support_level": 2,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 2254,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": 2657,
          "cdna_end": null,
          "cdna_length": 4514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2233C>T",
          "hgvs_p": "p.Arg745Trp",
          "transcript": "NM_001382217.1",
          "protein_id": "NP_001369146.1",
          "transcript_support_level": null,
          "aa_start": 745,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": 2233,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": 2574,
          "cdna_end": null,
          "cdna_length": 4426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2152C>T",
          "hgvs_p": "p.Arg718Trp",
          "transcript": "NM_001382218.1",
          "protein_id": "NP_001369147.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 2152,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": 2493,
          "cdna_end": null,
          "cdna_length": 4253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2044C>T",
          "hgvs_p": "p.Arg682Trp",
          "transcript": "NM_001382219.1",
          "protein_id": "NP_001369148.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2044,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2385,
          "cdna_end": null,
          "cdna_length": 4237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2011C>T",
          "hgvs_p": "p.Arg671Trp",
          "transcript": "NM_001382220.1",
          "protein_id": "NP_001369149.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2011,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 2352,
          "cdna_end": null,
          "cdna_length": 4204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2008C>T",
          "hgvs_p": "p.Arg670Trp",
          "transcript": "NM_001382221.1",
          "protein_id": "NP_001369150.1",
          "transcript_support_level": null,
          "aa_start": 670,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 2008,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": 2349,
          "cdna_end": null,
          "cdna_length": 4201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.2005C>T",
          "hgvs_p": "p.Arg669Trp",
          "transcript": "NM_001382222.1",
          "protein_id": "NP_001369151.1",
          "transcript_support_level": null,
          "aa_start": 669,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2005,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2346,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1960C>T",
          "hgvs_p": "p.Arg654Trp",
          "transcript": "NM_001191028.3",
          "protein_id": "NP_001177957.2",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1960,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": 2301,
          "cdna_end": null,
          "cdna_length": 4153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1960C>T",
          "hgvs_p": "p.Arg654Trp",
          "transcript": "NM_001382223.1",
          "protein_id": "NP_001369152.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 1960,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": 2301,
          "cdna_end": null,
          "cdna_length": 4061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1954C>T",
          "hgvs_p": "p.Arg652Trp",
          "transcript": "XM_047420091.1",
          "protein_id": "XP_047276047.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 2392,
          "cdna_end": null,
          "cdna_length": 4244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1954C>T",
          "hgvs_p": "p.Arg652Trp",
          "transcript": "XM_047420092.1",
          "protein_id": "XP_047276048.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 8315,
          "cdna_end": null,
          "cdna_length": 10167,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2654C>T",
          "hgvs_p": null,
          "transcript": "NR_034053.3",
          "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": 4506,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2741C>T",
          "hgvs_p": null,
          "transcript": "NR_167911.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": 4593,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2599C>T",
          "hgvs_p": null,
          "transcript": "NR_167912.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": 4451,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2401C>T",
          "hgvs_p": null,
          "transcript": "NR_167913.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": 4253,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2561C>T",
          "hgvs_p": null,
          "transcript": "NR_167914.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": 4413,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2654C>T",
          "hgvs_p": null,
          "transcript": "NR_167915.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": 4669,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2291C>T",
          "hgvs_p": null,
          "transcript": "NR_167916.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": 4143,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2324C>T",
          "hgvs_p": null,
          "transcript": "NR_167917.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": 4176,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2779C>T",
          "hgvs_p": null,
          "transcript": "NR_167918.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": 4631,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2618C>T",
          "hgvs_p": null,
          "transcript": "NR_167919.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": 4470,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2577C>T",
          "hgvs_p": null,
          "transcript": "NR_167920.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": 4429,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2779C>T",
          "hgvs_p": null,
          "transcript": "NR_167921.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": 4631,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2615C>T",
          "hgvs_p": null,
          "transcript": "NR_167922.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": 4467,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2416C>T",
          "hgvs_p": null,
          "transcript": "NR_167923.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": 4268,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2493C>T",
          "hgvs_p": null,
          "transcript": "NR_167924.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": 4496,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2416C>T",
          "hgvs_p": null,
          "transcript": "NR_167925.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": 4268,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2427C>T",
          "hgvs_p": null,
          "transcript": "NR_167926.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": 4279,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.2720C>T",
          "hgvs_p": null,
          "transcript": "NR_167927.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": 4572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TNPO3",
      "gene_hgnc_id": 17103,
      "dbsnp": "rs771596630",
      "frequency_reference_population": 0.0000049581226,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000410588,
      "gnomad_genomes_af": 0.0000131409,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6755495071411133,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.245,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3804,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.22,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.495,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000265388.10",
          "gene_symbol": "TNPO3",
          "hgnc_id": 17103,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2152C>T",
          "hgvs_p": "p.Arg718Trp"
        }
      ],
      "clinvar_disease": "Autosomal dominant limb-girdle muscular dystrophy type 1F",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Autosomal dominant limb-girdle muscular dystrophy type 1F",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}