← 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: 2-27894645-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 27894645,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001329114.2",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_199191.3",
          "protein_id": "NP_954661.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000379624.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199191.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000379624.6",
          "protein_id": "ENSP00000368945.1",
          "transcript_support_level": 1,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_199191.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379624.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000342045.6",
          "protein_id": "ENSP00000339371.2",
          "transcript_support_level": 1,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000342045.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000361704.6",
          "protein_id": "ENSP00000354699.2",
          "transcript_support_level": 1,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361704.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000379632.6",
          "protein_id": "ENSP00000368953.2",
          "transcript_support_level": 1,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379632.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_001329114.2",
          "protein_id": "NP_001316043.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 472,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1419,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329114.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000873732.1",
          "protein_id": "ENSP00000543791.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873732.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_001329115.2",
          "protein_id": "NP_001316044.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329115.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000918536.1",
          "protein_id": "ENSP00000588595.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918536.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000873735.1",
          "protein_id": "ENSP00000543794.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873735.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_001329113.2",
          "protein_id": "NP_001316042.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329113.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_004899.5",
          "protein_id": "NP_004890.2",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004899.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000344773.6",
          "protein_id": "ENSP00000343412.2",
          "transcript_support_level": 2,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344773.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000873731.1",
          "protein_id": "ENSP00000543790.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873731.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_001329112.1",
          "protein_id": "NP_001316041.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329112.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_199194.3",
          "protein_id": "NP_954664.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199194.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000918537.1",
          "protein_id": "ENSP00000588596.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918537.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968061.1",
          "protein_id": "ENSP00000638120.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968061.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968062.1",
          "protein_id": "ENSP00000638121.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968062.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968063.1",
          "protein_id": "ENSP00000638122.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968063.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968065.1",
          "protein_id": "ENSP00000638124.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968065.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968066.1",
          "protein_id": "ENSP00000638125.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968066.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968067.1",
          "protein_id": "ENSP00000638126.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968067.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968068.1",
          "protein_id": "ENSP00000638127.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968068.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968069.1",
          "protein_id": "ENSP00000638128.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968069.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968070.1",
          "protein_id": "ENSP00000638129.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968070.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_001261840.2",
          "protein_id": "NP_001248769.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001261840.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_199192.3",
          "protein_id": "NP_954662.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199192.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "NM_199193.3",
          "protein_id": "NP_954663.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199193.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000968064.1",
          "protein_id": "ENSP00000638123.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 364,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968064.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000918538.1",
          "protein_id": "ENSP00000588597.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918538.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000873734.1",
          "protein_id": "ENSP00000543793.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873734.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000873733.1",
          "protein_id": "ENSP00000543792.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873733.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000379629.7",
          "protein_id": "ENSP00000368950.3",
          "transcript_support_level": 3,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379629.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly",
          "transcript": "ENST00000436924.5",
          "protein_id": "ENSP00000392345.1",
          "transcript_support_level": 3,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 89,
          "cds_end": null,
          "cds_length": 460,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000436924.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MRPL33",
          "gene_hgnc_id": 14487,
          "hgvs_c": "n.*67A>G",
          "hgvs_p": null,
          "transcript": "ENST00000448427.1",
          "protein_id": "ENSP00000407385.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000448427.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.193A>G",
          "hgvs_p": null,
          "transcript": "ENST00000492702.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000492702.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.169A>G",
          "hgvs_p": null,
          "transcript": "ENST00000496951.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000496951.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.26A>G",
          "hgvs_p": null,
          "transcript": "ENST00000604932.1",
          "protein_id": "ENSP00000474342.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "non_stop_decay",
          "feature": "ENST00000604932.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.227A>G",
          "hgvs_p": null,
          "transcript": "NR_137437.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_137437.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.227A>G",
          "hgvs_p": null,
          "transcript": "NR_137438.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_137438.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.227A>G",
          "hgvs_p": null,
          "transcript": "NR_137439.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_137439.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.227A>G",
          "hgvs_p": null,
          "transcript": "NR_137440.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_137440.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MRPL33",
          "gene_hgnc_id": 14487,
          "hgvs_c": "n.*67A>G",
          "hgvs_p": null,
          "transcript": "ENST00000448427.1",
          "protein_id": "ENSP00000407385.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000448427.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BABAM2",
          "gene_hgnc_id": 1106,
          "hgvs_c": "n.59+3803A>G",
          "hgvs_p": null,
          "transcript": "ENST00000603461.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000603461.1"
        }
      ],
      "gene_symbol": "BABAM2",
      "gene_hgnc_id": 1106,
      "dbsnp": "rs897318429",
      "frequency_reference_population": 0.000001239119,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84049e-7,
      "gnomad_genomes_af": 0.00000657177,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.752137303352356,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.3499999940395355,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.275,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.4536,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.3,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.714,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.35,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001329114.2",
          "gene_symbol": "BABAM2",
          "hgnc_id": 1106,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.89A>G",
          "hgvs_p": "p.Asp30Gly"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000448427.1",
          "gene_symbol": "MRPL33",
          "hgnc_id": 14487,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.*67A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}