← 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: 17-76733165-TACC-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "METTL23",
          "hgnc_id": 26988,
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "inheritance_mode": "AR",
          "pathogenic_score": 10,
          "score": 10,
          "transcript": "NM_001080510.5",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "ENSG00000267168",
          "hgnc_id": null,
          "hgvs_c": "c.189_190delAC",
          "hgvs_p": "p.Pro64fs",
          "inheritance_mode": "",
          "pathogenic_score": 10,
          "score": 10,
          "transcript": "ENST00000587459.1",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_score": 10,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "17",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1128,
          "cdna_start": 634,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001080510.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000341249.11",
          "protein_coding": true,
          "protein_id": "NP_001073979.3",
          "strand": true,
          "transcript": "NM_001080510.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1128,
          "cdna_start": 634,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000341249.11",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001080510.5",
          "protein_coding": true,
          "protein_id": "ENSP00000341543.5",
          "strand": true,
          "transcript": "ENST00000341249.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1006,
          "cdna_start": 514,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000590964.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000465890.1",
          "strand": true,
          "transcript": "ENST00000590964.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 100,
          "aa_ref": "LP",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 479,
          "cdna_start": 189,
          "cds_end": null,
          "cds_length": 303,
          "cds_start": 189,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000587459.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000267168",
          "hgvs_c": "c.189_190delAC",
          "hgvs_p": "p.Pro64fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466829.1",
          "strand": true,
          "transcript": "ENST00000587459.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 71,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 216,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000586200.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.-35-127_-35-126delAC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000465959.1",
          "strand": true,
          "transcript": "ENST00000586200.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1163,
          "cdna_start": 669,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001206983.3",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001193912.1",
          "strand": true,
          "transcript": "NM_001206983.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 829,
          "cdna_start": 335,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001206984.3",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001193913.1",
          "strand": true,
          "transcript": "NM_001206984.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1073,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001302703.2",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001289632.1",
          "strand": true,
          "transcript": "NM_001302703.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1480,
          "cdna_start": 986,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378348.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365277.1",
          "strand": true,
          "transcript": "NM_001378348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1035,
          "cdna_start": 541,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378349.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365278.1",
          "strand": true,
          "transcript": "NM_001378349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1171,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000615984.4",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000482599.1",
          "strand": true,
          "transcript": "ENST00000615984.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1037,
          "cdna_start": 542,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000905510.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575569.1",
          "strand": true,
          "transcript": "ENST00000905510.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1095,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000905511.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575570.1",
          "strand": true,
          "transcript": "ENST00000905511.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1549,
          "cdna_start": 1056,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000905512.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575571.1",
          "strand": true,
          "transcript": "ENST00000905512.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1291,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000905513.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575572.1",
          "strand": true,
          "transcript": "ENST00000905513.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1498,
          "cdna_start": 1009,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000905514.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575573.1",
          "strand": true,
          "transcript": "ENST00000905514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1264,
          "cdna_start": 772,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000905515.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575574.1",
          "strand": true,
          "transcript": "ENST00000905515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 803,
          "cdna_start": 309,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000935921.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605980.1",
          "strand": true,
          "transcript": "ENST00000935921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1301,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000969534.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639593.1",
          "strand": true,
          "transcript": "ENST00000969534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1242,
          "cdna_start": 747,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000969535.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639594.1",
          "strand": true,
          "transcript": "ENST00000969535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1399,
          "cdna_start": 909,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000969536.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639595.1",
          "strand": true,
          "transcript": "ENST00000969536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 812,
          "cdna_start": 318,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001302705.2",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001289634.1",
          "strand": true,
          "transcript": "NM_001302705.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1146,
          "cdna_start": 652,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378350.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365279.1",
          "strand": true,
          "transcript": "NM_001378350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1018,
          "cdna_start": 524,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378351.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365280.1",
          "strand": true,
          "transcript": "NM_001378351.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1111,
          "cdna_start": 617,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378352.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365281.1",
          "strand": true,
          "transcript": "NM_001378352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1463,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001378353.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365282.1",
          "strand": true,
          "transcript": "NM_001378353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 581,
          "cdna_start": 324,
          "cds_end": null,
          "cds_length": 530,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000588563.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467503.1",
          "strand": true,
          "transcript": "ENST00000588563.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 846,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 451,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000592849.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467527.1",
          "strand": true,
          "transcript": "ENST00000592849.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 617,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000589977.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464965.1",
          "strand": true,
          "transcript": "ENST00000589977.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 138,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1059,
          "cdna_start": 575,
          "cds_end": null,
          "cds_length": 417,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000586738.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468386.1",
          "strand": true,
          "transcript": "ENST00000586738.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 138,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1184,
          "cdna_start": 630,
          "cds_end": null,
          "cds_length": 417,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000588783.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466938.1",
          "strand": true,
          "transcript": "ENST00000588783.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1023,
          "cdna_start": 529,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001206985.3",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001193914.1",
          "strand": true,
          "transcript": "NM_001206985.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1058,
          "cdna_start": 564,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001206986.3",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001193915.1",
          "strand": true,
          "transcript": "NM_001206986.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1202,
          "cdna_start": 708,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001206987.3",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001193916.1",
          "strand": true,
          "transcript": "NM_001206987.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 933,
          "cdna_start": 439,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001302704.2",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001289633.1",
          "strand": true,
          "transcript": "NM_001302704.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 724,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001378354.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365283.1",
          "strand": true,
          "transcript": "NM_001378354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 904,
          "cdna_start": 552,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000586752.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466203.1",
          "strand": true,
          "transcript": "ENST00000586752.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1049,
          "cdna_start": 677,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000588822.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000465430.1",
          "strand": true,
          "transcript": "ENST00000588822.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 79,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 240,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000591571.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466614.1",
          "strand": true,
          "transcript": "ENST00000591571.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 71,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 925,
          "cdna_start": 427,
          "cds_end": null,
          "cds_length": 216,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000588302.5",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468704.1",
          "strand": true,
          "transcript": "ENST00000588302.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 55,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 609,
          "cdna_start": 511,
          "cds_end": null,
          "cds_length": 170,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000588964.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467101.1",
          "strand": true,
          "transcript": "ENST00000588964.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "LP",
          "aa_start": 91,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1039,
          "cdna_start": 544,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 273,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047435307.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.273_274delAC",
          "hgvs_p": "p.Pro92fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291263.1",
          "strand": true,
          "transcript": "XM_047435307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "LP",
          "aa_start": 87,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1057,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047435308.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.261_262delAC",
          "hgvs_p": "p.Pro88fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291264.1",
          "strand": true,
          "transcript": "XM_047435308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 969,
          "cdna_start": 474,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047435309.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291265.1",
          "strand": true,
          "transcript": "XM_047435309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": "LP",
          "aa_start": 24,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 931,
          "cdna_start": 436,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": 72,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047435310.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "c.72_73delAC",
          "hgvs_p": "p.Pro25fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291266.1",
          "strand": true,
          "transcript": "XM_047435310.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": 585,
          "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": "ENST00000589581.1",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "n.292_293delAC",
          "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": "ENST00000589581.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 795,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_038193.2",
          "gene_hgnc_id": 26988,
          "gene_symbol": "METTL23",
          "hgvs_c": "n.350-127_350-126delAC",
          "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": "NR_038193.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "frameshift_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 26988,
      "gene_symbol": "METTL23",
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.614,
      "pos": 76733164,
      "ref": "CTAC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_001080510.5"
    }
  ]
}
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.