← 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: 18-22982330-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 22982330,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000327155.10",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "NM_002894.3",
          "protein_id": "NP_002885.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 876,
          "cdna_end": null,
          "cdna_length": 3275,
          "mane_select": "ENST00000327155.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000327155.10",
          "protein_id": "ENSP00000323050.5",
          "transcript_support_level": 1,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 876,
          "cdna_end": null,
          "cdna_length": 3275,
          "mane_select": "NM_002894.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000360790.9",
          "protein_id": "ENSP00000354024.5",
          "transcript_support_level": 1,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 2962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000399722.6",
          "protein_id": "ENSP00000382628.2",
          "transcript_support_level": 1,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 892,
          "cdna_end": null,
          "cdna_length": 3293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000399725.6",
          "protein_id": "ENSP00000382630.2",
          "transcript_support_level": 1,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": 958,
          "cdna_end": null,
          "cdna_length": 3260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000399721.6",
          "protein_id": "ENSP00000382627.2",
          "transcript_support_level": 1,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 1742,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 2229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "NM_203291.2",
          "protein_id": "NP_976036.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "NM_203292.2",
          "protein_id": "NP_976037.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": 932,
          "cdna_end": null,
          "cdna_length": 3234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "ENST00000582354.5",
          "protein_id": "ENSP00000463738.1",
          "transcript_support_level": 5,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 204,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 616,
          "cdna_start": 944,
          "cdna_end": null,
          "cdna_length": 1019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.256A>G",
          "hgvs_p": "p.Asn86Asp",
          "transcript": "ENST00000577445.1",
          "protein_id": "ENSP00000463310.1",
          "transcript_support_level": 5,
          "aa_start": 86,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 256,
          "cds_end": null,
          "cds_length": 479,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_006722519.3",
          "protein_id": "XP_006722582.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 928,
          "cdna_end": null,
          "cdna_length": 3327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_006722520.3",
          "protein_id": "XP_006722583.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 3261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_006722521.3",
          "protein_id": "XP_006722584.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1471,
          "cdna_end": null,
          "cdna_length": 3870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_011526132.3",
          "protein_id": "XP_011524434.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 873,
          "cdna_end": null,
          "cdna_length": 3272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_047437727.1",
          "protein_id": "XP_047293683.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 3436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_047437728.1",
          "protein_id": "XP_047293684.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1033,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_005258325.4",
          "protein_id": "XP_005258382.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 876,
          "cdna_end": null,
          "cdna_length": 3205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_047437729.1",
          "protein_id": "XP_047293685.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1471,
          "cdna_end": null,
          "cdna_length": 3800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_047437730.1",
          "protein_id": "XP_047293686.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp",
          "transcript": "XM_047437731.1",
          "protein_id": "XP_047293687.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 3366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "c.247A>G",
          "hgvs_p": "p.Asn83Asp",
          "transcript": "XM_047437732.1",
          "protein_id": "XP_047293688.1",
          "transcript_support_level": null,
          "aa_start": 83,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 247,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 447,
          "cdna_end": null,
          "cdna_length": 2846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "n.*114A>G",
          "hgvs_p": null,
          "transcript": "ENST00000585177.1",
          "protein_id": "ENSP00000477396.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBBP8",
          "gene_hgnc_id": 9891,
          "hgvs_c": "n.*114A>G",
          "hgvs_p": null,
          "transcript": "ENST00000585177.1",
          "protein_id": "ENSP00000477396.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "RBBP8",
      "gene_hgnc_id": 9891,
      "dbsnp": "rs748972422",
      "frequency_reference_population": 0.0000020522054,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205221,
      "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.29980170726776123,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.192,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.24,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.474,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000327155.10",
          "gene_symbol": "RBBP8",
          "hgnc_id": 9891,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.541A>G",
          "hgvs_p": "p.Asn181Asp"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}