← 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-138285792-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138285792&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138285792,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001287583.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "NM_001790.5",
"protein_id": "NP_001781.2",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "ENST00000323760.11",
"protein_id": "ENSP00000321656.6",
"transcript_support_level": 1,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1556A>G",
"hgvs_p": "p.Lys519Arg",
"transcript": "NM_001287583.2",
"protein_id": "NP_001274512.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 551,
"cds_start": 1556,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1493A>G",
"hgvs_p": "p.Lys498Arg",
"transcript": "NM_001364026.1",
"protein_id": "NP_001350955.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 530,
"cds_start": 1493,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1373A>G",
"hgvs_p": "p.Lys458Arg",
"transcript": "NM_001318098.2",
"protein_id": "NP_001305027.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 490,
"cds_start": 1373,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "NM_001287582.2",
"protein_id": "NP_001274511.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "ENST00000513970.5",
"protein_id": "ENSP00000424795.1",
"transcript_support_level": 2,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "ENST00000920904.1",
"protein_id": "ENSP00000590963.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1232A>G",
"hgvs_p": "p.Lys411Arg",
"transcript": "ENST00000514555.5",
"protein_id": "ENSP00000425470.1",
"transcript_support_level": 5,
"aa_start": 411,
"aa_end": null,
"aa_length": 443,
"cds_start": 1232,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1223A>G",
"hgvs_p": "p.Lys408Arg",
"transcript": "ENST00000920903.1",
"protein_id": "ENSP00000590962.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 440,
"cds_start": 1223,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1220A>G",
"hgvs_p": "p.Lys407Arg",
"transcript": "NM_001364027.1",
"protein_id": "NP_001350956.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 439,
"cds_start": 1220,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1220A>G",
"hgvs_p": "p.Lys407Arg",
"transcript": "ENST00000875200.1",
"protein_id": "ENSP00000545259.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 439,
"cds_start": 1220,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1208A>G",
"hgvs_p": "p.Lys403Arg",
"transcript": "ENST00000920905.1",
"protein_id": "ENSP00000590964.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 435,
"cds_start": 1208,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1193A>G",
"hgvs_p": "p.Lys398Arg",
"transcript": "NM_001364028.1",
"protein_id": "NP_001350957.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 430,
"cds_start": 1193,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1193A>G",
"hgvs_p": "p.Lys398Arg",
"transcript": "ENST00000920896.1",
"protein_id": "ENSP00000590955.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 430,
"cds_start": 1193,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1193A>G",
"hgvs_p": "p.Lys398Arg",
"transcript": "ENST00000920900.1",
"protein_id": "ENSP00000590959.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 430,
"cds_start": 1193,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1166A>G",
"hgvs_p": "p.Lys389Arg",
"transcript": "ENST00000920907.1",
"protein_id": "ENSP00000590966.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 421,
"cds_start": 1166,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1103A>G",
"hgvs_p": "p.Lys368Arg",
"transcript": "NM_022809.4",
"protein_id": "NP_073720.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 400,
"cds_start": 1103,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1103A>G",
"hgvs_p": "p.Lys368Arg",
"transcript": "ENST00000415130.6",
"protein_id": "ENSP00000392631.2",
"transcript_support_level": 5,
"aa_start": 368,
"aa_end": null,
"aa_length": 400,
"cds_start": 1103,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1103A>G",
"hgvs_p": "p.Lys368Arg",
"transcript": "ENST00000875201.1",
"protein_id": "ENSP00000545260.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 400,
"cds_start": 1103,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1052A>G",
"hgvs_p": "p.Lys351Arg",
"transcript": "ENST00000920912.1",
"protein_id": "ENSP00000590971.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 383,
"cds_start": 1052,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1040A>G",
"hgvs_p": "p.Lys347Arg",
"transcript": "ENST00000920901.1",
"protein_id": "ENSP00000590960.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 379,
"cds_start": 1040,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1010A>G",
"hgvs_p": "p.Lys337Arg",
"transcript": "ENST00000920910.1",
"protein_id": "ENSP00000590969.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1010,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Lys335Arg",
"transcript": "ENST00000920908.1",
"protein_id": "ENSP00000590967.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 367,
"cds_start": 1004,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1001A>G",
"hgvs_p": "p.Lys334Arg",
"transcript": "ENST00000920897.1",
"protein_id": "ENSP00000590956.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 366,
"cds_start": 1001,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1001A>G",
"hgvs_p": "p.Lys334Arg",
"transcript": "ENST00000920902.1",
"protein_id": "ENSP00000590961.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 366,
"cds_start": 1001,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.947A>G",
"hgvs_p": "p.Lys316Arg",
"transcript": "ENST00000920898.1",
"protein_id": "ENSP00000590957.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 348,
"cds_start": 947,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.947A>G",
"hgvs_p": "p.Lys316Arg",
"transcript": "ENST00000920899.1",
"protein_id": "ENSP00000590958.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 348,
"cds_start": 947,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.938A>G",
"hgvs_p": "p.Lys313Arg",
"transcript": "ENST00000920906.1",
"protein_id": "ENSP00000590965.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 345,
"cds_start": 938,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.884A>G",
"hgvs_p": "p.Lys295Arg",
"transcript": "ENST00000920911.1",
"protein_id": "ENSP00000590970.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 327,
"cds_start": 884,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.845A>G",
"hgvs_p": "p.Lys282Arg",
"transcript": "ENST00000920909.1",
"protein_id": "ENSP00000590968.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 314,
"cds_start": 845,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.725A>G",
"hgvs_p": "p.Lys242Arg",
"transcript": "ENST00000514017.1",
"protein_id": "ENSP00000423525.1",
"transcript_support_level": 5,
"aa_start": 242,
"aa_end": null,
"aa_length": 256,
"cds_start": 725,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1454A>G",
"hgvs_p": "p.Lys485Arg",
"transcript": "XM_005272145.4",
"protein_id": "XP_005272202.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 517,
"cds_start": 1454,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1394A>G",
"hgvs_p": "p.Lys465Arg",
"transcript": "XM_011543759.4",
"protein_id": "XP_011542061.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 497,
"cds_start": 1394,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1391A>G",
"hgvs_p": "p.Lys464Arg",
"transcript": "XM_011543760.3",
"protein_id": "XP_011542062.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 496,
"cds_start": 1391,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1337A>G",
"hgvs_p": "p.Lys446Arg",
"transcript": "XM_011543761.3",
"protein_id": "XP_011542063.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 478,
"cds_start": 1337,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1328A>G",
"hgvs_p": "p.Lys443Arg",
"transcript": "XM_006714739.4",
"protein_id": "XP_006714802.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 475,
"cds_start": 1328,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Lys441Arg",
"transcript": "XM_047417952.1",
"protein_id": "XP_047273908.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 473,
"cds_start": 1322,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1235A>G",
"hgvs_p": "p.Lys412Arg",
"transcript": "XM_047417953.1",
"protein_id": "XP_047273909.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 444,
"cds_start": 1235,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.1226A>G",
"hgvs_p": "p.Lys409Arg",
"transcript": "XM_047417954.1",
"protein_id": "XP_047273910.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 441,
"cds_start": 1226,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Lys330Arg",
"transcript": "XM_011543763.2",
"protein_id": "XP_011542065.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 362,
"cds_start": 989,
"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": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "n.*914A>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": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC25C",
"gene_hgnc_id": 1727,
"hgvs_c": "n.*914A>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": "rs767348123",
"frequency_reference_population": 0.000013137842,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131378,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09289979934692383,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.026,
"revel_prediction": "Benign",
"alphamissense_score": 0.0871,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.497,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001287583.2",
"gene_symbol": "CDC25C",
"hgnc_id": 1727,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1556A>G",
"hgvs_p": "p.Lys519Arg"
}
],
"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
}