← 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: 17-5282508-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=5282508&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 5282508,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004703.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "NM_004703.6",
"protein_id": "NP_004694.2",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 862,
"cds_start": 22,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": "ENST00000537505.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004703.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000537505.6",
"protein_id": "ENSP00000445408.2",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 862,
"cds_start": 22,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": "NM_004703.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537505.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000341923.10",
"protein_id": "ENSP00000339569.6",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 829,
"cds_start": 22,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 22,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341923.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "n.187T>C",
"hgvs_p": null,
"transcript": "ENST00000575475.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2768,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000575475.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876352.1",
"protein_id": "ENSP00000546411.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 878,
"cds_start": 22,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 3168,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876352.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947556.1",
"protein_id": "ENSP00000617615.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 861,
"cds_start": 22,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 5378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947556.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876345.1",
"protein_id": "ENSP00000546404.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 860,
"cds_start": 22,
"cds_end": null,
"cds_length": 2583,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 5394,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876345.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947557.1",
"protein_id": "ENSP00000617616.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 860,
"cds_start": 22,
"cds_end": null,
"cds_length": 2583,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 5374,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947557.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876346.1",
"protein_id": "ENSP00000546405.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 855,
"cds_start": 22,
"cds_end": null,
"cds_length": 2568,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876346.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947561.1",
"protein_id": "ENSP00000617620.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 853,
"cds_start": 22,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947561.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "NM_001083585.3",
"protein_id": "NP_001077054.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 829,
"cds_start": 22,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083585.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947560.1",
"protein_id": "ENSP00000617619.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 829,
"cds_start": 22,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 4205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947560.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876349.1",
"protein_id": "ENSP00000546408.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 823,
"cds_start": 22,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876349.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000911616.1",
"protein_id": "ENSP00000581675.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 823,
"cds_start": 22,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 5276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911616.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876343.1",
"protein_id": "ENSP00000546402.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 822,
"cds_start": 22,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 5779,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876343.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947558.1",
"protein_id": "ENSP00000617617.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 822,
"cds_start": 22,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 220,
"cdna_end": null,
"cdna_length": 5252,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947558.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947555.1",
"protein_id": "ENSP00000617614.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 820,
"cds_start": 22,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 5270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947555.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "NM_001291581.2",
"protein_id": "NP_001278510.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 819,
"cds_start": 22,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5780,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291581.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876344.1",
"protein_id": "ENSP00000546403.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 819,
"cds_start": 22,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 250,
"cdna_end": null,
"cdna_length": 5276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876344.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876351.1",
"protein_id": "ENSP00000546410.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 818,
"cds_start": 22,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 2991,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876351.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000911619.1",
"protein_id": "ENSP00000581678.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 815,
"cds_start": 22,
"cds_end": null,
"cds_length": 2448,
"cdna_start": 205,
"cdna_end": null,
"cdna_length": 5213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911619.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000947559.1",
"protein_id": "ENSP00000617618.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 812,
"cds_start": 22,
"cds_end": null,
"cds_length": 2439,
"cdna_start": 224,
"cdna_end": null,
"cdna_length": 5221,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947559.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876348.1",
"protein_id": "ENSP00000546407.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 805,
"cds_start": 22,
"cds_end": null,
"cds_length": 2418,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5207,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876348.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876350.1",
"protein_id": "ENSP00000546409.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 790,
"cds_start": 22,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 3514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876350.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000911618.1",
"protein_id": "ENSP00000581677.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 786,
"cds_start": 22,
"cds_end": null,
"cds_length": 2361,
"cdna_start": 224,
"cdna_end": null,
"cdna_length": 5147,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911618.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876347.1",
"protein_id": "ENSP00000546406.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 783,
"cds_start": 22,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876347.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000911617.1",
"protein_id": "ENSP00000581676.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 630,
"cds_start": 22,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 4685,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911617.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000911620.1",
"protein_id": "ENSP00000581679.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 628,
"cds_start": 22,
"cds_end": null,
"cds_length": 1887,
"cdna_start": 220,
"cdna_end": null,
"cdna_length": 2579,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911620.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000876342.1",
"protein_id": "ENSP00000546401.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 581,
"cds_start": 22,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5066,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876342.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "NM_001291582.2",
"protein_id": "NP_001278511.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 190,
"cds_start": 22,
"cds_end": null,
"cds_length": 573,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 934,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291582.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "ENST00000575991.1",
"protein_id": "ENSP00000459550.1",
"transcript_support_level": 4,
"aa_start": 8,
"aa_end": null,
"aa_length": 108,
"cds_start": 22,
"cds_end": null,
"cds_length": 329,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575991.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro",
"transcript": "XM_011524060.3",
"protein_id": "XP_011522362.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 884,
"cds_start": 22,
"cds_end": null,
"cds_length": 2655,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 5975,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524060.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.-390T>C",
"hgvs_p": null,
"transcript": "XM_047437038.1",
"protein_id": "XP_047292994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": null,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6134,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437038.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.-401T>C",
"hgvs_p": null,
"transcript": "XM_047437039.1",
"protein_id": "XP_047292995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": null,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6145,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437039.1"
}
],
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"dbsnp": null,
"frequency_reference_population": 0.000002712286,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000271229,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.053823113441467285,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.086,
"revel_prediction": "Benign",
"alphamissense_score": 0.0455,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.217,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_004703.6",
"gene_symbol": "RABEP1",
"hgnc_id": 17677,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.22T>C",
"hgvs_p": "p.Ser8Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}