← 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: 12-48132913-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "PFKM",
          "hgnc_id": 8877,
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_001354735.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "MIR6505",
          "hgnc_id": 50104,
          "hgvs_c": "n.*46C>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NR_106760.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP7",
      "acmg_score": 1,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.03,
      "chr": "12",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": -0.029999999329447746,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3090,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_000289.6",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359794.11",
          "protein_coding": true,
          "protein_id": "NP_000280.1",
          "strand": true,
          "transcript": "NM_000289.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3090,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000359794.11",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000289.6",
          "protein_coding": true,
          "protein_id": "ENSP00000352842.5",
          "strand": true,
          "transcript": "ENST00000359794.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3078,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000312352.11",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000309438.7",
          "strand": true,
          "transcript": "ENST00000312352.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2867,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000547587.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449426.1",
          "strand": true,
          "transcript": "ENST00000547587.5",
          "transcript_support_level": 1
        },
        {
          "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": 3063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000546964.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.355C>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": "ENST00000546964.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 883,
          "aa_ref": "R",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3494,
          "cdna_start": 738,
          "cds_end": null,
          "cds_length": 2652,
          "cds_start": 592,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001354735.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341664.1",
          "strand": true,
          "transcript": "NM_001354735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 883,
          "aa_ref": "R",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3553,
          "cdna_start": 797,
          "cds_end": null,
          "cds_length": 2652,
          "cds_start": 592,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001354736.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341665.1",
          "strand": true,
          "transcript": "NM_001354736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 883,
          "aa_ref": "R",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3167,
          "cdna_start": 736,
          "cds_end": null,
          "cds_length": 2652,
          "cds_start": 592,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000642730.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496597.1",
          "strand": true,
          "transcript": "ENST00000642730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 854,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3385,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 2565,
          "cds_start": 505,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000550257.7",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.505C>A",
          "hgvs_p": "p.Arg169Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000447997.3",
          "strand": true,
          "transcript": "ENST00000550257.7",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3476,
          "cdna_start": 720,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001166686.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001160158.1",
          "strand": true,
          "transcript": "NM_001166686.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3457,
          "cdna_start": 701,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354737.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341666.1",
          "strand": true,
          "transcript": "NM_001354737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3327,
          "cdna_start": 571,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354738.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341667.1",
          "strand": true,
          "transcript": "NM_001354738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3398,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354739.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341668.1",
          "strand": true,
          "transcript": "NM_001354739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3476,
          "cdna_start": 720,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000340802.12",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000345771.6",
          "strand": true,
          "transcript": "ENST00000340802.12",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "R",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3280,
          "cdna_start": 524,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 427,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354740.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.427C>A",
          "hgvs_p": "p.Arg143Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341669.1",
          "strand": true,
          "transcript": "NM_001354740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 820,
          "aa_ref": "R",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3374,
          "cdna_start": 711,
          "cds_end": null,
          "cds_length": 2463,
          "cds_start": 496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001439058.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.496C>A",
          "hgvs_p": "p.Arg166Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425987.1",
          "strand": true,
          "transcript": "NM_001439058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 802,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2859,
          "cdna_start": 337,
          "cds_end": null,
          "cds_length": 2409,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942241.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612300.1",
          "strand": true,
          "transcript": "ENST00000942241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 793,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2836,
          "cdna_start": 341,
          "cds_end": null,
          "cds_length": 2382,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942240.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612299.1",
          "strand": true,
          "transcript": "ENST00000942240.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 791,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2840,
          "cdna_start": 351,
          "cds_end": null,
          "cds_length": 2376,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942236.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612295.1",
          "strand": true,
          "transcript": "ENST00000942236.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2872,
          "cdna_start": 386,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873532.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543591.1",
          "strand": true,
          "transcript": "ENST00000873532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 788,
          "aa_ref": "R",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3210,
          "cdna_start": 454,
          "cds_end": null,
          "cds_length": 2367,
          "cds_start": 307,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354741.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.307C>A",
          "hgvs_p": "p.Arg103Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341670.1",
          "strand": true,
          "transcript": "NM_001354741.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2839,
          "cdna_start": 362,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942232.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612291.1",
          "strand": true,
          "transcript": "ENST00000942232.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3078,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001166687.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001160159.1",
          "strand": true,
          "transcript": "NM_001166687.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3167,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001166688.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001160160.1",
          "strand": true,
          "transcript": "NM_001166688.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3114,
          "cdna_start": 358,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354742.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341671.1",
          "strand": true,
          "transcript": "NM_001354742.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3377,
          "cdna_start": 621,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354743.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341672.1",
          "strand": true,
          "transcript": "NM_001354743.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3138,
          "cdna_start": 382,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354744.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341673.1",
          "strand": true,
          "transcript": "NM_001354744.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3003,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000550345.6",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000450369.2",
          "strand": true,
          "transcript": "ENST00000550345.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2744,
          "cdna_start": 481,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000550924.6",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000446945.2",
          "strand": true,
          "transcript": "ENST00000550924.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2867,
          "cdna_start": 427,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000551339.6",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000448253.2",
          "strand": true,
          "transcript": "ENST00000551339.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2952,
          "cdna_start": 496,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873520.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543579.1",
          "strand": true,
          "transcript": "ENST00000873520.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2950,
          "cdna_start": 494,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000873523.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543582.1",
          "strand": true,
          "transcript": "ENST00000873523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3027,
          "cdna_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000873524.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543583.1",
          "strand": true,
          "transcript": "ENST00000873524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3068,
          "cdna_start": 612,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000873525.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543584.1",
          "strand": true,
          "transcript": "ENST00000873525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2865,
          "cdna_start": 409,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873526.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543585.1",
          "strand": true,
          "transcript": "ENST00000873526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3899,
          "cdna_start": 400,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873527.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543586.1",
          "strand": true,
          "transcript": "ENST00000873527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2938,
          "cdna_start": 482,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873528.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543587.1",
          "strand": true,
          "transcript": "ENST00000873528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": 434,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873535.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543594.1",
          "strand": true,
          "transcript": "ENST00000873535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2902,
          "cdna_start": 445,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000934924.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604983.1",
          "strand": true,
          "transcript": "ENST00000934924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3066,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000934925.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604984.1",
          "strand": true,
          "transcript": "ENST00000934925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3272,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934926.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604985.1",
          "strand": true,
          "transcript": "ENST00000934926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3005,
          "cdna_start": 549,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000934927.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604986.1",
          "strand": true,
          "transcript": "ENST00000934927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2960,
          "cdna_start": 504,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000942221.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612280.1",
          "strand": true,
          "transcript": "ENST00000942221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2957,
          "cdna_start": 503,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000942222.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612281.1",
          "strand": true,
          "transcript": "ENST00000942222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3132,
          "cdna_start": 676,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000942224.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612283.1",
          "strand": true,
          "transcript": "ENST00000942224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4433,
          "cdna_start": 1983,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000942229.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612288.1",
          "strand": true,
          "transcript": "ENST00000942229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2800,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942230.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612289.1",
          "strand": true,
          "transcript": "ENST00000942230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3406,
          "cdna_start": 383,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000942231.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612290.1",
          "strand": true,
          "transcript": "ENST00000942231.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3012,
          "cdna_start": 556,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000942244.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612303.1",
          "strand": true,
          "transcript": "ENST00000942244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2827,
          "cdna_start": 371,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942246.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612305.1",
          "strand": true,
          "transcript": "ENST00000942246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2837,
          "cdna_start": 381,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942247.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612306.1",
          "strand": true,
          "transcript": "ENST00000942247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 779,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2812,
          "cdna_start": 358,
          "cds_end": null,
          "cds_length": 2340,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942233.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612292.1",
          "strand": true,
          "transcript": "ENST00000942233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 772,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2774,
          "cdna_start": 339,
          "cds_end": null,
          "cds_length": 2319,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873531.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543590.1",
          "strand": true,
          "transcript": "ENST00000873531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 772,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2843,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2319,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000873537.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543596.1",
          "strand": true,
          "transcript": "ENST00000873537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 772,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2837,
          "cdna_start": 405,
          "cds_end": null,
          "cds_length": 2319,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942245.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612304.1",
          "strand": true,
          "transcript": "ENST00000942245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 772,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 2319,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942250.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612309.1",
          "strand": true,
          "transcript": "ENST00000942250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 754,
          "aa_ref": "R",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": 298,
          "cds_end": null,
          "cds_length": 2265,
          "cds_start": 205,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000873518.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.205C>A",
          "hgvs_p": "p.Arg69Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543577.1",
          "strand": true,
          "transcript": "ENST00000873518.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 754,
          "aa_ref": "R",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2729,
          "cdna_start": 273,
          "cds_end": null,
          "cds_length": 2265,
          "cds_start": 205,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000942235.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.205C>A",
          "hgvs_p": "p.Arg69Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612294.1",
          "strand": true,
          "transcript": "ENST00000942235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 751,
          "aa_ref": "R",
          "aa_start": 66,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3328,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 2256,
          "cds_start": 196,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354745.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.196C>A",
          "hgvs_p": "p.Arg66Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341674.1",
          "strand": true,
          "transcript": "NM_001354745.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2997,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001363619.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350548.1",
          "strand": true,
          "transcript": "NM_001363619.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 434,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000551804.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000448177.1",
          "strand": true,
          "transcript": "ENST00000551804.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 422,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873517.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543576.1",
          "strand": true,
          "transcript": "ENST00000873517.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3068,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000873521.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543580.1",
          "strand": true,
          "transcript": "ENST00000873521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2776,
          "cdna_start": 413,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873522.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543581.1",
          "strand": true,
          "transcript": "ENST00000873522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2761,
          "cdna_start": 392,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873529.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543588.1",
          "strand": true,
          "transcript": "ENST00000873529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3069,
          "cdna_start": 708,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000934928.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604987.1",
          "strand": true,
          "transcript": "ENST00000934928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2686,
          "cdna_start": 323,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000934931.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604990.1",
          "strand": true,
          "transcript": "ENST00000934931.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2991,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000942223.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612282.1",
          "strand": true,
          "transcript": "ENST00000942223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3056,
          "cdna_start": 693,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942228.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612287.1",
          "strand": true,
          "transcript": "ENST00000942228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2766,
          "cdna_start": 402,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942239.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612298.1",
          "strand": true,
          "transcript": "ENST00000942239.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2728,
          "cdna_start": 365,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942248.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612307.1",
          "strand": true,
          "transcript": "ENST00000942248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2768,
          "cdna_start": 405,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000942254.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612313.1",
          "strand": true,
          "transcript": "ENST00000942254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2964,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354746.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341675.1",
          "strand": true,
          "transcript": "NM_001354746.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2688,
          "cdna_start": 358,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873530.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543589.1",
          "strand": true,
          "transcript": "ENST00000873530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2740,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000873538.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543597.1",
          "strand": true,
          "transcript": "ENST00000873538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2740,
          "cdna_start": 410,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942226.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612285.1",
          "strand": true,
          "transcript": "ENST00000942226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942252.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612311.1",
          "strand": true,
          "transcript": "ENST00000942252.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 736,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2651,
          "cdna_start": 329,
          "cds_end": null,
          "cds_length": 2211,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942242.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612301.1",
          "strand": true,
          "transcript": "ENST00000942242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2726,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000873536.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543595.1",
          "strand": true,
          "transcript": "ENST00000873536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2665,
          "cdna_start": 350,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942237.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612296.1",
          "strand": true,
          "transcript": "ENST00000942237.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 730,
          "aa_ref": "R",
          "aa_start": 45,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3040,
          "cdna_start": 284,
          "cds_end": null,
          "cds_length": 2193,
          "cds_start": 133,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001354747.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Arg45Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341676.1",
          "strand": true,
          "transcript": "NM_001354747.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 730,
          "aa_ref": "R",
          "aa_start": 45,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3016,
          "cdna_start": 260,
          "cds_end": null,
          "cds_length": 2193,
          "cds_start": 133,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001354748.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Arg45Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341677.1",
          "strand": true,
          "transcript": "NM_001354748.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 729,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2679,
          "cdna_start": 376,
          "cds_end": null,
          "cds_length": 2190,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873519.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543578.1",
          "strand": true,
          "transcript": "ENST00000873519.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 729,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2963,
          "cdna_start": 362,
          "cds_end": null,
          "cds_length": 2190,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000934929.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604988.1",
          "strand": true,
          "transcript": "ENST00000934929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2677,
          "cdna_start": 386,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873533.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543592.1",
          "strand": true,
          "transcript": "ENST00000873533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2625,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000873534.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543593.1",
          "strand": true,
          "transcript": "ENST00000873534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2860,
          "cdna_start": 569,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000942227.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612286.1",
          "strand": true,
          "transcript": "ENST00000942227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000942249.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612308.1",
          "strand": true,
          "transcript": "ENST00000942249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2613,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942251.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612310.1",
          "strand": true,
          "transcript": "ENST00000942251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 707,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2649,
          "cdna_start": 412,
          "cds_end": null,
          "cds_length": 2124,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942225.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612284.1",
          "strand": true,
          "transcript": "ENST00000942225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 694,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2529,
          "cdna_start": 518,
          "cds_end": null,
          "cds_length": 2085,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000549941.7",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000446829.3",
          "strand": true,
          "transcript": "ENST00000549941.7",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 694,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2545,
          "cdna_start": 347,
          "cds_end": null,
          "cds_length": 2085,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942238.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612297.1",
          "strand": true,
          "transcript": "ENST00000942238.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2529,
          "cdna_start": 352,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942234.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612293.1",
          "strand": true,
          "transcript": "ENST00000942234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 674,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2508,
          "cdna_start": 370,
          "cds_end": null,
          "cds_length": 2025,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942243.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612302.1",
          "strand": true,
          "transcript": "ENST00000942243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 674,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2455,
          "cdna_start": 316,
          "cds_end": null,
          "cds_length": 2025,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000942253.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612312.1",
          "strand": true,
          "transcript": "ENST00000942253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 160,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 571,
          "cdna_start": 371,
          "cds_end": null,
          "cds_length": 483,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000549022.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000446805.1",
          "strand": true,
          "transcript": "ENST00000549022.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 492,
          "cdna_start": 307,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000548345.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449269.1",
          "strand": true,
          "transcript": "ENST00000548345.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 115,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 594,
          "cdna_start": 527,
          "cds_end": null,
          "cds_length": 350,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000549003.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449835.1",
          "strand": true,
          "transcript": "ENST00000549003.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 953,
          "aa_ref": "R",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3687,
          "cdna_start": 931,
          "cds_end": null,
          "cds_length": 2862,
          "cds_start": 802,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047428999.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.802C>A",
          "hgvs_p": "p.Arg268Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284955.1",
          "strand": true,
          "transcript": "XM_047428999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 922,
          "aa_ref": "R",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3594,
          "cdna_start": 931,
          "cds_end": null,
          "cds_length": 2769,
          "cds_start": 802,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011538487.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.802C>A",
          "hgvs_p": "p.Arg268Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011536789.2",
          "strand": true,
          "transcript": "XM_011538487.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 921,
          "aa_ref": "R",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3591,
          "cdna_start": 835,
          "cds_end": null,
          "cds_length": 2766,
          "cds_start": 706,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047429000.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.706C>A",
          "hgvs_p": "p.Arg236Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284956.1",
          "strand": true,
          "transcript": "XM_047429000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": "R",
          "aa_start": 201,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": 601,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047429001.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.601C>A",
          "hgvs_p": "p.Arg201Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284957.1",
          "strand": true,
          "transcript": "XM_047429001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 883,
          "aa_ref": "R",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": 667,
          "cds_end": null,
          "cds_length": 2652,
          "cds_start": 592,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_005268974.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005269031.1",
          "strand": true,
          "transcript": "XM_005268974.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 883,
          "aa_ref": "R",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3572,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 2652,
          "cds_start": 592,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_005268976.4",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.592C>A",
          "hgvs_p": "p.Arg198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005269033.1",
          "strand": true,
          "transcript": "XM_005268976.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 854,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3385,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 2565,
          "cds_start": 505,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_024449020.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.505C>A",
          "hgvs_p": "p.Arg169Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304788.1",
          "strand": true,
          "transcript": "XM_024449020.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "R",
          "aa_start": 169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3292,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 505,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047429002.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.505C>A",
          "hgvs_p": "p.Arg169Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284958.1",
          "strand": true,
          "transcript": "XM_047429002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3262,
          "cdna_start": 506,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 382,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024449021.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.382C>A",
          "hgvs_p": "p.Arg128Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304789.1",
          "strand": true,
          "transcript": "XM_024449021.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 797,
          "aa_ref": "R",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3187,
          "cdna_start": 524,
          "cds_end": null,
          "cds_length": 2394,
          "cds_start": 427,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047429003.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.427C>A",
          "hgvs_p": "p.Arg143Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284959.1",
          "strand": true,
          "transcript": "XM_047429003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 782,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3169,
          "cdna_start": 506,
          "cds_end": null,
          "cds_length": 2349,
          "cds_start": 382,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047429004.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.382C>A",
          "hgvs_p": "p.Arg128Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284960.1",
          "strand": true,
          "transcript": "XM_047429004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3158,
          "cdna_start": 402,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 283,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024449022.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.283C>A",
          "hgvs_p": "p.Arg95Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304790.1",
          "strand": true,
          "transcript": "XM_024449022.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2128,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000934930.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.237+1520C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604989.1",
          "strand": true,
          "transcript": "ENST00000934930.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000546465.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "c.86-7858C>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000446519.1",
          "strand": true,
          "transcript": "ENST00000546465.1",
          "transcript_support_level": 5
        },
        {
          "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": 3579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000547581.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.*299C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447992.1",
          "strand": true,
          "transcript": "ENST00000547581.5",
          "transcript_support_level": 2
        },
        {
          "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": 689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000551485.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.*167C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000448315.1",
          "strand": true,
          "transcript": "ENST00000551485.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3342,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NR_148954.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.334C>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": "NR_148954.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": 4112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_148955.1",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.1104C>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": "NR_148955.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": 3268,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_148956.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.260C>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": "NR_148956.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": 3497,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NR_148957.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.334C>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": "NR_148957.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": 3245,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NR_148958.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.334C>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": "NR_148958.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": 3171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_148959.2",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.260C>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": "NR_148959.2",
          "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": 3579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000547581.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.*299C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447992.1",
          "strand": true,
          "transcript": "ENST00000547581.5",
          "transcript_support_level": 2
        },
        {
          "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": 689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000551485.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.*167C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000448315.1",
          "strand": true,
          "transcript": "ENST00000551485.5",
          "transcript_support_level": 5
        },
        {
          "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": 580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000552989.5",
          "gene_hgnc_id": 8877,
          "gene_symbol": "PFKM",
          "hgvs_c": "n.86-1326C>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447774.1",
          "strand": true,
          "transcript": "ENST00000552989.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 71,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000617206.1",
          "gene_hgnc_id": 50104,
          "gene_symbol": "MIR6505",
          "hgvs_c": "n.*46C>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": "ENST00000617206.1",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 71,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_106760.1",
          "gene_hgnc_id": 50104,
          "gene_symbol": "MIR6505",
          "hgvs_c": "n.*46C>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": "NR_106760.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": null,
          "cdna_end": null,
          "cdna_length": 22,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "unassigned_transcript_1995",
          "gene_hgnc_id": 50104,
          "gene_symbol": "MIR6505",
          "hgvs_c": "n.*92C>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": "unassigned_transcript_1995",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": null,
          "cdna_end": null,
          "cdna_length": 21,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "unassigned_transcript_1996",
          "gene_hgnc_id": 50104,
          "gene_symbol": "MIR6505",
          "hgvs_c": "n.*46C>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": "unassigned_transcript_1996",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs121918195",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.0000027363337,
      "gene_hgnc_id": 8877,
      "gene_symbol": "PFKM",
      "gnomad_exomes_ac": 4,
      "gnomad_exomes_af": 0.00000273633,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.283,
      "pos": 48132913,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001354735.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.