← 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-72291914-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 72291914,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "NM_014989.7",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3738-20G>A",
          "hgvs_p": null,
          "transcript": "NM_014989.7",
          "protein_id": "NP_055804.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7984,
          "mane_select": "ENST00000521978.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3738-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000521978.6",
          "protein_id": "ENSP00000428417.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7984,
          "mane_select": "NM_014989.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1458-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000425662.6",
          "protein_id": "ENSP00000411235.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.882-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370420.8",
          "protein_id": "ENSP00000359448.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3285-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000264839.11",
          "protein_id": "ENSP00000264839.7",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3207-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000697193.1",
          "protein_id": "ENSP00000513179.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7458,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3207-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000491071.6",
          "protein_id": "ENSP00000430101.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1481,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3114-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000517960.5",
          "protein_id": "ENSP00000429959.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3291-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000518273.5",
          "protein_id": "ENSP00000430408.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1371,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3204-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000520567.5",
          "protein_id": "ENSP00000430502.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1342,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3051-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000522291.5",
          "protein_id": "ENSP00000430932.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1890-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350436.2",
          "protein_id": "NP_001337365.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1884-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350446.2",
          "protein_id": "NP_001337375.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1074,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3225,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1881-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350456.2",
          "protein_id": "NP_001337385.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1812-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350420.2",
          "protein_id": "NP_001337349.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1794-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350431.2",
          "protein_id": "NP_001337360.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1785-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350433.2",
          "protein_id": "NP_001337362.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1773-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000517433.5",
          "protein_id": "ENSP00000430359.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1782-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350415.2",
          "protein_id": "NP_001337344.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1031,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3096,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1743-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350462.2",
          "protein_id": "NP_001337391.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1707-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350458.2",
          "protein_id": "NP_001337387.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1701-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350416.2",
          "protein_id": "NP_001337345.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1701-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350448.2",
          "protein_id": "NP_001337377.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1698-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001168407.2",
          "protein_id": "NP_001161879.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1698-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000401910.7",
          "protein_id": "ENSP00000385649.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1704-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350418.2",
          "protein_id": "NP_001337347.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1005,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350414.2",
          "protein_id": "NP_001337343.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 999,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1626-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350425.2",
          "protein_id": "NP_001337354.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1647-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350435.2",
          "protein_id": "NP_001337364.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1641-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350437.2",
          "protein_id": "NP_001337366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1638-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350457.2",
          "protein_id": "NP_001337386.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350439.2",
          "protein_id": "NP_001337368.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1626-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350441.2",
          "protein_id": "NP_001337370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1608-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350454.2",
          "protein_id": "NP_001337383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1626-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350443.2",
          "protein_id": "NP_001337372.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1548-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350460.2",
          "protein_id": "NP_001337389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1560-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350459.2",
          "protein_id": "NP_001337388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1557-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350421.2",
          "protein_id": "NP_001337350.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1545-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350447.2",
          "protein_id": "NP_001337376.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1539-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350471.2",
          "protein_id": "NP_001337400.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1476-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350429.2",
          "protein_id": "NP_001337358.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1473-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350444.2",
          "protein_id": "NP_001337373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1458-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350469.2",
          "protein_id": "NP_001337398.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1473-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350423.2",
          "protein_id": "NP_001337352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1431-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350474.2",
          "protein_id": "NP_001337403.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1455-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350461.2",
          "protein_id": "NP_001337390.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 922,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2769,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1386-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350466.2",
          "protein_id": "NP_001337395.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1386-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350464.2",
          "protein_id": "NP_001337393.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1383-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350463.2",
          "protein_id": "NP_001337392.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1884-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350442.2",
          "protein_id": "NP_001337371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1881-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350438.2",
          "protein_id": "NP_001337367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 901,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2706,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1305-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350467.2",
          "protein_id": "NP_001337396.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 881,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2646,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1782-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350445.2",
          "protein_id": "NP_001337374.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1776-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350434.2",
          "protein_id": "NP_001337363.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1230-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350468.2",
          "protein_id": "NP_001337397.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1701-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350417.2",
          "protein_id": "NP_001337346.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1698-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350422.2",
          "protein_id": "NP_001337351.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1662-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350470.2",
          "protein_id": "NP_001337399.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1656-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001168410.2",
          "protein_id": "NP_001161882.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1656-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000517827.5",
          "protein_id": "ENSP00000428367.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1632-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350428.2",
          "protein_id": "NP_001337357.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001168408.2",
          "protein_id": "NP_001161880.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350430.2",
          "protein_id": "NP_001337359.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000523963.5",
          "protein_id": "ENSP00000428328.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1626-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350427.2",
          "protein_id": "NP_001337356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1608-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350449.2",
          "protein_id": "NP_001337378.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1584-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350473.2",
          "protein_id": "NP_001337402.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1581-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350472.2",
          "protein_id": "NP_001337401.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1560-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350424.2",
          "protein_id": "NP_001337353.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1557-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350450.2",
          "protein_id": "NP_001337379.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1548-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350426.2",
          "protein_id": "NP_001337355.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1545-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350440.2",
          "protein_id": "NP_001337369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1536-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350432.2",
          "protein_id": "NP_001337361.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1476-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350455.2",
          "protein_id": "NP_001337384.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1473-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350419.2",
          "protein_id": "NP_001337348.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 765,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1458-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001168409.2",
          "protein_id": "NP_001161881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1233-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000453976.6",
          "protein_id": "ENSP00000389503.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2260,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1386-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350465.2",
          "protein_id": "NP_001337394.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.459-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000522211.5",
          "protein_id": "ENSP00000429338.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "NM_001350452.2",
          "protein_id": "NP_001337381.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 593,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1782,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "n.142-20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000463023.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3459-20G>A",
          "hgvs_p": null,
          "transcript": "XM_024446369.2",
          "protein_id": "XP_024302137.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1650,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4953,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3372-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010516.3",
          "protein_id": "XP_016866005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3300-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418416.1",
          "protein_id": "XP_047274372.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1597,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3279-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010517.3",
          "protein_id": "XP_016866006.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1590,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3276-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010518.3",
          "protein_id": "XP_016866007.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3372-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010519.3",
          "protein_id": "XP_016866008.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1570,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4713,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3207-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010520.3",
          "protein_id": "XP_016866009.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3189-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010521.3",
          "protein_id": "XP_016866010.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1560,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3177-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418417.1",
          "protein_id": "XP_047274373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3174-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418418.1",
          "protein_id": "XP_047274374.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1555,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3279-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418419.1",
          "protein_id": "XP_047274375.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3279-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010522.3",
          "protein_id": "XP_016866011.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3276-20G>A",
          "hgvs_p": null,
          "transcript": "XM_011535604.4",
          "protein_id": "XP_011533906.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1538,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3096-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418420.1",
          "protein_id": "XP_047274376.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3189-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010525.3",
          "protein_id": "XP_016866014.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1519,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4560,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3186-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418421.1",
          "protein_id": "XP_047274377.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1518,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4557,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3024-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418422.1",
          "protein_id": "XP_047274378.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1505,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4518,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3105-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418423.1",
          "protein_id": "XP_047274379.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1491,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3093-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418424.1",
          "protein_id": "XP_047274380.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1487,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4464,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3024-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418425.1",
          "protein_id": "XP_047274381.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.3093-20G>A",
          "hgvs_p": null,
          "transcript": "XM_047418426.1",
          "protein_id": "XP_047274382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010537.3",
          "protein_id": "XP_016866026.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1626-20G>A",
          "hgvs_p": null,
          "transcript": "XM_024446372.2",
          "protein_id": "XP_024302140.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1473-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010544.3",
          "protein_id": "XP_016866033.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.1629-20G>A",
          "hgvs_p": null,
          "transcript": "XM_017010546.3",
          "protein_id": "XP_016866035.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 980,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2943,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "RIMS1",
      "gene_hgnc_id": 17282,
      "dbsnp": "rs771118720",
      "frequency_reference_population": 0.00000853639,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.00000656614,
      "gnomad_genomes_af": 0.0000262771,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -1.0499999523162842,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -1.05,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.467,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -16,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -16,
          "benign_score": 16,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_014989.7",
          "gene_symbol": "RIMS1",
          "hgnc_id": 17282,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3738-20G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}