← 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: 11-119088298-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS3",
            "PM1",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "HMBS",
          "hgnc_id": 4982,
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "inheritance_mode": "AD,SD",
          "pathogenic_score": 16,
          "score": 16,
          "transcript": "NM_000190.4",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
      "acmg_score": 16,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9933,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.61,
      "chr": "11",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9935259222984314,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1505,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_000190.4",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000652429.1",
          "protein_coding": true,
          "protein_id": "NP_000181.2",
          "strand": true,
          "transcript": "NM_000190.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1505,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000652429.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000190.4",
          "protein_coding": true,
          "protein_id": "ENSP00000498786.1",
          "strand": true,
          "transcript": "ENST00000652429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1411,
          "cdna_start": 136,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000392841.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376584.1",
          "strand": true,
          "transcript": "ENST00000392841.1",
          "transcript_support_level": 1
        },
        {
          "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": 1282,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000545621.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.77G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000444849.1",
          "strand": true,
          "transcript": "ENST00000545621.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 581,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000545901.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.230G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000545901.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 358,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1495,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1077,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425056.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411985.1",
          "strand": true,
          "transcript": "NM_001425056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 358,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1497,
          "cdna_start": 229,
          "cds_end": null,
          "cds_length": 1077,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000933410.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603469.1",
          "strand": true,
          "transcript": "ENST00000933410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 355,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1486,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1068,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425057.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411986.1",
          "strand": true,
          "transcript": "NM_001425057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 355,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1448,
          "cdna_start": 228,
          "cds_end": null,
          "cds_length": 1068,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000442944.7",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392041.3",
          "strand": true,
          "transcript": "ENST00000442944.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 348,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1465,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1047,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425058.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411987.1",
          "strand": true,
          "transcript": "NM_001425058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 348,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1478,
          "cdna_start": 242,
          "cds_end": null,
          "cds_length": 1047,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000933407.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603466.1",
          "strand": true,
          "transcript": "ENST00000933407.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1441,
          "cdna_start": 218,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877118.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547177.1",
          "strand": true,
          "transcript": "ENST00000877118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1411,
          "cdna_start": 136,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001024382.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001019553.1",
          "strand": true,
          "transcript": "NM_001024382.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1595,
          "cdna_start": 321,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425052.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411981.1",
          "strand": true,
          "transcript": "NM_001425052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1571,
          "cdna_start": 297,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425053.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411982.1",
          "strand": true,
          "transcript": "NM_001425053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1587,
          "cdna_start": 313,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001425054.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411983.1",
          "strand": true,
          "transcript": "NM_001425054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1559,
          "cdna_start": 317,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000537841.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000444730.1",
          "strand": true,
          "transcript": "ENST00000537841.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1477,
          "cdna_start": 204,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000648374.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000497255.1",
          "strand": true,
          "transcript": "ENST00000648374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1936,
          "cdna_start": 716,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000650101.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496970.1",
          "strand": true,
          "transcript": "ENST00000650101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1385,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001258208.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001245137.1",
          "strand": true,
          "transcript": "NM_001258208.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1351,
          "cdna_start": 197,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000544387.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000438424.1",
          "strand": true,
          "transcript": "ENST00000544387.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1339,
          "cdna_start": 203,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000933412.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603471.1",
          "strand": true,
          "transcript": "ENST00000933412.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 308,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1345,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 927,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425061.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411990.1",
          "strand": true,
          "transcript": "NM_001425061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 308,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1347,
          "cdna_start": 232,
          "cds_end": null,
          "cds_length": 927,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000933409.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603468.1",
          "strand": true,
          "transcript": "ENST00000933409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1476,
          "cdna_start": 321,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001258209.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001245138.1",
          "strand": true,
          "transcript": "NM_001258209.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1469,
          "cdna_start": 317,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000542729.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000443058.1",
          "strand": true,
          "transcript": "ENST00000542729.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 227,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 941,
          "cdna_start": 283,
          "cds_end": null,
          "cds_length": 684,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000536813.6",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000438726.2",
          "strand": true,
          "transcript": "ENST00000536813.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "R",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 707,
          "cdna_start": 211,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000546302.6",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.77G>T",
          "hgvs_p": "p.Arg26Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445599.1",
          "strand": true,
          "transcript": "ENST00000546302.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 755,
          "cdna_start": 220,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000535253.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000442079.1",
          "strand": true,
          "transcript": "ENST00000535253.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1491,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 26,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_017017629.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.26G>T",
          "hgvs_p": "p.Arg9Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016873118.1",
          "strand": true,
          "transcript": "XM_017017629.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1645,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001425062.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.-230G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411991.1",
          "strand": true,
          "transcript": "NM_001425062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1450,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001425059.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411988.1",
          "strand": true,
          "transcript": "NM_001425059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1423,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000959929.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629988.1",
          "strand": true,
          "transcript": "ENST00000959929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1347,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000543090.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445429.1",
          "strand": true,
          "transcript": "ENST00000543090.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 327,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1387,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 984,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933411.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603470.1",
          "strand": true,
          "transcript": "ENST00000933411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1541,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001425063.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.-78-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411992.1",
          "strand": true,
          "transcript": "NM_001425063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2173,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000686218.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.-78-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509288.1",
          "strand": true,
          "transcript": "ENST00000686218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1330,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001425065.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411994.1",
          "strand": true,
          "transcript": "NM_001425065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1352,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000959927.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629986.1",
          "strand": true,
          "transcript": "ENST00000959927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 290,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1283,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 873,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000959928.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629987.1",
          "strand": true,
          "transcript": "ENST00000959928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 115,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 768,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 348,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933408.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.33+3232G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603467.1",
          "strand": true,
          "transcript": "ENST00000933408.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1357,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542796.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "c.-79+220G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541098.1",
          "strand": true,
          "transcript": "XM_011542796.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 441,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000536185.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.245G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000536185.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 882,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000542345.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.215G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000542345.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": 936,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000542822.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.168G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000444817.1",
          "strand": true,
          "transcript": "ENST00000542822.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1796,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000543543.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.312G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000543543.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 562,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000543821.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.223G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000543821.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 695,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000544360.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.45G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000544360.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000546226.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.136G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000546226.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": 1283,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000640813.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.26G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491061.1",
          "strand": true,
          "transcript": "ENST00000640813.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": 1180,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000648026.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.71G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498044.1",
          "strand": true,
          "transcript": "ENST00000648026.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": 690,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000648488.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.26G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498079.1",
          "strand": true,
          "transcript": "ENST00000648488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1298,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000649823.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.294G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000649823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000691144.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.1033G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000691144.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": 580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000534956.2",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.37-337G>T",
          "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": "ENST00000534956.2",
          "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": 832,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000535793.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.34-337G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000439904.1",
          "strand": true,
          "transcript": "ENST00000535793.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1544,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000542044.5",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.159-337G>T",
          "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": "ENST00000542044.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": 529,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000649868.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.34-802G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000497548.1",
          "strand": true,
          "transcript": "ENST00000649868.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000650307.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.540-337G>T",
          "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": "ENST00000650307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2163,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000691249.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.672-337G>T",
          "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": "ENST00000691249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1908,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000686690.1",
          "gene_hgnc_id": 4982,
          "gene_symbol": "HMBS",
          "hgvs_c": "n.-88G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000686690.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs118204103",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 4982,
      "gene_symbol": "HMBS",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.968,
      "pos": 119088298,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.974,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.07000000029802322,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.07,
      "transcript": "NM_000190.4"
    }
  ]
}
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.