← 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: 3-14922537-GCC-ACT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=14922537&ref=GCC&alt=ACT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FGD5",
          "hgnc_id": 19117,
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_152536.4",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "LOC105376963",
          "hgnc_id": null,
          "hgvs_c": "n.896_898delGGCinsAGT",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "XR_007095828.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "FGD5-AS1",
          "hgnc_id": 40410,
          "hgvs_c": "n.793-135_793-133delGGCinsAGT",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000430166.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "ACT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "3",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1462,
          "aa_ref": "A",
          "aa_start": 1266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5903,
          "cdna_start": 3906,
          "cds_end": null,
          "cds_length": 4389,
          "cds_start": 3796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_152536.4",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000285046.10",
          "protein_coding": true,
          "protein_id": "NP_689749.3",
          "strand": true,
          "transcript": "NM_152536.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1462,
          "aa_ref": "A",
          "aa_start": 1266,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5903,
          "cdna_start": 3906,
          "cds_end": null,
          "cds_length": 4389,
          "cds_start": 3796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000285046.10",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_152536.4",
          "protein_coding": true,
          "protein_id": "ENSP00000285046.5",
          "strand": true,
          "transcript": "ENST00000285046.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1178,
          "aa_ref": "A",
          "aa_start": 1025,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5768,
          "cdna_start": 3906,
          "cds_end": null,
          "cds_length": 3537,
          "cds_start": 3073,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000543601.5",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3073_3075delGCCinsACT",
          "hgvs_p": "p.Ala1025Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445949.1",
          "strand": true,
          "transcript": "ENST00000543601.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2198,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000476851.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "n.1333_1335delGCCinsACT",
          "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": "ENST00000476851.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1465,
          "aa_ref": "A",
          "aa_start": 1267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4949,
          "cdna_start": 4078,
          "cds_end": null,
          "cds_length": 4398,
          "cds_start": 3799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969464.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3799_3801delGCCinsACT",
          "hgvs_p": "p.Ala1267Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639523.1",
          "strand": true,
          "transcript": "ENST00000969464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1464,
          "aa_ref": "A",
          "aa_start": 1266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6040,
          "cdna_start": 4037,
          "cds_end": null,
          "cds_length": 4395,
          "cds_start": 3796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000859932.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529991.1",
          "strand": true,
          "transcript": "ENST00000859932.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1463,
          "aa_ref": "A",
          "aa_start": 1265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5914,
          "cdna_start": 4096,
          "cds_end": null,
          "cds_length": 4392,
          "cds_start": 3793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969463.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3793_3795delGCCinsACT",
          "hgvs_p": "p.Ala1265Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639522.1",
          "strand": true,
          "transcript": "ENST00000969463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1461,
          "aa_ref": "A",
          "aa_start": 1265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5510,
          "cdna_start": 4101,
          "cds_end": null,
          "cds_length": 4386,
          "cds_start": 3793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918365.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3793_3795delGCCinsACT",
          "hgvs_p": "p.Ala1265Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588424.1",
          "strand": true,
          "transcript": "ENST00000918365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1438,
          "aa_ref": "A",
          "aa_start": 1242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5899,
          "cdna_start": 3972,
          "cds_end": null,
          "cds_length": 4317,
          "cds_start": 3724,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000859933.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3724_3726delGCCinsACT",
          "hgvs_p": "p.Ala1242Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529992.1",
          "strand": true,
          "transcript": "ENST00000859933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1436,
          "aa_ref": "A",
          "aa_start": 1238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6176,
          "cdna_start": 4176,
          "cds_end": null,
          "cds_length": 4311,
          "cds_start": 3712,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969461.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3712_3714delGCCinsACT",
          "hgvs_p": "p.Ala1238Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639520.1",
          "strand": true,
          "transcript": "ENST00000969461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1434,
          "aa_ref": "A",
          "aa_start": 1238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5998,
          "cdna_start": 4001,
          "cds_end": null,
          "cds_length": 4305,
          "cds_start": 3712,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918364.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3712_3714delGCCinsACT",
          "hgvs_p": "p.Ala1238Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588423.1",
          "strand": true,
          "transcript": "ENST00000918364.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1421,
          "aa_ref": "A",
          "aa_start": 1266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5899,
          "cdna_start": 4096,
          "cds_end": null,
          "cds_length": 4266,
          "cds_start": 3796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969462.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639521.1",
          "strand": true,
          "transcript": "ENST00000969462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1419,
          "aa_ref": "A",
          "aa_start": 1266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5774,
          "cdna_start": 3906,
          "cds_end": null,
          "cds_length": 4260,
          "cds_start": 3796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001320276.2",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3796_3798delGCCinsACT",
          "hgvs_p": "p.Ala1266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307205.1",
          "strand": true,
          "transcript": "NM_001320276.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": "A",
          "aa_start": 1309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6093,
          "cdna_start": 4090,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": 3925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011533422.2",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3925_3927delGCCinsACT",
          "hgvs_p": "p.Ala1309Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011531724.2",
          "strand": true,
          "transcript": "XM_011533422.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1505,
          "aa_ref": "A",
          "aa_start": 1309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6087,
          "cdna_start": 4090,
          "cds_end": null,
          "cds_length": 4518,
          "cds_start": 3925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447514.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3925_3927delGCCinsACT",
          "hgvs_p": "p.Ala1309Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303470.1",
          "strand": true,
          "transcript": "XM_047447514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1464,
          "aa_ref": "A",
          "aa_start": 1309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5964,
          "cdna_start": 4090,
          "cds_end": null,
          "cds_length": 4395,
          "cds_start": 3925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011533423.2",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3925_3927delGCCinsACT",
          "hgvs_p": "p.Ala1309Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011531725.2",
          "strand": true,
          "transcript": "XM_011533423.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1462,
          "aa_ref": "A",
          "aa_start": 1309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5958,
          "cdna_start": 4090,
          "cds_end": null,
          "cds_length": 4389,
          "cds_start": 3925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447515.1",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "c.3925_3927delGCCinsACT",
          "hgvs_p": "p.Ala1309Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303471.1",
          "strand": true,
          "transcript": "XM_047447515.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": 1962,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000468662.5",
          "gene_hgnc_id": 19117,
          "gene_symbol": "FGD5",
          "hgvs_c": "n.1098_1100delGCCinsACT",
          "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": "ENST00000468662.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1881,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007095828.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC105376963",
          "hgvs_c": "n.896_898delGGCinsAGT",
          "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": "XR_007095828.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": 1422,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007095829.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC105376963",
          "hgvs_c": "n.896_898delGGCinsAGT",
          "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": "XR_007095829.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": 1184,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000430166.5",
          "gene_hgnc_id": 40410,
          "gene_symbol": "FGD5-AS1",
          "hgvs_c": "n.793-135_793-133delGGCinsAGT",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000430166.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 19117,
      "gene_symbol": "FGD5",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": "Uncertain_significance",
      "phylop100way_score": 5.392,
      "pos": 14922537,
      "ref": "GCC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_152536.4"
    }
  ]
}
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.