← 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: 2-152657909-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 152657909,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001395488.1",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2806A>G",
          "hgvs_p": "p.Lys936Glu",
          "transcript": "NM_001365597.4",
          "protein_id": "NP_001352526.1",
          "transcript_support_level": null,
          "aa_start": 936,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2806,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": 2828,
          "cdna_end": null,
          "cdna_length": 7515,
          "mane_select": "ENST00000545856.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365597.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2806A>G",
          "hgvs_p": "p.Lys936Glu",
          "transcript": "ENST00000545856.8",
          "protein_id": "ENSP00000444656.4",
          "transcript_support_level": 1,
          "aa_start": 936,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2806,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": 2828,
          "cdna_end": null,
          "cdna_length": 7515,
          "mane_select": "NM_001365597.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545856.8"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2872A>G",
          "hgvs_p": "p.Lys958Glu",
          "transcript": "NM_001395488.1",
          "protein_id": "NP_001382417.1",
          "transcript_support_level": null,
          "aa_start": 958,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2872,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": 3260,
          "cdna_end": null,
          "cdna_length": 7947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395488.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2872A>G",
          "hgvs_p": "p.Lys958Glu",
          "transcript": "ENST00000410080.8",
          "protein_id": "ENSP00000386458.4",
          "transcript_support_level": 5,
          "aa_start": 958,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2872,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": 3222,
          "cdna_end": null,
          "cdna_length": 8048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000410080.8"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2818A>G",
          "hgvs_p": "p.Lys940Glu",
          "transcript": "NM_001365596.4",
          "protein_id": "NP_001352525.1",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2818,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 2840,
          "cdna_end": null,
          "cdna_length": 7527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365596.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2818A>G",
          "hgvs_p": "p.Lys940Glu",
          "transcript": "ENST00000968845.1",
          "protein_id": "ENSP00000638904.1",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2818,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 2824,
          "cdna_end": null,
          "cdna_length": 3917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968845.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2764A>G",
          "hgvs_p": "p.Lys922Glu",
          "transcript": "NM_001365598.4",
          "protein_id": "NP_001352527.1",
          "transcript_support_level": null,
          "aa_start": 922,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": 2764,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": 2786,
          "cdna_end": null,
          "cdna_length": 7473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365598.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2761A>G",
          "hgvs_p": "p.Lys921Glu",
          "transcript": "ENST00000696381.1",
          "protein_id": "ENSP00000512591.1",
          "transcript_support_level": null,
          "aa_start": 921,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 2761,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": 2802,
          "cdna_end": null,
          "cdna_length": 2915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696381.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2758A>G",
          "hgvs_p": "p.Lys920Glu",
          "transcript": "ENST00000924543.1",
          "protein_id": "ENSP00000594602.1",
          "transcript_support_level": null,
          "aa_start": 920,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2758,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2758,
          "cdna_end": null,
          "cdna_length": 6662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924543.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2752A>G",
          "hgvs_p": "p.Lys918Glu",
          "transcript": "NM_001365599.4",
          "protein_id": "NP_001352528.1",
          "transcript_support_level": null,
          "aa_start": 918,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": 2752,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": 2774,
          "cdna_end": null,
          "cdna_length": 7461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365599.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2692A>G",
          "hgvs_p": "p.Lys898Glu",
          "transcript": "NM_001365600.4",
          "protein_id": "NP_001352529.1",
          "transcript_support_level": null,
          "aa_start": 898,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2692,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2714,
          "cdna_end": null,
          "cdna_length": 7401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365600.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2692A>G",
          "hgvs_p": "p.Lys898Glu",
          "transcript": "NM_001395472.1",
          "protein_id": "NP_001382401.1",
          "transcript_support_level": null,
          "aa_start": 898,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2692,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 3067,
          "cdna_end": null,
          "cdna_length": 7754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395472.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2692A>G",
          "hgvs_p": "p.Lys898Glu",
          "transcript": "ENST00000698772.1",
          "protein_id": "ENSP00000513920.1",
          "transcript_support_level": null,
          "aa_start": 898,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2692,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2714,
          "cdna_end": null,
          "cdna_length": 7401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698772.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2683A>G",
          "hgvs_p": "p.Lys895Glu",
          "transcript": "ENST00000698773.1",
          "protein_id": "ENSP00000513921.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 2683,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": 2683,
          "cdna_end": null,
          "cdna_length": 3561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698773.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2680A>G",
          "hgvs_p": "p.Lys894Glu",
          "transcript": "NM_001395473.1",
          "protein_id": "NP_001382402.1",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": 2680,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": 2893,
          "cdna_end": null,
          "cdna_length": 7580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395473.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2680A>G",
          "hgvs_p": "p.Lys894Glu",
          "transcript": "NM_017892.5",
          "protein_id": "NP_060362.3",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": 2680,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": 3055,
          "cdna_end": null,
          "cdna_length": 7742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017892.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2647A>G",
          "hgvs_p": "p.Lys883Glu",
          "transcript": "NM_001395475.1",
          "protein_id": "NP_001382404.1",
          "transcript_support_level": null,
          "aa_start": 883,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 2647,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 2873,
          "cdna_end": null,
          "cdna_length": 7560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395475.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2638A>G",
          "hgvs_p": "p.Lys880Glu",
          "transcript": "NM_001365601.4",
          "protein_id": "NP_001352530.1",
          "transcript_support_level": null,
          "aa_start": 880,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2638,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 2660,
          "cdna_end": null,
          "cdna_length": 7347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365601.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2638A>G",
          "hgvs_p": "p.Lys880Glu",
          "transcript": "NM_001395476.1",
          "protein_id": "NP_001382405.1",
          "transcript_support_level": null,
          "aa_start": 880,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2638,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 3013,
          "cdna_end": null,
          "cdna_length": 7700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395476.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2635A>G",
          "hgvs_p": "p.Lys879Glu",
          "transcript": "NM_001395477.1",
          "protein_id": "NP_001382406.1",
          "transcript_support_level": null,
          "aa_start": 879,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2635,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2699,
          "cdna_end": null,
          "cdna_length": 7386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395477.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2635A>G",
          "hgvs_p": "p.Lys879Glu",
          "transcript": "NM_001395478.1",
          "protein_id": "NP_001382407.1",
          "transcript_support_level": null,
          "aa_start": 879,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2635,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2861,
          "cdna_end": null,
          "cdna_length": 7548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395478.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2635A>G",
          "hgvs_p": "p.Lys879Glu",
          "transcript": "ENST00000696382.1",
          "protein_id": "ENSP00000512592.1",
          "transcript_support_level": null,
          "aa_start": 879,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2635,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2692,
          "cdna_end": null,
          "cdna_length": 2805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696382.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2626A>G",
          "hgvs_p": "p.Lys876Glu",
          "transcript": "NM_001354431.4",
          "protein_id": "NP_001341360.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": 3001,
          "cdna_end": null,
          "cdna_length": 7688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354431.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2626A>G",
          "hgvs_p": "p.Lys876Glu",
          "transcript": "NM_001395479.1",
          "protein_id": "NP_001382408.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": 2839,
          "cdna_end": null,
          "cdna_length": 7526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395479.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2626A>G",
          "hgvs_p": "p.Lys876Glu",
          "transcript": "ENST00000968844.1",
          "protein_id": "ENSP00000638903.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": 2868,
          "cdna_end": null,
          "cdna_length": 4445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968844.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2626A>G",
          "hgvs_p": "p.Lys876Glu",
          "transcript": "ENST00000968846.1",
          "protein_id": "ENSP00000638905.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": 3177,
          "cdna_end": null,
          "cdna_length": 3566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968846.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2551A>G",
          "hgvs_p": "p.Lys851Glu",
          "transcript": "ENST00000924542.1",
          "protein_id": "ENSP00000594601.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2551,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2953,
          "cdna_end": null,
          "cdna_length": 7640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924542.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2524A>G",
          "hgvs_p": "p.Lys842Glu",
          "transcript": "NM_001365602.4",
          "protein_id": "NP_001352531.1",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 2524,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": 2920,
          "cdna_end": null,
          "cdna_length": 7607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365602.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2521A>G",
          "hgvs_p": "p.Lys841Glu",
          "transcript": "NM_001395480.1",
          "protein_id": "NP_001382409.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 2543,
          "cdna_end": null,
          "cdna_length": 7230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395480.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2512A>G",
          "hgvs_p": "p.Lys838Glu",
          "transcript": "NM_001365603.4",
          "protein_id": "NP_001352532.1",
          "transcript_support_level": null,
          "aa_start": 838,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2512,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2782,
          "cdna_end": null,
          "cdna_length": 7469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365603.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2512A>G",
          "hgvs_p": "p.Lys838Glu",
          "transcript": "NM_001395481.1",
          "protein_id": "NP_001382410.1",
          "transcript_support_level": null,
          "aa_start": 838,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2512,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2908,
          "cdna_end": null,
          "cdna_length": 7595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395481.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2497A>G",
          "hgvs_p": "p.Lys833Glu",
          "transcript": "ENST00000903550.1",
          "protein_id": "ENSP00000573609.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": 3007,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903550.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2476A>G",
          "hgvs_p": "p.Lys826Glu",
          "transcript": "NM_001354432.4",
          "protein_id": "NP_001341361.1",
          "transcript_support_level": null,
          "aa_start": 826,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 2476,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": 3131,
          "cdna_end": null,
          "cdna_length": 7818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354432.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2470A>G",
          "hgvs_p": "p.Lys824Glu",
          "transcript": "NM_001395482.1",
          "protein_id": "NP_001382411.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": 2866,
          "cdna_end": null,
          "cdna_length": 7553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395482.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2458A>G",
          "hgvs_p": "p.Lys820Glu",
          "transcript": "NM_001365604.4",
          "protein_id": "NP_001352533.1",
          "transcript_support_level": null,
          "aa_start": 820,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 2458,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": 2854,
          "cdna_end": null,
          "cdna_length": 7541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365604.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2458A>G",
          "hgvs_p": "p.Lys820Glu",
          "transcript": "NM_001365605.4",
          "protein_id": "NP_001352534.1",
          "transcript_support_level": null,
          "aa_start": 820,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 2458,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": 2728,
          "cdna_end": null,
          "cdna_length": 7415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365605.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2380A>G",
          "hgvs_p": "p.Lys794Glu",
          "transcript": "NM_001395483.1",
          "protein_id": "NP_001382412.1",
          "transcript_support_level": null,
          "aa_start": 794,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": 2380,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": 3202,
          "cdna_end": null,
          "cdna_length": 7889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001395483.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2818A>G",
          "hgvs_p": "p.Lys940Glu",
          "transcript": "XM_047444942.1",
          "protein_id": "XP_047300898.1",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2818,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 3206,
          "cdna_end": null,
          "cdna_length": 7893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444942.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2818A>G",
          "hgvs_p": "p.Lys940Glu",
          "transcript": "XM_011511447.4",
          "protein_id": "XP_011509749.2",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": 2818,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": 2840,
          "cdna_end": null,
          "cdna_length": 4675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511447.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.2806A>G",
          "hgvs_p": "p.Lys936Glu",
          "transcript": "XM_047444941.1",
          "protein_id": "XP_047300897.1",
          "transcript_support_level": null,
          "aa_start": 936,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": 2806,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": 2828,
          "cdna_end": null,
          "cdna_length": 4663,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444941.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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "c.298-1511A>G",
          "hgvs_p": null,
          "transcript": "ENST00000924544.1",
          "protein_id": "ENSP00000594603.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924544.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "n.269A>G",
          "hgvs_p": null,
          "transcript": "ENST00000471701.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000471701.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRPF40A",
          "gene_hgnc_id": 16463,
          "hgvs_c": "n.*46A>G",
          "hgvs_p": null,
          "transcript": "ENST00000471167.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000471167.1"
        }
      ],
      "gene_symbol": "PRPF40A",
      "gene_hgnc_id": 16463,
      "dbsnp": "rs759084868",
      "frequency_reference_population": 0.000013772056,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 20,
      "gnomad_exomes_af": 0.0000137721,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 20,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18382450938224792,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.165,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.5112,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.4,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.588,
      "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_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_001395488.1",
          "gene_symbol": "PRPF40A",
          "hgnc_id": 16463,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2872A>G",
          "hgvs_p": "p.Lys958Glu"
        }
      ],
      "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.