← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 4-55487920-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=55487920&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 55487920,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_004898.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "NM_004898.4",
"protein_id": "NP_004889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000513440.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004898.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000513440.6",
"protein_id": "ENSP00000426983.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004898.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513440.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000309964.8",
"protein_id": "ENSP00000308741.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309964.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000381322.5",
"protein_id": "ENSP00000370723.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381322.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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "n.247+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000506747.5",
"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": "retained_intron",
"feature": "ENST00000506747.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-1571G>C",
"hgvs_p": null,
"transcript": "XM_047416433.1",
"protein_id": "XP_047272389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416433.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-1571G>C",
"hgvs_p": null,
"transcript": "XM_047416434.1",
"protein_id": "XP_047272390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-1571G>C",
"hgvs_p": null,
"transcript": "XM_047416436.1",
"protein_id": "XP_047272392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-1571G>C",
"hgvs_p": null,
"transcript": "XM_047416437.1",
"protein_id": "XP_047272393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416437.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "NM_001267843.2",
"protein_id": "NP_001254772.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267843.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000882369.1",
"protein_id": "ENSP00000552428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000882370.1",
"protein_id": "ENSP00000552429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882370.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-43-5092G>C",
"hgvs_p": null,
"transcript": "ENST00000882371.1",
"protein_id": "ENSP00000552430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000882373.1",
"protein_id": "ENSP00000552432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000882374.1",
"protein_id": "ENSP00000552433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882374.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1174G>C",
"hgvs_p": null,
"transcript": "ENST00000926584.1",
"protein_id": "ENSP00000596643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000926585.1",
"protein_id": "ENSP00000596644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000926586.1",
"protein_id": "ENSP00000596645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926586.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1174G>C",
"hgvs_p": null,
"transcript": "ENST00000962775.1",
"protein_id": "ENSP00000632834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962775.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000882372.1",
"protein_id": "ENSP00000552431.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": null,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000962774.1",
"protein_id": "ENSP00000632833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": null,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000435527.6",
"protein_id": "ENSP00000396649.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435527.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_005265787.3",
"protein_id": "XP_005265844.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265787.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_011534410.3",
"protein_id": "XP_011532712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534410.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_011534411.3",
"protein_id": "XP_011532713.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534411.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "XM_017008854.2",
"protein_id": "XP_016864343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008854.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_024454284.2",
"protein_id": "XP_024310052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454284.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "XM_047416431.1",
"protein_id": "XP_047272387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "XM_047416432.1",
"protein_id": "XP_047272388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416432.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_047416435.1",
"protein_id": "XP_047272391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_047416438.1",
"protein_id": "XP_047272394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416438.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-200-1371G>C",
"hgvs_p": null,
"transcript": "XM_047416439.1",
"protein_id": "XP_047272395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416439.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null,
"transcript": "XM_047416440.1",
"protein_id": "XP_047272396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416440.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "n.193-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000506923.5",
"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": "ENST00000506923.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": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "n.420+1454G>C",
"hgvs_p": null,
"transcript": "ENST00000509151.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000509151.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": 3,
"intron_rank_end": null,
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"hgvs_c": "n.412-1371G>C",
"hgvs_p": null,
"transcript": "ENST00000513033.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000513033.1"
}
],
"gene_symbol": "CLOCK",
"gene_hgnc_id": 2082,
"dbsnp": "rs4864542",
"frequency_reference_population": 0.33817062,
"hom_count_reference_population": 9375,
"allele_count_reference_population": 51360,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.338171,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 51360,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9375,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.805,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_004898.4",
"gene_symbol": "CLOCK",
"hgnc_id": 2082,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-44+1454G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}