← 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: 6-138908801-GTGT-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 138908801,
      "ref": "GTGT",
      "alt": "G",
      "effect": "conservative_inframe_deletion",
      "transcript": "NM_001286611.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2080_2082delACA",
          "hgvs_p": "p.Thr694del",
          "transcript": "NM_001286611.2",
          "protein_id": "NP_001273540.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2080,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000450536.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286611.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2080_2082delACA",
          "hgvs_p": "p.Thr694del",
          "transcript": "ENST00000450536.7",
          "protein_id": "ENSP00000392065.2",
          "transcript_support_level": 1,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2080,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001286611.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450536.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "ENST00000258062.9",
          "protein_id": "ENSP00000258062.5",
          "transcript_support_level": 1,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000258062.9"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1807_1809delACA",
          "hgvs_p": "p.Thr603del",
          "transcript": "ENST00000409812.6",
          "protein_id": "ENSP00000386699.2",
          "transcript_support_level": 1,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1807,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409812.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.807_809delACA",
          "hgvs_p": null,
          "transcript": "ENST00000484164.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000484164.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2104_2106delACA",
          "hgvs_p": "p.Thr702del",
          "transcript": "ENST00000913792.1",
          "protein_id": "ENSP00000583851.1",
          "transcript_support_level": null,
          "aa_start": 702,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2104,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913792.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2095_2097delACA",
          "hgvs_p": "p.Thr699del",
          "transcript": "ENST00000913794.1",
          "protein_id": "ENSP00000583853.1",
          "transcript_support_level": null,
          "aa_start": 699,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 2095,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913794.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "NM_031922.5",
          "protein_id": "NP_114128.3",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_031922.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "ENST00000886446.1",
          "protein_id": "ENSP00000556505.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886446.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2074_2076delACA",
          "hgvs_p": "p.Thr692del",
          "transcript": "ENST00000886454.1",
          "protein_id": "ENSP00000556513.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886454.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2074_2076delACA",
          "hgvs_p": "p.Thr692del",
          "transcript": "ENST00000913795.1",
          "protein_id": "ENSP00000583854.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913795.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2038_2040delACA",
          "hgvs_p": "p.Thr680del",
          "transcript": "ENST00000886449.1",
          "protein_id": "ENSP00000556508.1",
          "transcript_support_level": null,
          "aa_start": 680,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 2038,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886449.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2020_2022delACA",
          "hgvs_p": "p.Thr674del",
          "transcript": "ENST00000968036.1",
          "protein_id": "ENSP00000638095.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 2020,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968036.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2017_2019delACA",
          "hgvs_p": "p.Thr673del",
          "transcript": "ENST00000886450.1",
          "protein_id": "ENSP00000556510.1",
          "transcript_support_level": null,
          "aa_start": 673,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 2017,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886450.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2017_2019delACA",
          "hgvs_p": "p.Thr673del",
          "transcript": "ENST00000968037.1",
          "protein_id": "ENSP00000638096.1",
          "transcript_support_level": null,
          "aa_start": 673,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 2017,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968037.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2014_2016delACA",
          "hgvs_p": "p.Thr672del",
          "transcript": "ENST00000886452.1",
          "protein_id": "ENSP00000556511.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 2014,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886452.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2014_2016delACA",
          "hgvs_p": "p.Thr672del",
          "transcript": "ENST00000886458.1",
          "protein_id": "ENSP00000556517.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 2014,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886458.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2011_2013delACA",
          "hgvs_p": "p.Thr671del",
          "transcript": "ENST00000968035.1",
          "protein_id": "ENSP00000638094.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2011,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968035.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1999_2001delACA",
          "hgvs_p": "p.Thr667del",
          "transcript": "NM_001128617.3",
          "protein_id": "NP_001122089.1",
          "transcript_support_level": null,
          "aa_start": 667,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 1999,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001128617.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1999_2001delACA",
          "hgvs_p": "p.Thr667del",
          "transcript": "ENST00000367663.8",
          "protein_id": "ENSP00000356635.4",
          "transcript_support_level": 5,
          "aa_start": 667,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 1999,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367663.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1990_1992delACA",
          "hgvs_p": "p.Thr664del",
          "transcript": "ENST00000886462.1",
          "protein_id": "ENSP00000556521.1",
          "transcript_support_level": null,
          "aa_start": 664,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 1990,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886462.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1972_1974delACA",
          "hgvs_p": "p.Thr658del",
          "transcript": "ENST00000968038.1",
          "protein_id": "ENSP00000638097.1",
          "transcript_support_level": null,
          "aa_start": 658,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1972,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968038.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1957_1959delACA",
          "hgvs_p": "p.Thr653del",
          "transcript": "ENST00000886445.1",
          "protein_id": "ENSP00000556504.1",
          "transcript_support_level": null,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 1957,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886445.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1954_1956delACA",
          "hgvs_p": "p.Thr652del",
          "transcript": "ENST00000529597.5",
          "protein_id": "ENSP00000434251.1",
          "transcript_support_level": 5,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529597.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1936_1938delACA",
          "hgvs_p": "p.Thr646del",
          "transcript": "ENST00000886448.1",
          "protein_id": "ENSP00000556506.1",
          "transcript_support_level": null,
          "aa_start": 646,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": 1936,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886448.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1933_1935delACA",
          "hgvs_p": "p.Thr645del",
          "transcript": "ENST00000886466.1",
          "protein_id": "ENSP00000556524.1",
          "transcript_support_level": null,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1933,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886466.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1903_1905delACA",
          "hgvs_p": "p.Thr635del",
          "transcript": "ENST00000415951.6",
          "protein_id": "ENSP00000397941.2",
          "transcript_support_level": 5,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000415951.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1888_1890delACA",
          "hgvs_p": "p.Thr630del",
          "transcript": "ENST00000886464.1",
          "protein_id": "ENSP00000556523.1",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1888,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886464.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1807_1809delACA",
          "hgvs_p": "p.Thr603del",
          "transcript": "NM_001286612.2",
          "protein_id": "NP_001273541.1",
          "transcript_support_level": null,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1807,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286612.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1636_1638delACA",
          "hgvs_p": "p.Thr546del",
          "transcript": "ENST00000913793.1",
          "protein_id": "ENSP00000583852.1",
          "transcript_support_level": null,
          "aa_start": 546,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1636,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913793.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1573_1575delACA",
          "hgvs_p": "p.Thr525del",
          "transcript": "ENST00000913797.1",
          "protein_id": "ENSP00000583856.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913797.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1492_1494delACA",
          "hgvs_p": "p.Thr498del",
          "transcript": "ENST00000886460.1",
          "protein_id": "ENSP00000556519.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 600,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1803,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886460.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.895_897delACA",
          "hgvs_p": "p.Thr299del",
          "transcript": "ENST00000886456.1",
          "protein_id": "ENSP00000556515.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886456.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.214_216delACA",
          "hgvs_p": "p.Thr72del",
          "transcript": "ENST00000478483.6",
          "protein_id": "ENSP00000432157.1",
          "transcript_support_level": 2,
          "aa_start": 72,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 214,
          "cds_end": null,
          "cds_length": 456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478483.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "XM_005267177.5",
          "protein_id": "XP_005267234.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005267177.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2074_2076delACA",
          "hgvs_p": "p.Thr692del",
          "transcript": "XM_017011387.3",
          "protein_id": "XP_016866876.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011387.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2080_2082delACA",
          "hgvs_p": "p.Thr694del",
          "transcript": "XM_005267178.6",
          "protein_id": "XP_005267235.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 2080,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005267178.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "XM_047419427.1",
          "protein_id": "XP_047275383.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419427.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2077_2079delACA",
          "hgvs_p": "p.Thr693del",
          "transcript": "XM_047419428.1",
          "protein_id": "XP_047275384.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419428.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2074_2076delACA",
          "hgvs_p": "p.Thr692del",
          "transcript": "XM_047419429.1",
          "protein_id": "XP_047275385.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419429.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1996_1998delACA",
          "hgvs_p": "p.Thr666del",
          "transcript": "XM_005267179.5",
          "protein_id": "XP_005267236.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 1996,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005267179.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1945_1947delACA",
          "hgvs_p": "p.Thr649del",
          "transcript": "XM_011536202.3",
          "protein_id": "XP_011534504.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 1945,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536202.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1942_1944delACA",
          "hgvs_p": "p.Thr648del",
          "transcript": "XM_047419430.1",
          "protein_id": "XP_047275386.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419430.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1999_2001delACA",
          "hgvs_p": "p.Thr667del",
          "transcript": "XM_047419431.1",
          "protein_id": "XP_047275387.1",
          "transcript_support_level": null,
          "aa_start": 667,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1999,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419431.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1996_1998delACA",
          "hgvs_p": "p.Thr666del",
          "transcript": "XM_047419432.1",
          "protein_id": "XP_047275388.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 745,
          "cds_start": 1996,
          "cds_end": null,
          "cds_length": 2238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419432.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1945_1947delACA",
          "hgvs_p": "p.Thr649del",
          "transcript": "XM_017011388.3",
          "protein_id": "XP_016866877.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 1945,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011388.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1864_1866delACA",
          "hgvs_p": "p.Thr622del",
          "transcript": "XM_017011389.2",
          "protein_id": "XP_016866878.1",
          "transcript_support_level": null,
          "aa_start": 622,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 1864,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011389.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1861_1863delACA",
          "hgvs_p": "p.Thr621del",
          "transcript": "XM_047419433.1",
          "protein_id": "XP_047275389.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 723,
          "cds_start": 1861,
          "cds_end": null,
          "cds_length": 2172,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419433.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1864_1866delACA",
          "hgvs_p": "p.Thr622del",
          "transcript": "XM_047419434.1",
          "protein_id": "XP_047275390.1",
          "transcript_support_level": null,
          "aa_start": 622,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 1864,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419434.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2067+2472_2067+2474delACA",
          "hgvs_p": null,
          "transcript": "ENST00000886469.1",
          "protein_id": "ENSP00000556528.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886469.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2064+2472_2064+2474delACA",
          "hgvs_p": null,
          "transcript": "ENST00000913796.1",
          "protein_id": "ENSP00000583855.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913796.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.2064+2472_2064+2474delACA",
          "hgvs_p": null,
          "transcript": "ENST00000913798.1",
          "protein_id": "ENSP00000583857.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913798.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.1986+2472_1986+2474delACA",
          "hgvs_p": null,
          "transcript": "ENST00000886467.1",
          "protein_id": "ENSP00000556526.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886467.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.*984_*986delACA",
          "hgvs_p": null,
          "transcript": "ENST00000445570.5",
          "protein_id": "ENSP00000401729.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000445570.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.*4579_*4581delACA",
          "hgvs_p": null,
          "transcript": "ENST00000483468.5",
          "protein_id": "ENSP00000435392.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000483468.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.786_788delACA",
          "hgvs_p": null,
          "transcript": "ENST00000492787.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000492787.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.109_111delACA",
          "hgvs_p": null,
          "transcript": "ENST00000526244.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000526244.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.*984_*986delACA",
          "hgvs_p": null,
          "transcript": "ENST00000445570.5",
          "protein_id": "ENSP00000401729.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000445570.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "n.*4579_*4581delACA",
          "hgvs_p": null,
          "transcript": "ENST00000483468.5",
          "protein_id": "ENSP00000435392.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000483468.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "REPS1",
          "gene_hgnc_id": 15578,
          "hgvs_c": "c.-69_-67delACA",
          "hgvs_p": null,
          "transcript": "ENST00000526022.1",
          "protein_id": "ENSP00000435236.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 60,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 183,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000526022.1"
        }
      ],
      "gene_symbol": "REPS1",
      "gene_hgnc_id": 15578,
      "dbsnp": "rs757588364",
      "frequency_reference_population": 0.000021690254,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 35,
      "gnomad_exomes_af": 0.0000218976,
      "gnomad_genomes_af": 0.0000197008,
      "gnomad_exomes_ac": 32,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 8.79,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4_Supporting",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 0,
          "pathogenic_score": 1,
          "criteria": [
            "PM4_Supporting"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001286611.2",
          "gene_symbol": "REPS1",
          "hgnc_id": 15578,
          "effects": [
            "conservative_inframe_deletion"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.2080_2082delACA",
          "hgvs_p": "p.Thr694del"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}