← 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: 3-100780521-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 100780521,
      "ref": "G",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "NM_001375547.2",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": 57,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4163-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001375547.2",
          "protein_id": "NP_001362476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1786,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5361,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000471714.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375547.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": 57,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4163-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000471714.6",
          "protein_id": "ENSP00000420524.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1786,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5361,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001375547.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471714.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2009-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000284322.10",
          "protein_id": "ENSP00000284322.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000284322.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "n.626-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000470336.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000470336.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": 57,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4184-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000710654.1",
          "protein_id": "ENSP00000518403.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000710654.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4121-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001375550.1",
          "protein_id": "NP_001362479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1772,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375550.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4115-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001375549.2",
          "protein_id": "NP_001362478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1770,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375549.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3950-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001349329.2",
          "protein_id": "NP_001336258.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349329.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": 52,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3836-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882230.1",
          "protein_id": "ENSP00000552289.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1677,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882230.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": 51,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3758-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882203.1",
          "protein_id": "ENSP00000552262.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882203.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": 51,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3740-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001349330.2",
          "protein_id": "NP_001336259.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1645,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4938,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349330.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": 47,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3497-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882239.1",
          "protein_id": "ENSP00000552298.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1564,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882239.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3416-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001377332.1",
          "protein_id": "NP_001364261.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1537,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377332.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2945-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882206.1",
          "protein_id": "ENSP00000552265.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1380,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4143,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882206.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2837-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001365642.2",
          "protein_id": "NP_001352571.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1344,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4035,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365642.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2624-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882237.1",
          "protein_id": "ENSP00000552296.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882237.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2543-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882199.1",
          "protein_id": "ENSP00000552258.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1246,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882199.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2510-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950966.1",
          "protein_id": "ENSP00000621025.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950966.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2501-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950971.1",
          "protein_id": "ENSP00000621030.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1232,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3699,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950971.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2489-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882219.1",
          "protein_id": "ENSP00000552278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1228,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3687,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882219.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2471-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001349331.2",
          "protein_id": "NP_001336260.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349331.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2471-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000486770.7",
          "protein_id": "ENSP00000419029.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000486770.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2354-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882209.1",
          "protein_id": "ENSP00000552268.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882209.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2231-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882197.1",
          "protein_id": "ENSP00000552256.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1142,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882197.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2225-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882201.1",
          "protein_id": "ENSP00000552260.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882201.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2195-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000495591.5",
          "protein_id": "ENSP00000418817.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000495591.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2156-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882210.1",
          "protein_id": "ENSP00000552269.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882210.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2156-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882220.1",
          "protein_id": "ENSP00000552279.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882220.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2153-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882215.1",
          "protein_id": "ENSP00000552274.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1116,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3351,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882215.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2129-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882234.1",
          "protein_id": "ENSP00000552293.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882234.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2129-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950964.1",
          "protein_id": "ENSP00000621023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950964.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2126-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882236.1",
          "protein_id": "ENSP00000552295.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882236.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2084-312C>A",
          "hgvs_p": null,
          "transcript": "NM_001349332.2",
          "protein_id": "NP_001336261.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349332.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2084-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882196.1",
          "protein_id": "ENSP00000552255.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882196.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2081-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882208.1",
          "protein_id": "ENSP00000552267.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882208.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2084-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882224.1",
          "protein_id": "ENSP00000552283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882224.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2078-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882213.1",
          "protein_id": "ENSP00000552272.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882213.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2021-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882214.1",
          "protein_id": "ENSP00000552273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882214.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2018-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882227.1",
          "protein_id": "ENSP00000552286.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882227.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2009-312C>A",
          "hgvs_p": null,
          "transcript": "NM_015429.4",
          "protein_id": "NP_056244.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015429.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2009-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882198.1",
          "protein_id": "ENSP00000552257.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882198.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2006-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882200.1",
          "protein_id": "ENSP00000552259.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882200.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2006-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882207.1",
          "protein_id": "ENSP00000552266.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882207.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2006-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950968.1",
          "protein_id": "ENSP00000621027.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950968.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1949-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882225.1",
          "protein_id": "ENSP00000552284.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882225.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1946-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882204.1",
          "protein_id": "ENSP00000552263.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882204.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1940-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882231.1",
          "protein_id": "ENSP00000552290.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1045,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3138,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882231.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1934-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882221.1",
          "protein_id": "ENSP00000552280.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882221.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1934-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950962.1",
          "protein_id": "ENSP00000621021.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950962.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1931-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882232.1",
          "protein_id": "ENSP00000552291.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882232.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1871-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882212.1",
          "protein_id": "ENSP00000552271.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882212.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1868-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882217.1",
          "protein_id": "ENSP00000552276.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882217.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1829-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882223.1",
          "protein_id": "ENSP00000552282.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882223.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.2009-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882235.1",
          "protein_id": "ENSP00000552294.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882235.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1799-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950967.1",
          "protein_id": "ENSP00000621026.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950967.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1796-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882202.1",
          "protein_id": "ENSP00000552261.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882202.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1793-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950970.1",
          "protein_id": "ENSP00000621029.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 996,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2991,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950970.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1790-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950972.1",
          "protein_id": "ENSP00000621031.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950972.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1790-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882218.1",
          "protein_id": "ENSP00000552277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882218.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1781-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882205.1",
          "protein_id": "ENSP00000552264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882205.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1733-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882238.1",
          "protein_id": "ENSP00000552297.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882238.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1718-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882233.1",
          "protein_id": "ENSP00000552292.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882233.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1715-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882229.1",
          "protein_id": "ENSP00000552288.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882229.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1715-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950960.1",
          "protein_id": "ENSP00000621019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950960.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1643-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882222.1",
          "protein_id": "ENSP00000552281.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 946,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2841,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882222.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1640-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882211.1",
          "protein_id": "ENSP00000552270.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882211.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1580-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882228.1",
          "protein_id": "ENSP00000552287.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 925,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2778,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882228.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1430-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950961.1",
          "protein_id": "ENSP00000621020.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950961.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1418-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950969.1",
          "protein_id": "ENSP00000621028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950969.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1358-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950963.1",
          "protein_id": "ENSP00000621022.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950963.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1283-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000950965.1",
          "protein_id": "ENSP00000621024.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950965.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1208-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882226.1",
          "protein_id": "ENSP00000552285.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882226.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.1208-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000882216.1",
          "protein_id": "ENSP00000552275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882216.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.842-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000471901.5",
          "protein_id": "ENSP00000418024.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471901.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.350-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000497395.5",
          "protein_id": "ENSP00000420704.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 565,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497395.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4127-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247284.4",
          "protein_id": "XP_005247341.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247284.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4127-312C>A",
          "hgvs_p": null,
          "transcript": "XM_017006105.3",
          "protein_id": "XP_016861594.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017006105.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4124-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247285.4",
          "protein_id": "XP_005247342.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1773,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247285.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4124-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512639.3",
          "protein_id": "XP_011510941.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1773,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512639.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4118-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247287.4",
          "protein_id": "XP_005247344.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1771,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247287.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4118-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512640.3",
          "protein_id": "XP_011510942.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1771,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512640.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4112-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247288.4",
          "protein_id": "XP_005247345.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1769,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247288.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4109-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247289.4",
          "protein_id": "XP_005247346.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247289.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4109-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247290.4",
          "protein_id": "XP_005247347.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247290.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4109-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512641.3",
          "protein_id": "XP_011510943.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512641.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4109-312C>A",
          "hgvs_p": null,
          "transcript": "XM_017006106.3",
          "protein_id": "XP_016861595.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017006106.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4106-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247291.4",
          "protein_id": "XP_005247348.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1767,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247291.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4103-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512643.3",
          "protein_id": "XP_011510945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1766,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512643.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4100-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512644.3",
          "protein_id": "XP_011510946.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1765,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512644.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4100-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512645.3",
          "protein_id": "XP_011510947.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1765,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512645.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 67,
          "intron_rank": 56,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4091-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512646.3",
          "protein_id": "XP_011510948.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1762,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512646.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4085-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447911.1",
          "protein_id": "XP_047303867.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447911.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4079-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447912.1",
          "protein_id": "XP_047303868.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1758,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447912.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4076-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247293.4",
          "protein_id": "XP_005247350.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1757,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5274,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247293.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4070-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447914.1",
          "protein_id": "XP_047303870.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447914.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4055-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447915.1",
          "protein_id": "XP_047303871.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447915.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4049-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512647.3",
          "protein_id": "XP_011510949.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1748,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512647.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4049-312C>A",
          "hgvs_p": null,
          "transcript": "XM_024453444.2",
          "protein_id": "XP_024309212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1748,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453444.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4046-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247295.4",
          "protein_id": "XP_005247352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247295.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4046-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512648.3",
          "protein_id": "XP_011510950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512648.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4043-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247296.4",
          "protein_id": "XP_005247353.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1746,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5241,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247296.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4040-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247298.4",
          "protein_id": "XP_005247355.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247298.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4040-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512649.3",
          "protein_id": "XP_011510951.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512649.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4037-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247299.5",
          "protein_id": "XP_005247356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1744,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247299.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4037-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447917.1",
          "protein_id": "XP_047303873.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1744,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447917.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4031-312C>A",
          "hgvs_p": null,
          "transcript": "XM_006713569.4",
          "protein_id": "XP_006713632.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1742,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5229,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006713569.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.4007-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447918.1",
          "protein_id": "XP_047303874.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447918.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3995-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447919.1",
          "protein_id": "XP_047303875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1730,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447919.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3983-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247301.4",
          "protein_id": "XP_005247358.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1726,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247301.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3983-312C>A",
          "hgvs_p": null,
          "transcript": "XM_011512651.3",
          "protein_id": "XP_011510953.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1726,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512651.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3980-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447920.1",
          "protein_id": "XP_047303876.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447920.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3968-312C>A",
          "hgvs_p": null,
          "transcript": "XM_006713571.4",
          "protein_id": "XP_006713634.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006713571.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3962-312C>A",
          "hgvs_p": null,
          "transcript": "XM_006713572.4",
          "protein_id": "XP_006713635.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006713572.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": 54,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3962-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447921.1",
          "protein_id": "XP_047303877.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447921.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": 53,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3923-312C>A",
          "hgvs_p": null,
          "transcript": "XM_005247303.4",
          "protein_id": "XP_005247360.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247303.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": 53,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3905-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447922.1",
          "protein_id": "XP_047303878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1700,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447922.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": 53,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3902-312C>A",
          "hgvs_p": null,
          "transcript": "XM_024453445.2",
          "protein_id": "XP_024309213.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1699,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453445.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": 52,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3902-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447923.1",
          "protein_id": "XP_047303879.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1699,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": 52,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3875-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447924.1",
          "protein_id": "XP_047303880.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1690,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447924.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": 51,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3803-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447925.1",
          "protein_id": "XP_047303881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1666,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447925.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": 51,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "c.3797-312C>A",
          "hgvs_p": null,
          "transcript": "XM_047447926.1",
          "protein_id": "XP_047303882.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1664,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4995,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447926.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ABI3BP",
          "gene_hgnc_id": 17265,
          "hgvs_c": "n.1217-312C>A",
          "hgvs_p": null,
          "transcript": "ENST00000487012.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000487012.5"
        }
      ],
      "gene_symbol": "ABI3BP",
      "gene_hgnc_id": 17265,
      "dbsnp": "rs9850273",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8600000143051147,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.86,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.056,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001375547.2",
          "gene_symbol": "ABI3BP",
          "hgnc_id": 17265,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4163-312C>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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.