← 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: 2-113640930-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RABL2A",
          "hgnc_id": 9799,
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001354405.2",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "RPL23AP7",
          "hgnc_id": null,
          "hgvs_c": "n.162-15201G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000802718.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BS2",
      "acmg_score": -2,
      "allele_count_reference_population": 5,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.5148,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.14,
      "chr": "2",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.6238200664520264,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2141,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001306158.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000683472.1",
          "protein_coding": true,
          "protein_id": "NP_001293087.1",
          "strand": true,
          "transcript": "NM_001306158.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2141,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000683472.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001306158.2",
          "protein_coding": true,
          "protein_id": "ENSP00000507832.1",
          "strand": true,
          "transcript": "ENST00000683472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 636,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000409875.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387229.1",
          "strand": true,
          "transcript": "ENST00000409875.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1118,
          "cdna_start": 544,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393165.7",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376870.3",
          "strand": true,
          "transcript": "ENST00000393165.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1052,
          "cdna_start": 481,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393166.7",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376871.3",
          "strand": true,
          "transcript": "ENST00000393166.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2179,
          "cdna_start": 559,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393167.7",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376872.3",
          "strand": true,
          "transcript": "ENST00000393167.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000409842.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386460.1",
          "strand": true,
          "transcript": "ENST00000409842.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2232,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000409121.6",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.613C>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": "ENST00000409121.6",
          "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": 1776,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000478880.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.157C>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": "ENST00000478880.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "L",
          "aa_start": 124,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2176,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 370,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965205.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.370C>A",
          "hgvs_p": "p.Leu124Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635264.1",
          "strand": true,
          "transcript": "ENST00000965205.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2413,
          "cdna_start": 764,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354405.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341334.1",
          "strand": true,
          "transcript": "NM_001354405.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2175,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354406.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341335.1",
          "strand": true,
          "transcript": "NM_001354406.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354407.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341336.1",
          "strand": true,
          "transcript": "NM_001354407.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2330,
          "cdna_start": 681,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354408.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341337.1",
          "strand": true,
          "transcript": "NM_001354408.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2423,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354409.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341338.1",
          "strand": true,
          "transcript": "NM_001354409.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2176,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896787.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566846.1",
          "strand": true,
          "transcript": "ENST00000896787.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 451,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896790.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566849.1",
          "strand": true,
          "transcript": "ENST00000896790.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2596,
          "cdna_start": 947,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896791.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566850.1",
          "strand": true,
          "transcript": "ENST00000896791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2291,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965202.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635261.1",
          "strand": true,
          "transcript": "ENST00000965202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2284,
          "cdna_start": 640,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000965208.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635267.1",
          "strand": true,
          "transcript": "ENST00000965208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001306160.3",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001293089.1",
          "strand": true,
          "transcript": "NM_001306160.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354410.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341339.1",
          "strand": true,
          "transcript": "NM_001354410.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2154,
          "cdna_start": 494,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965207.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635266.1",
          "strand": true,
          "transcript": "ENST00000965207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 235,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 546,
          "cds_end": null,
          "cds_length": 708,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896782.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566841.1",
          "strand": true,
          "transcript": "ENST00000896782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 235,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2222,
          "cdna_start": 590,
          "cds_end": null,
          "cds_length": 708,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000965204.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635263.1",
          "strand": true,
          "transcript": "ENST00000965204.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1097,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001306159.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001293088.1",
          "strand": true,
          "transcript": "NM_001306159.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2145,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354412.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341341.1",
          "strand": true,
          "transcript": "NM_001354412.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 681,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354413.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341342.1",
          "strand": true,
          "transcript": "NM_001354413.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2393,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354414.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341343.1",
          "strand": true,
          "transcript": "NM_001354414.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2162,
          "cdna_start": 536,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896781.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566840.1",
          "strand": true,
          "transcript": "ENST00000896781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": 495,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896786.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566845.1",
          "strand": true,
          "transcript": "ENST00000896786.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 681,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000896788.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566847.1",
          "strand": true,
          "transcript": "ENST00000896788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2222,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000924794.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594853.1",
          "strand": true,
          "transcript": "ENST00000924794.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2603,
          "cdna_start": 982,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000924795.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594854.1",
          "strand": true,
          "transcript": "ENST00000924795.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2380,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000924797.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594856.1",
          "strand": true,
          "transcript": "ENST00000924797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": 737,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000924799.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594858.1",
          "strand": true,
          "transcript": "ENST00000924799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2587,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965206.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635265.1",
          "strand": true,
          "transcript": "ENST00000965206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2142,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354416.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341345.1",
          "strand": true,
          "transcript": "NM_001354416.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1094,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_007082.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_009013.1",
          "strand": true,
          "transcript": "NM_007082.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2138,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_013412.4",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_038198.1",
          "strand": true,
          "transcript": "NM_013412.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2156,
          "cdna_start": 534,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000896783.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566842.1",
          "strand": true,
          "transcript": "ENST00000896783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2167,
          "cdna_start": 554,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000924800.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594859.1",
          "strand": true,
          "transcript": "ENST00000924800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2107,
          "cdna_start": 495,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965203.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635262.1",
          "strand": true,
          "transcript": "ENST00000965203.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1060,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354417.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341346.1",
          "strand": true,
          "transcript": "NM_001354417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 154,
          "aa_ref": "L",
          "aa_start": 27,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2194,
          "cdna_start": 545,
          "cds_end": null,
          "cds_length": 465,
          "cds_start": 79,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354425.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.79C>A",
          "hgvs_p": "p.Leu27Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341354.1",
          "strand": true,
          "transcript": "NM_001354425.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 144,
          "aa_ref": "L",
          "aa_start": 27,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2137,
          "cdna_start": 518,
          "cds_end": null,
          "cds_length": 435,
          "cds_start": 79,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001354426.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.79C>A",
          "hgvs_p": "p.Leu27Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341355.1",
          "strand": true,
          "transcript": "NM_001354426.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "L",
          "aa_start": 20,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2061,
          "cdna_start": 442,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 58,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354427.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.58C>A",
          "hgvs_p": "p.Leu20Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341356.1",
          "strand": true,
          "transcript": "NM_001354427.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 136,
          "aa_ref": "L",
          "aa_start": 20,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2058,
          "cdna_start": 442,
          "cds_end": null,
          "cds_length": 411,
          "cds_start": 58,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001354428.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.58C>A",
          "hgvs_p": "p.Leu20Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341357.1",
          "strand": true,
          "transcript": "NM_001354428.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 113,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 556,
          "cdna_start": 548,
          "cds_end": null,
          "cds_length": 342,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000413545.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388944.1",
          "strand": true,
          "transcript": "ENST00000413545.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2179,
          "cdna_start": 530,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011510509.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011508811.1",
          "strand": true,
          "transcript": "XM_011510509.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2066,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003205.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858694.1",
          "strand": true,
          "transcript": "XM_017003205.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": 594,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003207.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858696.1",
          "strand": true,
          "transcript": "XM_017003207.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3110,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443039.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298995.1",
          "strand": true,
          "transcript": "XM_047443039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2417,
          "cdna_start": 768,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047443041.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298997.1",
          "strand": true,
          "transcript": "XM_047443041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3107,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_024452573.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308341.1",
          "strand": true,
          "transcript": "XM_024452573.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1124,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443043.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298999.1",
          "strand": true,
          "transcript": "XM_047443043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 235,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2163,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 708,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003210.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858699.1",
          "strand": true,
          "transcript": "XM_017003210.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 235,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2159,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 708,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003211.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858700.1",
          "strand": true,
          "transcript": "XM_017003211.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 235,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2407,
          "cdna_start": 770,
          "cds_end": null,
          "cds_length": 708,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047443044.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299000.1",
          "strand": true,
          "transcript": "XM_047443044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 234,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2160,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 705,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003212.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858701.1",
          "strand": true,
          "transcript": "XM_017003212.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2036,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003215.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858704.1",
          "strand": true,
          "transcript": "XM_017003215.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": 768,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_024452575.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308343.1",
          "strand": true,
          "transcript": "XM_024452575.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3080,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443045.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299001.1",
          "strand": true,
          "transcript": "XM_047443045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1349,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047443047.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299003.1",
          "strand": true,
          "transcript": "XM_047443047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1101,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443048.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299004.1",
          "strand": true,
          "transcript": "XM_047443048.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3077,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017003220.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858709.1",
          "strand": true,
          "transcript": "XM_017003220.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2390,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047443049.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299005.1",
          "strand": true,
          "transcript": "XM_047443049.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2033,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443050.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299006.1",
          "strand": true,
          "transcript": "XM_047443050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1098,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443051.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299007.1",
          "strand": true,
          "transcript": "XM_047443051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 159,
          "aa_ref": "L",
          "aa_start": 32,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5360,
          "cdna_start": 3711,
          "cds_end": null,
          "cds_length": 480,
          "cds_start": 94,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047443058.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.94C>A",
          "hgvs_p": "p.Leu32Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299014.1",
          "strand": true,
          "transcript": "XM_047443058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 154,
          "aa_ref": "L",
          "aa_start": 27,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 651,
          "cds_end": null,
          "cds_length": 465,
          "cds_start": 79,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047443059.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.79C>A",
          "hgvs_p": "p.Leu27Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299015.1",
          "strand": true,
          "transcript": "XM_047443059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 154,
          "aa_ref": "L",
          "aa_start": 27,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2226,
          "cdna_start": 577,
          "cds_end": null,
          "cds_length": 465,
          "cds_start": 79,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047443060.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.79C>A",
          "hgvs_p": "p.Leu27Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299016.1",
          "strand": true,
          "transcript": "XM_047443060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 147,
          "aa_ref": "L",
          "aa_start": 20,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2220,
          "cdna_start": 571,
          "cds_end": null,
          "cds_length": 444,
          "cds_start": 58,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047443061.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.58C>A",
          "hgvs_p": "p.Leu20Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299017.1",
          "strand": true,
          "transcript": "XM_047443061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 145,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 984,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 438,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443062.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299018.1",
          "strand": true,
          "transcript": "XM_047443062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 145,
          "aa_ref": "L",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 988,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 438,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443063.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.334C>A",
          "hgvs_p": "p.Leu112Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299019.1",
          "strand": true,
          "transcript": "XM_047443063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354418.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341347.1",
          "strand": true,
          "transcript": "NM_001354418.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354419.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341348.1",
          "strand": true,
          "transcript": "NM_001354419.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1997,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896784.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566843.1",
          "strand": true,
          "transcript": "ENST00000896784.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1996,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896785.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566844.1",
          "strand": true,
          "transcript": "ENST00000896785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1043,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896792.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566851.1",
          "strand": true,
          "transcript": "ENST00000896792.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 746,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896793.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566852.1",
          "strand": true,
          "transcript": "ENST00000896793.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1953,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001306161.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001293090.1",
          "strand": true,
          "transcript": "NM_001306161.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1949,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354421.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341350.1",
          "strand": true,
          "transcript": "NM_001354421.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354423.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341352.1",
          "strand": true,
          "transcript": "NM_001354423.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 623,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000376439.3",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365622.3",
          "strand": true,
          "transcript": "ENST00000376439.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1939,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896779.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566838.1",
          "strand": true,
          "transcript": "ENST00000896779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1980,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896780.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566839.1",
          "strand": true,
          "transcript": "ENST00000896780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924793.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594852.1",
          "strand": true,
          "transcript": "ENST00000924793.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 164,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1946,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 495,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354424.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-426C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341353.1",
          "strand": true,
          "transcript": "NM_001354424.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 164,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1940,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 495,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924796.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-426C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594855.1",
          "strand": true,
          "transcript": "ENST00000924796.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 164,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1934,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 495,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924798.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-426C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594857.1",
          "strand": true,
          "transcript": "ENST00000924798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 159,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1928,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 480,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896789.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.298-851C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566848.1",
          "strand": true,
          "transcript": "ENST00000896789.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 159,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 701,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 480,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896794.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.298-851C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566853.1",
          "strand": true,
          "transcript": "ENST00000896794.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 159,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2326,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 480,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000965209.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.298-851C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635268.1",
          "strand": true,
          "transcript": "ENST00000965209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1967,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443052.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299008.1",
          "strand": true,
          "transcript": "XM_047443052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2888,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443053.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299009.1",
          "strand": true,
          "transcript": "XM_047443053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2201,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443054.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299010.1",
          "strand": true,
          "transcript": "XM_047443054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1844,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443055.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299011.1",
          "strand": true,
          "transcript": "XM_047443055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 165,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2197,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443056.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299012.1",
          "strand": true,
          "transcript": "XM_047443056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 164,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1950,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 495,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047443057.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "c.218-426C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299013.1",
          "strand": true,
          "transcript": "XM_047443057.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": 575,
          "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": "ENST00000477218.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.117C>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": "ENST00000477218.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": 2486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000486403.1",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.523C>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": "ENST00000486403.1",
          "transcript_support_level": 2
        },
        {
          "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": 2904,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000494909.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.911C>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": "ENST00000494909.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2041,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000450954.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.298-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000399360.1",
          "strand": true,
          "transcript": "ENST00000450954.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1944,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000452831.5",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.*129-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000415510.1",
          "strand": true,
          "transcript": "ENST00000452831.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 613,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000802718.1",
          "gene_hgnc_id": null,
          "gene_symbol": "RPL23AP7",
          "hgvs_c": "n.162-15201G>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": "ENST00000802718.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": 2026,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148879.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.486-426C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148879.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1949,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148880.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.406-423C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148880.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2033,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148881.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.490-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148881.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148882.2",
          "gene_hgnc_id": 9799,
          "gene_symbol": "RABL2A",
          "hgvs_c": "n.486-423C>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148882.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs780172866",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000034207728,
      "gene_hgnc_id": 9799,
      "gene_symbol": "RABL2A",
      "gnomad_exomes_ac": 5,
      "gnomad_exomes_af": 0.00000342077,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.013,
      "pos": 113640930,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.643,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_001354405.2"
    }
  ]
}
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.