← 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: 2-240719150-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=240719150&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 240719150,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000498729.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "NM_001244008.2",
"protein_id": "NP_001230937.1",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5228,
"cdna_end": null,
"cdna_length": 9131,
"mane_select": "ENST00000498729.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000498729.9",
"protein_id": "ENSP00000438388.1",
"transcript_support_level": 5,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5228,
"cdna_end": null,
"cdna_length": 9131,
"mane_select": "NM_001244008.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.1627G>T",
"hgvs_p": null,
"transcript": "ENST00000460788.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.3653G>T",
"hgvs_p": null,
"transcript": "ENST00000492812.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5090G>T",
"hgvs_p": "p.Arg1697Leu",
"transcript": "ENST00000675932.2",
"protein_id": "ENSP00000502786.2",
"transcript_support_level": null,
"aa_start": 1697,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5090,
"cds_end": null,
"cds_length": 5685,
"cdna_start": 5248,
"cdna_end": null,
"cdna_length": 9151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5199G>T",
"hgvs_p": "p.Thr1733Thr",
"transcript": "ENST00000675314.2",
"protein_id": "ENSP00000502584.2",
"transcript_support_level": null,
"aa_start": 1733,
"aa_end": null,
"aa_length": 1834,
"cds_start": 5199,
"cds_end": null,
"cds_length": 5505,
"cdna_start": 5357,
"cdna_end": null,
"cdna_length": 9260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5196G>T",
"hgvs_p": "p.Thr1732Thr",
"transcript": "ENST00000674607.2",
"protein_id": "ENSP00000501825.2",
"transcript_support_level": null,
"aa_start": 1732,
"aa_end": null,
"aa_length": 1833,
"cds_start": 5196,
"cds_end": null,
"cds_length": 5502,
"cdna_start": 5354,
"cdna_end": null,
"cdna_length": 9257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5172G>T",
"hgvs_p": "p.Thr1724Thr",
"transcript": "ENST00000448728.2",
"protein_id": "ENSP00000398686.2",
"transcript_support_level": 5,
"aa_start": 1724,
"aa_end": null,
"aa_length": 1825,
"cds_start": 5172,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 5642,
"cdna_end": null,
"cdna_length": 9545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5145G>T",
"hgvs_p": "p.Thr1715Thr",
"transcript": "NM_001379631.1",
"protein_id": "NP_001366560.1",
"transcript_support_level": null,
"aa_start": 1715,
"aa_end": null,
"aa_length": 1816,
"cds_start": 5145,
"cds_end": null,
"cds_length": 5451,
"cdna_start": 5303,
"cdna_end": null,
"cdna_length": 9206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5121G>T",
"hgvs_p": "p.Thr1707Thr",
"transcript": "ENST00000675126.2",
"protein_id": "ENSP00000501874.2",
"transcript_support_level": null,
"aa_start": 1707,
"aa_end": null,
"aa_length": 1808,
"cds_start": 5121,
"cds_end": null,
"cds_length": 5427,
"cdna_start": 5275,
"cdna_end": null,
"cdna_length": 9177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5106G>T",
"hgvs_p": "p.Thr1702Thr",
"transcript": "ENST00000674975.2",
"protein_id": "ENSP00000502241.2",
"transcript_support_level": null,
"aa_start": 1702,
"aa_end": null,
"aa_length": 1803,
"cds_start": 5106,
"cds_end": null,
"cds_length": 5412,
"cdna_start": 5264,
"cdna_end": null,
"cdna_length": 9167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5094G>T",
"hgvs_p": "p.Thr1698Thr",
"transcript": "ENST00000404283.9",
"protein_id": "ENSP00000384231.5",
"transcript_support_level": 5,
"aa_start": 1698,
"aa_end": null,
"aa_length": 1799,
"cds_start": 5094,
"cds_end": null,
"cds_length": 5400,
"cdna_start": 5341,
"cdna_end": null,
"cdna_length": 5647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5085G>T",
"hgvs_p": "p.Thr1695Thr",
"transcript": "ENST00000676050.2",
"protein_id": "ENSP00000501938.2",
"transcript_support_level": null,
"aa_start": 1695,
"aa_end": null,
"aa_length": 1796,
"cds_start": 5085,
"cds_end": null,
"cds_length": 5391,
"cdna_start": 5243,
"cdna_end": null,
"cdna_length": 9146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "NM_001379642.1",
"protein_id": "NP_001366571.1",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5228,
"cdna_end": null,
"cdna_length": 9131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000647572.2",
"protein_id": "ENSP00000497953.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5354,
"cdna_end": null,
"cdna_length": 9257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000674664.2",
"protein_id": "ENSP00000501778.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5161,
"cdna_end": null,
"cdna_length": 9064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000674907.2",
"protein_id": "ENSP00000502048.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5456,
"cdna_end": null,
"cdna_length": 9359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000675152.2",
"protein_id": "ENSP00000501849.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5301,
"cdna_end": null,
"cdna_length": 9204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr",
"transcript": "ENST00000675940.2",
"protein_id": "ENSP00000501962.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5070,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5204,
"cdna_end": null,
"cdna_length": 9107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5046G>T",
"hgvs_p": "p.Thr1682Thr",
"transcript": "NM_001379632.1",
"protein_id": "NP_001366561.1",
"transcript_support_level": null,
"aa_start": 1682,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5046,
"cds_end": null,
"cds_length": 5352,
"cdna_start": 5204,
"cdna_end": null,
"cdna_length": 9107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5043G>T",
"hgvs_p": "p.Thr1681Thr",
"transcript": "NM_001379633.1",
"protein_id": "NP_001366562.1",
"transcript_support_level": null,
"aa_start": 1681,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5043,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5201,
"cdna_end": null,
"cdna_length": 9104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5043G>T",
"hgvs_p": "p.Thr1681Thr",
"transcript": "NM_001379645.1",
"protein_id": "NP_001366574.1",
"transcript_support_level": null,
"aa_start": 1681,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5043,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5227,
"cdna_end": null,
"cdna_length": 9130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5043G>T",
"hgvs_p": "p.Thr1681Thr",
"transcript": "ENST00000648129.1",
"protein_id": "ENSP00000497293.1",
"transcript_support_level": null,
"aa_start": 1681,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5043,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5194,
"cdna_end": null,
"cdna_length": 5859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5043G>T",
"hgvs_p": "p.Thr1681Thr",
"transcript": "ENST00000650130.1",
"protein_id": "ENSP00000498082.1",
"transcript_support_level": null,
"aa_start": 1681,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5043,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5224,
"cdna_end": null,
"cdna_length": 5918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5043G>T",
"hgvs_p": "p.Thr1681Thr",
"transcript": "ENST00000715177.1",
"protein_id": "ENSP00000520373.1",
"transcript_support_level": null,
"aa_start": 1681,
"aa_end": null,
"aa_length": 1770,
"cds_start": 5043,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 5155,
"cdna_end": null,
"cdna_length": 5797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4896G>T",
"hgvs_p": "p.Thr1632Thr",
"transcript": "NM_001379634.1",
"protein_id": "NP_001366563.1",
"transcript_support_level": null,
"aa_start": 1632,
"aa_end": null,
"aa_length": 1733,
"cds_start": 4896,
"cds_end": null,
"cds_length": 5202,
"cdna_start": 5054,
"cdna_end": null,
"cdna_length": 8957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4893G>T",
"hgvs_p": "p.Thr1631Thr",
"transcript": "NM_001379635.1",
"protein_id": "NP_001366564.1",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4893,
"cds_end": null,
"cds_length": 5199,
"cdna_start": 5077,
"cdna_end": null,
"cdna_length": 8980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4893G>T",
"hgvs_p": "p.Thr1631Thr",
"transcript": "NM_001379646.1",
"protein_id": "NP_001366575.1",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4893,
"cds_end": null,
"cds_length": 5199,
"cdna_start": 5051,
"cdna_end": null,
"cdna_length": 8954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4893G>T",
"hgvs_p": "p.Thr1631Thr",
"transcript": "ENST00000648047.2",
"protein_id": "ENSP00000497935.2",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4893,
"cds_end": null,
"cds_length": 5199,
"cdna_start": 5051,
"cdna_end": null,
"cdna_length": 8951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4881G>T",
"hgvs_p": "p.Thr1627Thr",
"transcript": "NM_001379636.1",
"protein_id": "NP_001366565.1",
"transcript_support_level": null,
"aa_start": 1627,
"aa_end": null,
"aa_length": 1728,
"cds_start": 4881,
"cds_end": null,
"cds_length": 5187,
"cdna_start": 5039,
"cdna_end": null,
"cdna_length": 8942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4881G>T",
"hgvs_p": "p.Thr1627Thr",
"transcript": "ENST00000647885.1",
"protein_id": "ENSP00000497739.1",
"transcript_support_level": null,
"aa_start": 1627,
"aa_end": null,
"aa_length": 1728,
"cds_start": 4881,
"cds_end": null,
"cds_length": 5187,
"cdna_start": 5039,
"cdna_end": null,
"cdna_length": 5725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4869G>T",
"hgvs_p": "p.Thr1623Thr",
"transcript": "NM_001330290.2",
"protein_id": "NP_001317219.1",
"transcript_support_level": null,
"aa_start": 1623,
"aa_end": null,
"aa_length": 1724,
"cds_start": 4869,
"cds_end": null,
"cds_length": 5175,
"cdna_start": 5027,
"cdna_end": null,
"cdna_length": 8930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4869G>T",
"hgvs_p": "p.Thr1623Thr",
"transcript": "NM_001379648.1",
"protein_id": "NP_001366577.1",
"transcript_support_level": null,
"aa_start": 1623,
"aa_end": null,
"aa_length": 1724,
"cds_start": 4869,
"cds_end": null,
"cds_length": 5175,
"cdna_start": 5027,
"cdna_end": null,
"cdna_length": 8930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4869G>T",
"hgvs_p": "p.Thr1623Thr",
"transcript": "ENST00000649306.1",
"protein_id": "ENSP00000497678.1",
"transcript_support_level": null,
"aa_start": 1623,
"aa_end": null,
"aa_length": 1724,
"cds_start": 4869,
"cds_end": null,
"cds_length": 5175,
"cdna_start": 5020,
"cdna_end": null,
"cdna_length": 5697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4845G>T",
"hgvs_p": "p.Thr1615Thr",
"transcript": "ENST00000431776.7",
"protein_id": "ENSP00000414613.3",
"transcript_support_level": 5,
"aa_start": 1615,
"aa_end": null,
"aa_length": 1716,
"cds_start": 4845,
"cds_end": null,
"cds_length": 5151,
"cdna_start": 5003,
"cdna_end": null,
"cdna_length": 8906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4842G>T",
"hgvs_p": "p.Thr1614Thr",
"transcript": "NM_001379637.1",
"protein_id": "NP_001366566.1",
"transcript_support_level": null,
"aa_start": 1614,
"aa_end": null,
"aa_length": 1715,
"cds_start": 4842,
"cds_end": null,
"cds_length": 5148,
"cdna_start": 5000,
"cdna_end": null,
"cdna_length": 8903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4821G>T",
"hgvs_p": "p.Thr1607Thr",
"transcript": "NM_001330289.2",
"protein_id": "NP_001317218.1",
"transcript_support_level": null,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1708,
"cds_start": 4821,
"cds_end": null,
"cds_length": 5127,
"cdna_start": 4979,
"cdna_end": null,
"cdna_length": 8882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4821G>T",
"hgvs_p": "p.Thr1607Thr",
"transcript": "ENST00000648680.1",
"protein_id": "ENSP00000497586.1",
"transcript_support_level": null,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1708,
"cds_start": 4821,
"cds_end": null,
"cds_length": 5127,
"cdna_start": 4972,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4818G>T",
"hgvs_p": "p.Thr1606Thr",
"transcript": "NM_001379638.1",
"protein_id": "NP_001366567.1",
"transcript_support_level": null,
"aa_start": 1606,
"aa_end": null,
"aa_length": 1707,
"cds_start": 4818,
"cds_end": null,
"cds_length": 5124,
"cdna_start": 4976,
"cdna_end": null,
"cdna_length": 8879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4794G>T",
"hgvs_p": "p.Thr1598Thr",
"transcript": "NM_001320705.2",
"protein_id": "NP_001307634.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5100,
"cdna_start": 4952,
"cdna_end": null,
"cdna_length": 8855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4794G>T",
"hgvs_p": "p.Thr1598Thr",
"transcript": "NM_001379649.1",
"protein_id": "NP_001366578.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5100,
"cdna_start": 4952,
"cdna_end": null,
"cdna_length": 8855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4794G>T",
"hgvs_p": "p.Thr1598Thr",
"transcript": "ENST00000647731.1",
"protein_id": "ENSP00000498099.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5100,
"cdna_start": 4944,
"cdna_end": null,
"cdna_length": 5945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4794G>T",
"hgvs_p": "p.Thr1598Thr",
"transcript": "ENST00000648364.1",
"protein_id": "ENSP00000498196.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5100,
"cdna_start": 4952,
"cdna_end": null,
"cdna_length": 7299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4791G>T",
"hgvs_p": "p.Thr1597Thr",
"transcript": "NM_001379639.1",
"protein_id": "NP_001366568.1",
"transcript_support_level": null,
"aa_start": 1597,
"aa_end": null,
"aa_length": 1698,
"cds_start": 4791,
"cds_end": null,
"cds_length": 5097,
"cdna_start": 4949,
"cdna_end": null,
"cdna_length": 8852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4791G>T",
"hgvs_p": "p.Thr1597Thr",
"transcript": "ENST00000320389.12",
"protein_id": "ENSP00000322791.8",
"transcript_support_level": 5,
"aa_start": 1597,
"aa_end": null,
"aa_length": 1698,
"cds_start": 4791,
"cds_end": null,
"cds_length": 5097,
"cdna_start": 4949,
"cdna_end": null,
"cdna_length": 8785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "NM_001379650.1",
"protein_id": "NP_001366579.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 4951,
"cdna_end": null,
"cdna_length": 8854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "NM_001379651.1",
"protein_id": "NP_001366580.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 4999,
"cdna_end": null,
"cdna_length": 8902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "NM_001379653.1",
"protein_id": "NP_001366582.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 4891,
"cdna_end": null,
"cdna_length": 8794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "NM_004321.8",
"protein_id": "NP_004312.2",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 4925,
"cdna_end": null,
"cdna_length": 8828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "ENST00000649096.1",
"protein_id": "ENSP00000497030.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 5078,
"cdna_end": null,
"cdna_length": 8987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "ENST00000650053.1",
"protein_id": "ENSP00000497824.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5073,
"cdna_start": 4937,
"cdna_end": null,
"cdna_length": 5624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4764G>T",
"hgvs_p": "p.Thr1588Thr",
"transcript": "NM_001379640.1",
"protein_id": "NP_001366569.1",
"transcript_support_level": null,
"aa_start": 1588,
"aa_end": null,
"aa_length": 1689,
"cds_start": 4764,
"cds_end": null,
"cds_length": 5070,
"cdna_start": 4922,
"cdna_end": null,
"cdna_length": 8825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.4767G>T",
"hgvs_p": "p.Thr1589Thr",
"transcript": "NM_001379641.1",
"protein_id": "NP_001366570.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1678,
"cds_start": 4767,
"cds_end": null,
"cds_length": 5037,
"cdna_start": 4925,
"cdna_end": null,
"cdna_length": 8792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5172G>T",
"hgvs_p": "p.Thr1724Thr",
"transcript": "XM_047444818.1",
"protein_id": "XP_047300774.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 1825,
"cds_start": 5172,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 5330,
"cdna_end": null,
"cdna_length": 9233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5172G>T",
"hgvs_p": "p.Thr1724Thr",
"transcript": "XM_047444819.1",
"protein_id": "XP_047300775.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 1825,
"cds_start": 5172,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 5356,
"cdna_end": null,
"cdna_length": 9259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5169G>T",
"hgvs_p": "p.Thr1723Thr",
"transcript": "XM_047444820.1",
"protein_id": "XP_047300776.1",
"transcript_support_level": null,
"aa_start": 1723,
"aa_end": null,
"aa_length": 1824,
"cds_start": 5169,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 5327,
"cdna_end": null,
"cdna_length": 9230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "c.5097G>T",
"hgvs_p": "p.Thr1699Thr",
"transcript": "XM_047444821.1",
"protein_id": "XP_047300777.1",
"transcript_support_level": null,
"aa_start": 1699,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5097,
"cds_end": null,
"cds_length": 5403,
"cdna_start": 5255,
"cdna_end": null,
"cdna_length": 9158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.5927G>T",
"hgvs_p": null,
"transcript": "ENST00000488776.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.4064G>T",
"hgvs_p": null,
"transcript": "ENST00000649190.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.4142G>T",
"hgvs_p": null,
"transcript": "ENST00000650430.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.*5020G>T",
"hgvs_p": null,
"transcript": "ENST00000674793.2",
"protein_id": "ENSP00000501930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.*357G>T",
"hgvs_p": null,
"transcript": "ENST00000675644.2",
"protein_id": "ENSP00000502435.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.*5020G>T",
"hgvs_p": null,
"transcript": "ENST00000674793.2",
"protein_id": "ENSP00000501930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"hgvs_c": "n.*357G>T",
"hgvs_p": null,
"transcript": "ENST00000675644.2",
"protein_id": "ENSP00000502435.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KIF1A",
"gene_hgnc_id": 888,
"dbsnp": "rs201733233",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4399999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.185,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000498729.9",
"gene_symbol": "KIF1A",
"hgnc_id": 888,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.5070G>T",
"hgvs_p": "p.Thr1690Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}