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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 128993832,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001382216.1",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_012470.4",
          "protein_id": "NP_036602.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000265388.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012470.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000265388.10",
          "protein_id": "ENSP00000265388.5",
          "transcript_support_level": 1,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_012470.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265388.10"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000471234.5",
          "protein_id": "ENSP00000418646.1",
          "transcript_support_level": 1,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471234.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1043T>C",
          "hgvs_p": "p.Ile348Thr",
          "transcript": "ENST00000482320.5",
          "protein_id": "ENSP00000420089.1",
          "transcript_support_level": 1,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1043,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000482320.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_001382216.1",
          "protein_id": "NP_001369145.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382216.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000471166.1",
          "protein_id": "ENSP00000418267.1",
          "transcript_support_level": 5,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471166.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000627585.2",
          "protein_id": "ENSP00000487231.1",
          "transcript_support_level": 2,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000627585.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1322T>C",
          "hgvs_p": "p.Ile441Thr",
          "transcript": "NM_001382217.1",
          "protein_id": "NP_001369146.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382217.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1322T>C",
          "hgvs_p": "p.Ile441Thr",
          "transcript": "ENST00000862647.1",
          "protein_id": "ENSP00000532706.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862647.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1244T>C",
          "hgvs_p": "p.Ile415Thr",
          "transcript": "ENST00000929007.1",
          "protein_id": "ENSP00000599066.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929007.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000862641.1",
          "protein_id": "ENSP00000532700.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862641.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000862649.1",
          "protein_id": "ENSP00000532708.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862649.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000929011.1",
          "protein_id": "ENSP00000599069.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929011.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000961761.1",
          "protein_id": "ENSP00000631820.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961761.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000862648.1",
          "protein_id": "ENSP00000532707.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862648.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000862643.1",
          "protein_id": "ENSP00000532702.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862643.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_001382218.1",
          "protein_id": "NP_001369147.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382218.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1124T>C",
          "hgvs_p": "p.Ile375Thr",
          "transcript": "ENST00000862651.1",
          "protein_id": "ENSP00000532710.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 1124,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862651.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000961760.1",
          "protein_id": "ENSP00000631819.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 881,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2646,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961760.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_001382220.1",
          "protein_id": "NP_001369149.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382220.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1097T>C",
          "hgvs_p": "p.Ile366Thr",
          "transcript": "NM_001382221.1",
          "protein_id": "NP_001369150.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1097,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382221.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1097T>C",
          "hgvs_p": "p.Ile366Thr",
          "transcript": "ENST00000929008.1",
          "protein_id": "ENSP00000599067.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1097,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929008.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1094T>C",
          "hgvs_p": "p.Ile365Thr",
          "transcript": "NM_001382222.1",
          "protein_id": "NP_001369151.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 1094,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382222.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000862645.1",
          "protein_id": "ENSP00000532704.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862645.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_001191028.3",
          "protein_id": "NP_001177957.2",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001191028.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1040T>C",
          "hgvs_p": "p.Ile347Thr",
          "transcript": "ENST00000862646.1",
          "protein_id": "ENSP00000532705.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862646.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1040T>C",
          "hgvs_p": "p.Ile347Thr",
          "transcript": "ENST00000862653.1",
          "protein_id": "ENSP00000532712.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862653.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "NM_001382223.1",
          "protein_id": "NP_001369152.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382223.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr",
          "transcript": "ENST00000929012.1",
          "protein_id": "ENSP00000599071.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929012.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.926T>C",
          "hgvs_p": "p.Ile309Thr",
          "transcript": "ENST00000862644.1",
          "protein_id": "ENSP00000532703.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 926,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862644.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1040T>C",
          "hgvs_p": "p.Ile347Thr",
          "transcript": "ENST00000862642.1",
          "protein_id": "ENSP00000532701.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862642.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.809T>C",
          "hgvs_p": "p.Ile270Thr",
          "transcript": "ENST00000929010.1",
          "protein_id": "ENSP00000599068.1",
          "transcript_support_level": null,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 809,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929010.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.665T>C",
          "hgvs_p": "p.Ile222Thr",
          "transcript": "ENST00000961762.1",
          "protein_id": "ENSP00000631821.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961762.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1043T>C",
          "hgvs_p": "p.Ile348Thr",
          "transcript": "XM_047420091.1",
          "protein_id": "XP_047276047.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1043,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420091.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1043T>C",
          "hgvs_p": "p.Ile348Thr",
          "transcript": "XM_047420092.1",
          "protein_id": "XP_047276048.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 1043,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420092.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": 23,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1176+122T>C",
          "hgvs_p": null,
          "transcript": "ENST00000862652.1",
          "protein_id": "ENSP00000532711.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862652.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": 22,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1159-1742T>C",
          "hgvs_p": null,
          "transcript": "NM_001382219.1",
          "protein_id": "NP_001369148.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382219.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": 22,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "c.1159-1742T>C",
          "hgvs_p": null,
          "transcript": "ENST00000862650.1",
          "protein_id": "ENSP00000532709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862650.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1743T>C",
          "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": 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": "NR_034053.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1830T>C",
          "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": 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": "NR_167911.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167912.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167913.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1650T>C",
          "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": 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": "NR_167914.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1743T>C",
          "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": 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": "NR_167915.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167916.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167917.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1868T>C",
          "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": 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": "NR_167918.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1707T>C",
          "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": 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": "NR_167919.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1868T>C",
          "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": 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": "NR_167920.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1868T>C",
          "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": 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": "NR_167921.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1704T>C",
          "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": 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": "NR_167922.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1707T>C",
          "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": 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": "NR_167923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167924.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1582T>C",
          "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": 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": "NR_167925.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1718T>C",
          "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": 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": "NR_167926.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNPO3",
          "gene_hgnc_id": 17103,
          "hgvs_c": "n.1707T>C",
          "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": 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": "NR_167927.1"
        }
      ],
      "gene_symbol": "TNPO3",
      "gene_hgnc_id": 17103,
      "dbsnp": "rs1554438690",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5926456451416016,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.1599999964237213,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.231,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2105,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.18,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 9.289,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.16,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001382216.1",
          "gene_symbol": "TNPO3",
          "hgnc_id": 17103,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1241T>C",
          "hgvs_p": "p.Ile414Thr"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.