← 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-96876033-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PS3",
            "PM2",
            "PP5_Very_Strong"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "VRK1",
          "hgnc_id": 12718,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "inheritance_mode": "AR",
          "pathogenic_score": 22,
          "score": 22,
          "transcript": "NM_001411051.1",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PS3,PM2,PP5_Very_Strong",
      "acmg_score": 22,
      "allele_count_reference_population": 73,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.55,
      "chr": "14",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": " autosomal recessive 10, distal hereditary motor,Abnormality of the musculature,Congenital pontocerebellar hypoplasia type 1,Inborn genetic diseases,Neuronopathy,Pontocerebellar hypoplasia type 1A,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:9 O:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.14499999582767487,
      "computational_source_selected": "REVEL",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1663,
          "cdna_start": 1143,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_003384.3",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000216639.8",
          "protein_coding": true,
          "protein_id": "NP_003375.1",
          "strand": true,
          "transcript": "NM_003384.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1663,
          "cdna_start": 1143,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000216639.8",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003384.3",
          "protein_coding": true,
          "protein_id": "ENSP00000216639.3",
          "strand": true,
          "transcript": "ENST00000216639.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 448,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1704,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1347,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679770.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505214.1",
          "strand": true,
          "transcript": "ENST00000679770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1758,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915477.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585536.1",
          "strand": true,
          "transcript": "ENST00000915477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1735,
          "cdna_start": 1143,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001411051.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397980.1",
          "strand": true,
          "transcript": "NM_001411051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1816,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000553683.2",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000451412.2",
          "strand": true,
          "transcript": "ENST00000553683.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": 1247,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679918.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505439.1",
          "strand": true,
          "transcript": "ENST00000679918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680007.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505683.1",
          "strand": true,
          "transcript": "ENST00000680007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "R",
          "aa_start": 356,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1742,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 1066,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915475.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1066C>T",
          "hgvs_p": "p.Arg356*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585534.1",
          "strand": true,
          "transcript": "ENST00000915475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1682,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680683.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506334.1",
          "strand": true,
          "transcript": "ENST00000680683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1765,
          "cdna_start": 1243,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679816.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506525.1",
          "strand": true,
          "transcript": "ENST00000679816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": 2518,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680756.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506648.1",
          "strand": true,
          "transcript": "ENST00000680756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1960,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000681344.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506151.1",
          "strand": true,
          "transcript": "ENST00000681344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1719,
          "cdna_start": 1292,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000681355.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506214.1",
          "strand": true,
          "transcript": "ENST00000681355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2824,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000867448.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537507.1",
          "strand": true,
          "transcript": "ENST00000867448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1797,
          "cdna_start": 1278,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000915479.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585538.1",
          "strand": true,
          "transcript": "ENST00000915479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1796,
          "cdna_start": 1280,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000915480.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585539.1",
          "strand": true,
          "transcript": "ENST00000915480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7034,
          "cdna_start": 6517,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000915484.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585543.1",
          "strand": true,
          "transcript": "ENST00000915484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2984,
          "cdna_start": 1330,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000966951.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637010.1",
          "strand": true,
          "transcript": "ENST00000966951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1813,
          "cdna_start": 1077,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000680724.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504891.1",
          "strand": true,
          "transcript": "ENST00000680724.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 1117,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1069,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680849.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505602.1",
          "strand": true,
          "transcript": "ENST00000680849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "R",
          "aa_start": 356,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1673,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1066,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679727.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1066C>T",
          "hgvs_p": "p.Arg356*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505844.1",
          "strand": true,
          "transcript": "ENST00000679727.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "R",
          "aa_start": 356,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1625,
          "cdna_start": 1113,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1066,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000681493.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1066C>T",
          "hgvs_p": "p.Arg356*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506429.1",
          "strand": true,
          "transcript": "ENST00000681493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "R",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1823,
          "cdna_start": 1133,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 1072,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000681419.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505512.1",
          "strand": true,
          "transcript": "ENST00000681419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 390,
          "aa_ref": "R",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1451,
          "cdna_start": 1064,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": 982,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000867449.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.982C>T",
          "hgvs_p": "p.Arg328*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537508.1",
          "strand": true,
          "transcript": "ENST00000867449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": "R",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1435,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": 982,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680538.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.982C>T",
          "hgvs_p": "p.Arg328*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505611.1",
          "strand": true,
          "transcript": "ENST00000680538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 364,
          "aa_ref": "R",
          "aa_start": 326,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1351,
          "cdna_start": 1033,
          "cds_end": null,
          "cds_length": 1095,
          "cds_start": 976,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915482.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.976C>T",
          "hgvs_p": "p.Arg326*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585541.1",
          "strand": true,
          "transcript": "ENST00000915482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 325,
          "aa_ref": "R",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1240,
          "cdna_start": 917,
          "cds_end": null,
          "cds_length": 978,
          "cds_start": 859,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000915481.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.859C>T",
          "hgvs_p": "p.Arg287*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585540.1",
          "strand": true,
          "transcript": "ENST00000915481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 112,
          "aa_ref": "R",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 824,
          "cdna_start": 299,
          "cds_end": null,
          "cds_length": 339,
          "cds_start": 220,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000915474.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.220C>T",
          "hgvs_p": "p.Arg74*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585533.1",
          "strand": true,
          "transcript": "ENST00000915474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "R",
          "aa_start": 360,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 27967,
          "cdna_start": 27375,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 1078,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047431752.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1078C>T",
          "hgvs_p": "p.Arg360*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287708.1",
          "strand": true,
          "transcript": "XM_047431752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "R",
          "aa_start": 360,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 26847,
          "cdna_start": 26255,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 1078,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047431753.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1078C>T",
          "hgvs_p": "p.Arg360*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287709.1",
          "strand": true,
          "transcript": "XM_047431753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 398,
          "aa_ref": "R",
          "aa_start": 360,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 27895,
          "cdna_start": 27375,
          "cds_end": null,
          "cds_length": 1197,
          "cds_start": 1078,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017021625.2",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1078C>T",
          "hgvs_p": "p.Arg360*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016877114.1",
          "strand": true,
          "transcript": "XM_017021625.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1747,
          "cdna_start": 1150,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915473.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585532.1",
          "strand": true,
          "transcript": "ENST00000915473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "R",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1730,
          "cdna_start": 1136,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 1063,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915476.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1063C>T",
          "hgvs_p": "p.Arg355*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585535.1",
          "strand": true,
          "transcript": "ENST00000915476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1676,
          "cdna_start": 1135,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915478.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585537.1",
          "strand": true,
          "transcript": "ENST00000915478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1660,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001411053.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397982.1",
          "strand": true,
          "transcript": "NM_001411053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1697,
          "cdna_start": 1177,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000681195.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504933.1",
          "strand": true,
          "transcript": "ENST00000681195.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2411,
          "cdna_start": 2032,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000681249.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506013.1",
          "strand": true,
          "transcript": "ENST00000681249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1749,
          "cdna_start": 1224,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915483.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585542.1",
          "strand": true,
          "transcript": "ENST00000915483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "R",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1689,
          "cdna_start": 1164,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 1063,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000915471.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1063C>T",
          "hgvs_p": "p.Arg355*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585530.1",
          "strand": true,
          "transcript": "ENST00000915471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 111,
          "aa_ref": "R",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 837,
          "cdna_start": 317,
          "cds_end": null,
          "cds_length": 336,
          "cds_start": 217,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000915472.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.217C>T",
          "hgvs_p": "p.Arg73*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585531.1",
          "strand": true,
          "transcript": "ENST00000915472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "R",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 27964,
          "cdna_start": 27372,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1075,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047431754.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1075C>T",
          "hgvs_p": "p.Arg359*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287710.1",
          "strand": true,
          "transcript": "XM_047431754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 357,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1732,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 1069,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047431755.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287711.1",
          "strand": true,
          "transcript": "XM_047431755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 397,
          "aa_ref": "R",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 27892,
          "cdna_start": 27372,
          "cds_end": null,
          "cds_length": 1194,
          "cds_start": 1075,
          "consequences": [
            "stop_gained",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047431756.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1075C>T",
          "hgvs_p": "p.Arg359*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287712.1",
          "strand": true,
          "transcript": "XM_047431756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "S",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1527,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1107,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000679462.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1107C>T",
          "hgvs_p": "p.Ser369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506011.1",
          "strand": true,
          "transcript": "ENST00000679462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1511,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680851.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069-5144C>T",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505159.1",
          "strand": true,
          "transcript": "ENST00000680851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679903.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1069-6C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506022.1",
          "strand": true,
          "transcript": "ENST00000679903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5188,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680335.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "c.1068+15298C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505806.1",
          "strand": true,
          "transcript": "ENST00000680335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000555067.2",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.11126C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000555067.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1635,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000679365.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1063C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505882.1",
          "strand": true,
          "transcript": "ENST00000679365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000679506.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.3131C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679506.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679533.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*845C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505873.1",
          "strand": true,
          "transcript": "ENST00000679533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000679650.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*761C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505156.1",
          "strand": true,
          "transcript": "ENST00000679650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 873,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000679843.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*216C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506467.1",
          "strand": true,
          "transcript": "ENST00000679843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679977.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*318C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504897.1",
          "strand": true,
          "transcript": "ENST00000679977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000680387.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1069C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504908.1",
          "strand": true,
          "transcript": "ENST00000680387.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2040,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000681101.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1072C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506564.1",
          "strand": true,
          "transcript": "ENST00000681101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1882,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000681363.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*172C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505564.1",
          "strand": true,
          "transcript": "ENST00000681363.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1280,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000681474.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.893C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505569.1",
          "strand": true,
          "transcript": "ENST00000681474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6456,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000681524.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*216C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505783.1",
          "strand": true,
          "transcript": "ENST00000681524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000681538.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*241C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506662.1",
          "strand": true,
          "transcript": "ENST00000681538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1297,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000681677.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*557C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505010.1",
          "strand": true,
          "transcript": "ENST00000681677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1402,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000681695.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*662C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506225.1",
          "strand": true,
          "transcript": "ENST00000681695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679533.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*845C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505873.1",
          "strand": true,
          "transcript": "ENST00000679533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000679650.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*761C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505156.1",
          "strand": true,
          "transcript": "ENST00000679650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 873,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000679843.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*216C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506467.1",
          "strand": true,
          "transcript": "ENST00000679843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000679977.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*318C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504897.1",
          "strand": true,
          "transcript": "ENST00000679977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1882,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000681363.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*172C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505564.1",
          "strand": true,
          "transcript": "ENST00000681363.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6456,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000681524.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*216C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505783.1",
          "strand": true,
          "transcript": "ENST00000681524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000681538.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*241C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506662.1",
          "strand": true,
          "transcript": "ENST00000681538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1297,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000681677.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*557C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505010.1",
          "strand": true,
          "transcript": "ENST00000681677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1402,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000681695.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*662C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506225.1",
          "strand": true,
          "transcript": "ENST00000681695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679758.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1068+15298C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505539.1",
          "strand": true,
          "transcript": "ENST00000679758.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2036,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679941.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1068+15298C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506520.1",
          "strand": true,
          "transcript": "ENST00000679941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1347,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680526.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*587+15369C>T",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505595.1",
          "strand": true,
          "transcript": "ENST00000680526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1520,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680922.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*212+15298C>T",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506480.1",
          "strand": true,
          "transcript": "ENST00000680922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1932,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680993.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*432+15298C>T",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505511.1",
          "strand": true,
          "transcript": "ENST00000680993.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1211,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681061.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*553+15298C>T",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506083.1",
          "strand": true,
          "transcript": "ENST00000681061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1396,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681598.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.*537+15298C>T",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506128.1",
          "strand": true,
          "transcript": "ENST00000681598.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1869,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681778.1",
          "gene_hgnc_id": 12718,
          "gene_symbol": "VRK1",
          "hgvs_c": "n.1068+15298C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506049.1",
          "strand": true,
          "transcript": "ENST00000681778.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs137853063",
      "effect": "stop_gained",
      "frequency_reference_population": 0.000045278844,
      "gene_hgnc_id": 12718,
      "gene_symbol": "VRK1",
      "gnomad_exomes_ac": 66,
      "gnomad_exomes_af": 0.0000451969,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 7,
      "gnomad_genomes_af": 0.0000460666,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "not provided|Pontocerebellar hypoplasia type 1A|Abnormality of the musculature|Inborn genetic diseases|Congenital pontocerebellar hypoplasia type 1|Neuronopathy, distal hereditary motor, autosomal recessive 10|Neuronopathy, distal hereditary motor, autosomal recessive 10;Pontocerebellar hypoplasia type 1A",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.006,
      "pos": 96876033,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.145,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001411051.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.