← 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: 4-142028816-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 142028816,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001101669.3",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001101669.3",
          "protein_id": "NP_001095139.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3087,
          "cdna_end": null,
          "cdna_length": 8743,
          "mane_select": "ENST00000262992.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "ENST00000262992.9",
          "protein_id": "ENSP00000262992.4",
          "transcript_support_level": 5,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3087,
          "cdna_end": null,
          "cdna_length": 8743,
          "mane_select": "NM_001101669.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "ENST00000508116.5",
          "protein_id": "ENSP00000423954.1",
          "transcript_support_level": 1,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3094,
          "cdna_end": null,
          "cdna_length": 3165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "ENST00000513000.5",
          "protein_id": "ENSP00000425487.1",
          "transcript_support_level": 1,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3175,
          "cdna_end": null,
          "cdna_length": 8831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2768C>A",
          "hgvs_p": "p.Pro923His",
          "transcript": "NM_001385339.1",
          "protein_id": "NP_001372268.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2768,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": 3257,
          "cdna_end": null,
          "cdna_length": 8913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2768C>A",
          "hgvs_p": "p.Pro923His",
          "transcript": "NM_001385343.1",
          "protein_id": "NP_001372272.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 2768,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": 3154,
          "cdna_end": null,
          "cdna_length": 8810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385334.1",
          "protein_id": "NP_001372263.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3192,
          "cdna_end": null,
          "cdna_length": 8848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385336.1",
          "protein_id": "NP_001372265.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3250,
          "cdna_end": null,
          "cdna_length": 8906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385338.1",
          "protein_id": "NP_001372267.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 8886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385341.1",
          "protein_id": "NP_001372270.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3127,
          "cdna_end": null,
          "cdna_length": 8783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385342.1",
          "protein_id": "NP_001372271.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3063,
          "cdna_end": null,
          "cdna_length": 8719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_001385344.1",
          "protein_id": "NP_001372273.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3291,
          "cdna_end": null,
          "cdna_length": 8947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "NM_003866.3",
          "protein_id": "NP_003857.2",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3420,
          "cdna_end": null,
          "cdna_length": 9076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2336C>A",
          "hgvs_p": "p.Pro779His",
          "transcript": "NM_001385351.1",
          "protein_id": "NP_001372280.1",
          "transcript_support_level": null,
          "aa_start": 779,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2336,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 2877,
          "cdna_end": null,
          "cdna_length": 8533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2213C>A",
          "hgvs_p": "p.Pro738His",
          "transcript": "NM_001385455.1",
          "protein_id": "NP_001372384.1",
          "transcript_support_level": null,
          "aa_start": 738,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": 2213,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": 2754,
          "cdna_end": null,
          "cdna_length": 8410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2213C>A",
          "hgvs_p": "p.Pro738His",
          "transcript": "ENST00000850954.1",
          "protein_id": "ENSP00000521038.1",
          "transcript_support_level": null,
          "aa_start": 738,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": 2213,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": 2732,
          "cdna_end": null,
          "cdna_length": 8388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2210C>A",
          "hgvs_p": "p.Pro737His",
          "transcript": "NM_001385382.1",
          "protein_id": "NP_001372311.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 2210,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 2751,
          "cdna_end": null,
          "cdna_length": 8407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "NM_001385350.1",
          "protein_id": "NP_001372279.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2695,
          "cdna_end": null,
          "cdna_length": 8351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "NM_001385379.1",
          "protein_id": "NP_001372308.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 8545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "NM_001385383.1",
          "protein_id": "NP_001372312.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2727,
          "cdna_end": null,
          "cdna_length": 8383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "NM_001385457.1",
          "protein_id": "NP_001372386.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2386,
          "cdna_end": null,
          "cdna_length": 8042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "NM_001385461.1",
          "protein_id": "NP_001372390.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2565,
          "cdna_end": null,
          "cdna_length": 8221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2186C>A",
          "hgvs_p": "p.Pro729His",
          "transcript": "ENST00000850955.1",
          "protein_id": "ENSP00000521039.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2186,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 2722,
          "cdna_end": null,
          "cdna_length": 2809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2087C>A",
          "hgvs_p": "p.Pro696His",
          "transcript": "NM_001385340.1",
          "protein_id": "NP_001372269.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 2087,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2473,
          "cdna_end": null,
          "cdna_length": 8129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2009C>A",
          "hgvs_p": "p.Pro670His",
          "transcript": "NM_001385450.1",
          "protein_id": "NP_001372379.1",
          "transcript_support_level": null,
          "aa_start": 670,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 2009,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 2550,
          "cdna_end": null,
          "cdna_length": 8206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.1997C>A",
          "hgvs_p": "p.Pro666His",
          "transcript": "NM_001385452.1",
          "protein_id": "NP_001372381.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 1997,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 2801,
          "cdna_end": null,
          "cdna_length": 8457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.1982C>A",
          "hgvs_p": "p.Pro661His",
          "transcript": "NM_001385357.1",
          "protein_id": "NP_001372286.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1982,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 2523,
          "cdna_end": null,
          "cdna_length": 8179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.1982C>A",
          "hgvs_p": "p.Pro661His",
          "transcript": "NM_001385458.1",
          "protein_id": "NP_001372387.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1982,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 2182,
          "cdna_end": null,
          "cdna_length": 7838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.1532C>A",
          "hgvs_p": "p.Pro511His",
          "transcript": "NM_001385454.1",
          "protein_id": "NP_001372383.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1532,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2073,
          "cdna_end": null,
          "cdna_length": 7729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "XM_047416356.1",
          "protein_id": "XP_047272312.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3440,
          "cdna_end": null,
          "cdna_length": 9096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "XM_047416357.1",
          "protein_id": "XP_047272313.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3121,
          "cdna_end": null,
          "cdna_length": 8777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "XM_047416358.1",
          "protein_id": "XP_047272314.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2988,
          "cdna_end": null,
          "cdna_length": 8644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His",
          "transcript": "XM_047416359.1",
          "protein_id": "XP_047272315.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 3441,
          "cdna_end": null,
          "cdna_length": 9097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2564C>A",
          "hgvs_p": "p.Pro855His",
          "transcript": "XM_047416360.1",
          "protein_id": "XP_047272316.1",
          "transcript_support_level": null,
          "aa_start": 855,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 2564,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": 2950,
          "cdna_end": null,
          "cdna_length": 8606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2537C>A",
          "hgvs_p": "p.Pro846His",
          "transcript": "XM_047416361.1",
          "protein_id": "XP_047272317.1",
          "transcript_support_level": null,
          "aa_start": 846,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 2537,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": 2923,
          "cdna_end": null,
          "cdna_length": 8579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2537C>A",
          "hgvs_p": "p.Pro846His",
          "transcript": "XM_047416362.1",
          "protein_id": "XP_047272318.1",
          "transcript_support_level": null,
          "aa_start": 846,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 2537,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": 2988,
          "cdna_end": null,
          "cdna_length": 8644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.2181C>A",
          "hgvs_p": "p.Thr727Thr",
          "transcript": "NM_001385381.1",
          "protein_id": "NP_001372310.1",
          "transcript_support_level": null,
          "aa_start": 727,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 2181,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 2722,
          "cdna_end": null,
          "cdna_length": 8378,
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2850C>A",
          "hgvs_p": null,
          "transcript": "NR_169599.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": 8506,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2731C>A",
          "hgvs_p": null,
          "transcript": "NR_169614.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": 8387,
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.3083C>A",
          "hgvs_p": null,
          "transcript": "NR_169615.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": 8739,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2623C>A",
          "hgvs_p": null,
          "transcript": "NR_169616.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": 8279,
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2843C>A",
          "hgvs_p": null,
          "transcript": "NR_169617.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": 8499,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2683C>A",
          "hgvs_p": null,
          "transcript": "NR_169618.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": 8339,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2735C>A",
          "hgvs_p": null,
          "transcript": "NR_169619.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": 8391,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2705C>A",
          "hgvs_p": null,
          "transcript": "NR_169623.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": 8361,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "n.2639C>A",
          "hgvs_p": null,
          "transcript": "NR_169624.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": 8295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*138C>A",
          "hgvs_p": null,
          "transcript": "NM_001385347.1",
          "protein_id": "NP_001372276.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 920,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*138C>A",
          "hgvs_p": null,
          "transcript": "NM_001385348.1",
          "protein_id": "NP_001372277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 920,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*111C>A",
          "hgvs_p": null,
          "transcript": "NM_001385380.1",
          "protein_id": "NP_001372309.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*138C>A",
          "hgvs_p": null,
          "transcript": "NM_001385362.1",
          "protein_id": "NP_001372291.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "NM_001331040.1",
          "protein_id": "NP_001317969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "NM_001385335.1",
          "protein_id": "NP_001372264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000509777.5",
          "protein_id": "ENSP00000422793.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "NM_001385460.1",
          "protein_id": "NP_001372389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "NM_001385459.1",
          "protein_id": "NP_001372388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000511838.6",
          "protein_id": "ENSP00000426207.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "NM_001385337.1",
          "protein_id": "NP_001372266.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_011532391.3",
          "protein_id": "XP_011530693.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_024454273.2",
          "protein_id": "XP_024310041.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_024454274.2",
          "protein_id": "XP_024310042.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_047416352.1",
          "protein_id": "XP_047272308.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_047416353.1",
          "protein_id": "XP_047272309.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_047416354.1",
          "protein_id": "XP_047272310.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_017008797.2",
          "protein_id": "XP_016864286.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": 3731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_047416363.1",
          "protein_id": "XP_047272319.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "INPP4B",
          "gene_hgnc_id": 6075,
          "hgvs_c": "c.*1312C>A",
          "hgvs_p": null,
          "transcript": "XM_017008798.2",
          "protein_id": "XP_016864287.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "INPP4B",
      "gene_hgnc_id": 6075,
      "dbsnp": "rs1415815430",
      "frequency_reference_population": 0.0000024797405,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000205352,
      "gnomad_genomes_af": 0.00000657177,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.834585428237915,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.59,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9983,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.16,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "phylop100way_prediction": "Pathogenic",
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001101669.3",
          "gene_symbol": "INPP4B",
          "hgnc_id": 6075,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2741C>A",
          "hgvs_p": "p.Pro914His"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}