← 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: 16-29872437-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 29872437,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001243332.2",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2617G>A",
          "hgvs_p": "p.Gly873Ser",
          "transcript": "NM_001243332.2",
          "protein_id": "NP_001230261.1",
          "transcript_support_level": null,
          "aa_start": 873,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2617,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000617533.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243332.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2617G>A",
          "hgvs_p": "p.Gly873Ser",
          "transcript": "ENST00000617533.5",
          "protein_id": "ENSP00000481917.1",
          "transcript_support_level": 1,
          "aa_start": 873,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2617,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001243332.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000617533.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2578G>A",
          "hgvs_p": "p.Gly860Ser",
          "transcript": "ENST00000308713.9",
          "protein_id": "ENSP00000312550.5",
          "transcript_support_level": 1,
          "aa_start": 860,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2578,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000308713.9"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2407G>A",
          "hgvs_p": "p.Gly803Ser",
          "transcript": "ENST00000350527.7",
          "protein_id": "ENSP00000310206.3",
          "transcript_support_level": 1,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 2407,
          "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": "ENST00000350527.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2275G>A",
          "hgvs_p": "p.Gly759Ser",
          "transcript": "ENST00000346932.9",
          "protein_id": "ENSP00000319215.6",
          "transcript_support_level": 1,
          "aa_start": 759,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 2275,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000346932.9"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2596G>A",
          "hgvs_p": "p.Gly866Ser",
          "transcript": "ENST00000948745.1",
          "protein_id": "ENSP00000618804.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2596,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948745.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2578G>A",
          "hgvs_p": "p.Gly860Ser",
          "transcript": "NM_201575.4",
          "protein_id": "NP_963869.2",
          "transcript_support_level": null,
          "aa_start": 860,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2578,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201575.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2485G>A",
          "hgvs_p": "p.Gly829Ser",
          "transcript": "NM_001243333.2",
          "protein_id": "NP_001230262.1",
          "transcript_support_level": null,
          "aa_start": 829,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 2485,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243333.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2485G>A",
          "hgvs_p": "p.Gly829Ser",
          "transcript": "ENST00000537485.5",
          "protein_id": "ENSP00000439412.1",
          "transcript_support_level": 2,
          "aa_start": 829,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 2485,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537485.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2425G>A",
          "hgvs_p": "p.Gly809Ser",
          "transcript": "NM_001388364.1",
          "protein_id": "NP_001375293.1",
          "transcript_support_level": null,
          "aa_start": 809,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 2425,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388364.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2425G>A",
          "hgvs_p": "p.Gly809Ser",
          "transcript": "ENST00000876147.1",
          "protein_id": "ENSP00000546206.1",
          "transcript_support_level": null,
          "aa_start": 809,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 2425,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876147.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2416G>A",
          "hgvs_p": "p.Gly806Ser",
          "transcript": "NM_001388365.1",
          "protein_id": "NP_001375294.1",
          "transcript_support_level": null,
          "aa_start": 806,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 2416,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388365.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2407G>A",
          "hgvs_p": "p.Gly803Ser",
          "transcript": "NM_012410.4",
          "protein_id": "NP_036542.1",
          "transcript_support_level": null,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 2407,
          "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": "NM_012410.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2368G>A",
          "hgvs_p": "p.Gly790Ser",
          "transcript": "NM_001114099.3",
          "protein_id": "NP_001107571.1",
          "transcript_support_level": null,
          "aa_start": 790,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 2368,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001114099.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2368G>A",
          "hgvs_p": "p.Gly790Ser",
          "transcript": "ENST00000876146.1",
          "protein_id": "ENSP00000546205.1",
          "transcript_support_level": null,
          "aa_start": 790,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 2368,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876146.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2275G>A",
          "hgvs_p": "p.Gly759Ser",
          "transcript": "NM_001114100.3",
          "protein_id": "NP_001107572.1",
          "transcript_support_level": null,
          "aa_start": 759,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 2275,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001114100.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2236G>A",
          "hgvs_p": "p.Gly746Ser",
          "transcript": "NM_001388363.1",
          "protein_id": "NP_001375292.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388363.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2236G>A",
          "hgvs_p": "p.Gly746Ser",
          "transcript": "ENST00000876145.1",
          "protein_id": "ENSP00000546204.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876145.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2215G>A",
          "hgvs_p": "p.Gly739Ser",
          "transcript": "ENST00000876148.1",
          "protein_id": "ENSP00000546207.1",
          "transcript_support_level": null,
          "aa_start": 739,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 2215,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876148.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2194G>A",
          "hgvs_p": "p.Gly732Ser",
          "transcript": "ENST00000932930.1",
          "protein_id": "ENSP00000602989.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 2194,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932930.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2065G>A",
          "hgvs_p": "p.Gly689Ser",
          "transcript": "ENST00000876149.1",
          "protein_id": "ENSP00000546208.1",
          "transcript_support_level": null,
          "aa_start": 689,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 2065,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876149.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.2026G>A",
          "hgvs_p": "p.Gly676Ser",
          "transcript": "ENST00000876150.1",
          "protein_id": "ENSP00000546209.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876150.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEZ6L2",
          "gene_hgnc_id": 30844,
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Gly625Ser",
          "transcript": "ENST00000948744.1",
          "protein_id": "ENSP00000618803.1",
          "transcript_support_level": null,
          "aa_start": 625,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1873,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948744.1"
        }
      ],
      "gene_symbol": "SEZ6L2",
      "gene_hgnc_id": 30844,
      "dbsnp": "rs149666804",
      "frequency_reference_population": 0.00008301439,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 134,
      "gnomad_exomes_af": 0.0000410433,
      "gnomad_genomes_af": 0.000485864,
      "gnomad_exomes_ac": 60,
      "gnomad_genomes_ac": 74,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.02058902382850647,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.107,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1529,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.43,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.585,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001243332.2",
          "gene_symbol": "SEZ6L2",
          "hgnc_id": 30844,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2617G>A",
          "hgvs_p": "p.Gly873Ser"
        }
      ],
      "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
}