← 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: 1-205525170-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CDK18",
          "hgnc_id": 8751,
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "inheritance_mode": "",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_212503.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6882,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.06,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8086941838264465,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2986,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_212502.3",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000429964.7",
          "protein_coding": true,
          "protein_id": "NP_997667.1",
          "strand": true,
          "transcript": "NM_212502.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2986,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000429964.7",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_212502.3",
          "protein_coding": true,
          "protein_id": "ENSP00000399082.2",
          "strand": true,
          "transcript": "ENST00000429964.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2143,
          "cdna_start": 741,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000506784.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423665.1",
          "strand": true,
          "transcript": "ENST00000506784.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3141,
          "cdna_start": 732,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000360066.6",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000353176.2",
          "strand": true,
          "transcript": "ENST00000360066.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1509,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000505932.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.224A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000505932.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3756,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000515494.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.1355A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000515494.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 512,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3172,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1539,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906021.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576080.1",
          "strand": true,
          "transcript": "ENST00000906021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3076,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_212503.3",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_997668.1",
          "strand": true,
          "transcript": "NM_212503.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3093,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906028.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576087.1",
          "strand": true,
          "transcript": "ENST00000906028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3128,
          "cdna_start": 722,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906029.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576088.1",
          "strand": true,
          "transcript": "ENST00000906029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3163,
          "cdna_start": 764,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000942642.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612701.1",
          "strand": true,
          "transcript": "ENST00000942642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": "Y",
          "aa_start": 153,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2917,
          "cdna_start": 511,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": 458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000927130.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.458A>T",
          "hgvs_p": "p.Tyr153Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597189.1",
          "strand": true,
          "transcript": "ENST00000927130.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "Y",
          "aa_start": 145,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3052,
          "cdna_start": 644,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 434,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942641.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.434A>T",
          "hgvs_p": "p.Tyr145Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612700.1",
          "strand": true,
          "transcript": "ENST00000942641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3068,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_002596.4",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_002587.2",
          "strand": true,
          "transcript": "NM_002596.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3681,
          "cdna_start": 1275,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000906025.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576084.1",
          "strand": true,
          "transcript": "ENST00000906025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3180,
          "cdna_start": 588,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906026.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576085.1",
          "strand": true,
          "transcript": "ENST00000906026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3050,
          "cdna_start": 641,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906027.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576086.1",
          "strand": true,
          "transcript": "ENST00000906027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2989,
          "cdna_start": 567,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906030.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576089.1",
          "strand": true,
          "transcript": "ENST00000906030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3154,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906031.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576090.1",
          "strand": true,
          "transcript": "ENST00000906031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3066,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000927129.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597188.1",
          "strand": true,
          "transcript": "ENST00000927129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2937,
          "cdna_start": 518,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906024.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576083.1",
          "strand": true,
          "transcript": "ENST00000906024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "Y",
          "aa_start": 123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": 625,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906020.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.368A>T",
          "hgvs_p": "p.Tyr123Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576079.1",
          "strand": true,
          "transcript": "ENST00000906020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "Y",
          "aa_start": 123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3070,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906022.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.368A>T",
          "hgvs_p": "p.Tyr123Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576081.1",
          "strand": true,
          "transcript": "ENST00000906022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 401,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2823,
          "cdna_start": 640,
          "cds_end": null,
          "cds_length": 1206,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942643.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612702.1",
          "strand": true,
          "transcript": "ENST00000942643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 949,
          "cdna_start": 619,
          "cds_end": null,
          "cds_length": 851,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000419301.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000391324.1",
          "strand": true,
          "transcript": "ENST00000419301.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 158,
          "aa_ref": "Y",
          "aa_start": 153,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 591,
          "cdna_start": 571,
          "cds_end": null,
          "cds_length": 478,
          "cds_start": 458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000443813.6",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.458A>T",
          "hgvs_p": "p.Tyr153Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397831.2",
          "strand": true,
          "transcript": "ENST00000443813.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2121,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422202.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278158.1",
          "strand": true,
          "transcript": "XM_047422202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2149,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422207.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278163.1",
          "strand": true,
          "transcript": "XM_047422207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2165,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422209.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278165.1",
          "strand": true,
          "transcript": "XM_047422209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2136,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422210.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278166.1",
          "strand": true,
          "transcript": "XM_047422210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "Y",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3048,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017001423.3",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.521A>T",
          "hgvs_p": "p.Tyr174Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856912.2",
          "strand": true,
          "transcript": "XM_017001423.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2031,
          "cdna_start": 552,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422203.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278159.1",
          "strand": true,
          "transcript": "XM_047422203.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2059,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422212.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278168.1",
          "strand": true,
          "transcript": "XM_047422212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2958,
          "cdna_start": 552,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011509602.4",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.431A>T",
          "hgvs_p": "p.Tyr144Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507904.2",
          "strand": true,
          "transcript": "XM_011509602.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2918,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906023.1",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "c.399+813A>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576082.1",
          "strand": true,
          "transcript": "ENST00000906023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 954,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000476153.6",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.230A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000476153.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 782,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000478560.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.404A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000478560.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2435,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000504648.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.1057A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000504648.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1134,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000512922.5",
          "gene_hgnc_id": 8751,
          "gene_symbol": "CDK18",
          "hgvs_c": "n.838A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000512922.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": 6.858118e-7,
      "gene_hgnc_id": 8751,
      "gene_symbol": "CDK18",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.85812e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.325,
      "pos": 205525170,
      "ref": "A",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.42,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_212503.3"
    }
  ]
}
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.