← 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: 3-47240860-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "KIF9",
          "hgnc_id": 16666,
          "hgvs_c": "c.1964G>T",
          "hgvs_p": "p.Arg655Leu",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001413976.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "KIF9-AS1",
          "hgnc_id": 26822,
          "hgvs_c": "n.1275+666C>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "ENST00000429315.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1211,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.53,
      "chr": "3",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.05641043186187744,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": 2175,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_182902.4",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000684063.1",
          "protein_coding": true,
          "protein_id": "NP_878905.2",
          "strand": false,
          "transcript": "NM_182902.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": 2175,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000684063.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_182902.4",
          "protein_coding": true,
          "protein_id": "ENSP00000507186.1",
          "strand": false,
          "transcript": "ENST00000684063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2707,
          "cdna_start": 2199,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000452770.6",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000391100.2",
          "strand": false,
          "transcript": "ENST00000452770.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 557,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2791,
          "cdna_start": 2028,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 1670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000444589.6",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1670G>T",
          "hgvs_p": "p.Arg557Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000414987.2",
          "strand": false,
          "transcript": "ENST00000444589.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "R",
          "aa_start": 655,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3333,
          "cdna_start": 2171,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 1964,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001413976.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1964G>T",
          "hgvs_p": "p.Arg655Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400905.1",
          "strand": false,
          "transcript": "NM_001413976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": "R",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3581,
          "cdna_start": 2419,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": 1907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001413975.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1907G>T",
          "hgvs_p": "p.Arg636Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400904.1",
          "strand": false,
          "transcript": "NM_001413975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 2421,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001134878.3",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001128350.1",
          "strand": false,
          "transcript": "NM_001134878.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3311,
          "cdna_start": 2546,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000265529.7",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000265529.3",
          "strand": false,
          "transcript": "ENST00000265529.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3274,
          "cdna_start": 2509,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000888734.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558793.1",
          "strand": false,
          "transcript": "ENST00000888734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3270,
          "cdna_start": 2505,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000888735.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558794.1",
          "strand": false,
          "transcript": "ENST00000888735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2977,
          "cdna_start": 2212,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000888736.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558795.1",
          "strand": false,
          "transcript": "ENST00000888736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2674,
          "cdna_start": 1910,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000888737.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558796.1",
          "strand": false,
          "transcript": "ENST00000888737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "R",
          "aa_start": 601,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2648,
          "cdna_start": 1886,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 1802,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000964531.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1802G>T",
          "hgvs_p": "p.Arg601Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634590.1",
          "strand": false,
          "transcript": "ENST00000964531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 731,
          "aa_ref": "R",
          "aa_start": 563,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2726,
          "cdna_start": 1962,
          "cds_end": null,
          "cds_length": 2196,
          "cds_start": 1688,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000964530.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1688G>T",
          "hgvs_p": "p.Arg563Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634589.1",
          "strand": false,
          "transcript": "ENST00000964530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 557,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3142,
          "cdna_start": 1980,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 1670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_022342.6",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1670G>T",
          "hgvs_p": "p.Arg557Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_071737.1",
          "strand": false,
          "transcript": "NM_022342.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 557,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3097,
          "cdna_start": 2335,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 1670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000964529.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1670G>T",
          "hgvs_p": "p.Arg557Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634588.1",
          "strand": false,
          "transcript": "ENST00000964529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 715,
          "aa_ref": "R",
          "aa_start": 547,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3112,
          "cdna_start": 1950,
          "cds_end": null,
          "cds_length": 2148,
          "cds_start": 1640,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001377474.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1640G>T",
          "hgvs_p": "p.Arg547Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364403.1",
          "strand": false,
          "transcript": "NM_001377474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "R",
          "aa_start": 482,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2917,
          "cdna_start": 1755,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1445,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001377475.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1445G>T",
          "hgvs_p": "p.Arg482Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364404.1",
          "strand": false,
          "transcript": "NM_001377475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3271,
          "cdna_start": 2109,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_017007029.2",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016862518.1",
          "strand": false,
          "transcript": "XM_017007029.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3274,
          "cdna_start": 2112,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047448709.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1865G>T",
          "hgvs_p": "p.Arg622Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304665.1",
          "strand": false,
          "transcript": "XM_047448709.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "R",
          "aa_start": 590,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3138,
          "cdna_start": 1976,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_005265389.5",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1769G>T",
          "hgvs_p": "p.Arg590Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265446.1",
          "strand": false,
          "transcript": "XM_005265389.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "R",
          "aa_start": 655,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2513,
          "cdna_start": 2171,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1964,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047448710.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1964G>T",
          "hgvs_p": "p.Arg655Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304666.1",
          "strand": false,
          "transcript": "XM_047448710.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 748,
          "aa_ref": "R",
          "aa_start": 580,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3108,
          "cdna_start": 1946,
          "cds_end": null,
          "cds_length": 2247,
          "cds_start": 1739,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_006713291.4",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1739G>T",
          "hgvs_p": "p.Arg580Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006713354.1",
          "strand": false,
          "transcript": "XM_006713291.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 697,
          "aa_ref": "R",
          "aa_start": 529,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2917,
          "cdna_start": 1755,
          "cds_end": null,
          "cds_length": 2094,
          "cds_start": 1586,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047448711.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1586G>T",
          "hgvs_p": "p.Arg529Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304667.1",
          "strand": false,
          "transcript": "XM_047448711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 683,
          "aa_ref": "R",
          "aa_start": 515,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2913,
          "cdna_start": 1751,
          "cds_end": null,
          "cds_length": 2052,
          "cds_start": 1544,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047448712.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1544G>T",
          "hgvs_p": "p.Arg515Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304668.1",
          "strand": false,
          "transcript": "XM_047448712.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "R",
          "aa_start": 464,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1902,
          "cdna_start": 1560,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 1391,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047448713.1",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.1391G>T",
          "hgvs_p": "p.Arg464Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304669.1",
          "strand": false,
          "transcript": "XM_047448713.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "R",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2160,
          "cdna_start": 998,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 896,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011534007.3",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "c.896G>T",
          "hgvs_p": "p.Arg299Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011532309.1",
          "strand": false,
          "transcript": "XM_011534007.3",
          "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": 2635,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000487440.5",
          "gene_hgnc_id": 16666,
          "gene_symbol": "KIF9",
          "hgvs_c": "n.2223G>T",
          "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": "ENST00000487440.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4898,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429315.3",
          "gene_hgnc_id": 26822,
          "gene_symbol": "KIF9-AS1",
          "hgvs_c": "n.1275+666C>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000429315.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2540,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_033373.1",
          "gene_hgnc_id": 26822,
          "gene_symbol": "KIF9-AS1",
          "hgvs_c": "n.1402+666C>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_033373.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs780918981",
      "effect": "missense_variant",
      "frequency_reference_population": 6.8404506e-7,
      "gene_hgnc_id": 16666,
      "gene_symbol": "KIF9",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84045e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.129,
      "pos": 47240860,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.092,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001413976.1"
    }
  ]
}
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.