← 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: 4-6056726-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 6056726,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001099433.2",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "NM_001099433.2",
          "protein_id": "NP_001092903.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": 2122,
          "cdna_end": null,
          "cdna_length": 2969,
          "mane_select": "ENST00000409021.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099433.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "ENST00000409021.9",
          "protein_id": "ENSP00000386711.3",
          "transcript_support_level": 1,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": 2122,
          "cdna_end": null,
          "cdna_length": 2969,
          "mane_select": "NM_001099433.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409021.9"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1123A>G",
          "hgvs_p": "p.Ile375Val",
          "transcript": "ENST00000409371.8",
          "protein_id": "ENSP00000387042.3",
          "transcript_support_level": 1,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 1573,
          "cdna_end": null,
          "cdna_length": 2416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409371.8"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "ENST00000282924.9",
          "protein_id": "ENSP00000282924.5",
          "transcript_support_level": 1,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 2164,
          "cdna_end": null,
          "cdna_length": 2585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000282924.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.1678A>G",
          "hgvs_p": null,
          "transcript": "ENST00000473053.5",
          "protein_id": "ENSP00000422004.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000473053.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "NM_001306133.2",
          "protein_id": "NP_001293062.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 2377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306133.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "NM_144720.4",
          "protein_id": "NP_653321.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 2122,
          "cdna_end": null,
          "cdna_length": 2545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_144720.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "ENST00000409831.5",
          "protein_id": "ENSP00000386925.1",
          "transcript_support_level": 2,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 1952,
          "cdna_end": null,
          "cdna_length": 2371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409831.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1675A>G",
          "hgvs_p": "p.Ile559Val",
          "transcript": "ENST00000700570.1",
          "protein_id": "ENSP00000515068.1",
          "transcript_support_level": null,
          "aa_start": 559,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1675,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 2095,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700570.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1639A>G",
          "hgvs_p": "p.Ile547Val",
          "transcript": "ENST00000700569.1",
          "protein_id": "ENSP00000515067.1",
          "transcript_support_level": null,
          "aa_start": 547,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 1639,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": 1867,
          "cdna_end": null,
          "cdna_length": 2271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700569.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1639A>G",
          "hgvs_p": "p.Ile547Val",
          "transcript": "ENST00000700573.1",
          "protein_id": "ENSP00000515071.1",
          "transcript_support_level": null,
          "aa_start": 547,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 1639,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": 2059,
          "cdna_end": null,
          "cdna_length": 2463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700573.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1618A>G",
          "hgvs_p": "p.Ile540Val",
          "transcript": "ENST00000700572.1",
          "protein_id": "ENSP00000515070.1",
          "transcript_support_level": null,
          "aa_start": 540,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 1618,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 2038,
          "cdna_end": null,
          "cdna_length": 2442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700572.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1549A>G",
          "hgvs_p": "p.Ile517Val",
          "transcript": "ENST00000700571.1",
          "protein_id": "ENSP00000515069.1",
          "transcript_support_level": null,
          "aa_start": 517,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 1549,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": 1969,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700571.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val",
          "transcript": "ENST00000700575.1",
          "protein_id": "ENSP00000515072.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 2118,
          "cdna_end": null,
          "cdna_length": 2501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700575.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1183A>G",
          "hgvs_p": "p.Ile395Val",
          "transcript": "NM_001306134.2",
          "protein_id": "NP_001293063.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 1882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306134.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.1183A>G",
          "hgvs_p": "p.Ile395Val",
          "transcript": "ENST00000410077.2",
          "protein_id": "ENSP00000386745.2",
          "transcript_support_level": 2,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 1835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000410077.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "c.382A>G",
          "hgvs_p": "p.Ile128Val",
          "transcript": "ENST00000637373.2",
          "protein_id": "ENSP00000490067.1",
          "transcript_support_level": 5,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 382,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 1358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000637373.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C4orf50",
          "gene_hgnc_id": 33766,
          "hgvs_c": "c.-3269A>G",
          "hgvs_p": null,
          "transcript": "ENST00000531445.3",
          "protein_id": "ENSP00000437121.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1508,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000531445.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.1939A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700566.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000700566.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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.1312A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700567.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700567.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.1758A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700568.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700568.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.4557A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700574.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700574.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "JAKMIP1",
          "gene_hgnc_id": 26460,
          "hgvs_c": "n.5782A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700576.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700576.1"
        }
      ],
      "gene_symbol": "JAKMIP1",
      "gene_hgnc_id": 26460,
      "dbsnp": null,
      "frequency_reference_population": 6.842791e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84279e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.12512639164924622,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.032,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.128,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.56,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.786,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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_001099433.2",
          "gene_symbol": "JAKMIP1",
          "hgnc_id": 26460,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Ile560Val"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000531445.3",
          "gene_symbol": "C4orf50",
          "hgnc_id": 33766,
          "effects": [
            "5_prime_UTR_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.-3269A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.