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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 5362928,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_004703.6",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "NM_004703.6",
          "protein_id": "NP_004694.2",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000537505.6",
          "protein_id": "ENSP00000445408.2",
          "transcript_support_level": 1,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000341923.10",
          "protein_id": "ENSP00000339569.6",
          "transcript_support_level": 1,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 1580,
          "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": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "n.1616A>G",
          "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": 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": "NUP88",
          "gene_hgnc_id": 8067,
          "hgvs_c": "n.72-842T>C",
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1628A>G",
          "hgvs_p": "p.Asn543Ser",
          "transcript": "ENST00000876352.1",
          "protein_id": "ENSP00000546411.1",
          "transcript_support_level": null,
          "aa_start": 543,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 1628,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1577A>G",
          "hgvs_p": "p.Asn526Ser",
          "transcript": "ENST00000947556.1",
          "protein_id": "ENSP00000617615.1",
          "transcript_support_level": null,
          "aa_start": 526,
          "aa_end": null,
          "aa_length": 861,
          "cds_start": 1577,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000876345.1",
          "protein_id": "ENSP00000546404.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1574A>G",
          "hgvs_p": "p.Asn525Ser",
          "transcript": "ENST00000947557.1",
          "protein_id": "ENSP00000617616.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 1574,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1559A>G",
          "hgvs_p": "p.Asn520Ser",
          "transcript": "ENST00000876346.1",
          "protein_id": "ENSP00000546405.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1559,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1559A>G",
          "hgvs_p": "p.Asn520Ser",
          "transcript": "ENST00000947561.1",
          "protein_id": "ENSP00000617620.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 1559,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "NM_001083585.3",
          "protein_id": "NP_001077054.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1481A>G",
          "hgvs_p": "p.Asn494Ser",
          "transcript": "ENST00000947560.1",
          "protein_id": "ENSP00000617619.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 1481,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000876349.1",
          "protein_id": "ENSP00000546408.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000911616.1",
          "protein_id": "ENSP00000581675.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1460A>G",
          "hgvs_p": "p.Asn487Ser",
          "transcript": "ENST00000876343.1",
          "protein_id": "ENSP00000546402.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 1460,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1559A>G",
          "hgvs_p": "p.Asn520Ser",
          "transcript": "ENST00000947558.1",
          "protein_id": "ENSP00000617617.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 1559,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1460A>G",
          "hgvs_p": "p.Asn487Ser",
          "transcript": "ENST00000947555.1",
          "protein_id": "ENSP00000617614.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 820,
          "cds_start": 1460,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1451A>G",
          "hgvs_p": "p.Asn484Ser",
          "transcript": "NM_001291581.2",
          "protein_id": "NP_001278510.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 819,
          "cds_start": 1451,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1451A>G",
          "hgvs_p": "p.Asn484Ser",
          "transcript": "ENST00000876344.1",
          "protein_id": "ENSP00000546403.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 819,
          "cds_start": 1451,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1448A>G",
          "hgvs_p": "p.Asn483Ser",
          "transcript": "ENST00000876351.1",
          "protein_id": "ENSP00000546410.1",
          "transcript_support_level": null,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 1448,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000911619.1",
          "protein_id": "ENSP00000581678.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1430A>G",
          "hgvs_p": "p.Asn477Ser",
          "transcript": "ENST00000947559.1",
          "protein_id": "ENSP00000617618.1",
          "transcript_support_level": null,
          "aa_start": 477,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 1430,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1409A>G",
          "hgvs_p": "p.Asn470Ser",
          "transcript": "ENST00000876348.1",
          "protein_id": "ENSP00000546407.1",
          "transcript_support_level": null,
          "aa_start": 470,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 1409,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser",
          "transcript": "ENST00000876350.1",
          "protein_id": "ENSP00000546409.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1580,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "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.1451A>G",
          "hgvs_p": "p.Asn484Ser",
          "transcript": "ENST00000911618.1",
          "protein_id": "ENSP00000581677.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 1451,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1343A>G",
          "hgvs_p": "p.Asn448Ser",
          "transcript": "ENST00000876347.1",
          "protein_id": "ENSP00000546406.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 783,
          "cds_start": 1343,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.884A>G",
          "hgvs_p": "p.Asn295Ser",
          "transcript": "ENST00000911617.1",
          "protein_id": "ENSP00000581676.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 884,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1646A>G",
          "hgvs_p": "p.Asn549Ser",
          "transcript": "XM_011524060.3",
          "protein_id": "XP_011522362.1",
          "transcript_support_level": null,
          "aa_start": 549,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 1646,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1394A>G",
          "hgvs_p": "p.Asn465Ser",
          "transcript": "XM_047437038.1",
          "protein_id": "XP_047292994.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 1394,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.1394A>G",
          "hgvs_p": "p.Asn465Ser",
          "transcript": "XM_047437039.1",
          "protein_id": "XP_047292995.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 1394,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.716A>G",
          "hgvs_p": "p.Asn239Ser",
          "transcript": "XM_047437040.1",
          "protein_id": "XP_047292996.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 716,
          "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": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RABEP1",
          "gene_hgnc_id": 17677,
          "hgvs_c": "c.650A>G",
          "hgvs_p": "p.Asn217Ser",
          "transcript": "XM_047437041.1",
          "protein_id": "XP_047292997.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 650,
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "NUP88",
          "gene_hgnc_id": 8067,
          "hgvs_c": "c.2163-842T>C",
          "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-2194A>G",
          "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-5442A>G",
          "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": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NUP88",
          "gene_hgnc_id": 8067,
          "hgvs_c": "n.*196-842T>C",
          "hgvs_p": null,
          "transcript": "ENST00000576708.5",
          "protein_id": "ENSP00000461334.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000576708.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LOC105371505",
          "gene_hgnc_id": null,
          "hgvs_c": "n.-16T>C",
          "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": "rs758123660",
      "frequency_reference_population": 0.000044486907,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 65,
      "gnomad_exomes_af": 0.0000444869,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 65,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.16935035586357117,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.071,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0793,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.65,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.045,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_004703.6",
          "gene_symbol": "RABEP1",
          "hgnc_id": 17677,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1580A>G",
          "hgvs_p": "p.Asn527Ser"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000700529.1",
          "gene_symbol": "NUP88",
          "hgnc_id": 8067,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2163-842T>C",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_934178.3",
          "gene_symbol": "LOC105371505",
          "hgnc_id": null,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-16T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.