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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "BP3"
          ],
          "effects": [
            "conservative_inframe_deletion"
          ],
          "gene_symbol": "ALG13",
          "hgnc_id": 30881,
          "hgvs_c": "c.2812_2835delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro938_Pro945del",
          "inheritance_mode": "XL",
          "pathogenic_score": 0,
          "score": -1,
          "transcript": "NM_001099922.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP3",
      "acmg_score": -1,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "X",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": " 36,Developmental and epileptic encephalopathy",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "PPPPPPPP",
          "aa_start": 938,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4113,
          "cdna_start": 2861,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2812,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001099922.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2812_2835delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro938_Pro945del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000394780.8",
          "protein_coding": true,
          "protein_id": "NP_001093392.1",
          "strand": true,
          "transcript": "NM_001099922.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "PPPPPPPP",
          "aa_start": 938,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4113,
          "cdna_start": 2861,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2812,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000394780.8",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2812_2835delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro938_Pro945del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001099922.3",
          "protein_coding": true,
          "protein_id": "ENSP00000378260.3",
          "strand": true,
          "transcript": "ENST00000394780.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "PPPPPPPP",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4091,
          "cdna_start": 2839,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2788,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000927365.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2788_2811delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro930_Pro937del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597424.1",
          "strand": true,
          "transcript": "ENST00000927365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1079,
          "aa_ref": "PPPPPPPP",
          "aa_start": 880,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3909,
          "cdna_start": 2657,
          "cds_end": null,
          "cds_length": 3240,
          "cds_start": 2638,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000927366.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2638_2661delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro880_Pro887del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597425.1",
          "strand": true,
          "transcript": "ENST00000927366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": "PPPPPPPP",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4179,
          "cdna_start": 2927,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": 2578,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001257231.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2578_2601delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro860_Pro867del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244160.1",
          "strand": true,
          "transcript": "NM_001257231.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1161,
          "aa_ref": "PPPPPPPP",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4185,
          "cdna_start": 2933,
          "cds_end": null,
          "cds_length": 3486,
          "cds_start": 2884,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011531028.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2884_2907delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro962_Pro969del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529330.1",
          "strand": true,
          "transcript": "XM_011531028.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1153,
          "aa_ref": "PPPPPPPP",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4161,
          "cdna_start": 2909,
          "cds_end": null,
          "cds_length": 3462,
          "cds_start": 2860,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_017029846.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2860_2883delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro954_Pro961del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885335.1",
          "strand": true,
          "transcript": "XM_017029846.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "PPPPPPPP",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4146,
          "cdna_start": 2894,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 2845,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_017029847.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2845_2868delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro949_Pro956del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885336.1",
          "strand": true,
          "transcript": "XM_017029847.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "PPPPPPPP",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4089,
          "cdna_start": 2837,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2788,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047442520.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2788_2811delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro930_Pro937del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298476.1",
          "strand": true,
          "transcript": "XM_047442520.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1124,
          "aa_ref": "PPPPPPPP",
          "aa_start": 925,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 2822,
          "cds_end": null,
          "cds_length": 3375,
          "cds_start": 2773,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_006724693.4",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2773_2796delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro925_Pro932del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724756.1",
          "strand": true,
          "transcript": "XM_006724693.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "PPPPPPPP",
          "aa_start": 905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4014,
          "cdna_start": 2762,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 2713,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_047442521.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2713_2736delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro905_Pro912del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298477.1",
          "strand": true,
          "transcript": "XM_047442521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1080,
          "aa_ref": "PPPPPPPP",
          "aa_start": 881,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3942,
          "cdna_start": 2690,
          "cds_end": null,
          "cds_length": 3243,
          "cds_start": 2641,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047442522.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2641_2664delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro881_Pro888del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298478.1",
          "strand": true,
          "transcript": "XM_047442522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "PPPPPPPP",
          "aa_start": 858,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4081,
          "cdna_start": 2829,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2572,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_006724697.4",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2572_2595delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro858_Pro865del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724760.2",
          "strand": true,
          "transcript": "XM_006724697.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "PPPPPPPP",
          "aa_start": 858,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4206,
          "cdna_start": 2954,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2572,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_006724698.4",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2572_2595delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro858_Pro865del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724761.2",
          "strand": true,
          "transcript": "XM_006724698.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "PPPPPPPP",
          "aa_start": 858,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4310,
          "cdna_start": 3058,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2572,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011531031.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2572_2595delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro858_Pro865del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529333.1",
          "strand": true,
          "transcript": "XM_011531031.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "PPPPPPPP",
          "aa_start": 858,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": 2869,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2572,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011531032.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2572_2595delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro858_Pro865del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529334.1",
          "strand": true,
          "transcript": "XM_011531032.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "PPPPPPPP",
          "aa_start": 858,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": 2973,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2572,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011531033.4",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2572_2595delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro858_Pro865del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529335.1",
          "strand": true,
          "transcript": "XM_011531033.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1033,
          "aa_ref": "PPPPPPPP",
          "aa_start": 834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4049,
          "cdna_start": 2797,
          "cds_end": null,
          "cds_length": 3102,
          "cds_start": 2500,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047442524.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2500_2523delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro834_Pro841del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298480.1",
          "strand": true,
          "transcript": "XM_047442524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "PPPPPPPP",
          "aa_start": 759,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3938,
          "cdna_start": 2686,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2275,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011531034.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2275_2298delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro759_Pro766del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529336.1",
          "strand": true,
          "transcript": "XM_011531034.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 893,
          "aa_ref": "PPPPPPPP",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3570,
          "cdna_start": 2318,
          "cds_end": null,
          "cds_length": 2682,
          "cds_start": 2080,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047442526.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2080_2103delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro694_Pro701del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298482.1",
          "strand": true,
          "transcript": "XM_047442526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 838,
          "aa_ref": "PPPPPPPP",
          "aa_start": 639,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3183,
          "cdna_start": 1931,
          "cds_end": null,
          "cds_length": 2517,
          "cds_start": 1915,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_017029852.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1915_1938delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro639_Pro646del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885341.1",
          "strand": true,
          "transcript": "XM_017029852.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 829,
          "aa_ref": "PPPPPPPP",
          "aa_start": 630,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3178,
          "cdna_start": 1926,
          "cds_end": null,
          "cds_length": 2490,
          "cds_start": 1888,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047442527.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1888_1911delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro630_Pro637del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298483.1",
          "strand": true,
          "transcript": "XM_047442527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 744,
          "aa_ref": "PPPPPPPP",
          "aa_start": 545,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3315,
          "cdna_start": 2063,
          "cds_end": null,
          "cds_length": 2235,
          "cds_start": 1633,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047442528.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1633_1656delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro545_Pro552del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298484.1",
          "strand": true,
          "transcript": "XM_047442528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": "PPPPPPPP",
          "aa_start": 521,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3412,
          "cdna_start": 2160,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": 1561,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047442529.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1561_1584delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro521_Pro528del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298485.1",
          "strand": true,
          "transcript": "XM_047442529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 676,
          "aa_ref": "PPPPPPPP",
          "aa_start": 477,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2777,
          "cdna_start": 1525,
          "cds_end": null,
          "cds_length": 2031,
          "cds_start": 1429,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047442530.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1429_1452delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro477_Pro484del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298486.1",
          "strand": true,
          "transcript": "XM_047442530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 669,
          "aa_ref": "PPPPPPPP",
          "aa_start": 470,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2821,
          "cdna_start": 1569,
          "cds_end": null,
          "cds_length": 2010,
          "cds_start": 1408,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047442531.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.1408_1431delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": "p.Pro470_Pro477del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298487.1",
          "strand": true,
          "transcript": "XM_047442531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1058,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3876,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3177,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001324292.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2695+7905_2695+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001311221.1",
          "strand": true,
          "transcript": "NM_001324292.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1000,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3413,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3003,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000623622.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2521+7905_2521+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 21,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485624.2",
          "strand": true,
          "transcript": "ENST00000623622.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3772,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001257230.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2383+7905_2383+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244159.1",
          "strand": true,
          "transcript": "NM_001257230.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001257234.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2383+7905_2383+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244163.1",
          "strand": true,
          "transcript": "NM_001257234.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4001,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001257237.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2383+7905_2383+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244166.1",
          "strand": true,
          "transcript": "NM_001257237.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3812,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000436609.5",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2383+7905_2383+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392990.2",
          "strand": true,
          "transcript": "ENST00000436609.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 896,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2691,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001324293.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2209+7905_2209+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 21,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001311222.1",
          "strand": true,
          "transcript": "NM_001324293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1082,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3948,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3249,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011531030.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2767+7905_2767+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 24,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529332.1",
          "strand": true,
          "transcript": "XM_011531030.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1050,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3852,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017029848.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2671+7905_2671+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885337.1",
          "strand": true,
          "transcript": "XM_017029848.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3837,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047442523.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2656+7905_2656+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298479.1",
          "strand": true,
          "transcript": "XM_047442523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1001,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3705,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3006,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047442525.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.2524+7905_2524+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 20,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298481.1",
          "strand": true,
          "transcript": "XM_047442525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3200,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000470971.5",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*1804_*1827delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000479424.2",
          "strand": true,
          "transcript": "ENST00000470971.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000623148.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2722_*2745delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485658.1",
          "strand": true,
          "transcript": "ENST00000623148.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3200,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000470971.5",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*1804_*1827delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000479424.2",
          "strand": true,
          "transcript": "ENST00000470971.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000623148.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2722_*2745delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485658.1",
          "strand": true,
          "transcript": "ENST00000623148.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 699,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000461669.5",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.55+7703_55+7726delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000461669.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3236,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000495283.5",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2560+7905_*2560+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000427093.3",
          "strand": true,
          "transcript": "ENST00000495283.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000623144.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2664+7905_*2664+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485279.1",
          "strand": true,
          "transcript": "ENST00000623144.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3761,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000624161.3",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2459+7905_*2459+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485181.1",
          "strand": true,
          "transcript": "ENST00000624161.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3480,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636363.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*1483+7905_*1483+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 19,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490681.1",
          "strand": true,
          "transcript": "ENST00000636363.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3703,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699748.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*2490+7905_*2490+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 21,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000514558.1",
          "strand": true,
          "transcript": "ENST00000699748.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2725,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699778.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.*1122+7905_*1122+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 16,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000514584.1",
          "strand": true,
          "transcript": "ENST00000699778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148693.2",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "n.2423+7905_2423+7928delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": 19,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148693.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 41,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 436,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 126,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000474121.1",
          "gene_hgnc_id": 30881,
          "gene_symbol": "ALG13",
          "hgvs_c": "c.-78_-55delCCTCCTCCTCCTCCTCCTCCTCCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485400.1",
          "strand": true,
          "transcript": "ENST00000474121.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs56717389",
      "effect": "conservative_inframe_deletion",
      "frequency_reference_population": 0.000026909933,
      "gene_hgnc_id": 30881,
      "gene_symbol": "ALG13",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.0000269099,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 36",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.322,
      "pos": 111744768,
      "ref": "ACCTCCTCCTCCTCCTCCTCCTCCT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001099922.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.