← 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: 5-138419119-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 14,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "KDM3B",
          "hgnc_id": 1337,
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -14,
          "transcript": "NM_016604.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
      "acmg_score": -14,
      "allele_count_reference_population": 58321,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0724,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.53,
      "chr": "5",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0014431774616241455,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1761,
          "aa_ref": "S",
          "aa_start": 1201,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6724,
          "cdna_start": 3713,
          "cds_end": null,
          "cds_length": 5286,
          "cds_start": 3602,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_016604.4",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000314358.10",
          "protein_coding": true,
          "protein_id": "NP_057688.3",
          "strand": true,
          "transcript": "NM_016604.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1761,
          "aa_ref": "S",
          "aa_start": 1201,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6724,
          "cdna_start": 3713,
          "cds_end": null,
          "cds_length": 5286,
          "cds_start": 3602,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000314358.10",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016604.4",
          "protein_coding": true,
          "protein_id": "ENSP00000326563.5",
          "strand": true,
          "transcript": "ENST00000314358.10",
          "transcript_support_level": 1
        },
        {
          "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": 6324,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000510866.5",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "n.*2487G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000425186.1",
          "strand": true,
          "transcript": "ENST00000510866.5",
          "transcript_support_level": 1
        },
        {
          "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": 6324,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000510866.5",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "n.*2487G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000425186.1",
          "strand": true,
          "transcript": "ENST00000510866.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1760,
          "aa_ref": "S",
          "aa_start": 1201,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6722,
          "cdna_start": 3716,
          "cds_end": null,
          "cds_length": 5283,
          "cds_start": 3602,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000938919.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608978.1",
          "strand": true,
          "transcript": "ENST00000938919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1736,
          "aa_ref": "S",
          "aa_start": 1176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6634,
          "cdna_start": 3627,
          "cds_end": null,
          "cds_length": 5211,
          "cds_start": 3527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000882288.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3527G>A",
          "hgvs_p": "p.Ser1176Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552347.1",
          "strand": true,
          "transcript": "ENST00000882288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1716,
          "aa_ref": "S",
          "aa_start": 1201,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6540,
          "cdna_start": 3663,
          "cds_end": null,
          "cds_length": 5151,
          "cds_start": 3602,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000959876.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629935.1",
          "strand": true,
          "transcript": "ENST00000959876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1705,
          "aa_ref": "S",
          "aa_start": 1145,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6508,
          "cdna_start": 3499,
          "cds_end": null,
          "cds_length": 5118,
          "cds_start": 3434,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000882289.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3434G>A",
          "hgvs_p": "p.Ser1145Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552348.1",
          "strand": true,
          "transcript": "ENST00000882289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1672,
          "aa_ref": "S",
          "aa_start": 1201,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6461,
          "cdna_start": 3717,
          "cds_end": null,
          "cds_length": 5019,
          "cds_start": 3602,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000938918.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3602G>A",
          "hgvs_p": "p.Ser1201Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608977.1",
          "strand": true,
          "transcript": "ENST00000938918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1561,
          "aa_ref": "S",
          "aa_start": 1001,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6127,
          "cdna_start": 3116,
          "cds_end": null,
          "cds_length": 4686,
          "cds_start": 3002,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000882287.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3002G>A",
          "hgvs_p": "p.Ser1001Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552346.1",
          "strand": true,
          "transcript": "ENST00000882287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1502,
          "aa_ref": "S",
          "aa_start": 1001,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5811,
          "cdna_start": 3066,
          "cds_end": null,
          "cds_length": 4509,
          "cds_start": 3002,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000938922.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3002G>A",
          "hgvs_p": "p.Ser1001Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608981.1",
          "strand": true,
          "transcript": "ENST00000938922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": "S",
          "aa_start": 736,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5329,
          "cdna_start": 2320,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": 2207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000938920.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.2207G>A",
          "hgvs_p": "p.Ser736Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608979.1",
          "strand": true,
          "transcript": "ENST00000938920.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1201,
          "aa_ref": "S",
          "aa_start": 641,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4995,
          "cdna_start": 1986,
          "cds_end": null,
          "cds_length": 3606,
          "cds_start": 1922,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000938921.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.1922G>A",
          "hgvs_p": "p.Ser641Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608980.1",
          "strand": true,
          "transcript": "ENST00000938921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1717,
          "aa_ref": "S",
          "aa_start": 1157,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6508,
          "cdna_start": 3497,
          "cds_end": null,
          "cds_length": 5154,
          "cds_start": 3470,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011543488.3",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3470G>A",
          "hgvs_p": "p.Ser1157Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541790.1",
          "strand": true,
          "transcript": "XM_011543488.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1713,
          "aa_ref": "S",
          "aa_start": 1153,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8706,
          "cdna_start": 5695,
          "cds_end": null,
          "cds_length": 5142,
          "cds_start": 3458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011543489.3",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3458G>A",
          "hgvs_p": "p.Ser1153Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541791.1",
          "strand": true,
          "transcript": "XM_011543489.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1713,
          "aa_ref": "S",
          "aa_start": 1153,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7628,
          "cdna_start": 4617,
          "cds_end": null,
          "cds_length": 5142,
          "cds_start": 3458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047417313.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3458G>A",
          "hgvs_p": "p.Ser1153Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273269.1",
          "strand": true,
          "transcript": "XM_047417313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1561,
          "aa_ref": "S",
          "aa_start": 1001,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6124,
          "cdna_start": 3113,
          "cds_end": null,
          "cds_length": 4686,
          "cds_start": 3002,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_005272018.5",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.3002G>A",
          "hgvs_p": "p.Ser1001Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005272075.1",
          "strand": true,
          "transcript": "XM_005272018.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1512,
          "aa_ref": "S",
          "aa_start": 952,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6192,
          "cdna_start": 3181,
          "cds_end": null,
          "cds_length": 4539,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017009584.2",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "c.2855G>A",
          "hgvs_p": "p.Ser952Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016865073.1",
          "strand": true,
          "transcript": "XM_017009584.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": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000507996.5",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "n.*955G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000423012.1",
          "strand": true,
          "transcript": "ENST00000507996.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": 540,
          "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": "ENST00000508386.1",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "n.347G>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": "ENST00000508386.1",
          "transcript_support_level": 4
        },
        {
          "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": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000507996.5",
          "gene_hgnc_id": 1337,
          "gene_symbol": "KDM3B",
          "hgvs_c": "n.*955G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000423012.1",
          "strand": true,
          "transcript": "ENST00000507996.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs7706614",
      "effect": "missense_variant",
      "frequency_reference_population": 0.03613136,
      "gene_hgnc_id": 1337,
      "gene_symbol": "KDM3B",
      "gnomad_exomes_ac": 52037,
      "gnomad_exomes_af": 0.0355959,
      "gnomad_exomes_homalt": 1345,
      "gnomad_genomes_ac": 6284,
      "gnomad_genomes_af": 0.0412721,
      "gnomad_genomes_homalt": 178,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1523,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.682,
      "pos": 138419119,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.06,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_016604.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.