← 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: 5-134306677-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=134306677&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 134306677,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001113575.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "NM_001113575.2",
"protein_id": "NP_001107047.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 592,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265334.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001113575.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "ENST00000265334.9",
"protein_id": "ENSP00000265334.4",
"transcript_support_level": 1,
"aa_start": 464,
"aa_end": null,
"aa_length": 592,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001113575.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265334.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "n.*348C>T",
"hgvs_p": null,
"transcript": "ENST00000519312.5",
"protein_id": "ENSP00000427738.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000519312.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "n.*348C>T",
"hgvs_p": null,
"transcript": "ENST00000519312.5",
"protein_id": "ENSP00000427738.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000519312.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.86-3990C>T",
"hgvs_p": null,
"transcript": "ENST00000703317.1",
"protein_id": "ENSP00000515260.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703317.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "ENST00000521118.5",
"protein_id": "ENSP00000428689.1",
"transcript_support_level": 5,
"aa_start": 464,
"aa_end": null,
"aa_length": 590,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521118.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "NM_001349363.2",
"protein_id": "NP_001336292.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349363.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "NM_001300853.2",
"protein_id": "NP_001287782.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 401,
"cds_start": 823,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300853.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "ENST00000523054.5",
"protein_id": "ENSP00000428500.1",
"transcript_support_level": 2,
"aa_start": 275,
"aa_end": null,
"aa_length": 401,
"cds_start": 823,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523054.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001349364.2",
"protein_id": "NP_001336293.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 312,
"cds_start": 505,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349364.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001349365.2",
"protein_id": "NP_001336294.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 312,
"cds_start": 505,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349365.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001349366.2",
"protein_id": "NP_001336295.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 312,
"cds_start": 505,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349366.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_011543429.3",
"protein_id": "XP_011541731.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 619,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543429.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_024446086.2",
"protein_id": "XP_024301854.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 619,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446086.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_024446087.2",
"protein_id": "XP_024301855.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 619,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446087.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_047417267.1",
"protein_id": "XP_047273223.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 619,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417267.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "XM_017009532.2",
"protein_id": "XP_016865021.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 607,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009532.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "XM_024446088.2",
"protein_id": "XP_024301856.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 607,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446088.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "XM_024446089.2",
"protein_id": "XP_024301857.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 607,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446089.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_017009533.2",
"protein_id": "XP_016865022.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 604,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009533.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_017009534.2",
"protein_id": "XP_016865023.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 602,
"cds_start": 1426,
"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": "XM_017009534.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_024446090.2",
"protein_id": "XP_024301858.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 602,
"cds_start": 1426,
"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": "XM_024446090.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_024446091.2",
"protein_id": "XP_024301859.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 598,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446091.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395Cys",
"transcript": "XM_017009536.2",
"protein_id": "XP_016865025.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 538,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009536.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1078C>T",
"hgvs_p": "p.Arg360Cys",
"transcript": "XM_024446093.2",
"protein_id": "XP_024301861.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 503,
"cds_start": 1078,
"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_024446093.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.967C>T",
"hgvs_p": "p.Arg323Cys",
"transcript": "XM_024446094.2",
"protein_id": "XP_024301862.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 466,
"cds_start": 967,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446094.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.943C>T",
"hgvs_p": "p.Arg315Cys",
"transcript": "XM_024446095.2",
"protein_id": "XP_024301863.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 458,
"cds_start": 943,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446095.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "XM_024446099.2",
"protein_id": "XP_024301867.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446099.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "XM_024446101.2",
"protein_id": "XP_024301869.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446101.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "XM_024446102.1",
"protein_id": "XP_024301870.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446102.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "XM_024446104.2",
"protein_id": "XP_024301872.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446104.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.Arg275Cys",
"transcript": "XM_047417269.1",
"protein_id": "XP_047273225.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 418,
"cds_start": 823,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417269.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_024446105.1",
"protein_id": "XP_024301873.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 312,
"cds_start": 505,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446105.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "c.1400+1461C>T",
"hgvs_p": null,
"transcript": "XM_047417268.1",
"protein_id": "XP_047273224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": null,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417268.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.897C>T",
"hgvs_p": null,
"transcript": "ENST00000520515.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000520515.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "n.*485C>T",
"hgvs_p": null,
"transcript": "ENST00000520693.5",
"protein_id": "ENSP00000430777.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520693.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.*305C>T",
"hgvs_p": null,
"transcript": "ENST00000703313.1",
"protein_id": "ENSP00000515258.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703313.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.560C>T",
"hgvs_p": null,
"transcript": "ENST00000703316.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": "ENST00000703316.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"hgvs_c": "n.*485C>T",
"hgvs_p": null,
"transcript": "ENST00000520693.5",
"protein_id": "ENSP00000430777.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000520693.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.*305C>T",
"hgvs_p": null,
"transcript": "ENST00000703313.1",
"protein_id": "ENSP00000515258.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703313.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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.643+1461C>T",
"hgvs_p": null,
"transcript": "ENST00000518409.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000518409.2"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.169-2110C>T",
"hgvs_p": null,
"transcript": "ENST00000703312.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": "ENST00000703312.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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273345",
"gene_hgnc_id": null,
"hgvs_c": "n.764+1461C>T",
"hgvs_p": null,
"transcript": "ENST00000703355.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": "ENST00000703355.1"
}
],
"gene_symbol": "CDKL3",
"gene_hgnc_id": 15483,
"dbsnp": "rs550312225",
"frequency_reference_population": 0.00014643928,
"hom_count_reference_population": 1,
"allele_count_reference_population": 229,
"gnomad_exomes_af": 0.000147054,
"gnomad_genomes_af": 0.000140613,
"gnomad_exomes_ac": 208,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04970216751098633,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.0844,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.567,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001113575.2",
"gene_symbol": "CDKL3",
"hgnc_id": 15483,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000703317.1",
"gene_symbol": "ENSG00000273345",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.86-3990C>T",
"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
}