← 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: 19-8262020-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CERS4",
          "hgnc_id": 23747,
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_024552.3",
          "verdict": "Benign"
        },
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000303688",
          "hgnc_id": null,
          "hgvs_c": "n.855-21935C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "ENST00000796540.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 1198176,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0723,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.68,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0000010931072438324918,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1780,
          "cdna_start": 1379,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_024552.3",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000251363.10",
          "protein_coding": true,
          "protein_id": "NP_078828.2",
          "strand": true,
          "transcript": "NM_024552.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1780,
          "cdna_start": 1379,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000251363.10",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024552.3",
          "protein_coding": true,
          "protein_id": "ENSP00000251363.5",
          "strand": true,
          "transcript": "ENST00000251363.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1515,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000559336.5",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453815.1",
          "strand": true,
          "transcript": "ENST00000559336.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1826,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000595722.5",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "n.1425G>A",
          "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": "ENST00000595722.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1844,
          "cdna_start": 1428,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886743.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556802.1",
          "strand": true,
          "transcript": "ENST00000886743.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1669,
          "cdna_start": 1255,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886749.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556808.1",
          "strand": true,
          "transcript": "ENST00000886749.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1821,
          "cdna_start": 1420,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886750.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556809.1",
          "strand": true,
          "transcript": "ENST00000886750.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1928,
          "cdna_start": 1514,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886753.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556812.1",
          "strand": true,
          "transcript": "ENST00000886753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1670,
          "cdna_start": 1272,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886762.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556821.1",
          "strand": true,
          "transcript": "ENST00000886762.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1578,
          "cdna_start": 1180,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886779.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556838.1",
          "strand": true,
          "transcript": "ENST00000886779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1963,
          "cdna_start": 1564,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913046.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583105.1",
          "strand": true,
          "transcript": "ENST00000913046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2093,
          "cdna_start": 1692,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913060.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583119.1",
          "strand": true,
          "transcript": "ENST00000913060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2670,
          "cdna_start": 2272,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000913062.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583121.1",
          "strand": true,
          "transcript": "ENST00000913062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "A",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1922,
          "cdna_start": 1526,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1114,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964423.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1114G>A",
          "hgvs_p": "p.Ala372Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634482.1",
          "strand": true,
          "transcript": "ENST00000964423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1649,
          "cdna_start": 1236,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000559450.6",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453509.1",
          "strand": true,
          "transcript": "ENST00000559450.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3288,
          "cdna_start": 1592,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886737.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556796.1",
          "strand": true,
          "transcript": "ENST00000886737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3221,
          "cdna_start": 1545,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886738.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556797.1",
          "strand": true,
          "transcript": "ENST00000886738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2831,
          "cdna_start": 1155,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886739.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556798.1",
          "strand": true,
          "transcript": "ENST00000886739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2929,
          "cdna_start": 1253,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886740.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556799.1",
          "strand": true,
          "transcript": "ENST00000886740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3379,
          "cdna_start": 1683,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886741.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556800.1",
          "strand": true,
          "transcript": "ENST00000886741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2321,
          "cdna_start": 1907,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000886742.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556801.1",
          "strand": true,
          "transcript": "ENST00000886742.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1792,
          "cdna_start": 1380,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886744.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556803.1",
          "strand": true,
          "transcript": "ENST00000886744.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1933,
          "cdna_start": 1532,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886745.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556804.1",
          "strand": true,
          "transcript": "ENST00000886745.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2132,
          "cdna_start": 1731,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000886746.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556805.1",
          "strand": true,
          "transcript": "ENST00000886746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1968,
          "cdna_start": 1553,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886747.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556806.1",
          "strand": true,
          "transcript": "ENST00000886747.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1886,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886751.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556810.1",
          "strand": true,
          "transcript": "ENST00000886751.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2094,
          "cdna_start": 1693,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000886752.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556811.1",
          "strand": true,
          "transcript": "ENST00000886752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1782,
          "cdna_start": 1381,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886754.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556813.1",
          "strand": true,
          "transcript": "ENST00000886754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2084,
          "cdna_start": 1686,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886755.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556814.1",
          "strand": true,
          "transcript": "ENST00000886755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1772,
          "cdna_start": 1371,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886757.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556816.1",
          "strand": true,
          "transcript": "ENST00000886757.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2075,
          "cdna_start": 1674,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000886759.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556818.1",
          "strand": true,
          "transcript": "ENST00000886759.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1917,
          "cdna_start": 1519,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886761.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556820.1",
          "strand": true,
          "transcript": "ENST00000886761.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1955,
          "cdna_start": 1557,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886763.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556822.1",
          "strand": true,
          "transcript": "ENST00000886763.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1841,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886764.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556823.1",
          "strand": true,
          "transcript": "ENST00000886764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1944,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886765.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556824.1",
          "strand": true,
          "transcript": "ENST00000886765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1925,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886766.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556825.1",
          "strand": true,
          "transcript": "ENST00000886766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1845,
          "cdna_start": 1444,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886767.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556826.1",
          "strand": true,
          "transcript": "ENST00000886767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1797,
          "cdna_start": 1399,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886769.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556828.1",
          "strand": true,
          "transcript": "ENST00000886769.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1854,
          "cdna_start": 1457,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886773.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556832.1",
          "strand": true,
          "transcript": "ENST00000886773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1751,
          "cdna_start": 1353,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886774.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556833.1",
          "strand": true,
          "transcript": "ENST00000886774.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1935,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886775.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556834.1",
          "strand": true,
          "transcript": "ENST00000886775.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1872,
          "cdna_start": 1471,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000886776.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556835.1",
          "strand": true,
          "transcript": "ENST00000886776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3090,
          "cdna_start": 2692,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886777.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556836.1",
          "strand": true,
          "transcript": "ENST00000886777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1564,
          "cdna_start": 1163,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886778.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556837.1",
          "strand": true,
          "transcript": "ENST00000886778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3055,
          "cdna_start": 1379,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913039.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583098.1",
          "strand": true,
          "transcript": "ENST00000913039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2212,
          "cdna_start": 1817,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000913040.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583099.1",
          "strand": true,
          "transcript": "ENST00000913040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": 1628,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913041.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583100.1",
          "strand": true,
          "transcript": "ENST00000913041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1833,
          "cdna_start": 1417,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913042.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583101.1",
          "strand": true,
          "transcript": "ENST00000913042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 1304,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913043.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583102.1",
          "strand": true,
          "transcript": "ENST00000913043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1973,
          "cdna_start": 1572,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913044.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583103.1",
          "strand": true,
          "transcript": "ENST00000913044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1831,
          "cdna_start": 1430,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913045.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583104.1",
          "strand": true,
          "transcript": "ENST00000913045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1927,
          "cdna_start": 1511,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913047.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583106.1",
          "strand": true,
          "transcript": "ENST00000913047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1972,
          "cdna_start": 1571,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000913048.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583107.1",
          "strand": true,
          "transcript": "ENST00000913048.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1896,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913050.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583109.1",
          "strand": true,
          "transcript": "ENST00000913050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1802,
          "cdna_start": 1401,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913052.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583111.1",
          "strand": true,
          "transcript": "ENST00000913052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1834,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913053.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583112.1",
          "strand": true,
          "transcript": "ENST00000913053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1924,
          "cdna_start": 1526,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000913055.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583114.1",
          "strand": true,
          "transcript": "ENST00000913055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1769,
          "cdna_start": 1368,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913057.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583116.1",
          "strand": true,
          "transcript": "ENST00000913057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1804,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913058.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583117.1",
          "strand": true,
          "transcript": "ENST00000913058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": 1631,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000913059.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583118.1",
          "strand": true,
          "transcript": "ENST00000913059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3612,
          "cdna_start": 3211,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000913061.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583120.1",
          "strand": true,
          "transcript": "ENST00000913061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2497,
          "cdna_start": 2096,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000913063.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583122.1",
          "strand": true,
          "transcript": "ENST00000913063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1880,
          "cdna_start": 1480,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964421.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634480.1",
          "strand": true,
          "transcript": "ENST00000964421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2039,
          "cdna_start": 1641,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000964422.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634481.1",
          "strand": true,
          "transcript": "ENST00000964422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2211,
          "cdna_start": 1797,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964425.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634484.1",
          "strand": true,
          "transcript": "ENST00000964425.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2030,
          "cdna_start": 1622,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000964426.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634485.1",
          "strand": true,
          "transcript": "ENST00000964426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2252,
          "cdna_start": 1854,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000964428.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634487.1",
          "strand": true,
          "transcript": "ENST00000964428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1856,
          "cdna_start": 1458,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000964429.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634488.1",
          "strand": true,
          "transcript": "ENST00000964429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2038,
          "cdna_start": 1640,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000964430.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634489.1",
          "strand": true,
          "transcript": "ENST00000964430.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1973,
          "cdna_start": 1577,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964431.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634490.1",
          "strand": true,
          "transcript": "ENST00000964431.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2016,
          "cdna_start": 1618,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964432.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634491.1",
          "strand": true,
          "transcript": "ENST00000964432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1639,
          "cdna_start": 1243,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000964433.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634492.1",
          "strand": true,
          "transcript": "ENST00000964433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1587,
          "cdna_start": 1175,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000964434.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634493.1",
          "strand": true,
          "transcript": "ENST00000964434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1919,
          "cdna_start": 1521,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000964435.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634494.1",
          "strand": true,
          "transcript": "ENST00000964435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2091,
          "cdna_start": 1693,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000964436.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634495.1",
          "strand": true,
          "transcript": "ENST00000964436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": "A",
          "aa_start": 364,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1791,
          "cdna_start": 1390,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": 1090,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000964424.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1090G>A",
          "hgvs_p": "p.Ala364Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634483.1",
          "strand": true,
          "transcript": "ENST00000964424.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": "A",
          "aa_start": 364,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1768,
          "cdna_start": 1370,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": 1090,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000964427.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1090G>A",
          "hgvs_p": "p.Ala364Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634486.1",
          "strand": true,
          "transcript": "ENST00000964427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "A",
          "aa_start": 349,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1726,
          "cdna_start": 1328,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 1045,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000886760.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1045G>A",
          "hgvs_p": "p.Ala349Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556819.1",
          "strand": true,
          "transcript": "ENST00000886760.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "A",
          "aa_start": 349,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1595,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 1045,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886768.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1045G>A",
          "hgvs_p": "p.Ala349Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556827.1",
          "strand": true,
          "transcript": "ENST00000886768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "A",
          "aa_start": 349,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1760,
          "cdna_start": 1359,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 1045,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913051.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1045G>A",
          "hgvs_p": "p.Ala349Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583110.1",
          "strand": true,
          "transcript": "ENST00000913051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "A",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1691,
          "cdna_start": 1290,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 1003,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000913049.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1003G>A",
          "hgvs_p": "p.Ala335Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583108.1",
          "strand": true,
          "transcript": "ENST00000913049.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 351,
          "aa_ref": "A",
          "aa_start": 323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1490,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 1056,
          "cds_start": 967,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000913056.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.967G>A",
          "hgvs_p": "p.Ala323Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583115.1",
          "strand": true,
          "transcript": "ENST00000913056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": "A",
          "aa_start": 315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1803,
          "cdna_start": 1402,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": 943,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000558331.5",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.943G>A",
          "hgvs_p": "p.Ala315Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452753.1",
          "strand": true,
          "transcript": "ENST00000558331.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 328,
          "aa_ref": "A",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1582,
          "cdna_start": 1181,
          "cds_end": null,
          "cds_length": 987,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886756.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.898G>A",
          "hgvs_p": "p.Ala300Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556815.1",
          "strand": true,
          "transcript": "ENST00000886756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 328,
          "aa_ref": "A",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1652,
          "cdna_start": 1251,
          "cds_end": null,
          "cds_length": 987,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913054.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.898G>A",
          "hgvs_p": "p.Ala300Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583113.1",
          "strand": true,
          "transcript": "ENST00000913054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1671,
          "cdna_start": 1273,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886748.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556807.1",
          "strand": true,
          "transcript": "ENST00000886748.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1359,
          "cdna_start": 958,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000886758.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556817.1",
          "strand": true,
          "transcript": "ENST00000886758.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1500,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000886770.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556829.1",
          "strand": true,
          "transcript": "ENST00000886770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1655,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000886771.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556830.1",
          "strand": true,
          "transcript": "ENST00000886771.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1443,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000886772.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Ala278Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000556831.1",
          "strand": true,
          "transcript": "ENST00000886772.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "A",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2083,
          "cdna_start": 1682,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1306,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047439433.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Ala436Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295389.1",
          "strand": true,
          "transcript": "XM_047439433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1812,
          "cdna_start": 1411,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_011528290.3",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526592.1",
          "strand": true,
          "transcript": "XM_011528290.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1967,
          "cdna_start": 1566,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_011528291.3",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526593.1",
          "strand": true,
          "transcript": "XM_011528291.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2007,
          "cdna_start": 1606,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017027304.2",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016882793.1",
          "strand": true,
          "transcript": "XM_017027304.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1655,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017027305.2",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016882794.1",
          "strand": true,
          "transcript": "XM_017027305.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2194,
          "cdna_start": 1793,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047439434.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295390.1",
          "strand": true,
          "transcript": "XM_047439434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1975,
          "cdna_start": 1574,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047439435.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295391.1",
          "strand": true,
          "transcript": "XM_047439435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2115,
          "cdna_start": 1714,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047439436.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295392.1",
          "strand": true,
          "transcript": "XM_047439436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "A",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2083,
          "cdna_start": 1682,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047439437.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Ala366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295393.1",
          "strand": true,
          "transcript": "XM_047439437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 214,
          "aa_ref": "A",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1087,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 645,
          "cds_start": 556,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047439439.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "c.556G>A",
          "hgvs_p": "p.Ala186Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295395.1",
          "strand": true,
          "transcript": "XM_047439439.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": 2401,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000557925.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "n.2003G>A",
          "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": "ENST00000557925.1",
          "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": 710,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000599275.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "n.309G>A",
          "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": "ENST00000599275.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1027,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000796540.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000303688",
          "hgvs_c": "n.855-21935C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000796540.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": 429,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000558302.1",
          "gene_hgnc_id": 23747,
          "gene_symbol": "CERS4",
          "hgvs_c": "n.*241G>A",
          "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": "ENST00000558302.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs36259",
      "effect": "missense_variant",
      "frequency_reference_population": 0.7566832,
      "gene_hgnc_id": 23747,
      "gene_symbol": "CERS4",
      "gnomad_exomes_ac": 1085015,
      "gnomad_exomes_af": 0.758108,
      "gnomad_exomes_homalt": 411899,
      "gnomad_genomes_ac": 113161,
      "gnomad_genomes_af": 0.743287,
      "gnomad_genomes_homalt": 42222,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 454121,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.97,
      "pos": 8262020,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.063,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_024552.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.