← 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: 20-17957016-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 17957016,
      "ref": "G",
      "alt": "A",
      "effect": "5_prime_UTR_premature_start_codon_gain_variant",
      "transcript": "NM_001282454.2",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "NM_014426.4",
          "protein_id": "NP_055241.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 442,
          "cdna_end": null,
          "cdna_length": 2341,
          "mane_select": "ENST00000377759.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014426.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000377759.9",
          "protein_id": "ENSP00000366988.3",
          "transcript_support_level": 1,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 442,
          "cdna_end": null,
          "cdna_length": 2341,
          "mane_select": "NM_014426.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377759.9"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000377768.7",
          "protein_id": "ENSP00000366998.3",
          "transcript_support_level": 1,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 2288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377768.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.123C>T",
          "hgvs_p": null,
          "transcript": "ENST00000490175.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000490175.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.-243C>T",
          "hgvs_p": null,
          "transcript": "NM_001282454.2",
          "protein_id": "NP_001269383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282454.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "NM_152227.3",
          "protein_id": "NP_689413.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 200,
          "cdna_end": null,
          "cdna_length": 2099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_152227.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000925824.1",
          "protein_id": "ENSP00000595883.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 2201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925824.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000895746.1",
          "protein_id": "ENSP00000565805.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 241,
          "cdna_end": null,
          "cdna_length": 2119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895746.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000895749.1",
          "protein_id": "ENSP00000565808.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 322,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 969,
          "cdna_start": 171,
          "cdna_end": null,
          "cdna_length": 1824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895749.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000895747.1",
          "protein_id": "ENSP00000565806.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": 208,
          "cdna_end": null,
          "cdna_length": 1747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895747.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.73C>T",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000431277.5",
          "protein_id": "ENSP00000404448.1",
          "transcript_support_level": 5,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 268,
          "cds_start": 73,
          "cds_end": null,
          "cds_length": 807,
          "cdna_start": 106,
          "cdna_end": null,
          "cdna_length": 840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000431277.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.-243C>T",
          "hgvs_p": null,
          "transcript": "NM_001282454.2",
          "protein_id": "NP_001269383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282454.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.52-2899C>T",
          "hgvs_p": null,
          "transcript": "ENST00000895748.1",
          "protein_id": "ENSP00000565807.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895748.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.52-5421C>T",
          "hgvs_p": null,
          "transcript": "ENST00000970421.1",
          "protein_id": "ENSP00000640480.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970421.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "c.52-1541C>T",
          "hgvs_p": null,
          "transcript": "ENST00000419004.2",
          "protein_id": "ENSP00000406731.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000419004.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.408C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469704.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000469704.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.79C>T",
          "hgvs_p": null,
          "transcript": "ENST00000474883.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000474883.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.293C>T",
          "hgvs_p": null,
          "transcript": "ENST00000475716.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000475716.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.878C>T",
          "hgvs_p": null,
          "transcript": "ENST00000483485.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000483485.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OVOL2",
          "gene_hgnc_id": 15804,
          "hgvs_c": "n.513C>T",
          "hgvs_p": null,
          "transcript": "ENST00000486776.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000486776.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SNX5",
          "gene_hgnc_id": 14969,
          "hgvs_c": "n.-70C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494401.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000494401.5"
        }
      ],
      "gene_symbol": "SNX5",
      "gene_hgnc_id": 14969,
      "dbsnp": "rs373912588",
      "frequency_reference_population": 0.0000065719432,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657194,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3100000023841858,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.287,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001282454.2",
          "gene_symbol": "SNX5",
          "hgnc_id": 14969,
          "effects": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.-243C>T",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000486776.5",
          "gene_symbol": "OVOL2",
          "hgnc_id": 15804,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.513C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.