← 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: 10-27112044-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 27112044,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_139312.3",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2084C>T",
          "hgvs_p": "p.Thr695Ile",
          "transcript": "NM_014263.4",
          "protein_id": "NP_055078.1",
          "transcript_support_level": null,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 2084,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000376016.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014263.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2084C>T",
          "hgvs_p": "p.Thr695Ile",
          "transcript": "ENST00000376016.8",
          "protein_id": "ENSP00000365184.3",
          "transcript_support_level": 1,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 2084,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_014263.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376016.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2255C>T",
          "hgvs_p": "p.Thr752Ile",
          "transcript": "ENST00000326799.7",
          "protein_id": "ENSP00000318480.3",
          "transcript_support_level": 1,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2255,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000326799.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2330C>T",
          "hgvs_p": "p.Thr777Ile",
          "transcript": "ENST00000969517.1",
          "protein_id": "ENSP00000639576.1",
          "transcript_support_level": null,
          "aa_start": 777,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 2330,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969517.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2255C>T",
          "hgvs_p": "p.Thr752Ile",
          "transcript": "NM_139312.3",
          "protein_id": "NP_647473.1",
          "transcript_support_level": null,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2255,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_139312.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2162C>T",
          "hgvs_p": "p.Thr721Ile",
          "transcript": "ENST00000969518.1",
          "protein_id": "ENSP00000639577.1",
          "transcript_support_level": null,
          "aa_start": 721,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 2162,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969518.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2156C>T",
          "hgvs_p": "p.Thr719Ile",
          "transcript": "ENST00000891817.1",
          "protein_id": "ENSP00000561876.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891817.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2132C>T",
          "hgvs_p": "p.Thr711Ile",
          "transcript": "ENST00000891815.1",
          "protein_id": "ENSP00000561874.1",
          "transcript_support_level": null,
          "aa_start": 711,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 2132,
          "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": "ENST00000891815.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2084C>T",
          "hgvs_p": "p.Thr695Ile",
          "transcript": "ENST00000969516.1",
          "protein_id": "ENSP00000639575.1",
          "transcript_support_level": null,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 2084,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969516.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2075C>T",
          "hgvs_p": "p.Thr692Ile",
          "transcript": "ENST00000891814.1",
          "protein_id": "ENSP00000561873.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 2075,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891814.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2069C>T",
          "hgvs_p": "p.Thr690Ile",
          "transcript": "ENST00000891816.1",
          "protein_id": "ENSP00000561875.1",
          "transcript_support_level": null,
          "aa_start": 690,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 2069,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891816.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2036C>T",
          "hgvs_p": "p.Thr679Ile",
          "transcript": "ENST00000891820.1",
          "protein_id": "ENSP00000561879.1",
          "transcript_support_level": null,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 2036,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891820.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2021C>T",
          "hgvs_p": "p.Thr674Ile",
          "transcript": "ENST00000969514.1",
          "protein_id": "ENSP00000639573.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 2021,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969514.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1997C>T",
          "hgvs_p": "p.Thr666Ile",
          "transcript": "ENST00000891819.1",
          "protein_id": "ENSP00000561878.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 1997,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891819.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1985C>T",
          "hgvs_p": "p.Thr662Ile",
          "transcript": "NM_001253866.2",
          "protein_id": "NP_001240795.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 1985,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001253866.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1985C>T",
          "hgvs_p": "p.Thr662Ile",
          "transcript": "ENST00000427324.6",
          "protein_id": "ENSP00000398713.2",
          "transcript_support_level": 3,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 1985,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427324.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1928C>T",
          "hgvs_p": "p.Thr643Ile",
          "transcript": "ENST00000891821.1",
          "protein_id": "ENSP00000561880.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 664,
          "cds_start": 1928,
          "cds_end": null,
          "cds_length": 1995,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891821.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1883C>T",
          "hgvs_p": "p.Thr628Ile",
          "transcript": "ENST00000891818.1",
          "protein_id": "ENSP00000561877.1",
          "transcript_support_level": null,
          "aa_start": 628,
          "aa_end": null,
          "aa_length": 649,
          "cds_start": 1883,
          "cds_end": null,
          "cds_length": 1950,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000891818.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1868C>T",
          "hgvs_p": "p.Thr623Ile",
          "transcript": "ENST00000927724.1",
          "protein_id": "ENSP00000597783.1",
          "transcript_support_level": null,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1868,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000927724.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1811C>T",
          "hgvs_p": "p.Thr604Ile",
          "transcript": "ENST00000969515.1",
          "protein_id": "ENSP00000639574.1",
          "transcript_support_level": null,
          "aa_start": 604,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1811,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969515.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1712C>T",
          "hgvs_p": "p.Thr571Ile",
          "transcript": "ENST00000491542.7",
          "protein_id": "ENSP00000473557.2",
          "transcript_support_level": 2,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000491542.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Thr465Ile",
          "transcript": "ENST00000927723.1",
          "protein_id": "ENSP00000597782.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000927723.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "YME1L1",
          "gene_hgnc_id": 12843,
          "hgvs_c": "c.2156C>T",
          "hgvs_p": "p.Thr719Ile",
          "transcript": "XM_011519300.4",
          "protein_id": "XP_011517602.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519300.4"
        }
      ],
      "gene_symbol": "YME1L1",
      "gene_hgnc_id": 12843,
      "dbsnp": "rs1321605759",
      "frequency_reference_population": 0.000004957047,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000410464,
      "gnomad_genomes_af": 0.0000131491,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.21858879923820496,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.424,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1263,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.17,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.36,
      "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": 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_139312.3",
          "gene_symbol": "YME1L1",
          "hgnc_id": 12843,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.2255C>T",
          "hgvs_p": "p.Thr752Ile"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "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.