← 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-27418097-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=27418097&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 27418097,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001394524.1",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1675A>G",
"hgvs_p": "p.Lys559Glu",
"transcript": "NM_020183.6",
"protein_id": "NP_064568.3",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 636,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000266503.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020183.6"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1675A>G",
"hgvs_p": "p.Lys559Glu",
"transcript": "ENST00000266503.10",
"protein_id": "ENSP00000266503.5",
"transcript_support_level": 1,
"aa_start": 559,
"aa_end": null,
"aa_length": 636,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020183.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000266503.10"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1633A>G",
"hgvs_p": "p.Lys545Glu",
"transcript": "ENST00000311001.9",
"protein_id": "ENSP00000312247.5",
"transcript_support_level": 1,
"aa_start": 545,
"aa_end": null,
"aa_length": 622,
"cds_start": 1633,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311001.9"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1564A>G",
"hgvs_p": "p.Lys522Glu",
"transcript": "ENST00000395901.6",
"protein_id": "ENSP00000379238.2",
"transcript_support_level": 1,
"aa_start": 522,
"aa_end": null,
"aa_length": 599,
"cds_start": 1564,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395901.6"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1531A>G",
"hgvs_p": "p.Lys511Glu",
"transcript": "ENST00000261178.9",
"protein_id": "ENSP00000261178.5",
"transcript_support_level": 1,
"aa_start": 511,
"aa_end": null,
"aa_length": 588,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261178.9"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1528A>G",
"hgvs_p": "p.Lys510Glu",
"transcript": "ENST00000457040.6",
"protein_id": "ENSP00000400185.2",
"transcript_support_level": 1,
"aa_start": 510,
"aa_end": null,
"aa_length": 587,
"cds_start": 1528,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457040.6"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1420A>G",
"hgvs_p": "p.Lys474Glu",
"transcript": "ENST00000542388.1",
"protein_id": "ENSP00000445836.1",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 551,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BMAL2-AS1",
"gene_hgnc_id": 49892,
"hgvs_c": "n.130-23474T>C",
"hgvs_p": null,
"transcript": "ENST00000500498.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000500498.2"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1708A>G",
"hgvs_p": "p.Lys570Glu",
"transcript": "NM_001394524.1",
"protein_id": "NP_001381453.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 647,
"cds_start": 1708,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394524.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1666A>G",
"hgvs_p": "p.Lys556Glu",
"transcript": "NM_001394525.1",
"protein_id": "NP_001381454.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 633,
"cds_start": 1666,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394525.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1666A>G",
"hgvs_p": "p.Lys556Glu",
"transcript": "ENST00000959851.1",
"protein_id": "ENSP00000629910.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 633,
"cds_start": 1666,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959851.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1633A>G",
"hgvs_p": "p.Lys545Glu",
"transcript": "NM_001248002.3",
"protein_id": "NP_001234931.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 622,
"cds_start": 1633,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001248002.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1582A>G",
"hgvs_p": "p.Lys528Glu",
"transcript": "ENST00000929515.1",
"protein_id": "ENSP00000599574.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 605,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929515.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1573A>G",
"hgvs_p": "p.Lys525Glu",
"transcript": "NM_001394526.1",
"protein_id": "NP_001381455.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 602,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394526.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1573A>G",
"hgvs_p": "p.Lys525Glu",
"transcript": "ENST00000544915.5",
"protein_id": "ENSP00000442438.1",
"transcript_support_level": 5,
"aa_start": 525,
"aa_end": null,
"aa_length": 602,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544915.5"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1564A>G",
"hgvs_p": "p.Lys522Glu",
"transcript": "NM_001248003.3",
"protein_id": "NP_001234932.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 599,
"cds_start": 1564,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001248003.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1531A>G",
"hgvs_p": "p.Lys511Glu",
"transcript": "NM_001248004.3",
"protein_id": "NP_001234933.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 588,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001248004.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1522A>G",
"hgvs_p": "p.Lys508Glu",
"transcript": "NM_001394527.1",
"protein_id": "NP_001381456.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 585,
"cds_start": 1522,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394527.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1471A>G",
"hgvs_p": "p.Lys491Glu",
"transcript": "NM_001394528.1",
"protein_id": "NP_001381457.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 568,
"cds_start": 1471,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394528.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1438A>G",
"hgvs_p": "p.Lys480Glu",
"transcript": "NM_001394529.1",
"protein_id": "NP_001381458.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 557,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394529.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1438A>G",
"hgvs_p": "p.Lys480Glu",
"transcript": "ENST00000959850.1",
"protein_id": "ENSP00000629909.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 557,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959850.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Lys448Glu",
"transcript": "ENST00000929516.1",
"protein_id": "ENSP00000599575.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 525,
"cds_start": 1342,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929516.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1615A>G",
"hgvs_p": "p.Lys539Glu",
"transcript": "XM_011520768.3",
"protein_id": "XP_011519070.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 616,
"cds_start": 1615,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520768.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1606A>G",
"hgvs_p": "p.Lys536Glu",
"transcript": "XM_011520769.3",
"protein_id": "XP_011519071.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 613,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520769.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1582A>G",
"hgvs_p": "p.Lys528Glu",
"transcript": "XM_047429171.1",
"protein_id": "XP_047285127.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 605,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429171.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1540A>G",
"hgvs_p": "p.Lys514Glu",
"transcript": "XM_047429172.1",
"protein_id": "XP_047285128.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 591,
"cds_start": 1540,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429172.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1513A>G",
"hgvs_p": "p.Lys505Glu",
"transcript": "XM_047429173.1",
"protein_id": "XP_047285129.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 582,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429173.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1369A>G",
"hgvs_p": "p.Lys457Glu",
"transcript": "XM_017019668.1",
"protein_id": "XP_016875157.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 534,
"cds_start": 1369,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019668.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Lys455Glu",
"transcript": "XM_017019669.1",
"protein_id": "XP_016875158.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 532,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019669.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1309A>G",
"hgvs_p": "p.Lys437Glu",
"transcript": "XM_006719114.3",
"protein_id": "XP_006719177.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 514,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719114.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1276A>G",
"hgvs_p": "p.Lys426Glu",
"transcript": "XM_047429174.1",
"protein_id": "XP_047285130.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 503,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429174.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1554+2150A>G",
"hgvs_p": null,
"transcript": "NM_001248005.3",
"protein_id": "NP_001234934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 540,
"cds_start": null,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001248005.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.1554+2150A>G",
"hgvs_p": null,
"transcript": "ENST00000546179.5",
"protein_id": "ENSP00000438545.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 540,
"cds_start": null,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546179.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BMAL2-AS1",
"gene_hgnc_id": 49892,
"hgvs_c": "n.139-23474T>C",
"hgvs_p": null,
"transcript": "NR_109975.1",
"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_109975.1"
}
],
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16573813557624817,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.12,
"revel_prediction": "Benign",
"alphamissense_score": 0.0694,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.991,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394524.1",
"gene_symbol": "BMAL2",
"hgnc_id": 18984,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1708A>G",
"hgvs_p": "p.Lys570Glu"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000500498.2",
"gene_symbol": "BMAL2-AS1",
"hgnc_id": 49892,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.130-23474T>C",
"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
}