← 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: 22-35746483-AAGCGGCTGC-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 35746483,
      "ref": "AAGCGGCTGC",
      "alt": "A",
      "effect": "conservative_inframe_deletion",
      "transcript": "NM_001082578.4",
      "consequences": [
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1207_1215delGCAGCCGCT",
          "hgvs_p": "p.Ala403_Ala405del",
          "transcript": "NM_001349999.2",
          "protein_id": "NP_001336928.2",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1614,
          "cdna_end": null,
          "cdna_length": 7212,
          "mane_select": "ENST00000695854.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349999.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1207_1215delGCAGCCGCT",
          "hgvs_p": "p.Ala403_Ala405del",
          "transcript": "ENST00000695854.1",
          "protein_id": "ENSP00000512219.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1614,
          "cdna_end": null,
          "cdna_length": 7212,
          "mane_select": "NM_001349999.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000695854.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1219_1227delGCAGCCGCT",
          "hgvs_p": "p.Ala407_Ala409del",
          "transcript": "ENST00000438146.7",
          "protein_id": "ENSP00000413035.2",
          "transcript_support_level": 1,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 7224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438146.7"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1006_1014delGCAGCCGCT",
          "hgvs_p": "p.Ala336_Ala338del",
          "transcript": "ENST00000449924.6",
          "protein_id": "ENSP00000391670.2",
          "transcript_support_level": 1,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 1203,
          "cdna_end": null,
          "cdna_length": 1935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000449924.6"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.994_1002delGCAGCCGCT",
          "hgvs_p": "p.Ala332_Ala334del",
          "transcript": "ENST00000416721.6",
          "protein_id": "ENSP00000405651.2",
          "transcript_support_level": 1,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 1254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000416721.6"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.940_948delGCAGCCGCT",
          "hgvs_p": "p.Ala314_Ala316del",
          "transcript": "ENST00000262829.11",
          "protein_id": "ENSP00000262829.7",
          "transcript_support_level": 1,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": 1137,
          "cdna_end": null,
          "cdna_length": 1538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000262829.11"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.966_974delGCAGCCGCT",
          "hgvs_p": "p.Gln323_Leu325del",
          "transcript": "ENST00000359369.8",
          "protein_id": "ENSP00000352328.4",
          "transcript_support_level": 1,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": 1058,
          "cdna_end": null,
          "cdna_length": 1409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359369.8"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.966_974delGCAGCCGCT",
          "hgvs_p": "p.Gln323_Leu325del",
          "transcript": "ENST00000414461.6",
          "protein_id": "ENSP00000407855.2",
          "transcript_support_level": 1,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": 974,
          "cdna_end": null,
          "cdna_length": 1706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000414461.6"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.957_965delGCAGCCGCT",
          "hgvs_p": "p.Gln320_Leu322del",
          "transcript": "ENST00000405409.6",
          "protein_id": "ENSP00000384944.2",
          "transcript_support_level": 1,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": 1334,
          "cdna_end": null,
          "cdna_length": 6932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405409.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*500_*508delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695805.1",
          "protein_id": "ENSP00000512185.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695805.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*4190_*4198delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695807.1",
          "protein_id": "ENSP00000512187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695807.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*500_*508delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695805.1",
          "protein_id": "ENSP00000512185.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695805.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*4190_*4198delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695807.1",
          "protein_id": "ENSP00000512187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695807.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1336_1344delGCAGCCGCT",
          "hgvs_p": "p.Ala446_Ala448del",
          "transcript": "ENST00000921516.1",
          "protein_id": "ENSP00000591575.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1336,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 1363,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921516.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1327_1335delGCAGCCGCT",
          "hgvs_p": "p.Ala443_Ala445del",
          "transcript": "ENST00000921518.1",
          "protein_id": "ENSP00000591577.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 1327,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 1369,
          "cdna_end": null,
          "cdna_length": 1639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921518.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1324_1332delGCAGCCGCT",
          "hgvs_p": "p.Ala442_Ala444del",
          "transcript": "ENST00000921515.1",
          "protein_id": "ENSP00000591574.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 1477,
          "cdna_end": null,
          "cdna_length": 1893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921515.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1225_1233delGCAGCCGCT",
          "hgvs_p": "p.Ala409_Ala411del",
          "transcript": "ENST00000908673.1",
          "protein_id": "ENSP00000578732.1",
          "transcript_support_level": null,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 1225,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 1285,
          "cdna_end": null,
          "cdna_length": 1674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908673.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1222_1230delGCAGCCGCT",
          "hgvs_p": "p.Ala408_Ala410del",
          "transcript": "ENST00000908672.1",
          "protein_id": "ENSP00000578731.1",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 1222,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 1450,
          "cdna_end": null,
          "cdna_length": 1679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908672.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1219_1227delGCAGCCGCT",
          "hgvs_p": "p.Ala407_Ala409del",
          "transcript": "NM_001082578.4",
          "protein_id": "NP_001076047.2",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 7224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001082578.4"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1216_1224delGCAGCCGCT",
          "hgvs_p": "p.Ala406_Ala408del",
          "transcript": "NM_001082579.3",
          "protein_id": "NP_001076048.2",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 7221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001082579.3"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1216_1224delGCAGCCGCT",
          "hgvs_p": "p.Ala406_Ala408del",
          "transcript": "ENST00000908669.1",
          "protein_id": "ENSP00000578728.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 7196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908669.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1204_1212delGCAGCCGCT",
          "hgvs_p": "p.Ala402_Ala404del",
          "transcript": "NM_001394112.1",
          "protein_id": "NP_001381041.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1611,
          "cdna_end": null,
          "cdna_length": 7209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394112.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1204_1212delGCAGCCGCT",
          "hgvs_p": "p.Ala402_Ala404del",
          "transcript": "NM_001394113.1",
          "protein_id": "NP_001381042.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1611,
          "cdna_end": null,
          "cdna_length": 7209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394113.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1204_1212delGCAGCCGCT",
          "hgvs_p": "p.Ala402_Ala404del",
          "transcript": "ENST00000908671.1",
          "protein_id": "ENSP00000578730.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1605,
          "cdna_end": null,
          "cdna_length": 2028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908671.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1204_1212delGCAGCCGCT",
          "hgvs_p": "p.Ala402_Ala404del",
          "transcript": "ENST00000908674.1",
          "protein_id": "ENSP00000578733.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1284,
          "cdna_end": null,
          "cdna_length": 1554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908674.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1201_1209delGCAGCCGCT",
          "hgvs_p": "p.Ala401_Ala403del",
          "transcript": "NM_001394108.1",
          "protein_id": "NP_001381037.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 1608,
          "cdna_end": null,
          "cdna_length": 7206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394108.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1177_1185delGCAGCCGCT",
          "hgvs_p": "p.Ala393_Ala395del",
          "transcript": "ENST00000908670.1",
          "protein_id": "ENSP00000578729.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 1177,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 6858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908670.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1129_1137delGCAGCCGCT",
          "hgvs_p": "p.Ala377_Ala379del",
          "transcript": "ENST00000953676.1",
          "protein_id": "ENSP00000623735.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 1536,
          "cdna_end": null,
          "cdna_length": 1867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953676.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1126_1134delGCAGCCGCT",
          "hgvs_p": "p.Ala376_Ala378del",
          "transcript": "ENST00000921514.1",
          "protein_id": "ENSP00000591573.1",
          "transcript_support_level": null,
          "aa_start": 376,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 1126,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1533,
          "cdna_end": null,
          "cdna_length": 3456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921514.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1126_1134delGCAGCCGCT",
          "hgvs_p": "p.Ala376_Ala378del",
          "transcript": "ENST00000953677.1",
          "protein_id": "ENSP00000623736.1",
          "transcript_support_level": null,
          "aa_start": 376,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 1126,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1210,
          "cdna_end": null,
          "cdna_length": 1466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953677.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1123_1131delGCAGCCGCT",
          "hgvs_p": "p.Ala375_Ala377del",
          "transcript": "ENST00000921517.1",
          "protein_id": "ENSP00000591576.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 1497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921517.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1117_1125delGCAGCCGCT",
          "hgvs_p": "p.Ala373_Ala375del",
          "transcript": "ENST00000695803.1",
          "protein_id": "ENSP00000512183.1",
          "transcript_support_level": null,
          "aa_start": 373,
          "aa_end": null,
          "aa_length": 417,
          "cds_start": 1117,
          "cds_end": null,
          "cds_length": 1254,
          "cdna_start": 1333,
          "cdna_end": null,
          "cdna_length": 6909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000695803.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1114_1122delGCAGCCGCT",
          "hgvs_p": "p.Ala372_Ala374del",
          "transcript": "ENST00000953675.1",
          "protein_id": "ENSP00000623734.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 1520,
          "cdna_end": null,
          "cdna_length": 1944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953675.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1111_1119delGCAGCCGCT",
          "hgvs_p": "p.Ala371_Ala373del",
          "transcript": "NM_001394109.1",
          "protein_id": "NP_001381038.1",
          "transcript_support_level": null,
          "aa_start": 371,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 1111,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 7116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394109.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1111_1119delGCAGCCGCT",
          "hgvs_p": "p.Ala371_Ala373del",
          "transcript": "NM_001394110.1",
          "protein_id": "NP_001381039.1",
          "transcript_support_level": null,
          "aa_start": 371,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 1111,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 7116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394110.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1111_1119delGCAGCCGCT",
          "hgvs_p": "p.Ala371_Ala373del",
          "transcript": "ENST00000908675.1",
          "protein_id": "ENSP00000578734.1",
          "transcript_support_level": null,
          "aa_start": 371,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 1111,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 1406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908675.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1072_1080delGCAGCCGCT",
          "hgvs_p": "p.Ala358_Ala360del",
          "transcript": "NM_001349989.2",
          "protein_id": "NP_001336918.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 1106,
          "cdna_end": null,
          "cdna_length": 6704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349989.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1072_1080delGCAGCCGCT",
          "hgvs_p": "p.Ala358_Ala360del",
          "transcript": "ENST00000921513.1",
          "protein_id": "ENSP00000591572.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 1260,
          "cdna_end": null,
          "cdna_length": 6858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921513.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1060_1068delGCAGCCGCT",
          "hgvs_p": "p.Ala354_Ala356del",
          "transcript": "NM_001349990.2",
          "protein_id": "NP_001336919.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 1060,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1094,
          "cdna_end": null,
          "cdna_length": 6692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349990.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1060_1068delGCAGCCGCT",
          "hgvs_p": "p.Ala354_Ala356del",
          "transcript": "NM_001349996.2",
          "protein_id": "NP_001336925.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 1060,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1094,
          "cdna_end": null,
          "cdna_length": 6692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349996.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1009_1017delGCAGCCGCT",
          "hgvs_p": "p.Ala337_Ala339del",
          "transcript": "NM_001349997.2",
          "protein_id": "NP_001336926.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 1009,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 1263,
          "cdna_end": null,
          "cdna_length": 6861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349997.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1006_1014delGCAGCCGCT",
          "hgvs_p": "p.Ala336_Ala338del",
          "transcript": "NM_001031695.4",
          "protein_id": "NP_001026865.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 1260,
          "cdna_end": null,
          "cdna_length": 6858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001031695.4"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.994_1002delGCAGCCGCT",
          "hgvs_p": "p.Ala332_Ala334del",
          "transcript": "NM_001082576.3",
          "protein_id": "NP_001076045.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1248,
          "cdna_end": null,
          "cdna_length": 6846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001082576.3"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.937_945delGCAGCCGCT",
          "hgvs_p": "p.Ala313_Ala315del",
          "transcript": "ENST00000397303.6",
          "protein_id": "ENSP00000380470.2",
          "transcript_support_level": 5,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 937,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": 978,
          "cdna_end": null,
          "cdna_length": 1354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397303.6"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.553_561delGCAGCCGCT",
          "hgvs_p": "p.Ala185_Ala187del",
          "transcript": "ENST00000495377.6",
          "protein_id": "ENSP00000474464.1",
          "transcript_support_level": 5,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": 563,
          "cdna_end": null,
          "cdna_length": 733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000495377.6"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1222_1230delGCAGCCGCT",
          "hgvs_p": "p.Ala408_Ala410del",
          "transcript": "XM_006724187.3",
          "protein_id": "XP_006724250.1",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 1222,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 1629,
          "cdna_end": null,
          "cdna_length": 7227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724187.3"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1210_1218delGCAGCCGCT",
          "hgvs_p": "p.Ala404_Ala406del",
          "transcript": "XM_005261430.3",
          "protein_id": "XP_005261487.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 1347,
          "cdna_start": 1617,
          "cdna_end": null,
          "cdna_length": 7215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005261430.3"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1063_1071delGCAGCCGCT",
          "hgvs_p": "p.Ala355_Ala357del",
          "transcript": "XM_047441251.1",
          "protein_id": "XP_047297207.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1097,
          "cdna_end": null,
          "cdna_length": 6695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441251.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1015_1023delGCAGCCGCT",
          "hgvs_p": "p.Ala339_Ala341del",
          "transcript": "XM_047441257.1",
          "protein_id": "XP_047297213.1",
          "transcript_support_level": null,
          "aa_start": 339,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 1015,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": 1530,
          "cdna_end": null,
          "cdna_length": 7128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441257.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1000_1008delGCAGCCGCT",
          "hgvs_p": "p.Ala334_Ala336del",
          "transcript": "XM_047441255.1",
          "protein_id": "XP_047297211.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 378,
          "cds_start": 1000,
          "cds_end": null,
          "cds_length": 1137,
          "cdna_start": 1254,
          "cdna_end": null,
          "cdna_length": 6852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441255.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.997_1005delGCAGCCGCT",
          "hgvs_p": "p.Ala333_Ala335del",
          "transcript": "XM_017028696.2",
          "protein_id": "XP_016884185.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1251,
          "cdna_end": null,
          "cdna_length": 6849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028696.2"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.997_1005delGCAGCCGCT",
          "hgvs_p": "p.Ala333_Ala335del",
          "transcript": "XM_047441256.1",
          "protein_id": "XP_047297212.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1251,
          "cdna_end": null,
          "cdna_length": 6849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441256.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.985_993delGCAGCCGCT",
          "hgvs_p": "p.Ala329_Ala331del",
          "transcript": "XM_047441258.1",
          "protein_id": "XP_047297214.1",
          "transcript_support_level": null,
          "aa_start": 329,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 985,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 6810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441258.1"
        },
        {
          "aa_ref": "AAA",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.982_990delGCAGCCGCT",
          "hgvs_p": "p.Ala328_Ala330del",
          "transcript": "XM_024452191.2",
          "protein_id": "XP_024307959.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": 982,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": 1209,
          "cdna_end": null,
          "cdna_length": 6807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452191.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1167_1175delGCAGCCGCT",
          "hgvs_p": "p.Gln390_Leu392del",
          "transcript": "NM_001394114.1",
          "protein_id": "NP_001381043.1",
          "transcript_support_level": null,
          "aa_start": 389,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 1167,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 7172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394114.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1164_1172delGCAGCCGCT",
          "hgvs_p": "p.Gln389_Leu391del",
          "transcript": "NM_001394115.1",
          "protein_id": "NP_001381044.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1164,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1571,
          "cdna_end": null,
          "cdna_length": 7169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394115.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1104_1112delGCAGCCGCT",
          "hgvs_p": "p.Gln369_Leu371del",
          "transcript": "NM_001349991.2",
          "protein_id": "NP_001336920.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 1104,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 6736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349991.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1092_1100delGCAGCCGCT",
          "hgvs_p": "p.Gln365_Leu367del",
          "transcript": "NM_001349982.2",
          "protein_id": "NP_001336911.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 1092,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 1126,
          "cdna_end": null,
          "cdna_length": 6724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349982.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1074_1082delGCAGCCGCT",
          "hgvs_p": "p.Gln359_Leu361del",
          "transcript": "ENST00000695804.1",
          "protein_id": "ENSP00000512184.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 1074,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1119,
          "cdna_end": null,
          "cdna_length": 1490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000695804.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1071_1079delGCAGCCGCT",
          "hgvs_p": "p.Gln358_Leu360del",
          "transcript": "NM_001394111.1",
          "protein_id": "NP_001381040.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 1071,
          "cds_end": null,
          "cds_length": 1218,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 7076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394111.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1038_1046delGCAGCCGCT",
          "hgvs_p": "p.Gln347_Leu349del",
          "transcript": "NM_001349998.2",
          "protein_id": "NP_001336927.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1038,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1292,
          "cdna_end": null,
          "cdna_length": 6890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349998.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1032_1040delGCAGCCGCT",
          "hgvs_p": "p.Gln345_Leu347del",
          "transcript": "NM_001349992.2",
          "protein_id": "NP_001336921.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 1032,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 6664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349992.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1026_1034delGCAGCCGCT",
          "hgvs_p": "p.Gln343_Leu345del",
          "transcript": "NM_001349983.2",
          "protein_id": "NP_001336912.1",
          "transcript_support_level": null,
          "aa_start": 342,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 1026,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1280,
          "cdna_end": null,
          "cdna_length": 6878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349983.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1020_1028delGCAGCCGCT",
          "hgvs_p": "p.Gln341_Leu343del",
          "transcript": "NM_001349994.2",
          "protein_id": "NP_001336923.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 1020,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": 1054,
          "cdna_end": null,
          "cdna_length": 6652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349994.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.966_974delGCAGCCGCT",
          "hgvs_p": "p.Gln323_Leu325del",
          "transcript": "NM_001082577.3",
          "protein_id": "NP_001076046.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": 1220,
          "cdna_end": null,
          "cdna_length": 6818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001082577.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.957_965delGCAGCCGCT",
          "hgvs_p": "p.Gln320_Leu322del",
          "transcript": "NM_014309.4",
          "protein_id": "NP_055124.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": 1211,
          "cdna_end": null,
          "cdna_length": 6809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014309.4"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.939_947delGCAGCCGCT",
          "hgvs_p": "p.Gln314_Leu316del",
          "transcript": "NM_001349995.2",
          "protein_id": "NP_001336924.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 6571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001349995.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1251_1259delGCAGCCGCT",
          "hgvs_p": "p.Gln418_Leu420del",
          "transcript": "XM_006724185.3",
          "protein_id": "XP_006724248.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1251,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1658,
          "cdna_end": null,
          "cdna_length": 7256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724185.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1248_1256delGCAGCCGCT",
          "hgvs_p": "p.Gln417_Leu419del",
          "transcript": "XM_006724186.3",
          "protein_id": "XP_006724249.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 1248,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1655,
          "cdna_end": null,
          "cdna_length": 7253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724186.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1239_1247delGCAGCCGCT",
          "hgvs_p": "p.Gln414_Leu416del",
          "transcript": "XM_005261428.3",
          "protein_id": "XP_005261485.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 1239,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1646,
          "cdna_end": null,
          "cdna_length": 7244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005261428.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1236_1244delGCAGCCGCT",
          "hgvs_p": "p.Gln413_Leu415del",
          "transcript": "XM_005261429.3",
          "protein_id": "XP_005261486.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 1236,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 1643,
          "cdna_end": null,
          "cdna_length": 7241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005261429.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1179_1187delGCAGCCGCT",
          "hgvs_p": "p.Gln394_Leu396del",
          "transcript": "XM_006724188.3",
          "protein_id": "XP_006724251.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 1179,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1586,
          "cdna_end": null,
          "cdna_length": 7184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724188.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1173_1181delGCAGCCGCT",
          "hgvs_p": "p.Gln392_Leu394del",
          "transcript": "XM_017028687.3",
          "protein_id": "XP_016884176.1",
          "transcript_support_level": null,
          "aa_start": 391,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 1173,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 6895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028687.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1170_1178delGCAGCCGCT",
          "hgvs_p": "p.Gln391_Leu393del",
          "transcript": "XM_024452188.2",
          "protein_id": "XP_024307956.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1170,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1282,
          "cdna_end": null,
          "cdna_length": 6880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452188.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1107_1115delGCAGCCGCT",
          "hgvs_p": "p.Gln370_Leu372del",
          "transcript": "XM_006724189.4",
          "protein_id": "XP_006724252.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 417,
          "cds_start": 1107,
          "cds_end": null,
          "cds_length": 1254,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 6739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724189.4"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1095_1103delGCAGCCGCT",
          "hgvs_p": "p.Gln366_Leu368del",
          "transcript": "XM_047441250.1",
          "protein_id": "XP_047297206.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 1095,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 1129,
          "cdna_end": null,
          "cdna_length": 6727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441250.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1077_1085delGCAGCCGCT",
          "hgvs_p": "p.Gln360_Leu362del",
          "transcript": "XM_017028686.1",
          "protein_id": "XP_016884175.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": 1105,
          "cdna_end": null,
          "cdna_length": 6703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028686.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1059_1067delGCAGCCGCT",
          "hgvs_p": "p.Gln354_Leu356del",
          "transcript": "XM_017028690.2",
          "protein_id": "XP_016884179.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 1059,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 7172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028690.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1056_1064delGCAGCCGCT",
          "hgvs_p": "p.Gln353_Leu355del",
          "transcript": "XM_017028691.2",
          "protein_id": "XP_016884180.1",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 1056,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 1571,
          "cdna_end": null,
          "cdna_length": 7169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028691.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1041_1049delGCAGCCGCT",
          "hgvs_p": "p.Gln348_Leu350del",
          "transcript": "XM_006724191.2",
          "protein_id": "XP_006724254.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 1041,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 1295,
          "cdna_end": null,
          "cdna_length": 6893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724191.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1029_1037delGCAGCCGCT",
          "hgvs_p": "p.Gln344_Leu346del",
          "transcript": "XM_006724192.3",
          "protein_id": "XP_006724255.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 1256,
          "cdna_end": null,
          "cdna_length": 6854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724192.3"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1029_1037delGCAGCCGCT",
          "hgvs_p": "p.Gln344_Leu346del",
          "transcript": "XM_017028693.2",
          "protein_id": "XP_016884182.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 6881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028693.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1026_1034delGCAGCCGCT",
          "hgvs_p": "p.Gln343_Leu345del",
          "transcript": "XM_047441252.1",
          "protein_id": "XP_047297208.1",
          "transcript_support_level": null,
          "aa_start": 342,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 1026,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 6851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441252.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1023_1031delGCAGCCGCT",
          "hgvs_p": "p.Gln342_Leu344del",
          "transcript": "XM_047441254.1",
          "protein_id": "XP_047297210.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 1023,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 1057,
          "cdna_end": null,
          "cdna_length": 6655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441254.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1014_1022delGCAGCCGCT",
          "hgvs_p": "p.Gln339_Leu341del",
          "transcript": "XM_047441253.1",
          "protein_id": "XP_047297209.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 1014,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 6839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441253.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.954_962delGCAGCCGCT",
          "hgvs_p": "p.Gln319_Leu321del",
          "transcript": "XM_017028698.2",
          "protein_id": "XP_016884187.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 1208,
          "cdna_end": null,
          "cdna_length": 6806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028698.2"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.945_953delGCAGCCGCT",
          "hgvs_p": "p.Gln316_Leu318del",
          "transcript": "XM_047441259.1",
          "protein_id": "XP_047297215.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 945,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 1172,
          "cdna_end": null,
          "cdna_length": 6770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441259.1"
        },
        {
          "aa_ref": "LQPL",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.942_950delGCAGCCGCT",
          "hgvs_p": "p.Gln315_Leu317del",
          "transcript": "XM_047441260.1",
          "protein_id": "XP_047297216.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 1169,
          "cdna_end": null,
          "cdna_length": 6767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441260.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.*86_*94delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "XM_006724193.4",
          "protein_id": "XP_006724256.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724193.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "c.1098-497_1098-489delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000953678.1",
          "protein_id": "ENSP00000623737.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953678.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.2141_2149delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000463509.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000463509.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*547_*555delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695806.1",
          "protein_id": "ENSP00000512186.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695806.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX2",
          "gene_hgnc_id": 9906,
          "hgvs_c": "n.*547_*555delGCAGCCGCT",
          "hgvs_p": null,
          "transcript": "ENST00000695806.1",
          "protein_id": "ENSP00000512186.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000695806.1"
        }
      ],
      "gene_symbol": "RBFOX2",
      "gene_hgnc_id": 9906,
      "dbsnp": "rs749060025",
      "frequency_reference_population": 0.0006898556,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1106,
      "gnomad_exomes_af": 0.000676831,
      "gnomad_genomes_af": 0.000813894,
      "gnomad_exomes_ac": 982,
      "gnomad_genomes_ac": 124,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 7.146,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM4,BP6_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 6,
          "pathogenic_score": 2,
          "criteria": [
            "PM4",
            "BP6_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001082578.4",
          "gene_symbol": "RBFOX2",
          "hgnc_id": 9906,
          "effects": [
            "conservative_inframe_deletion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1219_1227delGCAGCCGCT",
          "hgvs_p": "p.Ala407_Ala409del"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.