← 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: 1-46562696-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MKNK1",
          "hgnc_id": 7110,
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_003684.7",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "MKNK1-AS1",
          "hgnc_id": 44129,
          "hgvs_c": "n.515-816C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "ENST00000602433.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 29,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.4532,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.07,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.7852524518966675,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2661,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001135553.4",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000371945.10",
          "protein_coding": true,
          "protein_id": "NP_001129025.2",
          "strand": false,
          "transcript": "NM_001135553.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2661,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000371945.10",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001135553.4",
          "protein_coding": true,
          "protein_id": "ENSP00000361013.5",
          "strand": false,
          "transcript": "ENST00000371945.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "G",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2719,
          "cdna_start": 1080,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000371946.9",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000361014.5",
          "strand": false,
          "transcript": "ENST00000371946.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2422,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000342571.7",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.783G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000342571.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1121,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000531355.6",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*524G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434493.2",
          "strand": false,
          "transcript": "ENST00000531355.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1121,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000531355.6",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*524G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434493.2",
          "strand": false,
          "transcript": "ENST00000531355.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 465,
          "aa_ref": "G",
          "aa_start": 306,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2809,
          "cdna_start": 1160,
          "cds_end": null,
          "cds_length": 1398,
          "cds_start": 916,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000649800.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.916G>A",
          "hgvs_p": "p.Gly306Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498083.1",
          "strand": false,
          "transcript": "ENST00000649800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "G",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2784,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_003684.7",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_003675.3",
          "strand": false,
          "transcript": "NM_003684.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "G",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2775,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898407.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568466.1",
          "strand": false,
          "transcript": "ENST00000898407.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "G",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2814,
          "cdna_start": 1164,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000898420.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568479.1",
          "strand": false,
          "transcript": "ENST00000898420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 453,
          "aa_ref": "G",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2870,
          "cdna_start": 1220,
          "cds_end": null,
          "cds_length": 1362,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000967057.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.880G>A",
          "hgvs_p": "p.Gly294Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637116.1",
          "strand": false,
          "transcript": "ENST00000967057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 424,
          "aa_ref": "G",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2686,
          "cdna_start": 1037,
          "cds_end": null,
          "cds_length": 1275,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000650508.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Gly265Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498143.1",
          "strand": false,
          "transcript": "ENST00000650508.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "G",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3814,
          "cdna_start": 2186,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 787,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000898424.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.787G>A",
          "hgvs_p": "p.Gly263Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568483.1",
          "strand": false,
          "transcript": "ENST00000898424.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "G",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2627,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 787,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000940355.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.787G>A",
          "hgvs_p": "p.Gly263Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610414.1",
          "strand": false,
          "transcript": "ENST00000940355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2720,
          "cdna_start": 1070,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377337.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364266.1",
          "strand": false,
          "transcript": "NM_001377337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2762,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377338.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364267.1",
          "strand": false,
          "transcript": "NM_001377338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": "G",
          "aa_start": 256,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2608,
          "cdna_start": 959,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": 766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000967062.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Gly256Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637121.1",
          "strand": false,
          "transcript": "ENST00000967062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2619,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001377373.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364302.1",
          "strand": false,
          "transcript": "NM_001377373.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 1091,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898408.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568467.1",
          "strand": false,
          "transcript": "ENST00000898408.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3248,
          "cdna_start": 1598,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000898409.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568468.1",
          "strand": false,
          "transcript": "ENST00000898409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2760,
          "cdna_start": 1110,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898410.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568469.1",
          "strand": false,
          "transcript": "ENST00000898410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2893,
          "cdna_start": 1243,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000898412.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568471.1",
          "strand": false,
          "transcript": "ENST00000898412.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3045,
          "cdna_start": 1408,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000898414.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568473.1",
          "strand": false,
          "transcript": "ENST00000898414.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3177,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898416.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568475.1",
          "strand": false,
          "transcript": "ENST00000898416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2662,
          "cdna_start": 1024,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898417.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568476.1",
          "strand": false,
          "transcript": "ENST00000898417.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2732,
          "cdna_start": 1095,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898418.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568477.1",
          "strand": false,
          "transcript": "ENST00000898418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2795,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000898419.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568478.1",
          "strand": false,
          "transcript": "ENST00000898419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3122,
          "cdna_start": 1474,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000898422.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568481.1",
          "strand": false,
          "transcript": "ENST00000898422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 997,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000898423.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568482.1",
          "strand": false,
          "transcript": "ENST00000898423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3992,
          "cdna_start": 2342,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000898425.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568484.1",
          "strand": false,
          "transcript": "ENST00000898425.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2877,
          "cdna_start": 1239,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000898426.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568485.1",
          "strand": false,
          "transcript": "ENST00000898426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2724,
          "cdna_start": 1076,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000898427.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568486.1",
          "strand": false,
          "transcript": "ENST00000898427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3414,
          "cdna_start": 1777,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000898428.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568487.1",
          "strand": false,
          "transcript": "ENST00000898428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2590,
          "cdna_start": 951,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000940352.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610411.1",
          "strand": false,
          "transcript": "ENST00000940352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2629,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000940353.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610412.1",
          "strand": false,
          "transcript": "ENST00000940353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2973,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000940354.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610413.1",
          "strand": false,
          "transcript": "ENST00000940354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2904,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000967056.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637115.1",
          "strand": false,
          "transcript": "ENST00000967056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2779,
          "cdna_start": 1130,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000967058.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637117.1",
          "strand": false,
          "transcript": "ENST00000967058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2825,
          "cdna_start": 1176,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000967059.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637118.1",
          "strand": false,
          "transcript": "ENST00000967059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000967060.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637119.1",
          "strand": false,
          "transcript": "ENST00000967060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3020,
          "cdna_start": 1371,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000967061.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637120.1",
          "strand": false,
          "transcript": "ENST00000967061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2610,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000967063.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637122.1",
          "strand": false,
          "transcript": "ENST00000967063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3136,
          "cdna_start": 1500,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000967064.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637123.1",
          "strand": false,
          "transcript": "ENST00000967064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1067,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000967066.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637125.1",
          "strand": false,
          "transcript": "ENST00000967066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2659,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000967067.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637126.1",
          "strand": false,
          "transcript": "ENST00000967067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4086,
          "cdna_start": 2448,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000967069.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637128.1",
          "strand": false,
          "transcript": "ENST00000967069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3068,
          "cdna_start": 1430,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000967070.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637129.1",
          "strand": false,
          "transcript": "ENST00000967070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 1605,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000967072.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637131.1",
          "strand": false,
          "transcript": "ENST00000967072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2517,
          "cdna_start": 1404,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000967073.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637132.1",
          "strand": false,
          "transcript": "ENST00000967073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2623,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000967068.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637127.1",
          "strand": false,
          "transcript": "ENST00000967068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "G",
          "aa_start": 218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2510,
          "cdna_start": 873,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 652,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000898421.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.652G>A",
          "hgvs_p": "p.Gly218Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568480.1",
          "strand": false,
          "transcript": "ENST00000898421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "G",
          "aa_start": 218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 652,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000967071.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.652G>A",
          "hgvs_p": "p.Gly218Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637130.1",
          "strand": false,
          "transcript": "ENST00000967071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2478,
          "cdna_start": 995,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000898413.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568472.1",
          "strand": false,
          "transcript": "ENST00000898413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": "G",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2600,
          "cdna_start": 995,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000650026.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Gly265Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000497380.1",
          "strand": false,
          "transcript": "ENST00000650026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2676,
          "cdna_start": 1070,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377341.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364270.1",
          "strand": false,
          "transcript": "NM_001377341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2718,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377342.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364271.1",
          "strand": false,
          "transcript": "NM_001377342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2617,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001377374.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364303.1",
          "strand": false,
          "transcript": "NM_001377374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2637,
          "cdna_start": 1031,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001377375.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364304.1",
          "strand": false,
          "transcript": "NM_001377375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2575,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_198973.5",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_945324.2",
          "strand": false,
          "transcript": "NM_198973.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1270,
          "cdna_start": 956,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000428112.7",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000411135.3",
          "strand": false,
          "transcript": "ENST00000428112.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": "G",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2612,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000341183.9",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Gly170Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000339573.6",
          "strand": false,
          "transcript": "ENST00000341183.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 328,
          "aa_ref": "G",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2358,
          "cdna_start": 721,
          "cds_end": null,
          "cds_length": 987,
          "cds_start": 505,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000898411.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.505G>A",
          "hgvs_p": "p.Gly169Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568470.1",
          "strand": false,
          "transcript": "ENST00000898411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 328,
          "aa_ref": "G",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2380,
          "cdna_start": 740,
          "cds_end": null,
          "cds_length": 987,
          "cds_start": 505,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000967065.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.505G>A",
          "hgvs_p": "p.Gly169Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637124.1",
          "strand": false,
          "transcript": "ENST00000967065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 292,
          "aa_ref": "G",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2477,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 879,
          "cds_start": 628,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001377343.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.628G>A",
          "hgvs_p": "p.Gly210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364272.1",
          "strand": false,
          "transcript": "NM_001377343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 84,
          "aa_ref": "G",
          "aa_start": 57,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 786,
          "cdna_start": 171,
          "cds_end": null,
          "cds_length": 255,
          "cds_start": 169,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000524749.5",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.169G>A",
          "hgvs_p": "p.Gly57Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435069.1",
          "strand": false,
          "transcript": "ENST00000524749.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "G",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2506,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 802,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047433022.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.802G>A",
          "hgvs_p": "p.Gly268Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288978.1",
          "strand": false,
          "transcript": "XM_047433022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 424,
          "aa_ref": "G",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2681,
          "cdna_start": 1031,
          "cds_end": null,
          "cds_length": 1275,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047433024.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Gly265Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288980.1",
          "strand": false,
          "transcript": "XM_047433024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 424,
          "aa_ref": "G",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3194,
          "cdna_start": 1544,
          "cds_end": null,
          "cds_length": 1275,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047433025.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Gly265Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288981.1",
          "strand": false,
          "transcript": "XM_047433025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 424,
          "aa_ref": "G",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2620,
          "cdna_start": 970,
          "cds_end": null,
          "cds_length": 1275,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047433026.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Gly265Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288982.1",
          "strand": false,
          "transcript": "XM_047433026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9873,
          "cdna_start": 8223,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_006711002.4",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006711065.1",
          "strand": false,
          "transcript": "XM_006711002.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2498,
          "cdna_start": 848,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_024450510.2",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024306278.1",
          "strand": false,
          "transcript": "XM_024450510.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10395,
          "cdna_start": 8745,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047433039.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288995.1",
          "strand": false,
          "transcript": "XM_047433039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "G",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2798,
          "cdna_start": 1148,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047433042.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Gly253Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288998.1",
          "strand": false,
          "transcript": "XM_047433042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "G",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2563,
          "cdna_start": 913,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 628,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047433047.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.628G>A",
          "hgvs_p": "p.Gly210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289003.1",
          "strand": false,
          "transcript": "XM_047433047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "G",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9775,
          "cdna_start": 8125,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 628,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047433053.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.628G>A",
          "hgvs_p": "p.Gly210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289009.1",
          "strand": false,
          "transcript": "XM_047433053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "G",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10298,
          "cdna_start": 8648,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 628,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047433059.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.628G>A",
          "hgvs_p": "p.Gly210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289015.1",
          "strand": false,
          "transcript": "XM_047433059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "G",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2462,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 802,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047433066.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.802G>A",
          "hgvs_p": "p.Gly268Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289022.1",
          "strand": false,
          "transcript": "XM_047433066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "G",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9828,
          "cdna_start": 8222,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017002660.3",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.775G>A",
          "hgvs_p": "p.Gly259Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858149.1",
          "strand": false,
          "transcript": "XM_017002660.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 297,
          "aa_ref": "G",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1049,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 894,
          "cds_start": 802,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047433079.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.802G>A",
          "hgvs_p": "p.Gly268Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289035.1",
          "strand": false,
          "transcript": "XM_047433079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000898415.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.610-1054G>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568474.1",
          "strand": false,
          "transcript": "ENST00000898415.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 562,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000470237.5",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.444G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000470237.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000528077.6",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*362G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000433038.2",
          "strand": false,
          "transcript": "ENST00000528077.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 553,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000530528.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.340G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000530528.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 795,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000532897.5",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.538G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000532897.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_024174.3",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.937G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_024174.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2688,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NR_024176.3",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.1038G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_024176.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2606,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NR_146512.2",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.969G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_146512.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2403,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_165250.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.797G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_165250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000528077.6",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*362G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000433038.2",
          "strand": false,
          "transcript": "ENST00000528077.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000602433.1",
          "gene_hgnc_id": 44129,
          "gene_symbol": "MKNK1-AS1",
          "hgvs_c": "n.515-816C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000602433.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1295,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000657773.1",
          "gene_hgnc_id": 44129,
          "gene_symbol": "MKNK1-AS1",
          "hgvs_c": "n.378-816C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000657773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_038403.1",
          "gene_hgnc_id": 44129,
          "gene_symbol": "MKNK1-AS1",
          "hgvs_c": "n.515-816C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_038403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1003,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047433081.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "c.*372G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289037.1",
          "strand": true,
          "transcript": "XM_047433081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460098.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*53G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000460098.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 531,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000524417.1",
          "gene_hgnc_id": 7110,
          "gene_symbol": "MKNK1",
          "hgvs_c": "n.*3G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000524417.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs770756177",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000018452227,
      "gene_hgnc_id": 7110,
      "gene_symbol": "MKNK1",
      "gnomad_exomes_ac": 25,
      "gnomad_exomes_af": 0.000017612,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 4,
      "gnomad_genomes_af": 0.0000262912,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.726,
      "pos": 46562696,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.468,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_003684.7"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.