← 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-27387238-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=27387238&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 27387238,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001394524.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.575G>A",
"hgvs_p": "p.Gly192Asp",
"transcript": "NM_020183.6",
"protein_id": "NP_064568.3",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 636,
"cds_start": 575,
"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": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.575G>A",
"hgvs_p": "p.Gly192Asp",
"transcript": "ENST00000266503.10",
"protein_id": "ENSP00000266503.5",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 636,
"cds_start": 575,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.533G>A",
"hgvs_p": "p.Gly178Asp",
"transcript": "ENST00000311001.9",
"protein_id": "ENSP00000312247.5",
"transcript_support_level": 1,
"aa_start": 178,
"aa_end": null,
"aa_length": 622,
"cds_start": 533,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Gly155Asp",
"transcript": "ENST00000395901.6",
"protein_id": "ENSP00000379238.2",
"transcript_support_level": 1,
"aa_start": 155,
"aa_end": null,
"aa_length": 599,
"cds_start": 464,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Gly144Asp",
"transcript": "ENST00000261178.9",
"protein_id": "ENSP00000261178.5",
"transcript_support_level": 1,
"aa_start": 144,
"aa_end": null,
"aa_length": 588,
"cds_start": 431,
"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": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Gly143Asp",
"transcript": "ENST00000457040.6",
"protein_id": "ENSP00000400185.2",
"transcript_support_level": 1,
"aa_start": 143,
"aa_end": null,
"aa_length": 587,
"cds_start": 428,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.320G>A",
"hgvs_p": "p.Gly107Asp",
"transcript": "ENST00000542388.1",
"protein_id": "ENSP00000445836.1",
"transcript_support_level": 1,
"aa_start": 107,
"aa_end": null,
"aa_length": 551,
"cds_start": 320,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.608G>A",
"hgvs_p": "p.Gly203Asp",
"transcript": "NM_001394524.1",
"protein_id": "NP_001381453.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 647,
"cds_start": 608,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.566G>A",
"hgvs_p": "p.Gly189Asp",
"transcript": "NM_001394525.1",
"protein_id": "NP_001381454.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 633,
"cds_start": 566,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.566G>A",
"hgvs_p": "p.Gly189Asp",
"transcript": "ENST00000959851.1",
"protein_id": "ENSP00000629910.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 633,
"cds_start": 566,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.533G>A",
"hgvs_p": "p.Gly178Asp",
"transcript": "NM_001248002.3",
"protein_id": "NP_001234931.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 622,
"cds_start": 533,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.473G>A",
"hgvs_p": "p.Gly158Asp",
"transcript": "NM_001394526.1",
"protein_id": "NP_001381455.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 602,
"cds_start": 473,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.473G>A",
"hgvs_p": "p.Gly158Asp",
"transcript": "ENST00000544915.5",
"protein_id": "ENSP00000442438.1",
"transcript_support_level": 5,
"aa_start": 158,
"aa_end": null,
"aa_length": 602,
"cds_start": 473,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Gly155Asp",
"transcript": "NM_001248003.3",
"protein_id": "NP_001234932.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 599,
"cds_start": 464,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Gly144Asp",
"transcript": "NM_001248004.3",
"protein_id": "NP_001234933.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 588,
"cds_start": 431,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Gly144Asp",
"transcript": "NM_001394527.1",
"protein_id": "NP_001381456.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 585,
"cds_start": 431,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Gly155Asp",
"transcript": "NM_001248005.3",
"protein_id": "NP_001234934.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 540,
"cds_start": 464,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Gly155Asp",
"transcript": "ENST00000546179.5",
"protein_id": "ENSP00000438545.1",
"transcript_support_level": 2,
"aa_start": 155,
"aa_end": null,
"aa_length": 540,
"cds_start": 464,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.506G>A",
"hgvs_p": "p.Gly169Asp",
"transcript": "XM_011520769.3",
"protein_id": "XP_011519071.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 613,
"cds_start": 506,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.269G>A",
"hgvs_p": "p.Gly90Asp",
"transcript": "XM_017019668.1",
"protein_id": "XP_016875157.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 534,
"cds_start": 269,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.263G>A",
"hgvs_p": "p.Gly88Asp",
"transcript": "XM_017019669.1",
"protein_id": "XP_016875158.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 532,
"cds_start": 263,
"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": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.209G>A",
"hgvs_p": "p.Gly70Asp",
"transcript": "XM_006719114.3",
"protein_id": "XP_006719177.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 514,
"cds_start": 209,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.564+1678G>A",
"hgvs_p": null,
"transcript": "ENST00000929515.1",
"protein_id": "ENSP00000599574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"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": 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": 4,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.453+1678G>A",
"hgvs_p": null,
"transcript": "NM_001394528.1",
"protein_id": "NP_001381457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"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": 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": 4,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.420+1678G>A",
"hgvs_p": null,
"transcript": "NM_001394529.1",
"protein_id": "NP_001381458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": null,
"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": 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": 4,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.420+1678G>A",
"hgvs_p": null,
"transcript": "ENST00000959850.1",
"protein_id": "ENSP00000629909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.443-2858G>A",
"hgvs_p": null,
"transcript": "ENST00000929516.1",
"protein_id": "ENSP00000599575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 525,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.597+1678G>A",
"hgvs_p": null,
"transcript": "XM_011520768.3",
"protein_id": "XP_011519070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.564+1678G>A",
"hgvs_p": null,
"transcript": "XM_047429171.1",
"protein_id": "XP_047285127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.522+1678G>A",
"hgvs_p": null,
"transcript": "XM_047429172.1",
"protein_id": "XP_047285128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 591,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.495+1678G>A",
"hgvs_p": null,
"transcript": "XM_047429173.1",
"protein_id": "XP_047285129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"hgvs_c": "c.258+1678G>A",
"hgvs_p": null,
"transcript": "XM_047429174.1",
"protein_id": "XP_047285130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": null,
"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"
}
],
"gene_symbol": "BMAL2",
"gene_hgnc_id": 18984,
"dbsnp": "rs754238582",
"frequency_reference_population": 0.00004595765,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000486891,
"gnomad_genomes_af": 0.0000197439,
"gnomad_exomes_ac": 71,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9087413549423218,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.58,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.802,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.705,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394524.1",
"gene_symbol": "BMAL2",
"hgnc_id": 18984,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.608G>A",
"hgvs_p": "p.Gly203Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}