← 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-21673395-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MLLT10",
          "hgnc_id": 16063,
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_001195626.3",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000304565",
          "hgnc_id": null,
          "hgvs_c": "n.286+213C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "ENST00000804666.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 117,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3485,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.42,
      "chr": "10",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.21225878596305847,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5143,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001195626.3",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000307729.12",
          "protein_coding": true,
          "protein_id": "NP_001182555.1",
          "strand": true,
          "transcript": "NM_001195626.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5143,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000307729.12",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001195626.3",
          "protein_coding": true,
          "protein_id": "ENSP00000307411.7",
          "strand": true,
          "transcript": "ENST00000307729.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4850,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000377059.7",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000366258.4",
          "strand": true,
          "transcript": "ENST00000377059.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5067,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000377072.8",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000366272.3",
          "strand": true,
          "transcript": "ENST00000377072.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4955,
          "cdna_start": 1198,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000631589.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000488569.1",
          "strand": true,
          "transcript": "ENST00000631589.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1052,
          "aa_ref": "S",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5107,
          "cdna_start": 1304,
          "cds_end": null,
          "cds_length": 3159,
          "cds_start": 1001,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000942647.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1001G>A",
          "hgvs_p": "p.Ser334Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612706.1",
          "strand": true,
          "transcript": "ENST00000942647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "S",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4836,
          "cdna_start": 1081,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 1001,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000942648.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1001G>A",
          "hgvs_p": "p.Ser334Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612707.1",
          "strand": true,
          "transcript": "ENST00000942648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5067,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": 1097,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_004641.4",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1097G>A",
          "hgvs_p": "p.Ser366Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004632.1",
          "strand": true,
          "transcript": "NM_004641.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "S",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 1523,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 362,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001324297.2",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.362G>A",
          "hgvs_p": "p.Ser121Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001311226.1",
          "strand": true,
          "transcript": "NM_001324297.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 940,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4626,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2823,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937604.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1052-387G>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607663.1",
          "strand": true,
          "transcript": "ENST00000937604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 924,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4482,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2775,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000858156.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.1052-387G>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528215.1",
          "strand": true,
          "transcript": "ENST00000858156.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3938,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000438473.6",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.425-246G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000408281.2",
          "strand": true,
          "transcript": "ENST00000438473.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5668,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000650893.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.*1116G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499068.1",
          "strand": true,
          "transcript": "ENST00000650893.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000650921.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.481G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000650921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5203,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000651298.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.*980G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498270.1",
          "strand": true,
          "transcript": "ENST00000651298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5681,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000651382.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.2009G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000651382.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000651405.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.551G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000651405.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NR_136736.2",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.1564G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_136736.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5668,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000650893.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.*1116G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499068.1",
          "strand": true,
          "transcript": "ENST00000650893.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5203,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000651298.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "n.*980G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498270.1",
          "strand": true,
          "transcript": "ENST00000651298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 392,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000804666.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000304565",
          "hgvs_c": "n.286+213C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000804666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 538,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 536,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000420525.1",
          "gene_hgnc_id": 16063,
          "gene_symbol": "MLLT10",
          "hgvs_c": "c.-185G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399883.1",
          "strand": true,
          "transcript": "ENST00000420525.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs148268550",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00007871134,
      "gene_hgnc_id": 16063,
      "gene_symbol": "MLLT10",
      "gnomad_exomes_ac": 90,
      "gnomad_exomes_af": 0.0000665905,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 27,
      "gnomad_genomes_af": 0.000200148,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.961,
      "pos": 21673395,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.213,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001195626.3"
    }
  ]
}
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.