← 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: 17-5000283-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 5000283,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_006612.6",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "NM_006612.6",
          "protein_id": "NP_006603.2",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000320785.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006612.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000320785.10",
          "protein_id": "ENSP00000320821.5",
          "transcript_support_level": 1,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006612.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000320785.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948910.1",
          "protein_id": "ENSP00000618969.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948910.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948913.1",
          "protein_id": "ENSP00000618972.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948913.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894742.1",
          "protein_id": "ENSP00000564801.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894742.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948919.1",
          "protein_id": "ENSP00000618978.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948919.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894736.1",
          "protein_id": "ENSP00000564795.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894736.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894737.1",
          "protein_id": "ENSP00000564796.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894737.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894738.1",
          "protein_id": "ENSP00000564797.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894738.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894741.1",
          "protein_id": "ENSP00000564800.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894741.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894743.1",
          "protein_id": "ENSP00000564802.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894743.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894746.1",
          "protein_id": "ENSP00000564805.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894746.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894747.1",
          "protein_id": "ENSP00000564806.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894747.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894748.1",
          "protein_id": "ENSP00000564807.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894748.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000919364.1",
          "protein_id": "ENSP00000589423.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919364.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000919365.1",
          "protein_id": "ENSP00000589424.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919365.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000919366.1",
          "protein_id": "ENSP00000589425.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919366.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948912.1",
          "protein_id": "ENSP00000618971.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948912.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948914.1",
          "protein_id": "ENSP00000618973.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948914.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948915.1",
          "protein_id": "ENSP00000618974.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948915.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948916.1",
          "protein_id": "ENSP00000618975.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948916.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948917.1",
          "protein_id": "ENSP00000618976.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948917.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948918.1",
          "protein_id": "ENSP00000618977.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948918.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894745.1",
          "protein_id": "ENSP00000564804.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894745.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894739.1",
          "protein_id": "ENSP00000564798.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1101,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894739.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948909.1",
          "protein_id": "ENSP00000618968.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948909.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894740.1",
          "protein_id": "ENSP00000564799.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894740.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894750.1",
          "protein_id": "ENSP00000564809.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894750.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000948911.1",
          "protein_id": "ENSP00000618970.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948911.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894744.1",
          "protein_id": "ENSP00000564803.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894744.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000894749.1",
          "protein_id": "ENSP00000564808.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894749.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "ENST00000574165.1",
          "protein_id": "ENSP00000458697.1",
          "transcript_support_level": 5,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000574165.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KIF1C",
          "gene_hgnc_id": 6317,
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp",
          "transcript": "XM_005256424.3",
          "protein_id": "XP_005256481.1",
          "transcript_support_level": null,
          "aa_start": 13,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 37,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005256424.3"
        }
      ],
      "gene_symbol": "KIF1C",
      "gene_hgnc_id": 6317,
      "dbsnp": "rs756071061",
      "frequency_reference_population": 0.0000044132516,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 7,
      "gnomad_exomes_af": 0.00000418419,
      "gnomad_genomes_af": 0.00000657194,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9485023021697998,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.883,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9734,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.43,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.739,
      "phylop100way_prediction": "Pathogenic",
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PP3_Strong"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_006612.6",
          "gene_symbol": "KIF1C",
          "hgnc_id": 6317,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.37C>T",
          "hgvs_p": "p.Arg13Trp"
        }
      ],
      "clinvar_disease": "Spastic ataxia 2",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Spastic ataxia 2",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}