← 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: 10-69343841-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=69343841&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "10",
      "pos": 69343841,
      "ref": "C",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "ENST00000359426.7",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "NM_001358263.1",
          "protein_id": "NP_001345192.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 575,
          "cdna_end": null,
          "cdna_length": 3998,
          "mane_select": null,
          "mane_plus": "ENST00000643399.2",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "ENST00000643399.2",
          "protein_id": "ENSP00000494664.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 575,
          "cdna_end": null,
          "cdna_length": 3998,
          "mane_select": null,
          "mane_plus": "NM_001358263.1",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_000188.3",
          "protein_id": "NP_000179.2",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3602,
          "mane_select": "ENST00000359426.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000359426.7",
          "protein_id": "ENSP00000352398.6",
          "transcript_support_level": 1,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3602,
          "mane_select": "NM_000188.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.573C>G",
          "hgvs_p": null,
          "transcript": "ENST00000480047.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 575,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "NM_001322366.1",
          "protein_id": "NP_001309295.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3493,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "NM_001441143.1",
          "protein_id": "NP_001428072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3552,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "ENST00000703945.1",
          "protein_id": "ENSP00000515578.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3451,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-140C>G",
          "hgvs_p": null,
          "transcript": "NM_001441147.1",
          "protein_id": "NP_001428076.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3597,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-140C>G",
          "hgvs_p": null,
          "transcript": "NM_001441149.1",
          "protein_id": "NP_001428078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3453,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-327C>G",
          "hgvs_p": null,
          "transcript": "NM_001441151.1",
          "protein_id": "NP_001428080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3367,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-659C>G",
          "hgvs_p": null,
          "transcript": "NM_001441152.1",
          "protein_id": "NP_001428081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3624,
          "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_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-935C>G",
          "hgvs_p": null,
          "transcript": "NM_001441153.1",
          "protein_id": "NP_001428082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.183C>G",
          "hgvs_p": "p.Leu61Leu",
          "transcript": "NM_001322365.2",
          "protein_id": "NP_001309294.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 183,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": 572,
          "cdna_end": null,
          "cdna_length": 3995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "NM_001322364.2",
          "protein_id": "NP_001309293.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 267,
          "cdna_end": null,
          "cdna_length": 3690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "NM_033497.3",
          "protein_id": "NP_277032.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 389,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "NM_033498.3",
          "protein_id": "NP_277033.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 3866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "ENST00000436817.6",
          "protein_id": "ENSP00000415949.2",
          "transcript_support_level": 5,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 410,
          "cdna_end": null,
          "cdna_length": 3835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441139.1",
          "protein_id": "NP_001428068.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.75C>G",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "NM_033496.3",
          "protein_id": "NP_277031.1",
          "transcript_support_level": null,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 75,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 3684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.75C>G",
          "hgvs_p": "p.Leu25Leu",
          "transcript": "ENST00000298649.8",
          "protein_id": "ENSP00000298649.3",
          "transcript_support_level": 5,
          "aa_start": 25,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 75,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 245,
          "cdna_end": null,
          "cdna_length": 3229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.69C>G",
          "hgvs_p": "p.Leu23Leu",
          "transcript": "NM_001441140.1",
          "protein_id": "NP_001428069.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 69,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": 170,
          "cdna_end": null,
          "cdna_length": 3593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441141.1",
          "protein_id": "NP_001428070.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.42C>G",
          "hgvs_p": "p.Leu14Leu",
          "transcript": "NM_033500.2",
          "protein_id": "NP_277035.2",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 905,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2718,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.36C>G",
          "hgvs_p": "p.Leu12Leu",
          "transcript": "NM_001441142.1",
          "protein_id": "NP_001428071.1",
          "transcript_support_level": null,
          "aa_start": 12,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 36,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 325,
          "cdna_end": null,
          "cdna_length": 3748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001322367.1",
          "protein_id": "NP_001309296.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 885,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2658,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441144.1",
          "protein_id": "NP_001428073.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441145.1",
          "protein_id": "NP_001428074.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703954.1",
          "protein_id": "ENSP00000515588.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 137,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441146.1",
          "protein_id": "NP_001428075.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703949.1",
          "protein_id": "ENSP00000515583.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": 177,
          "cdna_end": null,
          "cdna_length": 3426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441148.1",
          "protein_id": "NP_001428077.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000470050.2",
          "protein_id": "ENSP00000515580.1",
          "transcript_support_level": 5,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 192,
          "cdna_end": null,
          "cdna_length": 3362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "NM_001441150.1",
          "protein_id": "NP_001428079.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 787,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2364,
          "cdna_start": 179,
          "cdna_end": null,
          "cdna_length": 3212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703947.1",
          "protein_id": "ENSP00000515581.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 787,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 2364,
          "cdna_start": 190,
          "cdna_end": null,
          "cdna_length": 2942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703950.1",
          "protein_id": "ENSP00000515584.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 165,
          "cdna_end": null,
          "cdna_length": 2706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703946.1",
          "protein_id": "ENSP00000515579.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 192,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703952.1",
          "protein_id": "ENSP00000515586.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 146,
          "cdna_end": null,
          "cdna_length": 2441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu",
          "transcript": "ENST00000703951.1",
          "protein_id": "ENSP00000515585.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 78,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 146,
          "cdna_end": null,
          "cdna_length": 2168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "ENST00000703944.1",
          "protein_id": "ENSP00000515576.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 1037,
          "cdna_start": 451,
          "cdna_end": null,
          "cdna_length": 1398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.42C>G",
          "hgvs_p": "p.Leu14Leu",
          "transcript": "ENST00000421088.5",
          "protein_id": "ENSP00000398316.1",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 113,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 343,
          "cdna_start": 406,
          "cdna_end": null,
          "cdna_length": 707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.42C>G",
          "hgvs_p": "p.Leu14Leu",
          "transcript": "ENST00000483077.5",
          "protein_id": "ENSP00000515575.1",
          "transcript_support_level": 3,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 310,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "ENST00000483054.5",
          "protein_id": "ENSP00000515577.1",
          "transcript_support_level": 3,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 45,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 139,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "ENST00000450646.6",
          "protein_id": "ENSP00000409761.2",
          "transcript_support_level": 5,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 29,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 91,
          "cdna_start": 448,
          "cdna_end": null,
          "cdna_length": 449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "XM_024447969.2",
          "protein_id": "XP_024303737.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 629,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "XM_047425136.1",
          "protein_id": "XP_047281092.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 3907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.90C>G",
          "hgvs_p": "p.Leu30Leu",
          "transcript": "XM_047425137.1",
          "protein_id": "XP_047281093.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 538,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.245C>G",
          "hgvs_p": null,
          "transcript": "ENST00000493591.6",
          "protein_id": "ENSP00000494917.1",
          "transcript_support_level": 5,
          "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": 3745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.304C>G",
          "hgvs_p": null,
          "transcript": "ENST00000494253.1",
          "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": 2848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.78C>G",
          "hgvs_p": null,
          "transcript": "ENST00000703948.1",
          "protein_id": "ENSP00000515582.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": 3441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.78C>G",
          "hgvs_p": null,
          "transcript": "ENST00000703953.1",
          "protein_id": "ENSP00000515587.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": 2976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.628C>G",
          "hgvs_p": null,
          "transcript": "ENST00000703955.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": 3894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.179C>G",
          "hgvs_p": null,
          "transcript": "NR_199804.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": 3502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "n.179C>G",
          "hgvs_p": null,
          "transcript": "NR_199805.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": 3418,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "NM_001322366.1",
          "protein_id": "NP_001309295.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3493,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "NM_001441143.1",
          "protein_id": "NP_001428072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3552,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-7C>G",
          "hgvs_p": null,
          "transcript": "ENST00000703945.1",
          "protein_id": "ENSP00000515578.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3451,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-140C>G",
          "hgvs_p": null,
          "transcript": "NM_001441147.1",
          "protein_id": "NP_001428076.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3597,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-140C>G",
          "hgvs_p": null,
          "transcript": "NM_001441149.1",
          "protein_id": "NP_001428078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3453,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-327C>G",
          "hgvs_p": null,
          "transcript": "NM_001441151.1",
          "protein_id": "NP_001428080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3367,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-659C>G",
          "hgvs_p": null,
          "transcript": "NM_001441152.1",
          "protein_id": "NP_001428081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3624,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.-935C>G",
          "hgvs_p": null,
          "transcript": "NM_001441153.1",
          "protein_id": "NP_001428082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.*5C>G",
          "hgvs_p": null,
          "transcript": "ENST00000464803.6",
          "protein_id": "ENSP00000496531.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 58,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 178,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HK1",
          "gene_hgnc_id": 4922,
          "hgvs_c": "c.*1C>G",
          "hgvs_p": null,
          "transcript": "ENST00000476368.6",
          "protein_id": "ENSP00000495526.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 28,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 89,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "HK1",
      "gene_hgnc_id": 4922,
      "dbsnp": "rs1133189",
      "frequency_reference_population": 0.36273095,
      "hom_count_reference_population": 109887,
      "allele_count_reference_population": 584118,
      "gnomad_exomes_af": 0.363293,
      "gnomad_genomes_af": 0.357331,
      "gnomad_exomes_ac": 529833,
      "gnomad_genomes_ac": 54285,
      "gnomad_exomes_homalt": 99778,
      "gnomad_genomes_homalt": 10109,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.38999998569488525,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": 0.1085,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.39,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.347,
      "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": -19,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -19,
          "benign_score": 19,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000359426.7",
          "gene_symbol": "HK1",
          "hgnc_id": 4922,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.78C>G",
          "hgvs_p": "p.Leu26Leu"
        }
      ],
      "clinvar_disease": "Charcot-Marie-Tooth disease type 4G,Hemolytic anemia due to hexokinase deficiency,Neurodevelopmental disorder with visual defects and brain anomalies,Retinal dystrophy,Retinitis pigmentosa 79,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:8",
      "phenotype_combined": "not provided|Neurodevelopmental disorder with visual defects and brain anomalies|Retinitis pigmentosa 79|Hemolytic anemia due to hexokinase deficiency|Charcot-Marie-Tooth disease type 4G|Retinal dystrophy",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}