← 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-5361290-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=5361290&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 5361290,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_004703.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "NM_004703.6",
"protein_id": "NP_004694.2",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 862,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000537505.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004703.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000537505.6",
"protein_id": "ENSP00000445408.2",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 862,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004703.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537505.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000341923.10",
"protein_id": "ENSP00000339569.6",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 829,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341923.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP88",
"gene_hgnc_id": 8067,
"hgvs_c": "n.868G>T",
"hgvs_p": null,
"transcript": "ENST00000573169.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000573169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "n.1214C>A",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000575475.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1226C>A",
"hgvs_p": "p.Ser409*",
"transcript": "ENST00000876352.1",
"protein_id": "ENSP00000546411.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 878,
"cds_start": 1226,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876352.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1175C>A",
"hgvs_p": "p.Ser392*",
"transcript": "ENST00000947556.1",
"protein_id": "ENSP00000617615.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 861,
"cds_start": 1175,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947556.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000876345.1",
"protein_id": "ENSP00000546404.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 860,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876345.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1172C>A",
"hgvs_p": "p.Ser391*",
"transcript": "ENST00000947557.1",
"protein_id": "ENSP00000617616.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 860,
"cds_start": 1172,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947557.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1157C>A",
"hgvs_p": "p.Ser386*",
"transcript": "ENST00000876346.1",
"protein_id": "ENSP00000546405.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 855,
"cds_start": 1157,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876346.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1157C>A",
"hgvs_p": "p.Ser386*",
"transcript": "ENST00000947561.1",
"protein_id": "ENSP00000617620.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 853,
"cds_start": 1157,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947561.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "NM_001083585.3",
"protein_id": "NP_001077054.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 829,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083585.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1079C>A",
"hgvs_p": "p.Ser360*",
"transcript": "ENST00000947560.1",
"protein_id": "ENSP00000617619.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 829,
"cds_start": 1079,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947560.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000876349.1",
"protein_id": "ENSP00000546408.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 823,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876349.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000911616.1",
"protein_id": "ENSP00000581675.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 823,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911616.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1058C>A",
"hgvs_p": "p.Ser353*",
"transcript": "ENST00000876343.1",
"protein_id": "ENSP00000546402.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 822,
"cds_start": 1058,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876343.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1157C>A",
"hgvs_p": "p.Ser386*",
"transcript": "ENST00000947558.1",
"protein_id": "ENSP00000617617.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 822,
"cds_start": 1157,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947558.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1058C>A",
"hgvs_p": "p.Ser353*",
"transcript": "ENST00000947555.1",
"protein_id": "ENSP00000617614.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 820,
"cds_start": 1058,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947555.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1049C>A",
"hgvs_p": "p.Ser350*",
"transcript": "NM_001291581.2",
"protein_id": "NP_001278510.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 819,
"cds_start": 1049,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291581.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1049C>A",
"hgvs_p": "p.Ser350*",
"transcript": "ENST00000876344.1",
"protein_id": "ENSP00000546403.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 819,
"cds_start": 1049,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876344.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1046C>A",
"hgvs_p": "p.Ser349*",
"transcript": "ENST00000876351.1",
"protein_id": "ENSP00000546410.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 818,
"cds_start": 1046,
"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": "ENST00000876351.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000911619.1",
"protein_id": "ENSP00000581678.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 815,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911619.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1028C>A",
"hgvs_p": "p.Ser343*",
"transcript": "ENST00000947559.1",
"protein_id": "ENSP00000617618.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 812,
"cds_start": 1028,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947559.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1244C>A",
"hgvs_p": "p.Ser415*",
"transcript": "ENST00000876348.1",
"protein_id": "ENSP00000546407.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 805,
"cds_start": 1244,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876348.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000876350.1",
"protein_id": "ENSP00000546409.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 790,
"cds_start": 1178,
"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": "ENST00000876350.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1049C>A",
"hgvs_p": "p.Ser350*",
"transcript": "ENST00000911618.1",
"protein_id": "ENSP00000581677.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 786,
"cds_start": 1049,
"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": "ENST00000911618.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*",
"transcript": "ENST00000876347.1",
"protein_id": "ENSP00000546406.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 783,
"cds_start": 1178,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876347.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.482C>A",
"hgvs_p": "p.Ser161*",
"transcript": "ENST00000911617.1",
"protein_id": "ENSP00000581676.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 630,
"cds_start": 482,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911617.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.239C>A",
"hgvs_p": "p.Ser80*",
"transcript": "ENST00000574568.1",
"protein_id": "ENSP00000460980.1",
"transcript_support_level": 4,
"aa_start": 80,
"aa_end": null,
"aa_length": 191,
"cds_start": 239,
"cds_end": null,
"cds_length": 578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574568.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.1244C>A",
"hgvs_p": "p.Ser415*",
"transcript": "XM_011524060.3",
"protein_id": "XP_011522362.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 884,
"cds_start": 1244,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524060.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331*",
"transcript": "XM_047437038.1",
"protein_id": "XP_047292994.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 800,
"cds_start": 992,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437038.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331*",
"transcript": "XM_047437039.1",
"protein_id": "XP_047292995.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 800,
"cds_start": 992,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437039.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.314C>A",
"hgvs_p": "p.Ser105*",
"transcript": "XM_047437040.1",
"protein_id": "XP_047292996.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 574,
"cds_start": 314,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437040.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.248C>A",
"hgvs_p": "p.Ser83*",
"transcript": "XM_047437041.1",
"protein_id": "XP_047292997.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 552,
"cds_start": 248,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP88",
"gene_hgnc_id": 8067,
"hgvs_c": "c.*760G>T",
"hgvs_p": null,
"transcript": "ENST00000700529.1",
"protein_id": "ENSP00000515034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 732,
"cds_start": null,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700529.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.967-3832C>A",
"hgvs_p": null,
"transcript": "ENST00000911620.1",
"protein_id": "ENSP00000581679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"hgvs_c": "c.943-7080C>A",
"hgvs_p": null,
"transcript": "ENST00000876342.1",
"protein_id": "ENSP00000546401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876342.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105371505",
"gene_hgnc_id": null,
"hgvs_c": "n.1229-206G>T",
"hgvs_p": null,
"transcript": "XR_934178.3",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_934178.3"
}
],
"gene_symbol": "RABEP1",
"gene_hgnc_id": 17677,
"dbsnp": "rs758490397",
"frequency_reference_population": 6.840516e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84052e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5799999833106995,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.644,
"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": 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_004703.6",
"gene_symbol": "RABEP1",
"hgnc_id": 17677,
"effects": [
"stop_gained"
],
"inheritance_mode": "",
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Ser393*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000700529.1",
"gene_symbol": "NUP88",
"hgnc_id": 8067,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*760G>T",
"hgvs_p": null
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_934178.3",
"gene_symbol": "LOC105371505",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1229-206G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}