← 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-5003999-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 13,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS1",
            "BS2"
          ],
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "gene_symbol": "KIF1C",
          "hgnc_id": 6317,
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": -13,
          "transcript": "NM_006612.6",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
      "acmg_score": -13,
      "allele_count_reference_population": 2261,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0685,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.05,
      "chr": "17",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Hereditary spastic paraplegia,Spastic ataxia 2,not provided",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:2 B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.054893940687179565,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7917,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_006612.6",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000320785.10",
          "protein_coding": true,
          "protein_id": "NP_006603.2",
          "strand": true,
          "transcript": "NM_006612.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7917,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000320785.10",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006612.6",
          "protein_coding": true,
          "protein_id": "ENSP00000320821.5",
          "strand": true,
          "transcript": "ENST00000320785.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4250,
          "cdna_start": 1231,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948910.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618969.1",
          "strand": true,
          "transcript": "ENST00000948910.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4099,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000948913.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618972.1",
          "strand": true,
          "transcript": "ENST00000948913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4226,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894742.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564801.1",
          "strand": true,
          "transcript": "ENST00000894742.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4160,
          "cdna_start": 1157,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000948919.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618978.1",
          "strand": true,
          "transcript": "ENST00000948919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4507,
          "cdna_start": 1511,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894736.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564795.1",
          "strand": true,
          "transcript": "ENST00000894736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4368,
          "cdna_start": 1370,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894737.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564796.1",
          "strand": true,
          "transcript": "ENST00000894737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4123,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000894738.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564797.1",
          "strand": true,
          "transcript": "ENST00000894738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4290,
          "cdna_start": 1292,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894741.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564800.1",
          "strand": true,
          "transcript": "ENST00000894741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4341,
          "cdna_start": 1343,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894743.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564802.1",
          "strand": true,
          "transcript": "ENST00000894743.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4146,
          "cdna_start": 1148,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894746.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564805.1",
          "strand": true,
          "transcript": "ENST00000894746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4517,
          "cdna_start": 1519,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894747.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564806.1",
          "strand": true,
          "transcript": "ENST00000894747.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4034,
          "cdna_start": 1040,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894748.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564807.1",
          "strand": true,
          "transcript": "ENST00000894748.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4211,
          "cdna_start": 1213,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000919364.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589423.1",
          "strand": true,
          "transcript": "ENST00000919364.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5898,
          "cdna_start": 2903,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000919365.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589424.1",
          "strand": true,
          "transcript": "ENST00000919365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4129,
          "cdna_start": 1131,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000919366.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589425.1",
          "strand": true,
          "transcript": "ENST00000919366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4294,
          "cdna_start": 1298,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000948912.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618971.1",
          "strand": true,
          "transcript": "ENST00000948912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4263,
          "cdna_start": 1266,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000948914.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618973.1",
          "strand": true,
          "transcript": "ENST00000948914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4129,
          "cdna_start": 1135,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948915.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618974.1",
          "strand": true,
          "transcript": "ENST00000948915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4082,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948916.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618975.1",
          "strand": true,
          "transcript": "ENST00000948916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4125,
          "cdna_start": 1129,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948917.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618976.1",
          "strand": true,
          "transcript": "ENST00000948917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4004,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000948918.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618977.1",
          "strand": true,
          "transcript": "ENST00000948918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1102,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4068,
          "cdna_start": 1073,
          "cds_end": null,
          "cds_length": 3309,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894745.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564804.1",
          "strand": true,
          "transcript": "ENST00000894745.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "Q",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4224,
          "cdna_start": 1226,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 860,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894739.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.860A>C",
          "hgvs_p": "p.Gln287Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564798.1",
          "strand": true,
          "transcript": "ENST00000894739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1092,
          "aa_ref": "Q",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4197,
          "cdna_start": 1199,
          "cds_end": null,
          "cds_length": 3279,
          "cds_start": 833,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894740.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.833A>C",
          "hgvs_p": "p.Gln278Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564799.1",
          "strand": true,
          "transcript": "ENST00000894740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "Q",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 830,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000894750.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.830A>C",
          "hgvs_p": "p.Gln277Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564809.1",
          "strand": true,
          "transcript": "ENST00000894750.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "Q",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4183,
          "cdna_start": 1186,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 830,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948911.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.830A>C",
          "hgvs_p": "p.Gln277Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618970.1",
          "strand": true,
          "transcript": "ENST00000948911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": "Q",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4144,
          "cdna_start": 1148,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": 800,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000894744.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.800A>C",
          "hgvs_p": "p.Gln267Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564803.1",
          "strand": true,
          "transcript": "ENST00000894744.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": "Q",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4122,
          "cdna_start": 1124,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": 800,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000894749.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.800A>C",
          "hgvs_p": "p.Gln267Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564808.1",
          "strand": true,
          "transcript": "ENST00000894749.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 1103,
          "aa_ref": "Q",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7951,
          "cdna_start": 1255,
          "cds_end": null,
          "cds_length": 3312,
          "cds_start": 866,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_005256424.3",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.866A>C",
          "hgvs_p": "p.Gln289Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005256481.1",
          "strand": true,
          "transcript": "XM_005256424.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1100,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3303,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000948909.1",
          "gene_hgnc_id": 6317,
          "gene_symbol": "KIF1C",
          "hgvs_c": "c.865-8A>C",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618968.1",
          "strand": true,
          "transcript": "ENST00000948909.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": "Benign",
      "dbscsnv_ada_score": 0.866320147905373,
      "dbsnp": "rs146872023",
      "effect": "missense_variant,splice_region_variant",
      "frequency_reference_population": 0.0014009854,
      "gene_hgnc_id": 6317,
      "gene_symbol": "KIF1C",
      "gnomad_exomes_ac": 2102,
      "gnomad_exomes_af": 0.00143806,
      "gnomad_exomes_homalt": 4,
      "gnomad_genomes_ac": 159,
      "gnomad_genomes_af": 0.00104487,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 5,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "not provided|Spastic ataxia 2|Hereditary spastic paraplegia",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.026,
      "pos": 5003999,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.742,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.6259999871253967,
      "splice_source_selected": "dbscSNV1_RF",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_006612.6"
    }
  ]
}
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.