← 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: 16-47696411-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 47696411,
      "ref": "G",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "NM_000293.3",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2926G>T",
          "hgvs_p": "p.Glu976*",
          "transcript": "NM_000293.3",
          "protein_id": "NP_000284.1",
          "transcript_support_level": null,
          "aa_start": 976,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 2926,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000323584.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000293.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2926G>T",
          "hgvs_p": "p.Glu976*",
          "transcript": "ENST00000323584.10",
          "protein_id": "ENSP00000313504.5",
          "transcript_support_level": 1,
          "aa_start": 976,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 2926,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000293.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000323584.10"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2905G>T",
          "hgvs_p": "p.Glu969*",
          "transcript": "ENST00000566044.5",
          "protein_id": "ENSP00000456729.1",
          "transcript_support_level": 1,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 1086,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 3261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000566044.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.3004G>T",
          "hgvs_p": "p.Glu1002*",
          "transcript": "ENST00000940565.1",
          "protein_id": "ENSP00000610624.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 3004,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940565.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.3004G>T",
          "hgvs_p": "p.Glu1002*",
          "transcript": "ENST00000970599.1",
          "protein_id": "ENSP00000640658.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 3004,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970599.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2953G>T",
          "hgvs_p": "p.Glu985*",
          "transcript": "ENST00000970601.1",
          "protein_id": "ENSP00000640660.1",
          "transcript_support_level": null,
          "aa_start": 985,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 2953,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970601.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2926G>T",
          "hgvs_p": "p.Glu976*",
          "transcript": "NM_001363837.1",
          "protein_id": "NP_001350766.1",
          "transcript_support_level": null,
          "aa_start": 976,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 2926,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363837.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2926G>T",
          "hgvs_p": "p.Glu976*",
          "transcript": "ENST00000299167.12",
          "protein_id": "ENSP00000299167.8",
          "transcript_support_level": 5,
          "aa_start": 976,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": 2926,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000299167.12"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2920G>T",
          "hgvs_p": "p.Glu974*",
          "transcript": "ENST00000970603.1",
          "protein_id": "ENSP00000640662.1",
          "transcript_support_level": null,
          "aa_start": 974,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 2920,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970603.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2911G>T",
          "hgvs_p": "p.Glu971*",
          "transcript": "ENST00000970604.1",
          "protein_id": "ENSP00000640663.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970604.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2905G>T",
          "hgvs_p": "p.Glu969*",
          "transcript": "NM_001031835.3",
          "protein_id": "NP_001027005.1",
          "transcript_support_level": null,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 1086,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 3261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001031835.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2887G>T",
          "hgvs_p": "p.Glu963*",
          "transcript": "ENST00000970606.1",
          "protein_id": "ENSP00000640665.1",
          "transcript_support_level": null,
          "aa_start": 963,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2887,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970606.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2848G>T",
          "hgvs_p": "p.Glu950*",
          "transcript": "ENST00000868353.1",
          "protein_id": "ENSP00000538412.1",
          "transcript_support_level": null,
          "aa_start": 950,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": 2848,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868353.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2848G>T",
          "hgvs_p": "p.Glu950*",
          "transcript": "ENST00000970600.1",
          "protein_id": "ENSP00000640659.1",
          "transcript_support_level": null,
          "aa_start": 950,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": 2848,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970600.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2821G>T",
          "hgvs_p": "p.Glu941*",
          "transcript": "ENST00000868352.1",
          "protein_id": "ENSP00000538411.1",
          "transcript_support_level": null,
          "aa_start": 941,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2821,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868352.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2767G>T",
          "hgvs_p": "p.Glu923*",
          "transcript": "ENST00000970605.1",
          "protein_id": "ENSP00000640664.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 2767,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970605.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2746G>T",
          "hgvs_p": "p.Glu916*",
          "transcript": "ENST00000970598.1",
          "protein_id": "ENSP00000640657.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 2746,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970598.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2632G>T",
          "hgvs_p": "p.Glu878*",
          "transcript": "ENST00000868354.1",
          "protein_id": "ENSP00000538413.1",
          "transcript_support_level": null,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 2632,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868354.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.2470G>T",
          "hgvs_p": "p.Glu824*",
          "transcript": "ENST00000970602.1",
          "protein_id": "ENSP00000640661.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970602.1"
        },
        {
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "n.1742G>T",
          "hgvs_p": null,
          "transcript": "ENST00000566319.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000566319.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "n.*1500G>T",
          "hgvs_p": null,
          "transcript": "ENST00000696809.1",
          "protein_id": "ENSP00000512887.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696809.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "n.*554G>T",
          "hgvs_p": null,
          "transcript": "ENST00000699276.1",
          "protein_id": "ENSP00000514257.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699276.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "n.*1500G>T",
          "hgvs_p": null,
          "transcript": "ENST00000696809.1",
          "protein_id": "ENSP00000512887.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696809.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "n.*554G>T",
          "hgvs_p": null,
          "transcript": "ENST00000699276.1",
          "protein_id": "ENSP00000514257.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699276.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHKB",
          "gene_hgnc_id": 8927,
          "hgvs_c": "c.-63G>T",
          "hgvs_p": null,
          "transcript": "ENST00000564711.2",
          "protein_id": "ENSP00000458961.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 77,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 234,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000564711.2"
        }
      ],
      "gene_symbol": "PHKB",
      "gene_hgnc_id": 8927,
      "dbsnp": "rs199948078",
      "frequency_reference_population": 0.000006865397,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.0000068654,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6600000262260437,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.05999999865889549,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.66,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.945,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.06,
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_000293.3",
          "gene_symbol": "PHKB",
          "hgnc_id": 8927,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2926G>T",
          "hgvs_p": "p.Glu976*"
        }
      ],
      "clinvar_disease": "Glycogen storage disease IXb",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "phenotype_combined": "Glycogen storage disease IXb",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}