← 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-5023901-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=5023901&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KIF1C",
"hgnc_id": 6317,
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"inheritance_mode": "AR,AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_006612.6",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "KIF1C-AS1",
"hgnc_id": 40324,
"hgvs_c": "n.172-2946G>C",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000438266.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0821,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.27,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.25706809759140015,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7917,
"cdna_start": 3417,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_006612.6",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7917,
"cdna_start": 3417,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000320785.10",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1113,
"aa_ref": "P",
"aa_start": 1031,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4250,
"cdna_start": 3457,
"cds_end": null,
"cds_length": 3342,
"cds_start": 3092,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948910.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3092C>G",
"hgvs_p": "p.Pro1031Arg",
"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": "R",
"aa_end": null,
"aa_length": 1113,
"aa_ref": "P",
"aa_start": 1031,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4099,
"cdna_start": 3298,
"cds_end": null,
"cds_length": 3342,
"cds_start": 3092,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000948913.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3092C>G",
"hgvs_p": "p.Pro1031Arg",
"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": "R",
"aa_end": null,
"aa_length": 1105,
"aa_ref": "P",
"aa_start": 1023,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4226,
"cdna_start": 3423,
"cds_end": null,
"cds_length": 3318,
"cds_start": 3068,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894742.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3068C>G",
"hgvs_p": "p.Pro1023Arg",
"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": "R",
"aa_end": null,
"aa_length": 1105,
"aa_ref": "P",
"aa_start": 1023,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4160,
"cdna_start": 3359,
"cds_end": null,
"cds_length": 3318,
"cds_start": 3068,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000948919.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3068C>G",
"hgvs_p": "p.Pro1023Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4507,
"cdna_start": 3707,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000894736.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4368,
"cdna_start": 3566,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000894737.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4123,
"cdna_start": 3321,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000894738.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4290,
"cdna_start": 3488,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000894741.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4341,
"cdna_start": 3539,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000894743.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4146,
"cdna_start": 3344,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894746.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4517,
"cdna_start": 3715,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894747.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4034,
"cdna_start": 3236,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894748.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4211,
"cdna_start": 3409,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000919364.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5898,
"cdna_start": 5099,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000919365.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4129,
"cdna_start": 3327,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000919366.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4294,
"cdna_start": 3494,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000948912.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4263,
"cdna_start": 3462,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000948914.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4129,
"cdna_start": 3331,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948915.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4082,
"cdna_start": 3282,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948916.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4125,
"cdna_start": 3325,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948917.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4004,
"cdna_start": 3204,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000948918.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": "R",
"aa_end": null,
"aa_length": 1102,
"aa_ref": "P",
"aa_start": 1020,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4068,
"cdna_start": 3266,
"cds_end": null,
"cds_length": 3309,
"cds_start": 3059,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894745.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3059C>G",
"hgvs_p": "p.Pro1020Arg",
"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": "R",
"aa_end": null,
"aa_length": 1101,
"aa_ref": "P",
"aa_start": 1019,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4224,
"cdna_start": 3422,
"cds_end": null,
"cds_length": 3306,
"cds_start": 3056,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894739.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3056C>G",
"hgvs_p": "p.Pro1019Arg",
"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": "R",
"aa_end": null,
"aa_length": 1100,
"aa_ref": "P",
"aa_start": 1018,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4225,
"cdna_start": 3424,
"cds_end": null,
"cds_length": 3303,
"cds_start": 3053,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948909.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3053C>G",
"hgvs_p": "p.Pro1018Arg",
"intron_rank": null,
"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
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1092,
"aa_ref": "P",
"aa_start": 1010,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4197,
"cdna_start": 3395,
"cds_end": null,
"cds_length": 3279,
"cds_start": 3029,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000894740.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3029C>G",
"hgvs_p": "p.Pro1010Arg",
"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": "R",
"aa_end": null,
"aa_length": 1091,
"aa_ref": "P",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4117,
"cdna_start": 3317,
"cds_end": null,
"cds_length": 3276,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000894750.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3026C>G",
"hgvs_p": "p.Pro1009Arg",
"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": "R",
"aa_end": null,
"aa_length": 1091,
"aa_ref": "P",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4183,
"cdna_start": 3382,
"cds_end": null,
"cds_length": 3276,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000948911.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3026C>G",
"hgvs_p": "p.Pro1009Arg",
"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": "R",
"aa_end": null,
"aa_length": 1081,
"aa_ref": "P",
"aa_start": 999,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4144,
"cdna_start": 3344,
"cds_end": null,
"cds_length": 3246,
"cds_start": 2996,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000894744.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.2996C>G",
"hgvs_p": "p.Pro999Arg",
"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": "R",
"aa_end": null,
"aa_length": 1081,
"aa_ref": "P",
"aa_start": 999,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4122,
"cdna_start": 3320,
"cds_end": null,
"cds_length": 3246,
"cds_start": 2996,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000894749.1",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.2996C>G",
"hgvs_p": "p.Pro999Arg",
"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": "R",
"aa_end": null,
"aa_length": 1103,
"aa_ref": "P",
"aa_start": 1021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7951,
"cdna_start": 3451,
"cds_end": null,
"cds_length": 3312,
"cds_start": 3062,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "XM_005256424.3",
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"hgvs_c": "c.3062C>G",
"hgvs_p": "p.Pro1021Arg",
"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": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1021,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000438266.2",
"gene_hgnc_id": 40324,
"gene_symbol": "KIF1C-AS1",
"hgvs_c": "n.172-2946G>C",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000438266.2",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs369620316",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 6317,
"gene_symbol": "KIF1C",
"gnomad_exomes_ac": 0,
"gnomad_exomes_af": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.413,
"pos": 5023901,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.208,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_006612.6"
}
]
}