← 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: 4-1212318-GG-CC (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1212318&ref=GG&alt=CC&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CTBP1",
          "hgnc_id": 2494,
          "hgvs_c": "c.1247_1248delCCinsGG",
          "hgvs_p": "p.Ala416Gly",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001377186.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "CTBP1-AS",
          "hgnc_id": 48337,
          "hgvs_c": "n.791_792delGGinsCC",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000625256.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CC",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "4",
      "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": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2488,
          "cdna_start": 1615,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001012614.2",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000382952.8",
          "protein_coding": true,
          "protein_id": "NP_001012632.1",
          "strand": false,
          "transcript": "NM_001012614.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2488,
          "cdna_start": 1615,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000382952.8",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001012614.2",
          "protein_coding": true,
          "protein_id": "ENSP00000372411.3",
          "strand": false,
          "transcript": "ENST00000382952.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "A",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2297,
          "cdna_start": 1427,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 1244,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000290921.10",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1244_1245delCCinsGG",
          "hgvs_p": "p.Ala415Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000290921.6",
          "strand": false,
          "transcript": "ENST00000290921.10",
          "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": 3886,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000625256.1",
          "gene_hgnc_id": 48337,
          "gene_symbol": "CTBP1-AS",
          "hgvs_c": "n.791_792delGGinsCC",
          "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": "ENST00000625256.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "A",
          "aa_start": 429,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2531,
          "cdna_start": 1667,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 1286,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941588.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1286_1287delCCinsGG",
          "hgvs_p": "p.Ala429Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611647.1",
          "strand": false,
          "transcript": "ENST00000941588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 441,
          "aa_ref": "A",
          "aa_start": 416,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2296,
          "cdna_start": 1423,
          "cds_end": null,
          "cds_length": 1326,
          "cds_start": 1247,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377186.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1247_1248delCCinsGG",
          "hgvs_p": "p.Ala416Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364115.1",
          "strand": false,
          "transcript": "NM_001377186.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "A",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2293,
          "cdna_start": 1420,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 1244,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001328.3",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1244_1245delCCinsGG",
          "hgvs_p": "p.Ala415Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001319.1",
          "strand": false,
          "transcript": "NM_001328.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2491,
          "cdna_start": 1618,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377187.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364116.1",
          "strand": false,
          "transcript": "NM_001377187.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2344,
          "cdna_start": 1471,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377188.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364117.1",
          "strand": false,
          "transcript": "NM_001377188.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2472,
          "cdna_start": 1599,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377189.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364118.1",
          "strand": false,
          "transcript": "NM_001377189.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2618,
          "cdna_start": 1745,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377190.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364119.1",
          "strand": false,
          "transcript": "NM_001377190.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2206,
          "cdna_start": 1573,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000503594.6",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422148.2",
          "strand": false,
          "transcript": "ENST00000503594.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2178,
          "cdna_start": 1709,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000703164.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515212.1",
          "strand": false,
          "transcript": "ENST00000703164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1696,
          "cdna_start": 1558,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000703165.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515213.1",
          "strand": false,
          "transcript": "ENST00000703165.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2303,
          "cdna_start": 1430,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909001.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579060.1",
          "strand": false,
          "transcript": "ENST00000909001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2366,
          "cdna_start": 1497,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909002.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579061.1",
          "strand": false,
          "transcript": "ENST00000909002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2424,
          "cdna_start": 1557,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909003.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579062.1",
          "strand": false,
          "transcript": "ENST00000909003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2787,
          "cdna_start": 1903,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909004.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579063.1",
          "strand": false,
          "transcript": "ENST00000909004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2490,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909005.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579064.1",
          "strand": false,
          "transcript": "ENST00000909005.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2478,
          "cdna_start": 1614,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909007.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579066.1",
          "strand": false,
          "transcript": "ENST00000909007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2368,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909010.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579069.1",
          "strand": false,
          "transcript": "ENST00000909010.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2426,
          "cdna_start": 1559,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909013.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579072.1",
          "strand": false,
          "transcript": "ENST00000909013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1977,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909014.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579073.1",
          "strand": false,
          "transcript": "ENST00000909014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5196,
          "cdna_start": 4313,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909016.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579075.1",
          "strand": false,
          "transcript": "ENST00000909016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3701,
          "cdna_start": 2831,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909018.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579077.1",
          "strand": false,
          "transcript": "ENST00000909018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2342,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927648.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597707.1",
          "strand": false,
          "transcript": "ENST00000927648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2385,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927649.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597708.1",
          "strand": false,
          "transcript": "ENST00000927649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2326,
          "cdna_start": 1456,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927654.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597713.1",
          "strand": false,
          "transcript": "ENST00000927654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3067,
          "cdna_start": 2196,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941592.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611651.1",
          "strand": false,
          "transcript": "ENST00000941592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3919,
          "cdna_start": 3051,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941595.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611654.1",
          "strand": false,
          "transcript": "ENST00000941595.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2341,
          "cdna_start": 1468,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377191.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364120.1",
          "strand": false,
          "transcript": "NM_001377191.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2469,
          "cdna_start": 1596,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377192.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364121.1",
          "strand": false,
          "transcript": "NM_001377192.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2615,
          "cdna_start": 1742,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001377193.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364122.1",
          "strand": false,
          "transcript": "NM_001377193.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1714,
          "cdna_start": 1574,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000703138.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515195.1",
          "strand": false,
          "transcript": "ENST00000703138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4077,
          "cdna_start": 3215,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000703163.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515211.1",
          "strand": false,
          "transcript": "ENST00000703163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2390,
          "cdna_start": 1523,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909000.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579059.1",
          "strand": false,
          "transcript": "ENST00000909000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2386,
          "cdna_start": 1514,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909008.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579067.1",
          "strand": false,
          "transcript": "ENST00000909008.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2280,
          "cdna_start": 1422,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909009.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579068.1",
          "strand": false,
          "transcript": "ENST00000909009.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2356,
          "cdna_start": 1486,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909011.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579070.1",
          "strand": false,
          "transcript": "ENST00000909011.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2449,
          "cdna_start": 1565,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909012.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579071.1",
          "strand": false,
          "transcript": "ENST00000909012.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2413,
          "cdna_start": 1543,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909015.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579074.1",
          "strand": false,
          "transcript": "ENST00000909015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5068,
          "cdna_start": 4196,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909017.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579076.1",
          "strand": false,
          "transcript": "ENST00000909017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2532,
          "cdna_start": 1663,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909020.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579079.1",
          "strand": false,
          "transcript": "ENST00000909020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2456,
          "cdna_start": 1572,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927647.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597706.1",
          "strand": false,
          "transcript": "ENST00000927647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2381,
          "cdna_start": 1508,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927650.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597709.1",
          "strand": false,
          "transcript": "ENST00000927650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2336,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927651.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597710.1",
          "strand": false,
          "transcript": "ENST00000927651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2306,
          "cdna_start": 1439,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927652.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597711.1",
          "strand": false,
          "transcript": "ENST00000927652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": 3253,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927656.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597715.1",
          "strand": false,
          "transcript": "ENST00000927656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1839,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927657.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597716.1",
          "strand": false,
          "transcript": "ENST00000927657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2320,
          "cdna_start": 1457,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941591.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611650.1",
          "strand": false,
          "transcript": "ENST00000941591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2377,
          "cdna_start": 1513,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941593.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611652.1",
          "strand": false,
          "transcript": "ENST00000941593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3046,
          "cdna_start": 2176,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941594.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611653.1",
          "strand": false,
          "transcript": "ENST00000941594.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "A",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2981,
          "cdna_start": 2117,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941596.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1211_1212delCCinsGG",
          "hgvs_p": "p.Ala404Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611655.1",
          "strand": false,
          "transcript": "ENST00000941596.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 428,
          "aa_ref": "A",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2507,
          "cdna_start": 1623,
          "cds_end": null,
          "cds_length": 1287,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941586.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1208_1209delCCinsGG",
          "hgvs_p": "p.Ala403Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611645.1",
          "strand": false,
          "transcript": "ENST00000941586.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "A",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2475,
          "cdna_start": 1608,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 1205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927646.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1205_1206delCCinsGG",
          "hgvs_p": "p.Ala402Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597705.1",
          "strand": false,
          "transcript": "ENST00000927646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": "A",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3351,
          "cdna_start": 2481,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": 1148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909019.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1148_1149delCCinsGG",
          "hgvs_p": "p.Ala383Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579078.1",
          "strand": false,
          "transcript": "ENST00000909019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": "A",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2394,
          "cdna_start": 1530,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": 1148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941587.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1148_1149delCCinsGG",
          "hgvs_p": "p.Ala383Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611646.1",
          "strand": false,
          "transcript": "ENST00000941587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 407,
          "aa_ref": "A",
          "aa_start": 382,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2418,
          "cdna_start": 1549,
          "cds_end": null,
          "cds_length": 1224,
          "cds_start": 1145,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909006.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1145_1146delCCinsGG",
          "hgvs_p": "p.Ala382Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579065.1",
          "strand": false,
          "transcript": "ENST00000909006.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "A",
          "aa_start": 381,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2370,
          "cdna_start": 1506,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 1142,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941589.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1142_1143delCCinsGG",
          "hgvs_p": "p.Ala381Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611648.1",
          "strand": false,
          "transcript": "ENST00000941589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "A",
          "aa_start": 381,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2228,
          "cdna_start": 1364,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 1142,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941590.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1142_1143delCCinsGG",
          "hgvs_p": "p.Ala381Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611649.1",
          "strand": false,
          "transcript": "ENST00000941590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "A",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2280,
          "cdna_start": 1410,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 1007,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927645.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1007_1008delCCinsGG",
          "hgvs_p": "p.Ala336Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597704.1",
          "strand": false,
          "transcript": "ENST00000927645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "A",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2129,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 1007,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927653.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1007_1008delCCinsGG",
          "hgvs_p": "p.Ala336Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597712.1",
          "strand": false,
          "transcript": "ENST00000927653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 920,
          "cdna_start": 784,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000504092.5",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.782_783delCCinsGG",
          "hgvs_p": "p.Ala261Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422364.1",
          "strand": false,
          "transcript": "ENST00000504092.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 218,
          "aa_ref": "A",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1680,
          "cdna_start": 811,
          "cds_end": null,
          "cds_length": 657,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927655.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.578_579delCCinsGG",
          "hgvs_p": "p.Ala193Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597714.1",
          "strand": false,
          "transcript": "ENST00000927655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "A",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 1924,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1214,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449633.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1214_1215delCCinsGG",
          "hgvs_p": "p.Ala405Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305589.1",
          "strand": false,
          "transcript": "XM_047449633.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 367,
          "aa_ref": "A",
          "aa_start": 342,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8996,
          "cdna_start": 8123,
          "cds_end": null,
          "cds_length": 1104,
          "cds_start": 1025,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024453899.2",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "c.1025_1026delCCinsGG",
          "hgvs_p": "p.Ala342Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024309667.1",
          "strand": false,
          "transcript": "XM_024453899.2",
          "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": 547,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000382950.8",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "n.503_504delCCinsGG",
          "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": "ENST00000382950.8",
          "transcript_support_level": 2
        },
        {
          "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": 648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000514596.1",
          "gene_hgnc_id": 2494,
          "gene_symbol": "CTBP1",
          "hgvs_c": "n.243_244delCCinsGG",
          "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": "ENST00000514596.1",
          "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": 3886,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_104331.1",
          "gene_hgnc_id": 48337,
          "gene_symbol": "CTBP1-AS",
          "hgvs_c": "n.791_792delGGinsCC",
          "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": "NR_104331.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 2494,
      "gene_symbol": "CTBP1",
      "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": 7.193,
      "pos": 1212318,
      "ref": "GG",
      "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_001377186.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.