← 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-72392740-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=72392740&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 72392740,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014989.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4548C>G",
"hgvs_p": "p.Phe1516Leu",
"transcript": "NM_014989.7",
"protein_id": "NP_055804.2",
"transcript_support_level": null,
"aa_start": 1516,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4548,
"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": "F",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4548C>G",
"hgvs_p": "p.Phe1516Leu",
"transcript": "ENST00000521978.6",
"protein_id": "ENSP00000428417.1",
"transcript_support_level": 1,
"aa_start": 1516,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4548,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1752C>G",
"hgvs_p": "p.Phe584Leu",
"transcript": "ENST00000425662.6",
"protein_id": "ENSP00000411235.2",
"transcript_support_level": 1,
"aa_start": 584,
"aa_end": null,
"aa_length": 760,
"cds_start": 1752,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425662.6"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1692C>G",
"hgvs_p": "p.Phe564Leu",
"transcript": "ENST00000370420.8",
"protein_id": "ENSP00000359448.4",
"transcript_support_level": 1,
"aa_start": 564,
"aa_end": null,
"aa_length": 740,
"cds_start": 1692,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370420.8"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4095C>G",
"hgvs_p": "p.Phe1365Leu",
"transcript": "ENST00000264839.11",
"protein_id": "ENSP00000264839.7",
"transcript_support_level": 5,
"aa_start": 1365,
"aa_end": null,
"aa_length": 1541,
"cds_start": 4095,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4017C>G",
"hgvs_p": "p.Phe1339Leu",
"transcript": "ENST00000697193.1",
"protein_id": "ENSP00000513179.1",
"transcript_support_level": null,
"aa_start": 1339,
"aa_end": null,
"aa_length": 1515,
"cds_start": 4017,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4017C>G",
"hgvs_p": "p.Phe1339Leu",
"transcript": "ENST00000491071.6",
"protein_id": "ENSP00000430101.1",
"transcript_support_level": 5,
"aa_start": 1339,
"aa_end": null,
"aa_length": 1481,
"cds_start": 4017,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3897C>G",
"hgvs_p": "p.Phe1299Leu",
"transcript": "ENST00000517960.5",
"protein_id": "ENSP00000429959.1",
"transcript_support_level": 5,
"aa_start": 1299,
"aa_end": null,
"aa_length": 1475,
"cds_start": 3897,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3585C>G",
"hgvs_p": "p.Phe1195Leu",
"transcript": "ENST00000518273.5",
"protein_id": "ENSP00000430408.1",
"transcript_support_level": 5,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3585,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3498C>G",
"hgvs_p": "p.Phe1166Leu",
"transcript": "ENST00000520567.5",
"protein_id": "ENSP00000430502.1",
"transcript_support_level": 5,
"aa_start": 1166,
"aa_end": null,
"aa_length": 1342,
"cds_start": 3498,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3345C>G",
"hgvs_p": "p.Phe1115Leu",
"transcript": "ENST00000522291.5",
"protein_id": "ENSP00000430932.1",
"transcript_support_level": 5,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1291,
"cds_start": 3345,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2700C>G",
"hgvs_p": "p.Phe900Leu",
"transcript": "NM_001350436.2",
"protein_id": "NP_001337365.1",
"transcript_support_level": null,
"aa_start": 900,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2700,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350436.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2694C>G",
"hgvs_p": "p.Phe898Leu",
"transcript": "NM_001350446.2",
"protein_id": "NP_001337375.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2694,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350446.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2691C>G",
"hgvs_p": "p.Phe897Leu",
"transcript": "NM_001350456.2",
"protein_id": "NP_001337385.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 1073,
"cds_start": 2691,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350456.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2622C>G",
"hgvs_p": "p.Phe874Leu",
"transcript": "NM_001350420.2",
"protein_id": "NP_001337349.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 1050,
"cds_start": 2622,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350420.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2604C>G",
"hgvs_p": "p.Phe868Leu",
"transcript": "NM_001350431.2",
"protein_id": "NP_001337360.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 1044,
"cds_start": 2604,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350431.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2595C>G",
"hgvs_p": "p.Phe865Leu",
"transcript": "NM_001350433.2",
"protein_id": "NP_001337362.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1041,
"cds_start": 2595,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350433.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2583C>G",
"hgvs_p": "p.Phe861Leu",
"transcript": "ENST00000517433.5",
"protein_id": "ENSP00000430359.1",
"transcript_support_level": 5,
"aa_start": 861,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2583,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517433.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2565C>G",
"hgvs_p": "p.Phe855Leu",
"transcript": "NM_001350415.2",
"protein_id": "NP_001337344.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2565,
"cds_end": null,
"cds_length": 3096,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350415.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2553C>G",
"hgvs_p": "p.Phe851Leu",
"transcript": "NM_001350462.2",
"protein_id": "NP_001337391.1",
"transcript_support_level": null,
"aa_start": 851,
"aa_end": null,
"aa_length": 1027,
"cds_start": 2553,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350462.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2517C>G",
"hgvs_p": "p.Phe839Leu",
"transcript": "NM_001350458.2",
"protein_id": "NP_001337387.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2517,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350458.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2514C>G",
"hgvs_p": "p.Phe838Leu",
"transcript": "NM_001350416.2",
"protein_id": "NP_001337345.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2514,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350416.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2511C>G",
"hgvs_p": "p.Phe837Leu",
"transcript": "NM_001350448.2",
"protein_id": "NP_001337377.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2511,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350448.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2508C>G",
"hgvs_p": "p.Phe836Leu",
"transcript": "NM_001168407.2",
"protein_id": "NP_001161879.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2508,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168407.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2508C>G",
"hgvs_p": "p.Phe836Leu",
"transcript": "ENST00000401910.7",
"protein_id": "ENSP00000385649.3",
"transcript_support_level": 2,
"aa_start": 836,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2508,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401910.7"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2487C>G",
"hgvs_p": "p.Phe829Leu",
"transcript": "NM_001350418.2",
"protein_id": "NP_001337347.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2487,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350418.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2469C>G",
"hgvs_p": "p.Phe823Leu",
"transcript": "NM_001350414.2",
"protein_id": "NP_001337343.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 999,
"cds_start": 2469,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350414.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2466C>G",
"hgvs_p": "p.Phe822Leu",
"transcript": "NM_001350425.2",
"protein_id": "NP_001337354.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 998,
"cds_start": 2466,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350425.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2457C>G",
"hgvs_p": "p.Phe819Leu",
"transcript": "NM_001350435.2",
"protein_id": "NP_001337364.1",
"transcript_support_level": null,
"aa_start": 819,
"aa_end": null,
"aa_length": 995,
"cds_start": 2457,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350435.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2451C>G",
"hgvs_p": "p.Phe817Leu",
"transcript": "NM_001350437.2",
"protein_id": "NP_001337366.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 993,
"cds_start": 2451,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350437.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2448C>G",
"hgvs_p": "p.Phe816Leu",
"transcript": "NM_001350457.2",
"protein_id": "NP_001337386.1",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 992,
"cds_start": 2448,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350457.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2439C>G",
"hgvs_p": "p.Phe813Leu",
"transcript": "NM_001350439.2",
"protein_id": "NP_001337368.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 989,
"cds_start": 2439,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350439.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2436C>G",
"hgvs_p": "p.Phe812Leu",
"transcript": "NM_001350441.2",
"protein_id": "NP_001337370.1",
"transcript_support_level": null,
"aa_start": 812,
"aa_end": null,
"aa_length": 988,
"cds_start": 2436,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350441.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2418C>G",
"hgvs_p": "p.Phe806Leu",
"transcript": "NM_001350454.2",
"protein_id": "NP_001337383.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 982,
"cds_start": 2418,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350454.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2409C>G",
"hgvs_p": "p.Phe803Leu",
"transcript": "NM_001350443.2",
"protein_id": "NP_001337372.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 979,
"cds_start": 2409,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350443.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2388C>G",
"hgvs_p": "p.Phe796Leu",
"transcript": "NM_001350460.2",
"protein_id": "NP_001337389.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 972,
"cds_start": 2388,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350460.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2370C>G",
"hgvs_p": "p.Phe790Leu",
"transcript": "NM_001350459.2",
"protein_id": "NP_001337388.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 966,
"cds_start": 2370,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350459.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2367C>G",
"hgvs_p": "p.Phe789Leu",
"transcript": "NM_001350421.2",
"protein_id": "NP_001337350.1",
"transcript_support_level": null,
"aa_start": 789,
"aa_end": null,
"aa_length": 965,
"cds_start": 2367,
"cds_end": null,
"cds_length": 2898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350421.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2355C>G",
"hgvs_p": "p.Phe785Leu",
"transcript": "NM_001350447.2",
"protein_id": "NP_001337376.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 961,
"cds_start": 2355,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350447.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2349C>G",
"hgvs_p": "p.Phe783Leu",
"transcript": "NM_001350471.2",
"protein_id": "NP_001337400.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 959,
"cds_start": 2349,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350471.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2286C>G",
"hgvs_p": "p.Phe762Leu",
"transcript": "NM_001350429.2",
"protein_id": "NP_001337358.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 938,
"cds_start": 2286,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350429.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2283C>G",
"hgvs_p": "p.Phe761Leu",
"transcript": "NM_001350444.2",
"protein_id": "NP_001337373.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 937,
"cds_start": 2283,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350444.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2268C>G",
"hgvs_p": "p.Phe756Leu",
"transcript": "NM_001350469.2",
"protein_id": "NP_001337398.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 932,
"cds_start": 2268,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350469.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2256C>G",
"hgvs_p": "p.Phe752Leu",
"transcript": "NM_001350423.2",
"protein_id": "NP_001337352.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 928,
"cds_start": 2256,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350423.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2241C>G",
"hgvs_p": "p.Phe747Leu",
"transcript": "NM_001350474.2",
"protein_id": "NP_001337403.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 923,
"cds_start": 2241,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350474.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2238C>G",
"hgvs_p": "p.Phe746Leu",
"transcript": "NM_001350461.2",
"protein_id": "NP_001337390.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 922,
"cds_start": 2238,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350461.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2199C>G",
"hgvs_p": "p.Phe733Leu",
"transcript": "NM_001350466.2",
"protein_id": "NP_001337395.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 909,
"cds_start": 2199,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350466.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2196C>G",
"hgvs_p": "p.Phe732Leu",
"transcript": "NM_001350464.2",
"protein_id": "NP_001337393.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 908,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350464.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2193C>G",
"hgvs_p": "p.Phe731Leu",
"transcript": "NM_001350463.2",
"protein_id": "NP_001337392.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 907,
"cds_start": 2193,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350463.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2178C>G",
"hgvs_p": "p.Phe726Leu",
"transcript": "NM_001350442.2",
"protein_id": "NP_001337371.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 902,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350442.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2175C>G",
"hgvs_p": "p.Phe725Leu",
"transcript": "NM_001350438.2",
"protein_id": "NP_001337367.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 901,
"cds_start": 2175,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350438.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2115C>G",
"hgvs_p": "p.Phe705Leu",
"transcript": "NM_001350467.2",
"protein_id": "NP_001337396.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 881,
"cds_start": 2115,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350467.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2076C>G",
"hgvs_p": "p.Phe692Leu",
"transcript": "NM_001350445.2",
"protein_id": "NP_001337374.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 868,
"cds_start": 2076,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350445.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2070C>G",
"hgvs_p": "p.Phe690Leu",
"transcript": "NM_001350434.2",
"protein_id": "NP_001337363.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 866,
"cds_start": 2070,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350434.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2040C>G",
"hgvs_p": "p.Phe680Leu",
"transcript": "NM_001350468.2",
"protein_id": "NP_001337397.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 856,
"cds_start": 2040,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350468.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1995C>G",
"hgvs_p": "p.Phe665Leu",
"transcript": "NM_001350417.2",
"protein_id": "NP_001337346.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 841,
"cds_start": 1995,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350417.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1992C>G",
"hgvs_p": "p.Phe664Leu",
"transcript": "NM_001350422.2",
"protein_id": "NP_001337351.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 840,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350422.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1956C>G",
"hgvs_p": "p.Phe652Leu",
"transcript": "NM_001350470.2",
"protein_id": "NP_001337399.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 828,
"cds_start": 1956,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350470.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1950C>G",
"hgvs_p": "p.Phe650Leu",
"transcript": "NM_001168410.2",
"protein_id": "NP_001161882.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 826,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168410.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1950C>G",
"hgvs_p": "p.Phe650Leu",
"transcript": "ENST00000517827.5",
"protein_id": "ENSP00000428367.1",
"transcript_support_level": 2,
"aa_start": 650,
"aa_end": null,
"aa_length": 826,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517827.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1926C>G",
"hgvs_p": "p.Phe642Leu",
"transcript": "NM_001350428.2",
"protein_id": "NP_001337357.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 818,
"cds_start": 1926,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350428.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1923C>G",
"hgvs_p": "p.Phe641Leu",
"transcript": "NM_001168408.2",
"protein_id": "NP_001161880.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 817,
"cds_start": 1923,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168408.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1923C>G",
"hgvs_p": "p.Phe641Leu",
"transcript": "NM_001350430.2",
"protein_id": "NP_001337359.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 817,
"cds_start": 1923,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350430.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1923C>G",
"hgvs_p": "p.Phe641Leu",
"transcript": "ENST00000523963.5",
"protein_id": "ENSP00000428328.1",
"transcript_support_level": 2,
"aa_start": 641,
"aa_end": null,
"aa_length": 817,
"cds_start": 1923,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523963.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1920C>G",
"hgvs_p": "p.Phe640Leu",
"transcript": "NM_001350427.2",
"protein_id": "NP_001337356.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 816,
"cds_start": 1920,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350427.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1902C>G",
"hgvs_p": "p.Phe634Leu",
"transcript": "NM_001350449.2",
"protein_id": "NP_001337378.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 810,
"cds_start": 1902,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350449.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1878C>G",
"hgvs_p": "p.Phe626Leu",
"transcript": "NM_001350473.2",
"protein_id": "NP_001337402.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 802,
"cds_start": 1878,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350473.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1875C>G",
"hgvs_p": "p.Phe625Leu",
"transcript": "NM_001350472.2",
"protein_id": "NP_001337401.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 801,
"cds_start": 1875,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350472.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1854C>G",
"hgvs_p": "p.Phe618Leu",
"transcript": "NM_001350424.2",
"protein_id": "NP_001337353.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 794,
"cds_start": 1854,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350424.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1851C>G",
"hgvs_p": "p.Phe617Leu",
"transcript": "NM_001350450.2",
"protein_id": "NP_001337379.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 793,
"cds_start": 1851,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350450.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1842C>G",
"hgvs_p": "p.Phe614Leu",
"transcript": "NM_001350426.2",
"protein_id": "NP_001337355.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 790,
"cds_start": 1842,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350426.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1839C>G",
"hgvs_p": "p.Phe613Leu",
"transcript": "NM_001350440.2",
"protein_id": "NP_001337369.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 789,
"cds_start": 1839,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350440.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1830C>G",
"hgvs_p": "p.Phe610Leu",
"transcript": "NM_001350432.2",
"protein_id": "NP_001337361.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 786,
"cds_start": 1830,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350432.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1770C>G",
"hgvs_p": "p.Phe590Leu",
"transcript": "NM_001350455.2",
"protein_id": "NP_001337384.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 766,
"cds_start": 1770,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350455.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1767C>G",
"hgvs_p": "p.Phe589Leu",
"transcript": "NM_001350419.2",
"protein_id": "NP_001337348.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 765,
"cds_start": 1767,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350419.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1752C>G",
"hgvs_p": "p.Phe584Leu",
"transcript": "NM_001168409.2",
"protein_id": "NP_001161881.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 760,
"cds_start": 1752,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168409.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2043C>G",
"hgvs_p": "p.Phe681Leu",
"transcript": "ENST00000453976.6",
"protein_id": "ENSP00000389503.2",
"transcript_support_level": 5,
"aa_start": 681,
"aa_end": null,
"aa_length": 752,
"cds_start": 2043,
"cds_end": null,
"cds_length": 2260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453976.6"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1680C>G",
"hgvs_p": "p.Phe560Leu",
"transcript": "NM_001350465.2",
"protein_id": "NP_001337394.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 736,
"cds_start": 1680,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350465.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.1299C>G",
"hgvs_p": "p.Phe433Leu",
"transcript": "ENST00000522211.5",
"protein_id": "ENSP00000429338.1",
"transcript_support_level": 2,
"aa_start": 433,
"aa_end": null,
"aa_length": 609,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522211.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.129C>G",
"hgvs_p": "p.Phe43Leu",
"transcript": "NM_001168411.2",
"protein_id": "NP_001161883.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 219,
"cds_start": 129,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168411.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.129C>G",
"hgvs_p": "p.Phe43Leu",
"transcript": "ENST00000414192.2",
"protein_id": "ENSP00000402273.2",
"transcript_support_level": 2,
"aa_start": 43,
"aa_end": null,
"aa_length": 219,
"cds_start": 129,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414192.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4422C>G",
"hgvs_p": "p.Phe1474Leu",
"transcript": "XM_024446369.2",
"protein_id": "XP_024302137.1",
"transcript_support_level": null,
"aa_start": 1474,
"aa_end": null,
"aa_length": 1650,
"cds_start": 4422,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4335C>G",
"hgvs_p": "p.Phe1445Leu",
"transcript": "XM_017010516.3",
"protein_id": "XP_016866005.1",
"transcript_support_level": null,
"aa_start": 1445,
"aa_end": null,
"aa_length": 1621,
"cds_start": 4335,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4263C>G",
"hgvs_p": "p.Phe1421Leu",
"transcript": "XM_047418416.1",
"protein_id": "XP_047274372.1",
"transcript_support_level": null,
"aa_start": 1421,
"aa_end": null,
"aa_length": 1597,
"cds_start": 4263,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4242C>G",
"hgvs_p": "p.Phe1414Leu",
"transcript": "XM_017010517.3",
"protein_id": "XP_016866006.1",
"transcript_support_level": null,
"aa_start": 1414,
"aa_end": null,
"aa_length": 1590,
"cds_start": 4242,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4239C>G",
"hgvs_p": "p.Phe1413Leu",
"transcript": "XM_017010518.3",
"protein_id": "XP_016866007.1",
"transcript_support_level": null,
"aa_start": 1413,
"aa_end": null,
"aa_length": 1589,
"cds_start": 4239,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4182C>G",
"hgvs_p": "p.Phe1394Leu",
"transcript": "XM_017010519.3",
"protein_id": "XP_016866008.1",
"transcript_support_level": null,
"aa_start": 1394,
"aa_end": null,
"aa_length": 1570,
"cds_start": 4182,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4170C>G",
"hgvs_p": "p.Phe1390Leu",
"transcript": "XM_017010520.3",
"protein_id": "XP_016866009.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 1566,
"cds_start": 4170,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4152C>G",
"hgvs_p": "p.Phe1384Leu",
"transcript": "XM_017010521.3",
"protein_id": "XP_016866010.1",
"transcript_support_level": null,
"aa_start": 1384,
"aa_end": null,
"aa_length": 1560,
"cds_start": 4152,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4140C>G",
"hgvs_p": "p.Phe1380Leu",
"transcript": "XM_047418417.1",
"protein_id": "XP_047274373.1",
"transcript_support_level": null,
"aa_start": 1380,
"aa_end": null,
"aa_length": 1556,
"cds_start": 4140,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4137C>G",
"hgvs_p": "p.Phe1379Leu",
"transcript": "XM_047418418.1",
"protein_id": "XP_047274374.1",
"transcript_support_level": null,
"aa_start": 1379,
"aa_end": null,
"aa_length": 1555,
"cds_start": 4137,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4119C>G",
"hgvs_p": "p.Phe1373Leu",
"transcript": "XM_047418419.1",
"protein_id": "XP_047274375.1",
"transcript_support_level": null,
"aa_start": 1373,
"aa_end": null,
"aa_length": 1549,
"cds_start": 4119,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4089C>G",
"hgvs_p": "p.Phe1363Leu",
"transcript": "XM_017010522.3",
"protein_id": "XP_016866011.1",
"transcript_support_level": null,
"aa_start": 1363,
"aa_end": null,
"aa_length": 1539,
"cds_start": 4089,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4086C>G",
"hgvs_p": "p.Phe1362Leu",
"transcript": "XM_011535604.4",
"protein_id": "XP_011533906.2",
"transcript_support_level": null,
"aa_start": 1362,
"aa_end": null,
"aa_length": 1538,
"cds_start": 4086,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4059C>G",
"hgvs_p": "p.Phe1353Leu",
"transcript": "XM_047418420.1",
"protein_id": "XP_047274376.1",
"transcript_support_level": null,
"aa_start": 1353,
"aa_end": null,
"aa_length": 1529,
"cds_start": 4059,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4029C>G",
"hgvs_p": "p.Phe1343Leu",
"transcript": "XM_017010525.3",
"protein_id": "XP_016866014.1",
"transcript_support_level": null,
"aa_start": 1343,
"aa_end": null,
"aa_length": 1519,
"cds_start": 4029,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.4026C>G",
"hgvs_p": "p.Phe1342Leu",
"transcript": "XM_047418421.1",
"protein_id": "XP_047274377.1",
"transcript_support_level": null,
"aa_start": 1342,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4026,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3987C>G",
"hgvs_p": "p.Phe1329Leu",
"transcript": "XM_047418422.1",
"protein_id": "XP_047274378.1",
"transcript_support_level": null,
"aa_start": 1329,
"aa_end": null,
"aa_length": 1505,
"cds_start": 3987,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3945C>G",
"hgvs_p": "p.Phe1315Leu",
"transcript": "XM_047418423.1",
"protein_id": "XP_047274379.1",
"transcript_support_level": null,
"aa_start": 1315,
"aa_end": null,
"aa_length": 1491,
"cds_start": 3945,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3933C>G",
"hgvs_p": "p.Phe1311Leu",
"transcript": "XM_047418424.1",
"protein_id": "XP_047274380.1",
"transcript_support_level": null,
"aa_start": 1311,
"aa_end": null,
"aa_length": 1487,
"cds_start": 3933,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3864C>G",
"hgvs_p": "p.Phe1288Leu",
"transcript": "XM_047418425.1",
"protein_id": "XP_047274381.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1464,
"cds_start": 3864,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.3387C>G",
"hgvs_p": "p.Phe1129Leu",
"transcript": "XM_047418426.1",
"protein_id": "XP_047274382.1",
"transcript_support_level": null,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3387,
"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": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2592C>G",
"hgvs_p": "p.Phe864Leu",
"transcript": "XM_017010537.3",
"protein_id": "XP_016866026.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1040,
"cds_start": 2592,
"cds_end": null,
"cds_length": 3123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010537.3"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2589C>G",
"hgvs_p": "p.Phe863Leu",
"transcript": "XM_024446372.2",
"protein_id": "XP_024302140.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 1039,
"cds_start": 2589,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446372.2"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2436C>G",
"hgvs_p": "p.Phe812Leu",
"transcript": "XM_017010544.3",
"protein_id": "XP_016866033.1",
"transcript_support_level": null,
"aa_start": 812,
"aa_end": null,
"aa_length": 988,
"cds_start": 2436,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010544.3"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "c.2412C>G",
"hgvs_p": "p.Phe804Leu",
"transcript": "XM_017010546.3",
"protein_id": "XP_016866035.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 980,
"cds_start": 2412,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010546.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "n.374C>G",
"hgvs_p": null,
"transcript": "ENST00000431478.2",
"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": "pseudogene",
"feature": "ENST00000431478.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"hgvs_c": "n.436C>G",
"hgvs_p": null,
"transcript": "ENST00000463023.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000463023.6"
}
],
"gene_symbol": "RIMS1",
"gene_hgnc_id": 17282,
"dbsnp": "rs2815738",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.43663477897644043,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.194,
"revel_prediction": "Benign",
"alphamissense_score": 0.9884,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.353,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014989.7",
"gene_symbol": "RIMS1",
"hgnc_id": 17282,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4548C>G",
"hgvs_p": "p.Phe1516Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}