← 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-138287173-A-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138287173&ref=A&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 138287173,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001287583.2",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "NM_001790.5",
          "protein_id": "NP_001781.2",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "ENST00000323760.11",
          "protein_id": "ENSP00000321656.6",
          "transcript_support_level": 1,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1256T>A",
          "hgvs_p": "p.Ile419Asn",
          "transcript": "NM_001287583.2",
          "protein_id": "NP_001274512.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1256,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1193T>A",
          "hgvs_p": "p.Ile398Asn",
          "transcript": "NM_001364026.1",
          "protein_id": "NP_001350955.1",
          "transcript_support_level": null,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 1193,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1073T>A",
          "hgvs_p": "p.Ile358Asn",
          "transcript": "NM_001318098.2",
          "protein_id": "NP_001305027.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1073,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "NM_001287582.2",
          "protein_id": "NP_001274511.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "ENST00000513970.5",
          "protein_id": "ENSP00000424795.1",
          "transcript_support_level": 2,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "ENST00000920904.1",
          "protein_id": "ENSP00000590963.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.932T>A",
          "hgvs_p": "p.Ile311Asn",
          "transcript": "ENST00000514555.5",
          "protein_id": "ENSP00000425470.1",
          "transcript_support_level": 5,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 443,
          "cds_start": 932,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.920T>A",
          "hgvs_p": "p.Ile307Asn",
          "transcript": "NM_001364027.1",
          "protein_id": "NP_001350956.1",
          "transcript_support_level": null,
          "aa_start": 307,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 920,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.920T>A",
          "hgvs_p": "p.Ile307Asn",
          "transcript": "ENST00000875200.1",
          "protein_id": "ENSP00000545259.1",
          "transcript_support_level": null,
          "aa_start": 307,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 920,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.908T>A",
          "hgvs_p": "p.Ile303Asn",
          "transcript": "ENST00000920905.1",
          "protein_id": "ENSP00000590964.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 908,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.893T>A",
          "hgvs_p": "p.Ile298Asn",
          "transcript": "NM_001364028.1",
          "protein_id": "NP_001350957.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 893,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.893T>A",
          "hgvs_p": "p.Ile298Asn",
          "transcript": "ENST00000920896.1",
          "protein_id": "ENSP00000590955.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 893,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.893T>A",
          "hgvs_p": "p.Ile298Asn",
          "transcript": "ENST00000920900.1",
          "protein_id": "ENSP00000590959.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 893,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.866T>A",
          "hgvs_p": "p.Ile289Asn",
          "transcript": "ENST00000920907.1",
          "protein_id": "ENSP00000590966.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 866,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.803T>A",
          "hgvs_p": "p.Ile268Asn",
          "transcript": "NM_022809.4",
          "protein_id": "NP_073720.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 803,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.803T>A",
          "hgvs_p": "p.Ile268Asn",
          "transcript": "ENST00000415130.6",
          "protein_id": "ENSP00000392631.2",
          "transcript_support_level": 5,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 803,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.803T>A",
          "hgvs_p": "p.Ile268Asn",
          "transcript": "ENST00000875201.1",
          "protein_id": "ENSP00000545260.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 803,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.752T>A",
          "hgvs_p": "p.Ile251Asn",
          "transcript": "ENST00000920912.1",
          "protein_id": "ENSP00000590971.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 752,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.740T>A",
          "hgvs_p": "p.Ile247Asn",
          "transcript": "ENST00000920901.1",
          "protein_id": "ENSP00000590960.1",
          "transcript_support_level": null,
          "aa_start": 247,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 740,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.710T>A",
          "hgvs_p": "p.Ile237Asn",
          "transcript": "ENST00000920910.1",
          "protein_id": "ENSP00000590969.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 369,
          "cds_start": 710,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.701T>A",
          "hgvs_p": "p.Ile234Asn",
          "transcript": "ENST00000920897.1",
          "protein_id": "ENSP00000590956.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 701,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.701T>A",
          "hgvs_p": "p.Ile234Asn",
          "transcript": "ENST00000920902.1",
          "protein_id": "ENSP00000590961.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 701,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.647T>A",
          "hgvs_p": "p.Ile216Asn",
          "transcript": "ENST00000920898.1",
          "protein_id": "ENSP00000590957.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 647,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.647T>A",
          "hgvs_p": "p.Ile216Asn",
          "transcript": "ENST00000920899.1",
          "protein_id": "ENSP00000590958.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 647,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.638T>A",
          "hgvs_p": "p.Ile213Asn",
          "transcript": "ENST00000920906.1",
          "protein_id": "ENSP00000590965.1",
          "transcript_support_level": null,
          "aa_start": 213,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 638,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.584T>A",
          "hgvs_p": "p.Ile195Asn",
          "transcript": "ENST00000920911.1",
          "protein_id": "ENSP00000590970.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 584,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.545T>A",
          "hgvs_p": "p.Ile182Asn",
          "transcript": "ENST00000920909.1",
          "protein_id": "ENSP00000590968.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 545,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.425T>A",
          "hgvs_p": "p.Ile142Asn",
          "transcript": "ENST00000514017.1",
          "protein_id": "ENSP00000423525.1",
          "transcript_support_level": 5,
          "aa_start": 142,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 425,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1154T>A",
          "hgvs_p": "p.Ile385Asn",
          "transcript": "XM_005272145.4",
          "protein_id": "XP_005272202.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1154,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1094T>A",
          "hgvs_p": "p.Ile365Asn",
          "transcript": "XM_011543759.4",
          "protein_id": "XP_011542061.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1094,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1091T>A",
          "hgvs_p": "p.Ile364Asn",
          "transcript": "XM_011543760.3",
          "protein_id": "XP_011542062.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1091,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1037T>A",
          "hgvs_p": "p.Ile346Asn",
          "transcript": "XM_011543761.3",
          "protein_id": "XP_011542063.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 478,
          "cds_start": 1037,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1028T>A",
          "hgvs_p": "p.Ile343Asn",
          "transcript": "XM_006714739.4",
          "protein_id": "XP_006714802.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 1028,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.1022T>A",
          "hgvs_p": "p.Ile341Asn",
          "transcript": "XM_047417952.1",
          "protein_id": "XP_047273908.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1022,
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.935T>A",
          "hgvs_p": "p.Ile312Asn",
          "transcript": "XM_047417953.1",
          "protein_id": "XP_047273909.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 935,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.926T>A",
          "hgvs_p": "p.Ile309Asn",
          "transcript": "XM_047417954.1",
          "protein_id": "XP_047273910.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 926,
          "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": "I",
          "aa_alt": "N",
          "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": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.689T>A",
          "hgvs_p": "p.Ile230Asn",
          "transcript": "XM_011543763.2",
          "protein_id": "XP_011542065.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 689,
          "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": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.928-543T>A",
          "hgvs_p": null,
          "transcript": "ENST00000920903.1",
          "protein_id": "ENSP00000590962.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": null,
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "c.709-543T>A",
          "hgvs_p": null,
          "transcript": "ENST00000920908.1",
          "protein_id": "ENSP00000590967.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": null,
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "n.*614T>A",
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC25C",
          "gene_hgnc_id": 1727,
          "hgvs_c": "n.*614T>A",
          "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": "rs778740149",
      "frequency_reference_population": 0.0000027440187,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000274402,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9713053703308105,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.582,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9933,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.05,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 4.472,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001287583.2",
          "gene_symbol": "CDC25C",
          "hgnc_id": 1727,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1256T>A",
          "hgvs_p": "p.Ile419Asn"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.