← 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: 14-96856542-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=96856542&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 96856542,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000216639.8",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "NM_003384.3",
"protein_id": "NP_003375.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": "ENST00000216639.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000216639.8",
"protein_id": "ENSP00000216639.3",
"transcript_support_level": 1,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": "NM_003384.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000679770.1",
"protein_id": "ENSP00000505214.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 448,
"cds_start": 845,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000679462.1",
"protein_id": "ENSP00000506011.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 437,
"cds_start": 845,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 1527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "NM_001411051.1",
"protein_id": "NP_001397980.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 420,
"cds_start": 845,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000553683.2",
"protein_id": "ENSP00000451412.2",
"transcript_support_level": 3,
"aa_start": 282,
"aa_end": null,
"aa_length": 420,
"cds_start": 845,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 994,
"cdna_end": null,
"cdna_length": 1816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000679918.1",
"protein_id": "ENSP00000505439.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 420,
"cds_start": 845,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 1638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680007.1",
"protein_id": "ENSP00000505683.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 420,
"cds_start": 845,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680683.1",
"protein_id": "ENSP00000506334.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 403,
"cds_start": 845,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 1682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000679816.1",
"protein_id": "ENSP00000506525.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 1765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680756.1",
"protein_id": "ENSP00000506648.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 2291,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681344.1",
"protein_id": "ENSP00000506151.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1216,
"cdna_end": null,
"cdna_length": 1960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681355.1",
"protein_id": "ENSP00000506214.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 396,
"cds_start": 845,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1065,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "NM_001411053.1",
"protein_id": "NP_001397982.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 395,
"cds_start": 845,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680724.1",
"protein_id": "ENSP00000504891.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 395,
"cds_start": 845,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 1813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.842T>C",
"hgvs_p": "p.Ile281Thr",
"transcript": "ENST00000680849.1",
"protein_id": "ENSP00000505602.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 395,
"cds_start": 842,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 890,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680851.1",
"protein_id": "ENSP00000505159.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 395,
"cds_start": 845,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 1511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681195.1",
"protein_id": "ENSP00000504933.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 395,
"cds_start": 845,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 1697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681249.1",
"protein_id": "ENSP00000506013.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 395,
"cds_start": 845,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000557352.2",
"protein_id": "ENSP00000451682.2",
"transcript_support_level": 5,
"aa_start": 282,
"aa_end": null,
"aa_length": 394,
"cds_start": 845,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.839T>C",
"hgvs_p": "p.Ile280Thr",
"transcript": "ENST00000679727.1",
"protein_id": "ENSP00000505844.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 394,
"cds_start": 839,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.839T>C",
"hgvs_p": "p.Ile280Thr",
"transcript": "ENST00000681493.1",
"protein_id": "ENSP00000506429.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 394,
"cds_start": 839,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000679903.1",
"protein_id": "ENSP00000506022.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 393,
"cds_start": 845,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 1444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681419.1",
"protein_id": "ENSP00000505512.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 393,
"cds_start": 845,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680335.1",
"protein_id": "ENSP00000505806.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 375,
"cds_start": 845,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 5188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680538.1",
"protein_id": "ENSP00000505611.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 366,
"cds_start": 845,
"cds_end": null,
"cds_length": 1101,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 1435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000680509.1",
"protein_id": "ENSP00000505209.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 355,
"cds_start": 845,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "ENST00000681785.1",
"protein_id": "ENSP00000505166.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 355,
"cds_start": 845,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1152,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.719T>C",
"hgvs_p": "p.Ile240Thr",
"transcript": "ENST00000681176.1",
"protein_id": "ENSP00000505454.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 313,
"cds_start": 719,
"cds_end": null,
"cds_length": 942,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 1009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.461T>C",
"hgvs_p": "p.Ile154Thr",
"transcript": "ENST00000557222.6",
"protein_id": "ENSP00000450820.2",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 227,
"cds_start": 461,
"cds_end": null,
"cds_length": 684,
"cdna_start": 699,
"cdna_end": null,
"cdna_length": 922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.851T>C",
"hgvs_p": "p.Ile284Thr",
"transcript": "XM_047431752.1",
"protein_id": "XP_047287708.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 422,
"cds_start": 851,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 27148,
"cdna_end": null,
"cdna_length": 27967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.851T>C",
"hgvs_p": "p.Ile284Thr",
"transcript": "XM_047431753.1",
"protein_id": "XP_047287709.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 422,
"cds_start": 851,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 26028,
"cdna_end": null,
"cdna_length": 26847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.851T>C",
"hgvs_p": "p.Ile284Thr",
"transcript": "XM_047431754.1",
"protein_id": "XP_047287710.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 421,
"cds_start": 851,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 27148,
"cdna_end": null,
"cdna_length": 27964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr",
"transcript": "XM_047431755.1",
"protein_id": "XP_047287711.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 419,
"cds_start": 845,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.851T>C",
"hgvs_p": "p.Ile284Thr",
"transcript": "XM_017021625.2",
"protein_id": "XP_016877114.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 398,
"cds_start": 851,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 27148,
"cdna_end": null,
"cdna_length": 27895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.851T>C",
"hgvs_p": "p.Ile284Thr",
"transcript": "XM_047431756.1",
"protein_id": "XP_047287712.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 397,
"cds_start": 851,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 27148,
"cdna_end": null,
"cdna_length": 27892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.724T>C",
"hgvs_p": "p.Leu242Leu",
"transcript": "ENST00000679736.1",
"protein_id": "ENSP00000506517.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 244,
"cds_start": 724,
"cds_end": null,
"cds_length": 735,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 1202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "c.724T>C",
"hgvs_p": "p.Leu242Leu",
"transcript": "XM_017021626.3",
"protein_id": "XP_016877115.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 244,
"cds_start": 724,
"cds_end": null,
"cds_length": 735,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.839T>C",
"hgvs_p": null,
"transcript": "ENST00000679365.1",
"protein_id": "ENSP00000505882.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": 1635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.2907T>C",
"hgvs_p": null,
"transcript": "ENST00000679506.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": 3648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*618T>C",
"hgvs_p": null,
"transcript": "ENST00000679533.1",
"protein_id": "ENSP00000505873.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": 1287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*534T>C",
"hgvs_p": null,
"transcript": "ENST00000679650.1",
"protein_id": "ENSP00000505156.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": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000679758.1",
"protein_id": "ENSP00000505539.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": 1681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.148T>C",
"hgvs_p": null,
"transcript": "ENST00000679843.1",
"protein_id": "ENSP00000506467.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": 873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000679941.1",
"protein_id": "ENSP00000506520.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": 2036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*91T>C",
"hgvs_p": null,
"transcript": "ENST00000679977.1",
"protein_id": "ENSP00000504897.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": 1657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.951T>C",
"hgvs_p": null,
"transcript": "ENST00000680084.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": 2013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*529T>C",
"hgvs_p": null,
"transcript": "ENST00000680222.1",
"protein_id": "ENSP00000506647.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": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*413T>C",
"hgvs_p": null,
"transcript": "ENST00000680339.1",
"protein_id": "ENSP00000506470.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": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000680348.1",
"protein_id": "ENSP00000504922.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": 1070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*735T>C",
"hgvs_p": null,
"transcript": "ENST00000680384.1",
"protein_id": "ENSP00000506237.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": 1182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000680387.1",
"protein_id": "ENSP00000504908.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": 2689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*435T>C",
"hgvs_p": null,
"transcript": "ENST00000680526.1",
"protein_id": "ENSP00000505595.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": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.724T>C",
"hgvs_p": null,
"transcript": "ENST00000680922.1",
"protein_id": "ENSP00000506480.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": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*209T>C",
"hgvs_p": null,
"transcript": "ENST00000680993.1",
"protein_id": "ENSP00000505511.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": 1932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000681061.1",
"protein_id": "ENSP00000506083.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": 1211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*479T>C",
"hgvs_p": null,
"transcript": "ENST00000681077.1",
"protein_id": "ENSP00000505642.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": 1193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000681101.1",
"protein_id": "ENSP00000506564.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": 2040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000681363.1",
"protein_id": "ENSP00000505564.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": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000681474.1",
"protein_id": "ENSP00000505569.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": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.724T>C",
"hgvs_p": null,
"transcript": "ENST00000681524.1",
"protein_id": "ENSP00000505783.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": 6456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000681538.1",
"protein_id": "ENSP00000506662.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": 1580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*314T>C",
"hgvs_p": null,
"transcript": "ENST00000681598.1",
"protein_id": "ENSP00000506128.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": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000681677.1",
"protein_id": "ENSP00000505010.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": 1297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*435T>C",
"hgvs_p": null,
"transcript": "ENST00000681695.1",
"protein_id": "ENSP00000506225.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": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.845T>C",
"hgvs_p": null,
"transcript": "ENST00000681778.1",
"protein_id": "ENSP00000506049.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": 1869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*618T>C",
"hgvs_p": null,
"transcript": "ENST00000679533.1",
"protein_id": "ENSP00000505873.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": 1287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*534T>C",
"hgvs_p": null,
"transcript": "ENST00000679650.1",
"protein_id": "ENSP00000505156.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": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*91T>C",
"hgvs_p": null,
"transcript": "ENST00000679977.1",
"protein_id": "ENSP00000504897.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": 1657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*529T>C",
"hgvs_p": null,
"transcript": "ENST00000680222.1",
"protein_id": "ENSP00000506647.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": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*413T>C",
"hgvs_p": null,
"transcript": "ENST00000680339.1",
"protein_id": "ENSP00000506470.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": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000680348.1",
"protein_id": "ENSP00000504922.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": 1070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*735T>C",
"hgvs_p": null,
"transcript": "ENST00000680384.1",
"protein_id": "ENSP00000506237.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": 1182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*435T>C",
"hgvs_p": null,
"transcript": "ENST00000680526.1",
"protein_id": "ENSP00000505595.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": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*209T>C",
"hgvs_p": null,
"transcript": "ENST00000680993.1",
"protein_id": "ENSP00000505511.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": 1932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000681061.1",
"protein_id": "ENSP00000506083.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": 1211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*479T>C",
"hgvs_p": null,
"transcript": "ENST00000681077.1",
"protein_id": "ENSP00000505642.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": 1193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*314T>C",
"hgvs_p": null,
"transcript": "ENST00000681598.1",
"protein_id": "ENSP00000506128.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": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*330T>C",
"hgvs_p": null,
"transcript": "ENST00000681677.1",
"protein_id": "ENSP00000505010.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": 1297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"hgvs_c": "n.*435T>C",
"hgvs_p": null,
"transcript": "ENST00000681695.1",
"protein_id": "ENSP00000506225.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": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VRK1",
"gene_hgnc_id": 12718,
"dbsnp": "rs371024271",
"frequency_reference_population": 0.000016113898,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.00000752748,
"gnomad_genomes_af": 0.0000985532,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3440057039260864,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.168,
"revel_prediction": "Benign",
"alphamissense_score": 0.107,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.451,
"phylop100way_prediction": "Uncertain_significance",
"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": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000216639.8",
"gene_symbol": "VRK1",
"hgnc_id": 12718,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.845T>C",
"hgvs_p": "p.Ile282Thr"
}
],
"clinvar_disease": "Inborn genetic diseases,Pontocerebellar hypoplasia type 1A",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Pontocerebellar hypoplasia type 1A|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}