← 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: 13-102789056-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "POGLUT2",
          "hgnc_id": 19350,
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -1,
          "transcript": "NM_024089.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4",
      "acmg_score": -1,
      "allele_count_reference_population": 58,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.1566,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "13",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.39893001317977905,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": 1555,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_024089.3",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000376004.5",
          "protein_coding": true,
          "protein_id": "NP_076994.2",
          "strand": false,
          "transcript": "NM_024089.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": 1555,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000376004.5",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024089.3",
          "protein_coding": true,
          "protein_id": "ENSP00000365172.4",
          "strand": false,
          "transcript": "ENST00000376004.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3792,
          "cdna_start": 1619,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000706516.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516427.1",
          "strand": false,
          "transcript": "ENST00000706516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "D",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1972,
          "cdna_start": 1504,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 1210,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000884208.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1210G>A",
          "hgvs_p": "p.Asp404Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554267.1",
          "strand": false,
          "transcript": "ENST00000884208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "D",
          "aa_start": 391,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2005,
          "cdna_start": 1538,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 1171,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000884207.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1171G>A",
          "hgvs_p": "p.Asp391Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554266.1",
          "strand": false,
          "transcript": "ENST00000884207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1932,
          "cdna_start": 1551,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000933312.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603371.1",
          "strand": false,
          "transcript": "ENST00000933312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1921,
          "cdna_start": 1555,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001439010.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425939.1",
          "strand": false,
          "transcript": "NM_001439010.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "D",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1611,
          "cdna_start": 1307,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 1249,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000706521.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Asp417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516430.1",
          "strand": false,
          "transcript": "ENST00000706521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "D",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1899,
          "cdna_start": 1533,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 1210,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000933311.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1210G>A",
          "hgvs_p": "p.Asp404Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603370.1",
          "strand": false,
          "transcript": "ENST00000933311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 446,
          "aa_ref": "D",
          "aa_start": 391,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1882,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 1341,
          "cds_start": 1171,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957245.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.1171G>A",
          "hgvs_p": "p.Asp391Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627304.1",
          "strand": false,
          "transcript": "ENST00000957245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "D",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 1698,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001318732.2",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.592G>A",
          "hgvs_p": "p.Asp198Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305661.1",
          "strand": false,
          "transcript": "NM_001318732.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "D",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1274,
          "cdna_start": 800,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047430604.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "c.592G>A",
          "hgvs_p": "p.Asp198Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286560.1",
          "strand": false,
          "transcript": "XM_047430604.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": 2083,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000460338.5",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.1612G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000460338.5",
          "transcript_support_level": 5
        },
        {
          "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": 5626,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000486540.2",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.3482G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000486540.2",
          "transcript_support_level": 3
        },
        {
          "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": 5204,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000706517.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.1561G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706517.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": 6834,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000706518.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.3202G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706518.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": 2065,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706519.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.*1141G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516428.1",
          "strand": false,
          "transcript": "ENST00000706519.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": 2095,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706520.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.*669G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516429.1",
          "strand": false,
          "transcript": "ENST00000706520.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": 2364,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706522.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.1663G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706522.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": 2065,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706519.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.*1141G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516428.1",
          "strand": false,
          "transcript": "ENST00000706519.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": 2095,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706520.1",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.*669G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516429.1",
          "strand": false,
          "transcript": "ENST00000706520.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": 683,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000484943.2",
          "gene_hgnc_id": 19350,
          "gene_symbol": "POGLUT2",
          "hgvs_c": "n.260-1133G>A",
          "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": "ENST00000484943.2",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs558079300",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00003593187,
      "gene_hgnc_id": 19350,
      "gene_symbol": "POGLUT2",
      "gnomad_exomes_ac": 49,
      "gnomad_exomes_af": 0.0000335189,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 9,
      "gnomad_genomes_af": 0.0000590916,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.905,
      "pos": 102789056,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.243,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_024089.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.