← 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: X-111744768-ACCTCCTCCTCCT-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 111744768,
      "ref": "ACCTCCTCCTCCT",
      "alt": "A",
      "effect": "conservative_inframe_deletion",
      "transcript": "ENST00000394780.8",
      "consequences": [
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2824_2835delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro942_Pro945del",
          "transcript": "NM_001099922.3",
          "protein_id": "NP_001093392.1",
          "transcript_support_level": null,
          "aa_start": 942,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 2824,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": 2873,
          "cdna_end": null,
          "cdna_length": 4113,
          "mane_select": "ENST00000394780.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2824_2835delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro942_Pro945del",
          "transcript": "ENST00000394780.8",
          "protein_id": "ENSP00000378260.3",
          "transcript_support_level": 2,
          "aa_start": 942,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 2824,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": 2873,
          "cdna_end": null,
          "cdna_length": 4113,
          "mane_select": "NM_001099922.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2590_2601delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro864_Pro867del",
          "transcript": "NM_001257231.2",
          "protein_id": "NP_001244160.1",
          "transcript_support_level": null,
          "aa_start": 864,
          "aa_end": null,
          "aa_length": 1059,
          "cds_start": 2590,
          "cds_end": null,
          "cds_length": 3180,
          "cdna_start": 2939,
          "cdna_end": null,
          "cdna_length": 4179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2896_2907delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro966_Pro969del",
          "transcript": "XM_011531028.3",
          "protein_id": "XP_011529330.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1161,
          "cds_start": 2896,
          "cds_end": null,
          "cds_length": 3486,
          "cdna_start": 2945,
          "cdna_end": null,
          "cdna_length": 4185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2872_2883delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro958_Pro961del",
          "transcript": "XM_017029846.2",
          "protein_id": "XP_016885335.1",
          "transcript_support_level": null,
          "aa_start": 958,
          "aa_end": null,
          "aa_length": 1153,
          "cds_start": 2872,
          "cds_end": null,
          "cds_length": 3462,
          "cdna_start": 2921,
          "cdna_end": null,
          "cdna_length": 4161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2857_2868delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro953_Pro956del",
          "transcript": "XM_017029847.2",
          "protein_id": "XP_016885336.1",
          "transcript_support_level": null,
          "aa_start": 953,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2857,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 2906,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2800_2811delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro934_Pro937del",
          "transcript": "XM_047442520.1",
          "protein_id": "XP_047298476.1",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2800,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2849,
          "cdna_end": null,
          "cdna_length": 4089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2785_2796delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro929_Pro932del",
          "transcript": "XM_006724693.4",
          "protein_id": "XP_006724756.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": 2834,
          "cdna_end": null,
          "cdna_length": 4074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2725_2736delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro909_Pro912del",
          "transcript": "XM_047442521.1",
          "protein_id": "XP_047298477.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2725,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 2774,
          "cdna_end": null,
          "cdna_length": 4014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2653_2664delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro885_Pro888del",
          "transcript": "XM_047442522.1",
          "protein_id": "XP_047298478.1",
          "transcript_support_level": null,
          "aa_start": 885,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2653,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": 2702,
          "cdna_end": null,
          "cdna_length": 3942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2584_2595delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro862_Pro865del",
          "transcript": "XM_006724697.4",
          "protein_id": "XP_006724760.2",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 2841,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2584_2595delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro862_Pro865del",
          "transcript": "XM_006724698.4",
          "protein_id": "XP_006724761.2",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 2966,
          "cdna_end": null,
          "cdna_length": 4206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2584_2595delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro862_Pro865del",
          "transcript": "XM_011531031.2",
          "protein_id": "XP_011529333.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 3070,
          "cdna_end": null,
          "cdna_length": 4310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2584_2595delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro862_Pro865del",
          "transcript": "XM_011531032.2",
          "protein_id": "XP_011529334.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 2881,
          "cdna_end": null,
          "cdna_length": 4121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2584_2595delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro862_Pro865del",
          "transcript": "XM_011531033.4",
          "protein_id": "XP_011529335.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": 2985,
          "cdna_end": null,
          "cdna_length": 4225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2512_2523delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro838_Pro841del",
          "transcript": "XM_047442524.1",
          "protein_id": "XP_047298480.1",
          "transcript_support_level": null,
          "aa_start": 838,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 2512,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 2809,
          "cdna_end": null,
          "cdna_length": 4049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2287_2298delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro763_Pro766del",
          "transcript": "XM_011531034.3",
          "protein_id": "XP_011529336.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": 2287,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": 2698,
          "cdna_end": null,
          "cdna_length": 3938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2092_2103delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro698_Pro701del",
          "transcript": "XM_047442526.1",
          "protein_id": "XP_047298482.1",
          "transcript_support_level": null,
          "aa_start": 698,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": 2092,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": 2330,
          "cdna_end": null,
          "cdna_length": 3570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1927_1938delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro643_Pro646del",
          "transcript": "XM_017029852.2",
          "protein_id": "XP_016885341.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 1927,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 1943,
          "cdna_end": null,
          "cdna_length": 3183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1900_1911delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro634_Pro637del",
          "transcript": "XM_047442527.1",
          "protein_id": "XP_047298483.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 1900,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 1938,
          "cdna_end": null,
          "cdna_length": 3178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1645_1656delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro549_Pro552del",
          "transcript": "XM_047442528.1",
          "protein_id": "XP_047298484.1",
          "transcript_support_level": null,
          "aa_start": 549,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1645,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": 2075,
          "cdna_end": null,
          "cdna_length": 3315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1573_1584delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro525_Pro528del",
          "transcript": "XM_047442529.1",
          "protein_id": "XP_047298485.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 2172,
          "cdna_end": null,
          "cdna_length": 3412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1441_1452delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro481_Pro484del",
          "transcript": "XM_047442530.1",
          "protein_id": "XP_047298486.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 1441,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1537,
          "cdna_end": null,
          "cdna_length": 2777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PPPP",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.1420_1431delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro474_Pro477del",
          "transcript": "XM_047442531.1",
          "protein_id": "XP_047298487.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1420,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1581,
          "cdna_end": null,
          "cdna_length": 2821,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*1816_*1827delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000470971.5",
          "protein_id": "ENSP00000479424.2",
          "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": 3200,
          "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": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2734_*2745delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000623148.3",
          "protein_id": "ENSP00000485658.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": 3689,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*1816_*1827delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000470971.5",
          "protein_id": "ENSP00000479424.2",
          "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": 3200,
          "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": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2734_*2745delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000623148.3",
          "protein_id": "ENSP00000485658.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": 3689,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2695+7917_2695+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NM_001324292.2",
          "protein_id": "NP_001311221.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3876,
          "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": 24,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2521+7917_2521+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000623622.2",
          "protein_id": "ENSP00000485624.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1000,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3003,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3413,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2383+7917_2383+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NM_001257230.2",
          "protein_id": "NP_001244159.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3772,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2383+7917_2383+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NM_001257234.2",
          "protein_id": "NP_001244163.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3897,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2383+7917_2383+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NM_001257237.2",
          "protein_id": "NP_001244166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4001,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2383+7917_2383+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000436609.5",
          "protein_id": "ENSP00000392990.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3812,
          "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": 24,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2209+7917_2209+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NM_001324293.1",
          "protein_id": "NP_001311222.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 896,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2691,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3827,
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.55+7715_55+7726delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000461669.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 699,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2560+7917_*2560+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000495283.5",
          "protein_id": "ENSP00000427093.3",
          "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": 3236,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2664+7917_*2664+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000623144.3",
          "protein_id": "ENSP00000485279.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": 3693,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2459+7917_*2459+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000624161.3",
          "protein_id": "ENSP00000485181.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": 3761,
          "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": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*1483+7917_*1483+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000636363.1",
          "protein_id": "ENSP00000490681.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": 3480,
          "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": 24,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*2490+7917_*2490+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000699748.1",
          "protein_id": "ENSP00000514558.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3703,
          "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": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.*1122+7917_*1122+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000699778.1",
          "protein_id": "ENSP00000514584.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2725,
          "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": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "n.2423+7917_2423+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "NR_148693.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": 3555,
          "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": 27,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2767+7917_2767+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "XM_011531030.3",
          "protein_id": "XP_011529332.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3948,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2671+7917_2671+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "XM_017029848.2",
          "protein_id": "XP_016885337.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3852,
          "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": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2656+7917_2656+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "XM_047442523.1",
          "protein_id": "XP_047298479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1045,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3138,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3837,
          "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": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.2524+7917_2524+7928delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "XM_047442525.1",
          "protein_id": "XP_047298481.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG13",
          "gene_hgnc_id": 30881,
          "hgvs_c": "c.-78_-67delCCTCCTCCTCCT",
          "hgvs_p": null,
          "transcript": "ENST00000474121.1",
          "protein_id": "ENSP00000485400.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 41,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ALG13",
      "gene_hgnc_id": 30881,
      "dbsnp": "rs56717389",
      "frequency_reference_population": 0.00045591273,
      "hom_count_reference_population": 82,
      "allele_count_reference_population": 271,
      "gnomad_exomes_af": 0.000428887,
      "gnomad_genomes_af": 0.000861234,
      "gnomad_exomes_ac": 239,
      "gnomad_genomes_ac": 32,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 0.322,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -17,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP3,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -17,
          "benign_score": 17,
          "pathogenic_score": 0,
          "criteria": [
            "BP3",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000394780.8",
          "gene_symbol": "ALG13",
          "hgnc_id": 30881,
          "effects": [
            "conservative_inframe_deletion"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.2824_2835delCCTCCTCCTCCT",
          "hgvs_p": "p.Pro942_Pro945del"
        }
      ],
      "clinvar_disease": " 36,ALG13-related disorder,Developmental and epileptic encephalopathy,not provided",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:2",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 36|not provided|ALG13-related disorder",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}