← 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: 10-132157084-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 132157084,
      "ref": "C",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "ENST00000684848.1",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001323087.2",
          "protein_id": "NP_001310016.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6399,
          "mane_select": "ENST00000684848.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684848.1",
          "protein_id": "ENSP00000508932.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6399,
          "mane_select": "NM_001323087.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "n.1594+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000477275.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000305036",
          "gene_hgnc_id": null,
          "hgvs_c": "n.603G>A",
          "hgvs_p": null,
          "transcript": "ENST00000807988.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001323086.2",
          "protein_id": "NP_001310015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000666210.1",
          "protein_id": "ENSP00000499222.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2268+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392039.1",
          "protein_id": "NP_001378968.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2280+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392040.1",
          "protein_id": "NP_001378969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392041.1",
          "protein_id": "NP_001378970.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392042.1",
          "protein_id": "NP_001378971.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000657785.1",
          "protein_id": "ENSP00000499291.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000666974.1",
          "protein_id": "ENSP00000499416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001105521.4",
          "protein_id": "NP_001098991.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001323088.2",
          "protein_id": "NP_001310017.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001323090.2",
          "protein_id": "NP_001310019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392043.1",
          "protein_id": "NP_001378972.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392044.1",
          "protein_id": "NP_001378973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392045.1",
          "protein_id": "NP_001378974.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392046.1",
          "protein_id": "NP_001378975.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392047.1",
          "protein_id": "NP_001378976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392048.1",
          "protein_id": "NP_001378977.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392049.1",
          "protein_id": "NP_001378978.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000298622.9",
          "protein_id": "ENSP00000298622.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000664697.1",
          "protein_id": "ENSP00000499375.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000668452.1",
          "protein_id": "ENSP00000499753.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000660144.1",
          "protein_id": "ENSP00000499566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2208+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392050.1",
          "protein_id": "NP_001378979.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 842,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2529,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2205+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392051.1",
          "protein_id": "NP_001378980.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392052.1",
          "protein_id": "NP_001378981.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000653512.1",
          "protein_id": "ENSP00000499285.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2058+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392053.1",
          "protein_id": "NP_001378982.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2004+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392054.1",
          "protein_id": "NP_001378983.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6152,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392055.1",
          "protein_id": "NP_001378984.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392056.1",
          "protein_id": "NP_001378985.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392057.1",
          "protein_id": "NP_001378986.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000659050.1",
          "protein_id": "ENSP00000499788.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1995+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392058.1",
          "protein_id": "NP_001378987.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001323089.2",
          "protein_id": "NP_001310018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392059.1",
          "protein_id": "NP_001378988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392060.1",
          "protein_id": "NP_001378989.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000653623.1",
          "protein_id": "ENSP00000499227.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000657318.1",
          "protein_id": "ENSP00000499560.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1992+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000670120.1",
          "protein_id": "ENSP00000499356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6763,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1965+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392061.1",
          "protein_id": "NP_001378990.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1965+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392062.1",
          "protein_id": "NP_001378991.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1965+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000658847.1",
          "protein_id": "ENSP00000499348.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1965+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000661339.1",
          "protein_id": "ENSP00000499650.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392063.1",
          "protein_id": "NP_001378992.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392064.1",
          "protein_id": "NP_001378993.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1635+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000669891.1",
          "protein_id": "ENSP00000499230.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2266,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1926+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392065.1",
          "protein_id": "NP_001378994.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1926+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000669493.1",
          "protein_id": "ENSP00000499432.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1917+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392066.1",
          "protein_id": "NP_001378995.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 745,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1743+3094C>T",
          "hgvs_p": null,
          "transcript": "NM_001392067.1",
          "protein_id": "NP_001378996.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1743+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000670443.1",
          "protein_id": "ENSP00000499400.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1686+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000657994.1",
          "protein_id": "ENSP00000499700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7100,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.792+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000665805.1",
          "protein_id": "ENSP00000499512.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "n.1965+3094C>T",
          "hgvs_p": null,
          "transcript": "ENST00000662086.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_011539676.3",
          "protein_id": "XP_011537978.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_017016095.3",
          "protein_id": "XP_016871584.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_005252674.6",
          "protein_id": "XP_005252731.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2214+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425106.1",
          "protein_id": "XP_047281062.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2004+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_011539682.4",
          "protein_id": "XP_011537984.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2004+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425107.1",
          "protein_id": "XP_047281063.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_005252676.6",
          "protein_id": "XP_005252733.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425108.1",
          "protein_id": "XP_047281064.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.1998+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425109.1",
          "protein_id": "XP_047281065.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2004+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425110.1",
          "protein_id": "XP_047281066.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP3",
          "gene_hgnc_id": 23523,
          "hgvs_c": "c.2004+3094C>T",
          "hgvs_p": null,
          "transcript": "XM_047425111.1",
          "protein_id": "XP_047281067.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "JAKMIP3",
      "gene_hgnc_id": 23523,
      "dbsnp": "rs870552",
      "frequency_reference_population": 0.5229215,
      "hom_count_reference_population": 21974,
      "allele_count_reference_population": 79414,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.522922,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 79414,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 21974,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -1.0199999809265137,
      "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": -1.02,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.481,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000684848.1",
          "gene_symbol": "JAKMIP3",
          "hgnc_id": 23523,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2220+3094C>T",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000807988.1",
          "gene_symbol": "ENSG00000305036",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.603G>A",
          "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
}