← 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: 12-27400611-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "BMAL2",
          "hgnc_id": 18984,
          "hgvs_c": "c.1030G>C",
          "hgvs_p": "p.Glu344Gln",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001394524.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "BMAL2-AS1",
          "hgnc_id": 49892,
          "hgvs_c": "n.130-5988C>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000500498.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 13,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1291,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.1857757866382599,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": "E",
          "aa_start": 333,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6902,
          "cdna_start": 1234,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": 997,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_020183.6",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.997G>C",
          "hgvs_p": "p.Glu333Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000266503.10",
          "protein_coding": true,
          "protein_id": "NP_064568.3",
          "strand": true,
          "transcript": "NM_020183.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": "E",
          "aa_start": 333,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6902,
          "cdna_start": 1234,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": 997,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000266503.10",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.997G>C",
          "hgvs_p": "p.Glu333Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020183.6",
          "protein_coding": true,
          "protein_id": "ENSP00000266503.5",
          "strand": true,
          "transcript": "ENST00000266503.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1888,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000311001.9",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.955G>C",
          "hgvs_p": "p.Glu319Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000312247.5",
          "strand": true,
          "transcript": "ENST00000311001.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "E",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1954,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000395901.6",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.886G>C",
          "hgvs_p": "p.Glu296Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379238.2",
          "strand": true,
          "transcript": "ENST00000395901.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "E",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1843,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 853,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000261178.9",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.853G>C",
          "hgvs_p": "p.Glu285Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000261178.5",
          "strand": true,
          "transcript": "ENST00000261178.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 587,
          "aa_ref": "E",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1959,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 1764,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000457040.6",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.850G>C",
          "hgvs_p": "p.Glu284Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400185.2",
          "strand": true,
          "transcript": "ENST00000457040.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 551,
          "aa_ref": "E",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 1656,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000542388.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.742G>C",
          "hgvs_p": "p.Glu248Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445836.1",
          "strand": true,
          "transcript": "ENST00000542388.1",
          "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": 804,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000500498.2",
          "gene_hgnc_id": 49892,
          "gene_symbol": "BMAL2-AS1",
          "hgvs_c": "n.130-5988C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000500498.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 647,
          "aa_ref": "E",
          "aa_start": 344,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6935,
          "cdna_start": 1267,
          "cds_end": null,
          "cds_length": 1944,
          "cds_start": 1030,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001394524.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.1030G>C",
          "hgvs_p": "p.Glu344Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381453.1",
          "strand": true,
          "transcript": "NM_001394524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "E",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6893,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001394525.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.988G>C",
          "hgvs_p": "p.Glu330Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381454.1",
          "strand": true,
          "transcript": "NM_001394525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "E",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3205,
          "cdna_start": 1203,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000959851.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.988G>C",
          "hgvs_p": "p.Glu330Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629910.1",
          "strand": true,
          "transcript": "ENST00000959851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6860,
          "cdna_start": 1192,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001248002.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.955G>C",
          "hgvs_p": "p.Glu319Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001234931.1",
          "strand": true,
          "transcript": "NM_001248002.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": "E",
          "aa_start": 302,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2388,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": 904,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000929515.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.904G>C",
          "hgvs_p": "p.Glu302Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599574.1",
          "strand": true,
          "transcript": "ENST00000929515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 602,
          "aa_ref": "E",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6800,
          "cdna_start": 1132,
          "cds_end": null,
          "cds_length": 1809,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001394526.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.895G>C",
          "hgvs_p": "p.Glu299Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381455.1",
          "strand": true,
          "transcript": "NM_001394526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 602,
          "aa_ref": "E",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6785,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 1809,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000544915.5",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.895G>C",
          "hgvs_p": "p.Glu299Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000442438.1",
          "strand": true,
          "transcript": "ENST00000544915.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "E",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6791,
          "cdna_start": 1123,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001248003.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.886G>C",
          "hgvs_p": "p.Glu296Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001234932.1",
          "strand": true,
          "transcript": "NM_001248003.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "E",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6758,
          "cdna_start": 1090,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 853,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001248004.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.853G>C",
          "hgvs_p": "p.Glu285Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001234933.1",
          "strand": true,
          "transcript": "NM_001248004.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 585,
          "aa_ref": "E",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6749,
          "cdna_start": 1090,
          "cds_end": null,
          "cds_length": 1758,
          "cds_start": 853,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001394527.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.853G>C",
          "hgvs_p": "p.Glu285Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381456.1",
          "strand": true,
          "transcript": "NM_001394527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": "E",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6698,
          "cdna_start": 1030,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001394528.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.793G>C",
          "hgvs_p": "p.Glu265Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381457.1",
          "strand": true,
          "transcript": "NM_001394528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "E",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6665,
          "cdna_start": 997,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001394529.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.760G>C",
          "hgvs_p": "p.Glu254Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001381458.1",
          "strand": true,
          "transcript": "NM_001394529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "E",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3004,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000959850.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.760G>C",
          "hgvs_p": "p.Glu254Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629909.1",
          "strand": true,
          "transcript": "ENST00000959850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 540,
          "aa_ref": "E",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6682,
          "cdna_start": 1123,
          "cds_end": null,
          "cds_length": 1623,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001248005.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.886G>C",
          "hgvs_p": "p.Glu296Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001234934.1",
          "strand": true,
          "transcript": "NM_001248005.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 540,
          "aa_ref": "E",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1861,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 1623,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000546179.5",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.886G>C",
          "hgvs_p": "p.Glu296Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000438545.1",
          "strand": true,
          "transcript": "ENST00000546179.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "E",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1873,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 664,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000929516.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.664G>C",
          "hgvs_p": "p.Glu222Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599575.1",
          "strand": true,
          "transcript": "ENST00000929516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": "E",
          "aa_start": 313,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6842,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": 937,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011520768.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.937G>C",
          "hgvs_p": "p.Glu313Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011519070.1",
          "strand": true,
          "transcript": "XM_011520768.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "E",
          "aa_start": 310,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6833,
          "cdna_start": 1165,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 928,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011520769.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.928G>C",
          "hgvs_p": "p.Glu310Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011519071.1",
          "strand": true,
          "transcript": "XM_011520769.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": "E",
          "aa_start": 302,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6809,
          "cdna_start": 1141,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": 904,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047429171.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.904G>C",
          "hgvs_p": "p.Glu302Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047285127.1",
          "strand": true,
          "transcript": "XM_047429171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 591,
          "aa_ref": "E",
          "aa_start": 288,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6767,
          "cdna_start": 1099,
          "cds_end": null,
          "cds_length": 1776,
          "cds_start": 862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047429172.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.862G>C",
          "hgvs_p": "p.Glu288Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047285128.1",
          "strand": true,
          "transcript": "XM_047429172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": "E",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6740,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047429173.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.835G>C",
          "hgvs_p": "p.Glu279Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047285129.1",
          "strand": true,
          "transcript": "XM_047429173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 534,
          "aa_ref": "E",
          "aa_start": 231,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6698,
          "cdna_start": 1030,
          "cds_end": null,
          "cds_length": 1605,
          "cds_start": 691,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017019668.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.691G>C",
          "hgvs_p": "p.Glu231Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016875157.1",
          "strand": true,
          "transcript": "XM_017019668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 532,
          "aa_ref": "E",
          "aa_start": 229,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6545,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 1599,
          "cds_start": 685,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017019669.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.685G>C",
          "hgvs_p": "p.Glu229Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016875158.1",
          "strand": true,
          "transcript": "XM_017019669.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "E",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6574,
          "cdna_start": 906,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 631,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_006719114.3",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.631G>C",
          "hgvs_p": "p.Glu211Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006719177.1",
          "strand": true,
          "transcript": "XM_006719114.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "E",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6605,
          "cdna_start": 937,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047429174.1",
          "gene_hgnc_id": 18984,
          "gene_symbol": "BMAL2",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Glu200Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047285130.1",
          "strand": true,
          "transcript": "XM_047429174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_109975.1",
          "gene_hgnc_id": 49892,
          "gene_symbol": "BMAL2-AS1",
          "hgvs_c": "n.139-5988C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109975.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1162131504",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00000889446,
      "gene_hgnc_id": 18984,
      "gene_symbol": "BMAL2",
      "gnomad_exomes_ac": 13,
      "gnomad_exomes_af": 0.00000889446,
      "gnomad_exomes_homalt": 0,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 8.547,
      "pos": 27400611,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.74,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001394524.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.