← 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: 11-46744249-G-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46744249&ref=G&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 46744249,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001008938.4",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "NM_001008938.4",
          "protein_id": "NP_001008938.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 5971,
          "cdna_end": null,
          "cdna_length": 7172,
          "mane_select": "ENST00000529230.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001008938.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000529230.6",
          "protein_id": "ENSP00000432768.1",
          "transcript_support_level": 5,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 5971,
          "cdna_end": null,
          "cdna_length": 7172,
          "mane_select": "NM_001008938.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529230.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5693C>G",
          "hgvs_p": "p.Pro1898Arg",
          "transcript": "ENST00000354558.7",
          "protein_id": "ENSP00000346566.3",
          "transcript_support_level": 1,
          "aa_start": 1898,
          "aa_end": null,
          "aa_length": 1972,
          "cds_start": 5693,
          "cds_end": null,
          "cds_length": 5919,
          "cdna_start": 5719,
          "cdna_end": null,
          "cdna_length": 6428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354558.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "n.2852C>G",
          "hgvs_p": null,
          "transcript": "ENST00000533413.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000533413.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5900C>G",
          "hgvs_p": "p.Pro1967Arg",
          "transcript": "ENST00000928128.1",
          "protein_id": "ENSP00000598187.1",
          "transcript_support_level": null,
          "aa_start": 1967,
          "aa_end": null,
          "aa_length": 2041,
          "cds_start": 5900,
          "cds_end": null,
          "cds_length": 6126,
          "cdna_start": 5997,
          "cdna_end": null,
          "cdna_length": 6705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928128.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5894C>G",
          "hgvs_p": "p.Pro1965Arg",
          "transcript": "ENST00000928119.1",
          "protein_id": "ENSP00000598178.1",
          "transcript_support_level": null,
          "aa_start": 1965,
          "aa_end": null,
          "aa_length": 2039,
          "cds_start": 5894,
          "cds_end": null,
          "cds_length": 6120,
          "cdna_start": 5992,
          "cdna_end": null,
          "cdna_length": 6706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928119.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000874207.1",
          "protein_id": "ENSP00000544266.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 5976,
          "cdna_end": null,
          "cdna_length": 6685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874207.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000874209.1",
          "protein_id": "ENSP00000544268.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 6105,
          "cdna_end": null,
          "cdna_length": 6810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874209.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000928122.1",
          "protein_id": "ENSP00000598181.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 6102,
          "cdna_end": null,
          "cdna_length": 6816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928122.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000928133.1",
          "protein_id": "ENSP00000598192.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 6078,
          "cdna_end": null,
          "cdna_length": 6792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928133.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000928134.1",
          "protein_id": "ENSP00000598193.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 6029,
          "cdna_end": null,
          "cdna_length": 6737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928134.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg",
          "transcript": "ENST00000968904.1",
          "protein_id": "ENSP00000638963.1",
          "transcript_support_level": null,
          "aa_start": 1958,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 5873,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 6325,
          "cdna_end": null,
          "cdna_length": 7037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968904.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5867C>G",
          "hgvs_p": "p.Pro1956Arg",
          "transcript": "ENST00000968903.1",
          "protein_id": "ENSP00000638962.1",
          "transcript_support_level": null,
          "aa_start": 1956,
          "aa_end": null,
          "aa_length": 2030,
          "cds_start": 5867,
          "cds_end": null,
          "cds_length": 6093,
          "cdna_start": 5963,
          "cdna_end": null,
          "cdna_length": 6670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968903.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5831C>G",
          "hgvs_p": "p.Pro1944Arg",
          "transcript": "ENST00000874208.1",
          "protein_id": "ENSP00000544267.1",
          "transcript_support_level": null,
          "aa_start": 1944,
          "aa_end": null,
          "aa_length": 2018,
          "cds_start": 5831,
          "cds_end": null,
          "cds_length": 6057,
          "cdna_start": 5941,
          "cdna_end": null,
          "cdna_length": 6648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874208.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5795C>G",
          "hgvs_p": "p.Pro1932Arg",
          "transcript": "ENST00000928127.1",
          "protein_id": "ENSP00000598186.1",
          "transcript_support_level": null,
          "aa_start": 1932,
          "aa_end": null,
          "aa_length": 2006,
          "cds_start": 5795,
          "cds_end": null,
          "cds_length": 6021,
          "cdna_start": 5890,
          "cdna_end": null,
          "cdna_length": 6600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928127.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5789C>G",
          "hgvs_p": "p.Pro1930Arg",
          "transcript": "ENST00000928121.1",
          "protein_id": "ENSP00000598180.1",
          "transcript_support_level": null,
          "aa_start": 1930,
          "aa_end": null,
          "aa_length": 2004,
          "cds_start": 5789,
          "cds_end": null,
          "cds_length": 6015,
          "cdna_start": 5886,
          "cdna_end": null,
          "cdna_length": 6601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928121.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5759C>G",
          "hgvs_p": "p.Pro1920Arg",
          "transcript": "ENST00000928124.1",
          "protein_id": "ENSP00000598183.1",
          "transcript_support_level": null,
          "aa_start": 1920,
          "aa_end": null,
          "aa_length": 1994,
          "cds_start": 5759,
          "cds_end": null,
          "cds_length": 5985,
          "cdna_start": 5855,
          "cdna_end": null,
          "cdna_length": 6568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928124.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5723C>G",
          "hgvs_p": "p.Pro1908Arg",
          "transcript": "ENST00000928120.1",
          "protein_id": "ENSP00000598179.1",
          "transcript_support_level": null,
          "aa_start": 1908,
          "aa_end": null,
          "aa_length": 1982,
          "cds_start": 5723,
          "cds_end": null,
          "cds_length": 5949,
          "cdna_start": 5819,
          "cdna_end": null,
          "cdna_length": 6535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928120.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5693C>G",
          "hgvs_p": "p.Pro1898Arg",
          "transcript": "NM_014756.4",
          "protein_id": "NP_055571.2",
          "transcript_support_level": null,
          "aa_start": 1898,
          "aa_end": null,
          "aa_length": 1972,
          "cds_start": 5693,
          "cds_end": null,
          "cds_length": 5919,
          "cdna_start": 5791,
          "cdna_end": null,
          "cdna_length": 6992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014756.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5693C>G",
          "hgvs_p": "p.Pro1898Arg",
          "transcript": "ENST00000312055.9",
          "protein_id": "ENSP00000310227.5",
          "transcript_support_level": 5,
          "aa_start": 1898,
          "aa_end": null,
          "aa_length": 1972,
          "cds_start": 5693,
          "cds_end": null,
          "cds_length": 5919,
          "cdna_start": 5819,
          "cdna_end": null,
          "cdna_length": 6532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000312055.9"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5687C>G",
          "hgvs_p": "p.Pro1896Arg",
          "transcript": "ENST00000928123.1",
          "protein_id": "ENSP00000598182.1",
          "transcript_support_level": null,
          "aa_start": 1896,
          "aa_end": null,
          "aa_length": 1970,
          "cds_start": 5687,
          "cds_end": null,
          "cds_length": 5913,
          "cdna_start": 5782,
          "cdna_end": null,
          "cdna_length": 6496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928123.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5675C>G",
          "hgvs_p": "p.Pro1892Arg",
          "transcript": "ENST00000928132.1",
          "protein_id": "ENSP00000598191.1",
          "transcript_support_level": null,
          "aa_start": 1892,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": 5675,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": 5769,
          "cdna_end": null,
          "cdna_length": 6474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928132.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5666C>G",
          "hgvs_p": "p.Pro1889Arg",
          "transcript": "ENST00000928131.1",
          "protein_id": "ENSP00000598190.1",
          "transcript_support_level": null,
          "aa_start": 1889,
          "aa_end": null,
          "aa_length": 1963,
          "cds_start": 5666,
          "cds_end": null,
          "cds_length": 5892,
          "cdna_start": 5761,
          "cdna_end": null,
          "cdna_length": 6466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928131.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5609C>G",
          "hgvs_p": "p.Pro1870Arg",
          "transcript": "ENST00000928129.1",
          "protein_id": "ENSP00000598188.1",
          "transcript_support_level": null,
          "aa_start": 1870,
          "aa_end": null,
          "aa_length": 1944,
          "cds_start": 5609,
          "cds_end": null,
          "cds_length": 5835,
          "cdna_start": 5701,
          "cdna_end": null,
          "cdna_length": 6412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928129.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.5429C>G",
          "hgvs_p": "p.Pro1810Arg",
          "transcript": "ENST00000928125.1",
          "protein_id": "ENSP00000598184.1",
          "transcript_support_level": null,
          "aa_start": 1810,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 5429,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": 5525,
          "cdna_end": null,
          "cdna_length": 6238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928125.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.4532C>G",
          "hgvs_p": "p.Pro1511Arg",
          "transcript": "ENST00000928126.1",
          "protein_id": "ENSP00000598185.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1585,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4758,
          "cdna_start": 4627,
          "cdna_end": null,
          "cdna_length": 5340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928126.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.2972C>G",
          "hgvs_p": "p.Pro991Arg",
          "transcript": "ENST00000928130.1",
          "protein_id": "ENSP00000598189.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1065,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3198,
          "cdna_start": 3068,
          "cdna_end": null,
          "cdna_length": 3775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928130.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CKAP5",
          "gene_hgnc_id": 28959,
          "hgvs_c": "c.*138C>G",
          "hgvs_p": null,
          "transcript": "ENST00000525896.1",
          "protein_id": "ENSP00000434523.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 202,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000525896.1"
        }
      ],
      "gene_symbol": "CKAP5",
      "gene_hgnc_id": 28959,
      "dbsnp": "rs147465744",
      "frequency_reference_population": 0.00002540263,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 41,
      "gnomad_exomes_af": 0.0000266779,
      "gnomad_genomes_af": 0.0000131475,
      "gnomad_exomes_ac": 39,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1884174644947052,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05999999865889549,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.21,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.26,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.629,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.06,
      "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_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001008938.4",
          "gene_symbol": "CKAP5",
          "hgnc_id": 28959,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5873C>G",
          "hgvs_p": "p.Pro1958Arg"
        }
      ],
      "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.