← 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-47241004-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 47241004,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001413976.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "NM_182902.4",
          "protein_id": "NP_878905.2",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 3337,
          "mane_select": "ENST00000684063.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_182902.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000684063.1",
          "protein_id": "ENSP00000507186.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 3337,
          "mane_select": "NM_182902.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000684063.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000452770.6",
          "protein_id": "ENSP00000391100.2",
          "transcript_support_level": 1,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2055,
          "cdna_end": null,
          "cdna_length": 2707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452770.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1526C>G",
          "hgvs_p": "p.Pro509Arg",
          "transcript": "ENST00000444589.6",
          "protein_id": "ENSP00000414987.2",
          "transcript_support_level": 1,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 725,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 2178,
          "cdna_start": 1884,
          "cdna_end": null,
          "cdna_length": 2791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000444589.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1820C>G",
          "hgvs_p": "p.Pro607Arg",
          "transcript": "NM_001413976.1",
          "protein_id": "NP_001400905.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1820,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": 2027,
          "cdna_end": null,
          "cdna_length": 3333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413976.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1763C>G",
          "hgvs_p": "p.Pro588Arg",
          "transcript": "NM_001413975.1",
          "protein_id": "NP_001400904.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": 2275,
          "cdna_end": null,
          "cdna_length": 3581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413975.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "NM_001134878.3",
          "protein_id": "NP_001128350.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2277,
          "cdna_end": null,
          "cdna_length": 3583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001134878.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000265529.7",
          "protein_id": "ENSP00000265529.3",
          "transcript_support_level": 5,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2402,
          "cdna_end": null,
          "cdna_length": 3311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265529.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000888734.1",
          "protein_id": "ENSP00000558793.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2365,
          "cdna_end": null,
          "cdna_length": 3274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888734.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000888735.1",
          "protein_id": "ENSP00000558794.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2361,
          "cdna_end": null,
          "cdna_length": 3270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888735.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000888736.1",
          "protein_id": "ENSP00000558795.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 2068,
          "cdna_end": null,
          "cdna_length": 2977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888736.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "ENST00000888737.1",
          "protein_id": "ENSP00000558796.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 1766,
          "cdna_end": null,
          "cdna_length": 2674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888737.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1658C>G",
          "hgvs_p": "p.Pro553Arg",
          "transcript": "ENST00000964531.1",
          "protein_id": "ENSP00000634590.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 1658,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 2648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964531.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1544C>G",
          "hgvs_p": "p.Pro515Arg",
          "transcript": "ENST00000964530.1",
          "protein_id": "ENSP00000634589.1",
          "transcript_support_level": null,
          "aa_start": 515,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 1544,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": 1818,
          "cdna_end": null,
          "cdna_length": 2726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964530.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1526C>G",
          "hgvs_p": "p.Pro509Arg",
          "transcript": "NM_022342.6",
          "protein_id": "NP_071737.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 725,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 2178,
          "cdna_start": 1836,
          "cdna_end": null,
          "cdna_length": 3142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022342.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1526C>G",
          "hgvs_p": "p.Pro509Arg",
          "transcript": "ENST00000964529.1",
          "protein_id": "ENSP00000634588.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 725,
          "cds_start": 1526,
          "cds_end": null,
          "cds_length": 2178,
          "cdna_start": 2191,
          "cdna_end": null,
          "cdna_length": 3097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964529.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1496C>G",
          "hgvs_p": "p.Pro499Arg",
          "transcript": "NM_001377474.1",
          "protein_id": "NP_001364403.1",
          "transcript_support_level": null,
          "aa_start": 499,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1496,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1806,
          "cdna_end": null,
          "cdna_length": 3112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377474.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1301C>G",
          "hgvs_p": "p.Pro434Arg",
          "transcript": "NM_001377475.1",
          "protein_id": "NP_001364404.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1611,
          "cdna_end": null,
          "cdna_length": 2917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001377475.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "XM_017007029.2",
          "protein_id": "XP_016862518.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 1965,
          "cdna_end": null,
          "cdna_length": 3271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007029.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1721C>G",
          "hgvs_p": "p.Pro574Arg",
          "transcript": "XM_047448709.1",
          "protein_id": "XP_047304665.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": 1721,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": 1968,
          "cdna_end": null,
          "cdna_length": 3274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448709.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1625C>G",
          "hgvs_p": "p.Pro542Arg",
          "transcript": "XM_005265389.5",
          "protein_id": "XP_005265446.1",
          "transcript_support_level": null,
          "aa_start": 542,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1625,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 1832,
          "cdna_end": null,
          "cdna_length": 3138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005265389.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1820C>G",
          "hgvs_p": "p.Pro607Arg",
          "transcript": "XM_047448710.1",
          "protein_id": "XP_047304666.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1820,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 2027,
          "cdna_end": null,
          "cdna_length": 2513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448710.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1595C>G",
          "hgvs_p": "p.Pro532Arg",
          "transcript": "XM_006713291.4",
          "protein_id": "XP_006713354.1",
          "transcript_support_level": null,
          "aa_start": 532,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": 1595,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": 1802,
          "cdna_end": null,
          "cdna_length": 3108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006713291.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1442C>G",
          "hgvs_p": "p.Pro481Arg",
          "transcript": "XM_047448711.1",
          "protein_id": "XP_047304667.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 1442,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 1611,
          "cdna_end": null,
          "cdna_length": 2917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448711.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1400C>G",
          "hgvs_p": "p.Pro467Arg",
          "transcript": "XM_047448712.1",
          "protein_id": "XP_047304668.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1607,
          "cdna_end": null,
          "cdna_length": 2913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448712.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.1247C>G",
          "hgvs_p": "p.Pro416Arg",
          "transcript": "XM_047448713.1",
          "protein_id": "XP_047304669.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1247,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1416,
          "cdna_end": null,
          "cdna_length": 1902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448713.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "c.752C>G",
          "hgvs_p": "p.Pro251Arg",
          "transcript": "XM_011534007.3",
          "protein_id": "XP_011532309.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 752,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 2160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011534007.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF9",
          "gene_hgnc_id": 16666,
          "hgvs_c": "n.2079C>G",
          "hgvs_p": null,
          "transcript": "ENST00000487440.5",
          "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": 2635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000487440.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "KIF9-AS1",
          "gene_hgnc_id": 26822,
          "hgvs_c": "n.1275+810G>C",
          "hgvs_p": null,
          "transcript": "ENST00000429315.3",
          "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": 4898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000429315.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "KIF9-AS1",
          "gene_hgnc_id": 26822,
          "hgvs_c": "n.1402+810G>C",
          "hgvs_p": null,
          "transcript": "NR_033373.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_033373.1"
        }
      ],
      "gene_symbol": "KIF9",
      "gene_hgnc_id": 16666,
      "dbsnp": "rs749219695",
      "frequency_reference_population": 0.0000020522448,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205224,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5737806558609009,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.398,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.2415,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.15,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.247,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001413976.1",
          "gene_symbol": "KIF9",
          "hgnc_id": 16666,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1820C>G",
          "hgvs_p": "p.Pro607Arg"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000429315.3",
          "gene_symbol": "KIF9-AS1",
          "hgnc_id": 26822,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1275+810G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.