← 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: 6-109159047-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=109159047&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 109159047,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001350654.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001271852.3",
"protein_id": "NP_001258781.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 12903,
"mane_select": "ENST00000517392.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271852.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000517392.6",
"protein_id": "ENSP00000427844.1",
"transcript_support_level": 2,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 12903,
"mane_select": "NM_001271852.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517392.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000359793.7",
"protein_id": "ENSP00000352841.3",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359793.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350654.2",
"protein_id": "NP_001337583.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 12954,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350654.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350655.2",
"protein_id": "NP_001337584.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 895,
"cdna_end": null,
"cdna_length": 13010,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350655.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350656.2",
"protein_id": "NP_001337585.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 12954,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350656.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350657.2",
"protein_id": "NP_001337586.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 13143,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350657.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350658.2",
"protein_id": "NP_001337587.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1283,
"cdna_end": null,
"cdna_length": 13398,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350658.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000368970.6",
"protein_id": "ENSP00000357966.2",
"transcript_support_level": 5,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 1680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368970.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873358.1",
"protein_id": "ENSP00000543417.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 3968,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873358.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873360.1",
"protein_id": "ENSP00000543419.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873360.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000921542.1",
"protein_id": "ENSP00000591601.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 2974,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921542.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000960034.1",
"protein_id": "ENSP00000630093.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 2460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960034.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.776G>A",
"hgvs_p": "p.Arg259Gln",
"transcript": "ENST00000523787.5",
"protein_id": "ENSP00000430529.1",
"transcript_support_level": 5,
"aa_start": 259,
"aa_end": null,
"aa_length": 463,
"cds_start": 776,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 973,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523787.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.719G>A",
"hgvs_p": "p.Arg240Gln",
"transcript": "NM_001350659.2",
"protein_id": "NP_001337588.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 461,
"cds_start": 719,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 13161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350659.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.719G>A",
"hgvs_p": "p.Arg240Gln",
"transcript": "ENST00000873363.1",
"protein_id": "ENSP00000543422.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 461,
"cds_start": 719,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 780,
"cdna_end": null,
"cdna_length": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873363.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001083535.3",
"protein_id": "NP_001077004.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 13054,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083535.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350652.2",
"protein_id": "NP_001337581.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 13158,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350652.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001350653.2",
"protein_id": "NP_001337582.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1283,
"cdna_end": null,
"cdna_length": 13347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350653.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_173830.6",
"protein_id": "NP_776191.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 13023,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173830.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873357.1",
"protein_id": "ENSP00000543416.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873357.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873359.1",
"protein_id": "ENSP00000543418.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1034,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873359.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873361.1",
"protein_id": "ENSP00000543420.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 2465,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873361.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000873362.1",
"protein_id": "ENSP00000543421.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 2649,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873362.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000921543.1",
"protein_id": "ENSP00000591602.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 767,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921543.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.719G>A",
"hgvs_p": "p.Arg240Gln",
"transcript": "ENST00000873365.1",
"protein_id": "ENSP00000543424.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 444,
"cds_start": 719,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 2330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873365.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.680G>A",
"hgvs_p": "p.Arg227Gln",
"transcript": "ENST00000873364.1",
"protein_id": "ENSP00000543423.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 431,
"cds_start": 680,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 2291,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873364.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.680G>A",
"hgvs_p": "p.Arg227Gln",
"transcript": "ENST00000521522.5",
"protein_id": "ENSP00000428344.1",
"transcript_support_level": 5,
"aa_start": 227,
"aa_end": null,
"aa_length": 407,
"cds_start": 680,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521522.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "NM_001271853.3",
"protein_id": "NP_001258782.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 391,
"cds_start": 767,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 12917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271853.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln",
"transcript": "ENST00000368968.6",
"protein_id": "ENSP00000357964.2",
"transcript_support_level": 2,
"aa_start": 256,
"aa_end": null,
"aa_length": 391,
"cds_start": 767,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368968.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180Gln",
"transcript": "ENST00000520883.5",
"protein_id": "ENSP00000430011.1",
"transcript_support_level": 5,
"aa_start": 180,
"aa_end": null,
"aa_length": 360,
"cds_start": 539,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 2055,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520883.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "NM_001350660.2",
"protein_id": "NP_001337589.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 339,
"cds_start": 353,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 13046,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350660.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "NM_001350661.2",
"protein_id": "NP_001337590.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 339,
"cds_start": 353,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 676,
"cdna_end": null,
"cdna_length": 12791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350661.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "NM_001350662.2",
"protein_id": "NP_001337591.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 322,
"cds_start": 353,
"cds_end": null,
"cds_length": 969,
"cdna_start": 696,
"cdna_end": null,
"cdna_length": 12760,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350662.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "NM_001350663.2",
"protein_id": "NP_001337592.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 322,
"cds_start": 353,
"cds_end": null,
"cds_length": 969,
"cdna_start": 628,
"cdna_end": null,
"cdna_length": 12692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350663.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "NM_001350664.2",
"protein_id": "NP_001337593.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 322,
"cds_start": 353,
"cds_end": null,
"cds_length": 969,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 12995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350664.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000523174.1",
"protein_id": "ENSP00000428682.1",
"transcript_support_level": 3,
"aa_start": 37,
"aa_end": null,
"aa_length": 172,
"cds_start": 110,
"cds_end": null,
"cds_length": 519,
"cdna_start": 110,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523174.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "c.353G>A",
"hgvs_p": "p.Arg118Gln",
"transcript": "ENST00000522490.5",
"protein_id": "ENSP00000429957.1",
"transcript_support_level": 3,
"aa_start": 118,
"aa_end": null,
"aa_length": 165,
"cds_start": 353,
"cds_end": null,
"cds_length": 499,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 861,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522490.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "n.*82G>A",
"hgvs_p": null,
"transcript": "ENST00000520610.5",
"protein_id": "ENSP00000428668.1",
"transcript_support_level": 5,
"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": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520610.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "n.632G>A",
"hgvs_p": null,
"transcript": "ENST00000520761.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 865,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000520761.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"hgvs_c": "n.*82G>A",
"hgvs_p": null,
"transcript": "ENST00000520610.5",
"protein_id": "ENSP00000428668.1",
"transcript_support_level": 5,
"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": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520610.5"
}
],
"gene_symbol": "CEP57L1",
"gene_hgnc_id": 21561,
"dbsnp": "rs748506005",
"frequency_reference_population": 0.000018477711,
"hom_count_reference_population": 2,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000184777,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03562787175178528,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.067,
"revel_prediction": "Benign",
"alphamissense_score": 0.076,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.054,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001350654.2",
"gene_symbol": "CEP57L1",
"hgnc_id": 21561,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256Gln"
}
],
"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
}