← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-3676984-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 3676984,
      "ref": "T",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_001365125.2",
      "consequences": [
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5074-364A>C",
          "hgvs_p": null,
          "transcript": "NM_016320.5",
          "protein_id": "NP_057404.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6726,
          "mane_select": "ENST00000324932.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_016320.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5074-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000324932.12",
          "protein_id": "ENSP00000316032.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6726,
          "mane_select": "NM_016320.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324932.12"
        },
        {
          "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": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.1930-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000429801.5",
          "protein_id": "ENSP00000413146.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429801.5"
        },
        {
          "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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5218-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915300.1",
          "protein_id": "ENSP00000585359.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1848,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5547,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915300.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5167-364A>C",
          "hgvs_p": null,
          "transcript": "NM_001365125.2",
          "protein_id": "NP_001352054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1831,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365125.2"
        },
        {
          "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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5167-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915302.1",
          "protein_id": "ENSP00000585361.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1831,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915302.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5140-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915311.1",
          "protein_id": "ENSP00000585370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915311.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5125-364A>C",
          "hgvs_p": null,
          "transcript": "NM_001365126.2",
          "protein_id": "NP_001352055.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365126.2"
        },
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5125-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000359171.8",
          "protein_id": "ENSP00000352091.5",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359171.8"
        },
        {
          "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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5125-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915310.1",
          "protein_id": "ENSP00000585369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915310.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5119-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000943238.1",
          "protein_id": "ENSP00000613297.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943238.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5098-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915303.1",
          "protein_id": "ENSP00000585362.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1808,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5427,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915303.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5074-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000851290.1",
          "protein_id": "ENSP00000521349.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000851290.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5074-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915312.1",
          "protein_id": "ENSP00000585371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915312.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": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5074-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915314.1",
          "protein_id": "ENSP00000585373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915314.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5050-364A>C",
          "hgvs_p": null,
          "transcript": "NM_001365127.2",
          "protein_id": "NP_001352056.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365127.2"
        },
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5050-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000527104.6",
          "protein_id": "ENSP00000436226.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000527104.6"
        },
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5047-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700597.1",
          "protein_id": "ENSP00000515087.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700597.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5026-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915306.1",
          "protein_id": "ENSP00000585365.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915306.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5023-364A>C",
          "hgvs_p": null,
          "transcript": "NM_001365128.2",
          "protein_id": "NP_001352057.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365128.2"
        },
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.5023-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700598.1",
          "protein_id": "ENSP00000515088.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700598.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4984-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915305.1",
          "protein_id": "ENSP00000585364.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1770,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915305.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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4954-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915304.1",
          "protein_id": "ENSP00000585363.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915304.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4933-364A>C",
          "hgvs_p": null,
          "transcript": "NM_001365129.2",
          "protein_id": "NP_001352058.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1753,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365129.2"
        },
        {
          "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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4933-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000529379.2",
          "protein_id": "ENSP00000432142.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1753,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529379.2"
        },
        {
          "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": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4933-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700603.1",
          "protein_id": "ENSP00000515092.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1753,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700603.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4903-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915301.1",
          "protein_id": "ENSP00000585360.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1743,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915301.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4903-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915313.1",
          "protein_id": "ENSP00000585372.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1743,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915313.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4852-364A>C",
          "hgvs_p": null,
          "transcript": "NM_139132.4",
          "protein_id": "NP_624358.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1726,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_139132.4"
        },
        {
          "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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4852-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000355260.8",
          "protein_id": "ENSP00000347404.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1726,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355260.8"
        },
        {
          "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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4828-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000851289.1",
          "protein_id": "ENSP00000521348.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1718,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000851289.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4825-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000943237.1",
          "protein_id": "ENSP00000613296.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1717,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943237.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": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4801-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915299.1",
          "protein_id": "ENSP00000585358.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1709,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915299.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": 31,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4711-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915309.1",
          "protein_id": "ENSP00000585368.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1679,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5040,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915309.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4645-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000943236.1",
          "protein_id": "ENSP00000613295.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1657,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4974,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943236.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": 31,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4390-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915308.1",
          "protein_id": "ENSP00000585367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915308.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.4147-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000915307.1",
          "protein_id": "ENSP00000585366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1491,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915307.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": 17,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.2860-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700595.1",
          "protein_id": "ENSP00000515086.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700595.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": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.1171-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700600.1",
          "protein_id": "ENSP00000515089.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2629,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700600.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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "c.133-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000533346.5",
          "protein_id": "ENSP00000432275.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 92,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533346.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.1516-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000469881.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000469881.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.*1295-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000529063.2",
          "protein_id": "ENSP00000433226.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000529063.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.*1143-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000650171.1",
          "protein_id": "ENSP00000497709.1",
          "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": 6837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000650171.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.4109-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700596.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": 5567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000700596.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.1442-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700599.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": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000700599.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.4919-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700601.1",
          "protein_id": "ENSP00000515090.1",
          "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": 6519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700601.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.4970-364A>C",
          "hgvs_p": null,
          "transcript": "ENST00000700602.1",
          "protein_id": "ENSP00000515091.1",
          "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": 6506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700602.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.5102-364A>C",
          "hgvs_p": null,
          "transcript": "NR_157589.2",
          "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": 6571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_157589.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.5027-364A>C",
          "hgvs_p": null,
          "transcript": "NR_157590.2",
          "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": 6496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_157590.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NUP98",
          "gene_hgnc_id": 8068,
          "hgvs_c": "n.5145-364A>C",
          "hgvs_p": null,
          "transcript": "NR_157591.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": 6623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_157591.1"
        }
      ],
      "gene_symbol": "NUP98",
      "gene_hgnc_id": 8068,
      "dbsnp": null,
      "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.7699999809265137,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.77,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.249,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001365125.2",
          "gene_symbol": "NUP98",
          "hgnc_id": 8068,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5167-364A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.