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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 96847277,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_003384.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "NM_003384.3",
          "protein_id": "NP_003375.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1663,
          "mane_select": "ENST00000216639.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000216639.8",
          "protein_id": "ENSP00000216639.3",
          "transcript_support_level": 1,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1663,
          "mane_select": "NM_003384.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.-78C>T",
          "hgvs_p": null,
          "transcript": "ENST00000557222.6",
          "protein_id": "ENSP00000450820.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679770.1",
          "protein_id": "ENSP00000505214.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1347,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 1704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679462.1",
          "protein_id": "ENSP00000506011.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": 312,
          "cdna_end": null,
          "cdna_length": 1527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "NM_001411051.1",
          "protein_id": "NP_001397980.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000553683.2",
          "protein_id": "ENSP00000451412.2",
          "transcript_support_level": 3,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 456,
          "cdna_end": null,
          "cdna_length": 1816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679918.1",
          "protein_id": "ENSP00000505439.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680007.1",
          "protein_id": "ENSP00000505683.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 1525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680683.1",
          "protein_id": "ENSP00000506334.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 1682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679816.1",
          "protein_id": "ENSP00000506525.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 478,
          "cdna_end": null,
          "cdna_length": 1765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680756.1",
          "protein_id": "ENSP00000506648.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 1753,
          "cdna_end": null,
          "cdna_length": 2783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681344.1",
          "protein_id": "ENSP00000506151.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 678,
          "cdna_end": null,
          "cdna_length": 1960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681355.1",
          "protein_id": "ENSP00000506214.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "NM_001411053.1",
          "protein_id": "NP_001397982.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680724.1",
          "protein_id": "ENSP00000504891.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 312,
          "cdna_end": null,
          "cdna_length": 1813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.304C>T",
          "hgvs_p": "p.Arg102Cys",
          "transcript": "ENST00000680849.1",
          "protein_id": "ENSP00000505602.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 304,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 352,
          "cdna_end": null,
          "cdna_length": 1634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680851.1",
          "protein_id": "ENSP00000505159.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 312,
          "cdna_end": null,
          "cdna_length": 1511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681195.1",
          "protein_id": "ENSP00000504933.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 1697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681249.1",
          "protein_id": "ENSP00000506013.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 2411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_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": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000557352.2",
          "protein_id": "ENSP00000451682.2",
          "transcript_support_level": 5,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 1320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679727.1",
          "protein_id": "ENSP00000505844.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 392,
          "cdna_end": null,
          "cdna_length": 1673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681493.1",
          "protein_id": "ENSP00000506429.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 1625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679903.1",
          "protein_id": "ENSP00000506022.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 1444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681419.1",
          "protein_id": "ENSP00000505512.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 1823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680335.1",
          "protein_id": "ENSP00000505806.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 5188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680538.1",
          "protein_id": "ENSP00000505611.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_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": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000680509.1",
          "protein_id": "ENSP00000505209.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 369,
          "cdna_end": null,
          "cdna_length": 1130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000681785.1",
          "protein_id": "ENSP00000505166.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 614,
          "cdna_end": null,
          "cdna_length": 1375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Arg61Cys",
          "transcript": "ENST00000681176.1",
          "protein_id": "ENSP00000505454.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": 248,
          "cdna_end": null,
          "cdna_length": 1009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "ENST00000679736.1",
          "protein_id": "ENSP00000506517.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 244,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 735,
          "cdna_start": 375,
          "cdna_end": null,
          "cdna_length": 1202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.313C>T",
          "hgvs_p": "p.Arg105Cys",
          "transcript": "XM_047431752.1",
          "protein_id": "XP_047287708.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 313,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 26610,
          "cdna_end": null,
          "cdna_length": 27967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.313C>T",
          "hgvs_p": "p.Arg105Cys",
          "transcript": "XM_047431753.1",
          "protein_id": "XP_047287709.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 313,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 25490,
          "cdna_end": null,
          "cdna_length": 26847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.313C>T",
          "hgvs_p": "p.Arg105Cys",
          "transcript": "XM_047431754.1",
          "protein_id": "XP_047287710.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 313,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 26610,
          "cdna_end": null,
          "cdna_length": 27964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "XM_047431755.1",
          "protein_id": "XP_047287711.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.313C>T",
          "hgvs_p": "p.Arg105Cys",
          "transcript": "XM_017021625.2",
          "protein_id": "XP_016877114.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 313,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 26610,
          "cdna_end": null,
          "cdna_length": 27895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.313C>T",
          "hgvs_p": "p.Arg105Cys",
          "transcript": "XM_047431756.1",
          "protein_id": "XP_047287712.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 313,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 26610,
          "cdna_end": null,
          "cdna_length": 27892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys",
          "transcript": "XM_017021626.3",
          "protein_id": "XP_016877115.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 244,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 735,
          "cdna_start": 378,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.429C>T",
          "hgvs_p": null,
          "transcript": "ENST00000555351.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 968,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.312C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.*80C>T",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.302C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.413C>T",
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.237C>T",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.302C>T",
          "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": 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.307C>T",
          "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": 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.*197C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.307C>T",
          "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": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "c.-78C>T",
          "hgvs_p": null,
          "transcript": "ENST00000557222.6",
          "protein_id": "ENSP00000450820.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 922,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.*80C>T",
          "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": 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.*197C>T",
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.286+1113C>T",
          "hgvs_p": null,
          "transcript": "ENST00000679452.1",
          "protein_id": "ENSP00000505395.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": 785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.217-5554C>T",
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.217-5554C>T",
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "VRK1",
          "gene_hgnc_id": 12718,
          "hgvs_c": "n.217-5554C>T",
          "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": "rs755450815",
      "frequency_reference_population": 0.000010536259,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 17,
      "gnomad_exomes_af": 0.00000958022,
      "gnomad_genomes_af": 0.0000197197,
      "gnomad_exomes_ac": 14,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4211535155773163,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.258,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1041,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.394,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 1,
          "pathogenic_score": 4,
          "criteria": [
            "PM1",
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_003384.3",
          "gene_symbol": "VRK1",
          "hgnc_id": 12718,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.307C>T",
          "hgvs_p": "p.Arg103Cys"
        }
      ],
      "clinvar_disease": "Congenital pontocerebellar hypoplasia type 1,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": "Congenital pontocerebellar hypoplasia type 1|Inborn genetic diseases|Pontocerebellar hypoplasia type 1A",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}