← 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: 6-83692088-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "SNAP91",
          "hgnc_id": 14986,
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_014841.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 55198,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.9,
      "chr": "6",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.8999999761581421,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 907,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4422,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2724,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001242792.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000369694.7",
          "protein_coding": true,
          "protein_id": "NP_001229721.1",
          "strand": false,
          "transcript": "NM_001242792.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 907,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4422,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2724,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000369694.7",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001242792.2",
          "protein_coding": true,
          "protein_id": "ENSP00000358708.2",
          "strand": false,
          "transcript": "ENST00000369694.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4136,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000520302.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000428511.1",
          "strand": false,
          "transcript": "ENST00000520302.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 600,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1803,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000520213.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000428026.1",
          "strand": false,
          "transcript": "ENST00000520213.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4493,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000518312.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.131-1652C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000429937.1",
          "strand": false,
          "transcript": "ENST00000518312.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 907,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2724,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_014841.3",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_055656.1",
          "strand": false,
          "transcript": "NM_014841.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 907,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4452,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2724,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000439399.6",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400459.2",
          "strand": false,
          "transcript": "ENST00000439399.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 907,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2724,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000521743.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000428215.1",
          "strand": false,
          "transcript": "ENST00000521743.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4431,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376675.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363604.1",
          "strand": false,
          "transcript": "NM_001376675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4227,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376676.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363605.1",
          "strand": false,
          "transcript": "NM_001376676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4217,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376677.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363606.1",
          "strand": false,
          "transcript": "NM_001376677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376678.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363607.1",
          "strand": false,
          "transcript": "NM_001376678.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4491,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376679.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363608.1",
          "strand": false,
          "transcript": "NM_001376679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4267,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376680.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363609.1",
          "strand": false,
          "transcript": "NM_001376680.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4569,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376681.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363610.1",
          "strand": false,
          "transcript": "NM_001376681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376682.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363611.1",
          "strand": false,
          "transcript": "NM_001376682.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 905,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4475,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2718,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948470.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618529.1",
          "strand": false,
          "transcript": "ENST00000948470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 904,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4428,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2715,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376683.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363612.1",
          "strand": false,
          "transcript": "NM_001376683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 904,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4413,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2715,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376684.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363613.1",
          "strand": false,
          "transcript": "NM_001376684.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 902,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4560,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2709,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001363677.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350606.1",
          "strand": false,
          "transcript": "NM_001363677.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 902,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4434,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2709,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000195649.10",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000195649.6",
          "strand": false,
          "transcript": "ENST00000195649.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 902,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4521,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2709,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000521485.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429776.1",
          "strand": false,
          "transcript": "ENST00000521485.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4212,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376685.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363614.1",
          "strand": false,
          "transcript": "NM_001376685.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376686.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363615.1",
          "strand": false,
          "transcript": "NM_001376686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4401,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376687.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363616.1",
          "strand": false,
          "transcript": "NM_001376687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376688.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363617.1",
          "strand": false,
          "transcript": "NM_001376688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4401,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376689.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363618.1",
          "strand": false,
          "transcript": "NM_001376689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4252,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376690.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363619.1",
          "strand": false,
          "transcript": "NM_001376690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4500,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376691.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363620.1",
          "strand": false,
          "transcript": "NM_001376691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376692.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363621.1",
          "strand": false,
          "transcript": "NM_001376692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4317,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000862655.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532714.1",
          "strand": false,
          "transcript": "ENST00000862655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4386,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000862659.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532718.1",
          "strand": false,
          "transcript": "ENST00000862659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4214,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948474.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618533.1",
          "strand": false,
          "transcript": "ENST00000948474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 898,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4410,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376693.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363622.1",
          "strand": false,
          "transcript": "NM_001376693.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 897,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4392,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2694,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376694.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363623.1",
          "strand": false,
          "transcript": "NM_001376694.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 891,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4185,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2676,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376695.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363624.1",
          "strand": false,
          "transcript": "NM_001376695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 891,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4374,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2676,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376696.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363625.1",
          "strand": false,
          "transcript": "NM_001376696.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 891,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4175,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2676,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376697.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363626.1",
          "strand": false,
          "transcript": "NM_001376697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 891,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2676,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376698.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363627.1",
          "strand": false,
          "transcript": "NM_001376698.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4371,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376699.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363628.1",
          "strand": false,
          "transcript": "NM_001376699.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4222,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376700.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363629.1",
          "strand": false,
          "transcript": "NM_001376700.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4359,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376701.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363630.1",
          "strand": false,
          "transcript": "NM_001376701.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4149,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376702.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363631.1",
          "strand": false,
          "transcript": "NM_001376702.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4353,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376703.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363632.1",
          "strand": false,
          "transcript": "NM_001376703.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4139,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376704.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363633.1",
          "strand": false,
          "transcript": "NM_001376704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4338,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376705.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363634.1",
          "strand": false,
          "transcript": "NM_001376705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4189,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376706.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363635.1",
          "strand": false,
          "transcript": "NM_001376706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4491,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376707.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363636.1",
          "strand": false,
          "transcript": "NM_001376707.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4143,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001242793.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001229722.1",
          "strand": false,
          "transcript": "NM_001242793.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4347,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376708.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363637.1",
          "strand": false,
          "transcript": "NM_001376708.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4133,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376709.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363638.1",
          "strand": false,
          "transcript": "NM_001376709.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4332,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376710.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363639.1",
          "strand": false,
          "transcript": "NM_001376710.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4485,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376711.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363640.1",
          "strand": false,
          "transcript": "NM_001376711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4099,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376712.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363641.1",
          "strand": false,
          "transcript": "NM_001376712.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376713.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363642.1",
          "strand": false,
          "transcript": "NM_001376713.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4174,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376714.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363643.1",
          "strand": false,
          "transcript": "NM_001376714.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 869,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2610,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376715.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-114+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363644.1",
          "strand": false,
          "transcript": "NM_001376715.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4097,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376716.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363645.1",
          "strand": false,
          "transcript": "NM_001376716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4281,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376717.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363646.1",
          "strand": false,
          "transcript": "NM_001376717.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 855,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4281,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2568,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376718.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363647.1",
          "strand": false,
          "transcript": "NM_001376718.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4254,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376719.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363648.1",
          "strand": false,
          "transcript": "NM_001376719.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 848,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2547,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000926216.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596275.1",
          "strand": false,
          "transcript": "ENST00000926216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4345,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376720.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-45+302C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363649.1",
          "strand": false,
          "transcript": "NM_001376720.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4512,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376721.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-140-5865C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363650.1",
          "strand": false,
          "transcript": "NM_001376721.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4372,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376723.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-1+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363652.1",
          "strand": false,
          "transcript": "NM_001376723.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4223,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376726.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-1+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363655.1",
          "strand": false,
          "transcript": "NM_001376726.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4037,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376728.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-45+10801C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363657.1",
          "strand": false,
          "transcript": "NM_001376728.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 846,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2541,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376731.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363660.1",
          "strand": false,
          "transcript": "NM_001376731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376733.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363662.1",
          "strand": false,
          "transcript": "NM_001376733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4233,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376734.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363663.1",
          "strand": false,
          "transcript": "NM_001376734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000862657.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532716.1",
          "strand": false,
          "transcript": "ENST00000862657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948481.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618540.1",
          "strand": false,
          "transcript": "ENST00000948481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 842,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4374,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2529,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376735.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-167+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363664.1",
          "strand": false,
          "transcript": "NM_001376735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 837,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4013,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2514,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376736.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363665.1",
          "strand": false,
          "transcript": "NM_001376736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 836,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4191,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2511,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948478.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618537.1",
          "strand": false,
          "transcript": "ENST00000948478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 830,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3992,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2493,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000862658.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532717.1",
          "strand": false,
          "transcript": "ENST00000862658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376737.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363666.1",
          "strand": false,
          "transcript": "NM_001376737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 816,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4501,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2451,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001256717.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-411-1652C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243646.1",
          "strand": false,
          "transcript": "NM_001256717.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 794,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4057,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2385,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948469.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618528.1",
          "strand": false,
          "transcript": "ENST00000948469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 784,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3864,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2355,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948475.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618534.1",
          "strand": false,
          "transcript": "ENST00000948475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 783,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2352,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001256718.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.-85+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243647.1",
          "strand": false,
          "transcript": "NM_001256718.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 748,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3731,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2247,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948477.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618536.1",
          "strand": false,
          "transcript": "ENST00000948477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 748,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3894,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2247,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948482.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618541.1",
          "strand": false,
          "transcript": "ENST00000948482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948468.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618527.1",
          "strand": false,
          "transcript": "ENST00000948468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3679,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948472.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618531.1",
          "strand": false,
          "transcript": "ENST00000948472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3834,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948480.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618539.1",
          "strand": false,
          "transcript": "ENST00000948480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 696,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3607,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2091,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948473.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618532.1",
          "strand": false,
          "transcript": "ENST00000948473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3711,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376738.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363667.1",
          "strand": false,
          "transcript": "NM_001376738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000862656.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000532715.1",
          "strand": false,
          "transcript": "ENST00000862656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3691,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948467.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618526.1",
          "strand": false,
          "transcript": "ENST00000948467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3549,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948471.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618530.1",
          "strand": false,
          "transcript": "ENST00000948471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3701,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948476.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618535.1",
          "strand": false,
          "transcript": "ENST00000948476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 656,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3470,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1971,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376739.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363668.1",
          "strand": false,
          "transcript": "NM_001376739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 656,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3650,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1971,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948479.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618538.1",
          "strand": false,
          "transcript": "ENST00000948479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3409,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376740.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363669.1",
          "strand": false,
          "transcript": "NM_001376740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000926217.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596276.1",
          "strand": false,
          "transcript": "ENST00000926217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3505,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000926218.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596277.1",
          "strand": false,
          "transcript": "ENST00000926218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 600,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3312,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1803,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001242794.2",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001229723.1",
          "strand": false,
          "transcript": "NM_001242794.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 580,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1745,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000521931.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430071.1",
          "strand": false,
          "transcript": "ENST00000521931.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3819,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376741.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363670.1",
          "strand": false,
          "transcript": "NM_001376741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 322,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2107,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 969,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001376742.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001363671.1",
          "strand": false,
          "transcript": "NM_001376742.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 151,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 842,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 457,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000519779.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429429.1",
          "strand": false,
          "transcript": "ENST00000519779.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 591,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 452,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000518309.6",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430441.1",
          "strand": false,
          "transcript": "ENST00000518309.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 148,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 447,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000369690.6",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358704.2",
          "strand": false,
          "transcript": "ENST00000369690.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 115,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 735,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 349,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000523484.6",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427959.2",
          "strand": false,
          "transcript": "ENST00000523484.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 65,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 198,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000519825.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "c.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431055.1",
          "strand": false,
          "transcript": "ENST00000519825.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2822,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000521616.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000428127.1",
          "strand": false,
          "transcript": "ENST00000521616.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 542,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000522248.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.130+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000429700.1",
          "strand": false,
          "transcript": "ENST00000522248.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 482,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000523199.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.131-1652C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000428592.1",
          "strand": false,
          "transcript": "ENST00000523199.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 564,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000523585.5",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.131-1652C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000429950.1",
          "strand": false,
          "transcript": "ENST00000523585.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4267,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164843.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.218+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4152,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164844.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.417+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4502,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164845.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.417+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4233,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164846.1",
          "gene_hgnc_id": 14986,
          "gene_symbol": "SNAP91",
          "hgvs_c": "n.268+15710C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_164846.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs217289",
      "effect": "intron_variant",
      "frequency_reference_population": 0.36339337,
      "gene_hgnc_id": 14986,
      "gene_symbol": "SNAP91",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 55198,
      "gnomad_genomes_af": 0.363393,
      "gnomad_genomes_homalt": 10913,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 10913,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.367,
      "pos": 83692088,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_014841.3"
    }
  ]
}
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.