← 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-72047095-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 72047095,
      "ref": "C",
      "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000521978.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014989.7"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_014989.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000521978.6"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264839.11"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697193.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000491071.6"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000517960.5"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000518273.5"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000520567.5"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000522291.5"
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>A",
          "hgvs_p": null,
          "transcript": "NM_001350413.1",
          "protein_id": "NP_001337342.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350413.1"
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49857C>A",
          "hgvs_p": null,
          "transcript": "NM_001350411.1",
          "protein_id": "NP_001337340.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350411.1"
        },
        {
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>A",
          "hgvs_p": null,
          "transcript": "NM_001350412.1",
          "protein_id": "NP_001337341.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350412.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4953,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446369.2"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010516.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418416.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010517.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010518.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4713,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010519.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010520.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010521.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418417.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418418.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418419.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010522.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011535604.4"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>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": null,
          "cds_end": null,
          "cds_length": 4590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418420.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4560,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010525.3"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4557,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418421.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>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": null,
          "cds_end": null,
          "cds_length": 4518,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418422.1"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.246-49854C>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": null,
          "cds_end": null,
          "cds_length": 4476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418423.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>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": null,
          "cds_end": null,
          "cds_length": 4464,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418424.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>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": null,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418425.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "c.165-49854C>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": null,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418426.1"
        },
        {
          "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": 19,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIMS1",
          "gene_hgnc_id": 17282,
          "hgvs_c": "n.567-49854C>A",
          "hgvs_p": null,
          "transcript": "ENST00000370419.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000370419.6"
        }
      ],
      "gene_symbol": "RIMS1",
      "gene_hgnc_id": 17282,
      "dbsnp": "rs484596",
      "frequency_reference_population": 0.4456247,
      "hom_count_reference_population": 15453,
      "allele_count_reference_population": 67710,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.445625,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 67710,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 15453,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8199999928474426,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.82,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.399,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_014989.7",
          "gene_symbol": "RIMS1",
          "hgnc_id": 17282,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.246-49854C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}