← 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-48132929-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 48132929,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000359794.11",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_000289.6",
          "protein_id": "NP_000280.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 3090,
          "mane_select": "ENST00000359794.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000359794.11",
          "protein_id": "ENSP00000352842.5",
          "transcript_support_level": 1,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 3090,
          "mane_select": "NM_000289.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000312352.11",
          "protein_id": "ENSP00000309438.7",
          "transcript_support_level": 1,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 3078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000547587.5",
          "protein_id": "ENSP00000449426.1",
          "transcript_support_level": 1,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 427,
          "cdna_end": null,
          "cdna_length": 2867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.371G>A",
          "hgvs_p": null,
          "transcript": "ENST00000546964.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Gln",
          "transcript": "NM_001354735.1",
          "protein_id": "NP_001341664.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 754,
          "cdna_end": null,
          "cdna_length": 3494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Gln",
          "transcript": "NM_001354736.1",
          "protein_id": "NP_001341665.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 813,
          "cdna_end": null,
          "cdna_length": 3553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Gln",
          "transcript": "ENST00000642730.1",
          "protein_id": "ENSP00000496597.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 752,
          "cdna_end": null,
          "cdna_length": 3167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.521G>A",
          "hgvs_p": "p.Arg174Gln",
          "transcript": "ENST00000550257.7",
          "protein_id": "ENSP00000447997.3",
          "transcript_support_level": 4,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 645,
          "cdna_end": null,
          "cdna_length": 3385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "NM_001166686.2",
          "protein_id": "NP_001160158.1",
          "transcript_support_level": null,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 736,
          "cdna_end": null,
          "cdna_length": 3476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "NM_001354737.1",
          "protein_id": "NP_001341666.1",
          "transcript_support_level": null,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 717,
          "cdna_end": null,
          "cdna_length": 3457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "NM_001354738.1",
          "protein_id": "NP_001341667.1",
          "transcript_support_level": null,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 587,
          "cdna_end": null,
          "cdna_length": 3327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "NM_001354739.1",
          "protein_id": "NP_001341668.1",
          "transcript_support_level": null,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 658,
          "cdna_end": null,
          "cdna_length": 3398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "ENST00000340802.12",
          "protein_id": "ENSP00000345771.6",
          "transcript_support_level": 2,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 736,
          "cdna_end": null,
          "cdna_length": 3476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.443G>A",
          "hgvs_p": "p.Arg148Gln",
          "transcript": "NM_001354740.1",
          "protein_id": "NP_001341669.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": 540,
          "cdna_end": null,
          "cdna_length": 3280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "transcript": "NM_001439058.1",
          "protein_id": "NP_001425987.1",
          "transcript_support_level": null,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 820,
          "cds_start": 512,
          "cds_end": null,
          "cds_length": 2463,
          "cdna_start": 727,
          "cdna_end": null,
          "cdna_length": 3374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.323G>A",
          "hgvs_p": "p.Arg108Gln",
          "transcript": "NM_001354741.2",
          "protein_id": "NP_001341670.1",
          "transcript_support_level": null,
          "aa_start": 108,
          "aa_end": null,
          "aa_length": 788,
          "cds_start": 323,
          "cds_end": null,
          "cds_length": 2367,
          "cdna_start": 470,
          "cdna_end": null,
          "cdna_length": 3210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001166687.2",
          "protein_id": "NP_001160159.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 3078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001166688.2",
          "protein_id": "NP_001160160.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 427,
          "cdna_end": null,
          "cdna_length": 3167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001354742.2",
          "protein_id": "NP_001341671.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 374,
          "cdna_end": null,
          "cdna_length": 3114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001354743.2",
          "protein_id": "NP_001341672.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 3377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001354744.2",
          "protein_id": "NP_001341673.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 398,
          "cdna_end": null,
          "cdna_length": 3138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000550345.6",
          "protein_id": "ENSP00000450369.2",
          "transcript_support_level": 4,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 588,
          "cdna_end": null,
          "cdna_length": 3003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000550924.6",
          "protein_id": "ENSP00000446945.2",
          "transcript_support_level": 4,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 2744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000551339.6",
          "protein_id": "ENSP00000448253.2",
          "transcript_support_level": 4,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 2867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.212G>A",
          "hgvs_p": "p.Arg71Gln",
          "transcript": "NM_001354745.2",
          "protein_id": "NP_001341674.1",
          "transcript_support_level": null,
          "aa_start": 71,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 212,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 588,
          "cdna_end": null,
          "cdna_length": 3328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001363619.2",
          "protein_id": "NP_001350548.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 2997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000551804.5",
          "protein_id": "ENSP00000448177.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": 450,
          "cdna_end": null,
          "cdna_length": 2797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "NM_001354746.2",
          "protein_id": "NP_001341675.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 2964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.149G>A",
          "hgvs_p": "p.Arg50Gln",
          "transcript": "NM_001354747.2",
          "protein_id": "NP_001341676.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 300,
          "cdna_end": null,
          "cdna_length": 3040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.149G>A",
          "hgvs_p": "p.Arg50Gln",
          "transcript": "NM_001354748.2",
          "protein_id": "NP_001341677.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 276,
          "cdna_end": null,
          "cdna_length": 3016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000549941.7",
          "protein_id": "ENSP00000446829.3",
          "transcript_support_level": 3,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 534,
          "cdna_end": null,
          "cdna_length": 2529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000549022.5",
          "protein_id": "ENSP00000446805.1",
          "transcript_support_level": 4,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 160,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 483,
          "cdna_start": 387,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000548345.5",
          "protein_id": "ENSP00000449269.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 155,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 468,
          "cdna_start": 323,
          "cdna_end": null,
          "cdna_length": 492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "ENST00000549003.5",
          "protein_id": "ENSP00000449835.1",
          "transcript_support_level": 4,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 115,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 350,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.818G>A",
          "hgvs_p": "p.Arg273Gln",
          "transcript": "XM_047428999.1",
          "protein_id": "XP_047284955.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 818,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": 947,
          "cdna_end": null,
          "cdna_length": 3687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.818G>A",
          "hgvs_p": "p.Arg273Gln",
          "transcript": "XM_011538487.2",
          "protein_id": "XP_011536789.2",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 922,
          "cds_start": 818,
          "cds_end": null,
          "cds_length": 2769,
          "cdna_start": 947,
          "cdna_end": null,
          "cdna_length": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.722G>A",
          "hgvs_p": "p.Arg241Gln",
          "transcript": "XM_047429000.1",
          "protein_id": "XP_047284956.1",
          "transcript_support_level": null,
          "aa_start": 241,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 722,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.617G>A",
          "hgvs_p": "p.Arg206Gln",
          "transcript": "XM_047429001.1",
          "protein_id": "XP_047284957.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 886,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 2661,
          "cdna_start": 741,
          "cdna_end": null,
          "cdna_length": 3481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Gln",
          "transcript": "XM_005268974.2",
          "protein_id": "XP_005269031.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 683,
          "cdna_end": null,
          "cdna_length": 3423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Gln",
          "transcript": "XM_005268976.4",
          "protein_id": "XP_005269033.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 832,
          "cdna_end": null,
          "cdna_length": 3572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.521G>A",
          "hgvs_p": "p.Arg174Gln",
          "transcript": "XM_024449020.2",
          "protein_id": "XP_024304788.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 645,
          "cdna_end": null,
          "cdna_length": 3385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.521G>A",
          "hgvs_p": "p.Arg174Gln",
          "transcript": "XM_047429002.1",
          "protein_id": "XP_047284958.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 521,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": 645,
          "cdna_end": null,
          "cdna_length": 3292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.398G>A",
          "hgvs_p": "p.Arg133Gln",
          "transcript": "XM_024449021.2",
          "protein_id": "XP_024304789.1",
          "transcript_support_level": null,
          "aa_start": 133,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 398,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 522,
          "cdna_end": null,
          "cdna_length": 3262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.443G>A",
          "hgvs_p": "p.Arg148Gln",
          "transcript": "XM_047429003.1",
          "protein_id": "XP_047284959.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": 540,
          "cdna_end": null,
          "cdna_length": 3187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.398G>A",
          "hgvs_p": "p.Arg133Gln",
          "transcript": "XM_047429004.1",
          "protein_id": "XP_047284960.1",
          "transcript_support_level": null,
          "aa_start": 133,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 398,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 522,
          "cdna_end": null,
          "cdna_length": 3169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln",
          "transcript": "XM_024449022.2",
          "protein_id": "XP_024304790.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 299,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 418,
          "cdna_end": null,
          "cdna_length": 3158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.*315G>A",
          "hgvs_p": null,
          "transcript": "ENST00000547581.5",
          "protein_id": "ENSP00000447992.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.*183G>A",
          "hgvs_p": null,
          "transcript": "ENST00000551485.5",
          "protein_id": "ENSP00000448315.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.350G>A",
          "hgvs_p": null,
          "transcript": "NR_148954.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.1120G>A",
          "hgvs_p": null,
          "transcript": "NR_148955.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.276G>A",
          "hgvs_p": null,
          "transcript": "NR_148956.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.350G>A",
          "hgvs_p": null,
          "transcript": "NR_148957.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.350G>A",
          "hgvs_p": null,
          "transcript": "NR_148958.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.276G>A",
          "hgvs_p": null,
          "transcript": "NR_148959.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.*315G>A",
          "hgvs_p": null,
          "transcript": "ENST00000547581.5",
          "protein_id": "ENSP00000447992.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.*183G>A",
          "hgvs_p": null,
          "transcript": "ENST00000551485.5",
          "protein_id": "ENSP00000448315.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "c.86-7842G>A",
          "hgvs_p": null,
          "transcript": "ENST00000546465.1",
          "protein_id": "ENSP00000446519.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PFKM",
          "gene_hgnc_id": 8877,
          "hgvs_c": "n.86-1310G>A",
          "hgvs_p": null,
          "transcript": "ENST00000552989.5",
          "protein_id": "ENSP00000447774.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6505",
          "gene_hgnc_id": 50104,
          "hgvs_c": "n.*62G>A",
          "hgvs_p": null,
          "transcript": "ENST00000617206.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 71,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6505",
          "gene_hgnc_id": 50104,
          "hgvs_c": "n.*62G>A",
          "hgvs_p": null,
          "transcript": "NR_106760.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 71,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6505",
          "gene_hgnc_id": 50104,
          "hgvs_c": "n.*108G>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_1995",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6505",
          "gene_hgnc_id": 50104,
          "hgvs_c": "n.*62G>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_1996",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 21,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PFKM",
      "gene_hgnc_id": 8877,
      "dbsnp": "rs2228500",
      "frequency_reference_population": 0.20035854,
      "hom_count_reference_population": 34053,
      "allele_count_reference_population": 323337,
      "gnomad_exomes_af": 0.203951,
      "gnomad_genomes_af": 0.165838,
      "gnomad_exomes_ac": 298112,
      "gnomad_genomes_ac": 25225,
      "gnomad_exomes_homalt": 31611,
      "gnomad_genomes_homalt": 2442,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0017756521701812744,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.141,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0778,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.594,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000359794.11",
          "gene_symbol": "PFKM",
          "hgnc_id": 8877,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.299G>A",
          "hgvs_p": "p.Arg100Gln"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NR_106760.1",
          "gene_symbol": "MIR6505",
          "hgnc_id": 50104,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*62G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " type VII,Glycogen storage disease,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:8",
      "phenotype_combined": "not specified|Glycogen storage disease, type VII|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}