← 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-128957259-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TNPO3",
          "hgnc_id": 17103,
          "hgvs_c": "c.2870G>A",
          "hgvs_p": "p.Arg957Gln",
          "inheritance_mode": "AD",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_001382216.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.7307,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.14,
      "chr": "7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Autosomal dominant limb-girdle muscular dystrophy type 1F,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8153529167175293,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4345,
          "cdna_start": 3109,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_012470.4",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000265388.10",
          "protein_coding": true,
          "protein_id": "NP_036602.1",
          "strand": false,
          "transcript": "NM_012470.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4345,
          "cdna_start": 3109,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000265388.10",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_012470.4",
          "protein_coding": true,
          "protein_id": "ENSP00000265388.5",
          "strand": false,
          "transcript": "ENST00000265388.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "R",
          "aa_start": 859,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3283,
          "cdna_start": 2950,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000471234.5",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2576G>A",
          "hgvs_p": "p.Arg859Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000418646.1",
          "strand": false,
          "transcript": "ENST00000471234.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 857,
          "aa_ref": "R",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3585,
          "cdna_start": 3252,
          "cds_end": null,
          "cds_length": 2574,
          "cds_start": 2570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000482320.5",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2570G>A",
          "hgvs_p": "p.Arg857Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000420089.1",
          "strand": false,
          "transcript": "ENST00000482320.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 957,
          "aa_ref": "R",
          "aa_start": 957,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4447,
          "cdna_start": 3211,
          "cds_end": null,
          "cds_length": 2874,
          "cds_start": 2870,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001382216.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2870G>A",
          "hgvs_p": "p.Arg957Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369145.1",
          "strand": false,
          "transcript": "NM_001382216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 957,
          "aa_ref": "R",
          "aa_start": 957,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3019,
          "cdna_start": 2983,
          "cds_end": null,
          "cds_length": 2874,
          "cds_start": 2870,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000471166.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2870G>A",
          "hgvs_p": "p.Arg957Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000418267.1",
          "strand": false,
          "transcript": "ENST00000471166.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 957,
          "aa_ref": "R",
          "aa_start": 957,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4514,
          "cdna_start": 3273,
          "cds_end": null,
          "cds_length": 2874,
          "cds_start": 2870,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000627585.2",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2870G>A",
          "hgvs_p": "p.Arg957Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487231.1",
          "strand": false,
          "transcript": "ENST00000627585.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 950,
          "aa_ref": "R",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4426,
          "cdna_start": 3190,
          "cds_end": null,
          "cds_length": 2853,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001382217.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2849G>A",
          "hgvs_p": "p.Arg950Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369146.1",
          "strand": false,
          "transcript": "NM_001382217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 950,
          "aa_ref": "R",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3500,
          "cdna_start": 3190,
          "cds_end": null,
          "cds_length": 2853,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000862647.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2849G>A",
          "hgvs_p": "p.Arg950Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532706.1",
          "strand": false,
          "transcript": "ENST00000862647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 924,
          "aa_ref": "R",
          "aa_start": 924,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4381,
          "cdna_start": 3145,
          "cds_end": null,
          "cds_length": 2775,
          "cds_start": 2771,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000929007.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2771G>A",
          "hgvs_p": "p.Arg924Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599066.1",
          "strand": false,
          "transcript": "ENST00000929007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6233,
          "cdna_start": 3162,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862641.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532700.1",
          "strand": false,
          "transcript": "ENST00000862641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3259,
          "cdna_start": 2898,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862649.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532708.1",
          "strand": false,
          "transcript": "ENST00000862649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3427,
          "cdna_start": 3113,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000929011.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599069.1",
          "strand": false,
          "transcript": "ENST00000929011.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 923,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3240,
          "cdna_start": 2918,
          "cds_end": null,
          "cds_length": 2772,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000961761.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2768G>A",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631820.1",
          "strand": false,
          "transcript": "ENST00000961761.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 921,
          "aa_ref": "R",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3413,
          "cdna_start": 2892,
          "cds_end": null,
          "cds_length": 2766,
          "cds_start": 2762,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862648.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2762G>A",
          "hgvs_p": "p.Arg921Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532707.1",
          "strand": false,
          "transcript": "ENST00000862648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 915,
          "aa_ref": "R",
          "aa_start": 915,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3451,
          "cdna_start": 3118,
          "cds_end": null,
          "cds_length": 2748,
          "cds_start": 2744,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862643.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2744G>A",
          "hgvs_p": "p.Arg915Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532702.1",
          "strand": false,
          "transcript": "ENST00000862643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 893,
          "aa_ref": "R",
          "aa_start": 893,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3005,
          "cdna_start": 2691,
          "cds_end": null,
          "cds_length": 2682,
          "cds_start": 2678,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862652.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2678G>A",
          "hgvs_p": "p.Arg893Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532711.1",
          "strand": false,
          "transcript": "ENST00000862652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 887,
          "aa_ref": "R",
          "aa_start": 887,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4237,
          "cdna_start": 3001,
          "cds_end": null,
          "cds_length": 2664,
          "cds_start": 2660,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001382219.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2660G>A",
          "hgvs_p": "p.Arg887Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369148.1",
          "strand": false,
          "transcript": "NM_001382219.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 887,
          "aa_ref": "R",
          "aa_start": 887,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3118,
          "cdna_start": 2785,
          "cds_end": null,
          "cds_length": 2664,
          "cds_start": 2660,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000862650.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2660G>A",
          "hgvs_p": "p.Arg887Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532709.1",
          "strand": false,
          "transcript": "ENST00000862650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 884,
          "aa_ref": "R",
          "aa_start": 884,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3088,
          "cdna_start": 2796,
          "cds_end": null,
          "cds_length": 2655,
          "cds_start": 2651,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000862651.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2651G>A",
          "hgvs_p": "p.Arg884Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532710.1",
          "strand": false,
          "transcript": "ENST00000862651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 881,
          "aa_ref": "R",
          "aa_start": 881,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3306,
          "cdna_start": 2993,
          "cds_end": null,
          "cds_length": 2646,
          "cds_start": 2642,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000961760.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2642G>A",
          "hgvs_p": "p.Arg881Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631819.1",
          "strand": false,
          "transcript": "ENST00000961760.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 876,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4204,
          "cdna_start": 2968,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 2627,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001382220.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2627G>A",
          "hgvs_p": "p.Arg876Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369149.1",
          "strand": false,
          "transcript": "NM_001382220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "R",
          "aa_start": 875,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4201,
          "cdna_start": 2965,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 2624,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001382221.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2624G>A",
          "hgvs_p": "p.Arg875Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369150.1",
          "strand": false,
          "transcript": "NM_001382221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "R",
          "aa_start": 875,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4216,
          "cdna_start": 2980,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 2624,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000929008.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2624G>A",
          "hgvs_p": "p.Arg875Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599067.1",
          "strand": false,
          "transcript": "ENST00000929008.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": "R",
          "aa_start": 874,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4198,
          "cdna_start": 2962,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": 2621,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001382222.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2621G>A",
          "hgvs_p": "p.Arg874Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369151.1",
          "strand": false,
          "transcript": "NM_001382222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 867,
          "aa_ref": "R",
          "aa_start": 867,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3278,
          "cdna_start": 2945,
          "cds_end": null,
          "cds_length": 2604,
          "cds_start": 2600,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000862645.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2600G>A",
          "hgvs_p": "p.Arg867Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532704.1",
          "strand": false,
          "transcript": "ENST00000862645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "R",
          "aa_start": 859,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4153,
          "cdna_start": 2917,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001191028.3",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2576G>A",
          "hgvs_p": "p.Arg859Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001177957.2",
          "strand": false,
          "transcript": "NM_001191028.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 856,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3245,
          "cdna_start": 2912,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2567,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000862646.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2567G>A",
          "hgvs_p": "p.Arg856Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532705.1",
          "strand": false,
          "transcript": "ENST00000862646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 856,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2806,
          "cdna_start": 2704,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2567,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000862653.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2567G>A",
          "hgvs_p": "p.Arg856Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532712.1",
          "strand": false,
          "transcript": "ENST00000862653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 830,
          "aa_ref": "R",
          "aa_start": 830,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3136,
          "cdna_start": 2803,
          "cds_end": null,
          "cds_length": 2493,
          "cds_start": 2489,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000929012.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2489G>A",
          "hgvs_p": "p.Arg830Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599071.1",
          "strand": false,
          "transcript": "ENST00000929012.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "R",
          "aa_start": 818,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3142,
          "cdna_start": 2809,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 2453,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000862644.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2453G>A",
          "hgvs_p": "p.Arg818Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532703.1",
          "strand": false,
          "transcript": "ENST00000862644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "R",
          "aa_start": 792,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3083,
          "cdna_start": 2749,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2375,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000862642.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2375G>A",
          "hgvs_p": "p.Arg792Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532701.1",
          "strand": false,
          "transcript": "ENST00000862642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 779,
          "aa_ref": "R",
          "aa_start": 779,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3026,
          "cdna_start": 2692,
          "cds_end": null,
          "cds_length": 2340,
          "cds_start": 2336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000929010.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2336G>A",
          "hgvs_p": "p.Arg779Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599068.1",
          "strand": false,
          "transcript": "ENST00000929010.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 731,
          "aa_ref": "R",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2603,
          "cdna_start": 2312,
          "cds_end": null,
          "cds_length": 2196,
          "cds_start": 2192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000961762.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2192G>A",
          "hgvs_p": "p.Arg731Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631821.1",
          "strand": false,
          "transcript": "ENST00000961762.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 857,
          "aa_ref": "R",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4244,
          "cdna_start": 3008,
          "cds_end": null,
          "cds_length": 2574,
          "cds_start": 2570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047420091.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2570G>A",
          "hgvs_p": "p.Arg857Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276047.1",
          "strand": false,
          "transcript": "XM_047420091.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 857,
          "aa_ref": "R",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10167,
          "cdna_start": 8931,
          "cds_end": null,
          "cds_length": 2574,
          "cds_start": 2570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_047420092.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2570G>A",
          "hgvs_p": "p.Arg857Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276048.1",
          "strand": false,
          "transcript": "XM_047420092.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 909,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4253,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2730,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001382218.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2712-1874G>A",
          "hgvs_p": null,
          "intron_rank": 21,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369147.1",
          "strand": false,
          "transcript": "NM_001382218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 845,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4061,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2538,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001382223.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "c.2520-1874G>A",
          "hgvs_p": null,
          "intron_rank": 20,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369152.1",
          "strand": false,
          "transcript": "NM_001382223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4506,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_034053.3",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3270G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_034053.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4593,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NR_167911.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3357G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4451,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_167912.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3215G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4253,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NR_167913.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3017G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4413,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_167914.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3177G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4669,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NR_167915.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3433G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4143,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NR_167916.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.2907G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4176,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NR_167917.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.2940G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4631,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NR_167918.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3395G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4470,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_167919.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3234G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4429,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NR_167920.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3193G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167920.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4631,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NR_167921.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3395G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4467,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_167922.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3231G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4268,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NR_167923.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3032G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4496,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NR_167924.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3260G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4268,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NR_167925.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3032G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4279,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NR_167926.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3043G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_167927.1",
          "gene_hgnc_id": 17103,
          "gene_symbol": "TNPO3",
          "hgvs_c": "n.3336G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_167927.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs750548861",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000002478459,
      "gene_hgnc_id": 17103,
      "gene_symbol": "TNPO3",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205237,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657117,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified|Autosomal dominant limb-girdle muscular dystrophy type 1F",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 7.21,
      "pos": 128957259,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.592,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_001382216.1"
    }
  ]
}
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.