← 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: 11-118484927-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 21,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "KMT2A",
          "hgnc_id": 7132,
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -21,
          "transcript": "NM_001412597.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_score": -21,
      "allele_count_reference_population": 92187,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.51,
      "chr": "11",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:5",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.5099999904632568,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3972,
          "aa_ref": "I",
          "aa_start": 1428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16600,
          "cdna_start": 4305,
          "cds_end": null,
          "cds_length": 11919,
          "cds_start": 4284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001197104.2",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4284A>C",
          "hgvs_p": "p.Ile1428Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000534358.8",
          "protein_coding": true,
          "protein_id": "NP_001184033.1",
          "strand": true,
          "transcript": "NM_001197104.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3972,
          "aa_ref": "I",
          "aa_start": 1428,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 16600,
          "cdna_start": 4305,
          "cds_end": null,
          "cds_length": 11919,
          "cds_start": 4284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000534358.8",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4284A>C",
          "hgvs_p": "p.Ile1428Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001197104.2",
          "protein_coding": true,
          "protein_id": "ENSP00000436786.2",
          "strand": true,
          "transcript": "ENST00000534358.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3969,
          "aa_ref": "I",
          "aa_start": 1428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13678,
          "cdna_start": 4307,
          "cds_end": null,
          "cds_length": 11910,
          "cds_start": 4284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000389506.10",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4284A>C",
          "hgvs_p": "p.Ile1428Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000374157.5",
          "strand": true,
          "transcript": "ENST00000389506.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4005,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16699,
          "cdna_start": 4404,
          "cds_end": null,
          "cds_length": 12018,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000531904.7",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432391.3",
          "strand": true,
          "transcript": "ENST00000531904.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4002,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16690,
          "cdna_start": 4404,
          "cds_end": null,
          "cds_length": 12009,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001412597.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001399526.1",
          "strand": true,
          "transcript": "NM_001412597.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4002,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16725,
          "cdna_start": 4439,
          "cds_end": null,
          "cds_length": 12009,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000710560.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518343.1",
          "strand": true,
          "transcript": "ENST00000710560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4001,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16674,
          "cdna_start": 4399,
          "cds_end": null,
          "cds_length": 12006,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000926390.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596449.1",
          "strand": true,
          "transcript": "ENST00000926390.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3996,
          "aa_ref": "I",
          "aa_start": 1428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13708,
          "cdna_start": 4292,
          "cds_end": null,
          "cds_length": 11991,
          "cds_start": 4284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000691053.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4284A>C",
          "hgvs_p": "p.Ile1428Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509168.1",
          "strand": true,
          "transcript": "ENST00000691053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3969,
          "aa_ref": "I",
          "aa_start": 1428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16591,
          "cdna_start": 4305,
          "cds_end": null,
          "cds_length": 11910,
          "cds_start": 4284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_005933.4",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4284A>C",
          "hgvs_p": "p.Ile1428Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_005924.2",
          "strand": true,
          "transcript": "NM_005933.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 259,
          "aa_ref": "I",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 780,
          "cdna_start": 63,
          "cds_end": null,
          "cds_length": 780,
          "cds_start": 63,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000685498.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.63A>C",
          "hgvs_p": "p.Ile21Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509293.1",
          "strand": true,
          "transcript": "ENST00000685498.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": "I",
          "aa_start": 65,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 390,
          "cdna_start": 195,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": 195,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000420751.4",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.195A>C",
          "hgvs_p": "p.Ile65Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510776.1",
          "strand": true,
          "transcript": "ENST00000420751.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4005,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16699,
          "cdna_start": 4404,
          "cds_end": null,
          "cds_length": 12018,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011542829.3",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541131.1",
          "strand": true,
          "transcript": "XM_011542829.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4004,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16696,
          "cdna_start": 4404,
          "cds_end": null,
          "cds_length": 12015,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011542830.3",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541132.1",
          "strand": true,
          "transcript": "XM_011542830.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 4001,
          "aa_ref": "I",
          "aa_start": 1461,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 16687,
          "cdna_start": 4404,
          "cds_end": null,
          "cds_length": 12006,
          "cds_start": 4383,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047426963.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4383A>C",
          "hgvs_p": "p.Ile1461Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282919.1",
          "strand": true,
          "transcript": "XM_047426963.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3166,
          "aa_ref": "I",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14182,
          "cdna_start": 1887,
          "cds_end": null,
          "cds_length": 9501,
          "cds_start": 1866,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 37,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011542833.3",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.1866A>C",
          "hgvs_p": "p.Ile622Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541135.1",
          "strand": true,
          "transcript": "XM_011542833.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3133,
          "aa_ref": "I",
          "aa_start": 589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14083,
          "cdna_start": 1788,
          "cds_end": null,
          "cds_length": 9402,
          "cds_start": 1767,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_006718839.4",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.1767A>C",
          "hgvs_p": "p.Ile589Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718902.2",
          "strand": true,
          "transcript": "XM_006718839.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 3130,
          "aa_ref": "I",
          "aa_start": 589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14074,
          "cdna_start": 1788,
          "cds_end": null,
          "cds_length": 9393,
          "cds_start": 1767,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047426964.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.1767A>C",
          "hgvs_p": "p.Ile589Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282920.1",
          "strand": true,
          "transcript": "XM_047426964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 3931,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11796,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 11796,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000649699.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "c.4218+613A>C",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496927.1",
          "strand": true,
          "transcript": "ENST00000649699.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": 1239,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000685719.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "n.*175A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509757.1",
          "strand": true,
          "transcript": "ENST00000685719.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": 1239,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000685719.1",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "n.*175A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509757.1",
          "strand": true,
          "transcript": "ENST00000685719.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": 866,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000392873.4",
          "gene_hgnc_id": 7132,
          "gene_symbol": "KMT2A",
          "hgvs_c": "n.*58A>C",
          "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": "ENST00000392873.4",
          "transcript_support_level": 1
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs9332801",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.057135366,
      "gene_hgnc_id": 7132,
      "gene_symbol": "KMT2A",
      "gnomad_exomes_ac": 85866,
      "gnomad_exomes_af": 0.0587644,
      "gnomad_exomes_homalt": 2788,
      "gnomad_genomes_ac": 6321,
      "gnomad_genomes_af": 0.0415058,
      "gnomad_genomes_homalt": 185,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 2973,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.772,
      "pos": 118484927,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001412597.1"
    }
  ]
}
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.