← 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-138286510-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138286510&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138286510,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001287583.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "NM_001790.5",
"protein_id": "NP_001781.2",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000323760.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001790.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "ENST00000323760.11",
"protein_id": "ENSP00000321656.6",
"transcript_support_level": 1,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001790.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323760.11"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1381A>G",
"hgvs_p": "p.Arg461Gly",
"transcript": "NM_001287583.2",
"protein_id": "NP_001274512.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 551,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287583.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1318A>G",
"hgvs_p": "p.Arg440Gly",
"transcript": "NM_001364026.1",
"protein_id": "NP_001350955.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 530,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364026.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1198A>G",
"hgvs_p": "p.Arg400Gly",
"transcript": "NM_001318098.2",
"protein_id": "NP_001305027.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 490,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318098.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "NM_001287582.2",
"protein_id": "NP_001274511.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287582.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "ENST00000513970.5",
"protein_id": "ENSP00000424795.1",
"transcript_support_level": 2,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513970.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "ENST00000920904.1",
"protein_id": "ENSP00000590963.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920904.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1057A>G",
"hgvs_p": "p.Arg353Gly",
"transcript": "ENST00000514555.5",
"protein_id": "ENSP00000425470.1",
"transcript_support_level": 5,
"aa_start": 353,
"aa_end": null,
"aa_length": 443,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514555.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1048A>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "ENST00000920903.1",
"protein_id": "ENSP00000590962.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 440,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920903.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1045A>G",
"hgvs_p": "p.Arg349Gly",
"transcript": "NM_001364027.1",
"protein_id": "NP_001350956.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 439,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364027.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1045A>G",
"hgvs_p": "p.Arg349Gly",
"transcript": "ENST00000875200.1",
"protein_id": "ENSP00000545259.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 439,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875200.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1033A>G",
"hgvs_p": "p.Arg345Gly",
"transcript": "ENST00000920905.1",
"protein_id": "ENSP00000590964.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 435,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920905.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Arg340Gly",
"transcript": "NM_001364028.1",
"protein_id": "NP_001350957.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 430,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364028.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Arg340Gly",
"transcript": "ENST00000920896.1",
"protein_id": "ENSP00000590955.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 430,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920896.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Arg340Gly",
"transcript": "ENST00000920900.1",
"protein_id": "ENSP00000590959.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 430,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920900.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.991A>G",
"hgvs_p": "p.Arg331Gly",
"transcript": "ENST00000920907.1",
"protein_id": "ENSP00000590966.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 421,
"cds_start": 991,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920907.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.928A>G",
"hgvs_p": "p.Arg310Gly",
"transcript": "NM_022809.4",
"protein_id": "NP_073720.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 400,
"cds_start": 928,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022809.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.928A>G",
"hgvs_p": "p.Arg310Gly",
"transcript": "ENST00000415130.6",
"protein_id": "ENSP00000392631.2",
"transcript_support_level": 5,
"aa_start": 310,
"aa_end": null,
"aa_length": 400,
"cds_start": 928,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415130.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.928A>G",
"hgvs_p": "p.Arg310Gly",
"transcript": "ENST00000875201.1",
"protein_id": "ENSP00000545260.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 400,
"cds_start": 928,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875201.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.877A>G",
"hgvs_p": "p.Arg293Gly",
"transcript": "ENST00000920912.1",
"protein_id": "ENSP00000590971.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 383,
"cds_start": 877,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920912.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Arg289Gly",
"transcript": "ENST00000920901.1",
"protein_id": "ENSP00000590960.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 379,
"cds_start": 865,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920901.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.835A>G",
"hgvs_p": "p.Arg279Gly",
"transcript": "ENST00000920910.1",
"protein_id": "ENSP00000590969.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 369,
"cds_start": 835,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920910.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.829A>G",
"hgvs_p": "p.Arg277Gly",
"transcript": "ENST00000920908.1",
"protein_id": "ENSP00000590967.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 367,
"cds_start": 829,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920908.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Arg276Gly",
"transcript": "ENST00000920897.1",
"protein_id": "ENSP00000590956.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 366,
"cds_start": 826,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920897.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Arg276Gly",
"transcript": "ENST00000920902.1",
"protein_id": "ENSP00000590961.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 366,
"cds_start": 826,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920902.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.772A>G",
"hgvs_p": "p.Arg258Gly",
"transcript": "ENST00000920898.1",
"protein_id": "ENSP00000590957.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 348,
"cds_start": 772,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920898.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.772A>G",
"hgvs_p": "p.Arg258Gly",
"transcript": "ENST00000920899.1",
"protein_id": "ENSP00000590958.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 348,
"cds_start": 772,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920899.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.763A>G",
"hgvs_p": "p.Arg255Gly",
"transcript": "ENST00000920906.1",
"protein_id": "ENSP00000590965.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 345,
"cds_start": 763,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920906.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.709A>G",
"hgvs_p": "p.Arg237Gly",
"transcript": "ENST00000920911.1",
"protein_id": "ENSP00000590970.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 327,
"cds_start": 709,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920911.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.670A>G",
"hgvs_p": "p.Arg224Gly",
"transcript": "ENST00000920909.1",
"protein_id": "ENSP00000590968.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 314,
"cds_start": 670,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920909.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.550A>G",
"hgvs_p": "p.Arg184Gly",
"transcript": "ENST00000514017.1",
"protein_id": "ENSP00000423525.1",
"transcript_support_level": 5,
"aa_start": 184,
"aa_end": null,
"aa_length": 256,
"cds_start": 550,
"cds_end": null,
"cds_length": 773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514017.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1279A>G",
"hgvs_p": "p.Arg427Gly",
"transcript": "XM_005272145.4",
"protein_id": "XP_005272202.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 517,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272145.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1219A>G",
"hgvs_p": "p.Arg407Gly",
"transcript": "XM_011543759.4",
"protein_id": "XP_011542061.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 497,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543759.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1216A>G",
"hgvs_p": "p.Arg406Gly",
"transcript": "XM_011543760.3",
"protein_id": "XP_011542062.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 496,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543760.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1162A>G",
"hgvs_p": "p.Arg388Gly",
"transcript": "XM_011543761.3",
"protein_id": "XP_011542063.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 478,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543761.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1153A>G",
"hgvs_p": "p.Arg385Gly",
"transcript": "XM_006714739.4",
"protein_id": "XP_006714802.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 475,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714739.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Arg383Gly",
"transcript": "XM_047417952.1",
"protein_id": "XP_047273908.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 473,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417952.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1060A>G",
"hgvs_p": "p.Arg354Gly",
"transcript": "XM_047417953.1",
"protein_id": "XP_047273909.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 444,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417953.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1051A>G",
"hgvs_p": "p.Arg351Gly",
"transcript": "XM_047417954.1",
"protein_id": "XP_047273910.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 441,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417954.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.814A>G",
"hgvs_p": "p.Arg272Gly",
"transcript": "XM_011543763.2",
"protein_id": "XP_011542065.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 362,
"cds_start": 814,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543763.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "n.*739A>G",
"hgvs_p": null,
"transcript": "ENST00000648466.1",
"protein_id": "ENSP00000497591.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": "ENST00000648466.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "n.*739A>G",
"hgvs_p": null,
"transcript": "ENST00000648466.1",
"protein_id": "ENSP00000497591.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": "ENST00000648466.1"
}
],
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"dbsnp": "rs773993092",
"frequency_reference_population": 0.000009304368,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.0000082192,
"gnomad_genomes_af": 0.0000197174,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9336366653442383,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.621,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9602,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.831,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001287583.2",
"gene_symbol": "CDC25C",
"hgnc_id": 1727,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1381A>G",
"hgvs_p": "p.Arg461Gly"
}
],
"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
}