← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 5-176348308-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "KIAA1191",
          "hgnc_id": 29209,
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_020444.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "KIAA1191-AS1",
          "hgnc_id": 41234,
          "hgvs_c": "n.88+280C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000508187.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0771,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.43,
      "chr": "5",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.1818740963935852,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 838,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_020444.5",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000298569.9",
          "protein_coding": true,
          "protein_id": "NP_065177.2",
          "strand": false,
          "transcript": "NM_020444.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 838,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000298569.9",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020444.5",
          "protein_coding": true,
          "protein_id": "ENSP00000298569.4",
          "strand": false,
          "transcript": "ENST00000298569.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1243,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000510164.5",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000421061.1",
          "strand": false,
          "transcript": "ENST00000510164.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2700,
          "cdna_start": 752,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 451,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393725.6",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.451G>A",
          "hgvs_p": "p.Ala151Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000377326.2",
          "strand": false,
          "transcript": "ENST00000393725.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000393728.6",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.295G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000393728.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2822,
          "cdna_start": 874,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881479.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.511G>A",
          "hgvs_p": "p.Ala171Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551538.1",
          "strand": false,
          "transcript": "ENST00000881479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2678,
          "cdna_start": 730,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001079685.3",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001073153.1",
          "strand": false,
          "transcript": "NM_001079685.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2714,
          "cdna_start": 771,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881476.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551535.1",
          "strand": false,
          "transcript": "ENST00000881476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2827,
          "cdna_start": 879,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881478.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551537.1",
          "strand": false,
          "transcript": "ENST00000881478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2892,
          "cdna_start": 949,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881480.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551539.1",
          "strand": false,
          "transcript": "ENST00000881480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2789,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000881483.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551542.1",
          "strand": false,
          "transcript": "ENST00000881483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2853,
          "cdna_start": 905,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000881484.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551543.1",
          "strand": false,
          "transcript": "ENST00000881484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2693,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881485.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551544.1",
          "strand": false,
          "transcript": "ENST00000881485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1843,
          "cdna_start": 859,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938951.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609010.1",
          "strand": false,
          "transcript": "ENST00000938951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1828,
          "cdna_start": 838,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938952.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609011.1",
          "strand": false,
          "transcript": "ENST00000938952.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2828,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938954.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609013.1",
          "strand": false,
          "transcript": "ENST00000938954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2787,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938955.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609014.1",
          "strand": false,
          "transcript": "ENST00000938955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2862,
          "cdna_start": 917,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938956.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609015.1",
          "strand": false,
          "transcript": "ENST00000938956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2903,
          "cdna_start": 956,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000938957.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609016.1",
          "strand": false,
          "transcript": "ENST00000938957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000954740.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Ala170Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624799.1",
          "strand": false,
          "transcript": "ENST00000954740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2699,
          "cdna_start": 751,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 451,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001079684.3",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.451G>A",
          "hgvs_p": "p.Ala151Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001073152.1",
          "strand": false,
          "transcript": "NM_001079684.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2591,
          "cdna_start": 643,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 451,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001287336.2",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.451G>A",
          "hgvs_p": "p.Ala151Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001274265.1",
          "strand": false,
          "transcript": "NM_001287336.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2631,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 451,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000614420.4",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.451G>A",
          "hgvs_p": "p.Ala151Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000479627.1",
          "strand": false,
          "transcript": "ENST00000614420.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "A",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2412,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001287335.2",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.265G>A",
          "hgvs_p": "p.Ala89Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001274264.1",
          "strand": false,
          "transcript": "NM_001287335.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "A",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2452,
          "cdna_start": 507,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000620366.4",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.265G>A",
          "hgvs_p": "p.Ala89Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000477518.1",
          "strand": false,
          "transcript": "ENST00000620366.4",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "A",
          "aa_start": 86,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2542,
          "cdna_start": 594,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 256,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881481.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.256G>A",
          "hgvs_p": "p.Ala86Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551540.1",
          "strand": false,
          "transcript": "ENST00000881481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "A",
          "aa_start": 86,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2421,
          "cdna_start": 478,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 256,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000954738.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.256G>A",
          "hgvs_p": "p.Ala86Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624797.1",
          "strand": false,
          "transcript": "ENST00000954738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "A",
          "aa_start": 68,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1315,
          "cdna_start": 511,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881475.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.202G>A",
          "hgvs_p": "p.Ala68Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551534.1",
          "strand": false,
          "transcript": "ENST00000881475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "A",
          "aa_start": 68,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2544,
          "cdna_start": 596,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000881477.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.202G>A",
          "hgvs_p": "p.Ala68Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551536.1",
          "strand": false,
          "transcript": "ENST00000881477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "A",
          "aa_start": 68,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2377,
          "cdna_start": 429,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000881482.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.202G>A",
          "hgvs_p": "p.Ala68Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551541.1",
          "strand": false,
          "transcript": "ENST00000881482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "A",
          "aa_start": 68,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2479,
          "cdna_start": 535,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000954739.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.202G>A",
          "hgvs_p": "p.Ala68Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624798.1",
          "strand": false,
          "transcript": "ENST00000954739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 40,
          "aa_ref": "C",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 560,
          "cdna_start": 407,
          "cds_end": null,
          "cds_length": 123,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000533553.5",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.77G>A",
          "hgvs_p": "p.Cys26Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433506.1",
          "strand": false,
          "transcript": "ENST00000533553.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "A",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 792,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 451,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005265946.5",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.451G>A",
          "hgvs_p": "p.Ala151Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005266003.1",
          "strand": false,
          "transcript": "XM_005265946.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "A",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2543,
          "cdna_start": 594,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017009651.2",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.265G>A",
          "hgvs_p": "p.Ala89Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016865140.1",
          "strand": false,
          "transcript": "XM_017009651.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "A",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4779,
          "cdna_start": 2830,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047417400.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.265G>A",
          "hgvs_p": "p.Ala89Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273356.1",
          "strand": false,
          "transcript": "XM_047417400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "A",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2358,
          "cdna_start": 409,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047417401.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.265G>A",
          "hgvs_p": "p.Ala89Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273357.1",
          "strand": false,
          "transcript": "XM_047417401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "A",
          "aa_start": 68,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2318,
          "cdna_start": 369,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047417402.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "c.202G>A",
          "hgvs_p": "p.Ala68Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273358.1",
          "strand": false,
          "transcript": "XM_047417402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2324,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_109796.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.375G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109796.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2291,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_109797.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.342G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_109798.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.488G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2399,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_109799.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.450G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2312,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_109800.1",
          "gene_hgnc_id": 29209,
          "gene_symbol": "KIAA1191",
          "hgvs_c": "n.363G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 504,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000508187.1",
          "gene_hgnc_id": 41234,
          "gene_symbol": "KIAA1191-AS1",
          "hgvs_c": "n.88+280C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000508187.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 29209,
      "gene_symbol": "KIAA1191",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Uncertain_significance",
      "phylop100way_score": 4.025,
      "pos": 176348308,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.22,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_020444.5"
    }
  ]
}
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.