← 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: 14-45218323-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 45218323,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_018353.5",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "NM_018353.5",
          "protein_id": "NP_060823.3",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000310806.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018353.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000310806.9",
          "protein_id": "ENSP00000309790.4",
          "transcript_support_level": 1,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_018353.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000310806.9"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2846A>C",
          "hgvs_p": "p.His949Pro",
          "transcript": "ENST00000919501.1",
          "protein_id": "ENSP00000589560.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1147,
          "cds_start": 2846,
          "cds_end": null,
          "cds_length": 3444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919501.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000901126.1",
          "protein_id": "ENSP00000571185.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901126.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000919496.1",
          "protein_id": "ENSP00000589555.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919496.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000919499.1",
          "protein_id": "ENSP00000589558.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919499.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000952537.1",
          "protein_id": "ENSP00000622596.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952537.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2756A>C",
          "hgvs_p": "p.His919Pro",
          "transcript": "ENST00000919495.1",
          "protein_id": "ENSP00000589554.1",
          "transcript_support_level": null,
          "aa_start": 919,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": 2756,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919495.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2582A>C",
          "hgvs_p": "p.His861Pro",
          "transcript": "ENST00000919498.1",
          "protein_id": "ENSP00000589557.1",
          "transcript_support_level": null,
          "aa_start": 861,
          "aa_end": null,
          "aa_length": 1059,
          "cds_start": 2582,
          "cds_end": null,
          "cds_length": 3180,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919498.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "ENST00000919502.1",
          "protein_id": "ENSP00000589561.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1053,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3162,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919502.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2555A>C",
          "hgvs_p": "p.His852Pro",
          "transcript": "ENST00000919497.1",
          "protein_id": "ENSP00000589556.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": 2555,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919497.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2330A>C",
          "hgvs_p": "p.His777Pro",
          "transcript": "ENST00000919500.1",
          "protein_id": "ENSP00000589559.1",
          "transcript_support_level": null,
          "aa_start": 777,
          "aa_end": null,
          "aa_length": 975,
          "cds_start": 2330,
          "cds_end": null,
          "cds_length": 2928,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919500.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "XM_005267833.6",
          "protein_id": "XP_005267890.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005267833.6"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "XM_017021425.2",
          "protein_id": "XP_016876914.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017021425.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "XM_047431545.1",
          "protein_id": "XP_047287501.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431545.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro",
          "transcript": "XM_047431546.1",
          "protein_id": "XP_047287502.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": 2801,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431546.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.1637A>C",
          "hgvs_p": "p.His546Pro",
          "transcript": "XM_011536923.1",
          "protein_id": "XP_011535225.1",
          "transcript_support_level": null,
          "aa_start": 546,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1637,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.*82A>C",
          "hgvs_p": null,
          "transcript": "XM_047431547.1",
          "protein_id": "XP_047287503.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431547.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.*82A>C",
          "hgvs_p": null,
          "transcript": "XM_047431548.1",
          "protein_id": "XP_047287504.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431548.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": 14,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "c.2669+5595A>C",
          "hgvs_p": null,
          "transcript": "ENST00000919503.1",
          "protein_id": "ENSP00000589562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919503.1"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "n.260A>C",
          "hgvs_p": null,
          "transcript": "ENST00000469020.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000469020.5"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "n.*82A>C",
          "hgvs_p": null,
          "transcript": "ENST00000554093.1",
          "protein_id": "ENSP00000451783.1",
          "transcript_support_level": 3,
          "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": "ENST00000554093.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIS18BP1",
          "gene_hgnc_id": 20190,
          "hgvs_c": "n.*82A>C",
          "hgvs_p": null,
          "transcript": "ENST00000554093.1",
          "protein_id": "ENSP00000451783.1",
          "transcript_support_level": 3,
          "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": "ENST00000554093.1"
        }
      ],
      "gene_symbol": "MIS18BP1",
      "gene_hgnc_id": 20190,
      "dbsnp": "rs372983927",
      "frequency_reference_population": 0.000010532903,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 17,
      "gnomad_exomes_af": 0.0000109456,
      "gnomad_genomes_af": 0.0000065697,
      "gnomad_exomes_ac": 16,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.03856945037841797,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.065,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.071,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.56,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.188,
      "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": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_018353.5",
          "gene_symbol": "MIS18BP1",
          "hgnc_id": 20190,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2801A>C",
          "hgvs_p": "p.His934Pro"
        }
      ],
      "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
}