← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-79101596-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 79101596,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001385804.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001350451.2",
          "protein_id": "NP_001337380.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": "ENST00000693108.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350451.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000693108.1",
          "protein_id": "ENSP00000510395.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": "NM_001350451.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000693108.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.652C>T",
          "hgvs_p": "p.Pro218Ser",
          "transcript": "ENST00000857749.1",
          "protein_id": "ENSP00000527808.1",
          "transcript_support_level": null,
          "aa_start": 218,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 652,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 1249,
          "cdna_end": null,
          "cdna_length": 1831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857749.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385804.1",
          "protein_id": "NP_001372733.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 2317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385804.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385805.1",
          "protein_id": "NP_001372734.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1121,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385805.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385806.1",
          "protein_id": "NP_001372735.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385806.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385807.1",
          "protein_id": "NP_001372736.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1346,
          "cdna_end": null,
          "cdna_length": 3408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385807.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385808.1",
          "protein_id": "NP_001372737.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 3332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385808.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385809.1",
          "protein_id": "NP_001372738.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1170,
          "cdna_end": null,
          "cdna_length": 3232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385809.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385810.1",
          "protein_id": "NP_001372739.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 928,
          "cdna_end": null,
          "cdna_length": 2990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385810.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385811.1",
          "protein_id": "NP_001372740.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1772,
          "cdna_end": null,
          "cdna_length": 3834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385811.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385812.1",
          "protein_id": "NP_001372741.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1732,
          "cdna_end": null,
          "cdna_length": 3794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385812.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385813.1",
          "protein_id": "NP_001372742.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1290,
          "cdna_end": null,
          "cdna_length": 3352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385813.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385814.1",
          "protein_id": "NP_001372743.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1061,
          "cdna_end": null,
          "cdna_length": 3123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385814.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385815.1",
          "protein_id": "NP_001372744.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 3295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385815.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385816.1",
          "protein_id": "NP_001372745.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1370,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385816.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385817.1",
          "protein_id": "NP_001372746.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 3160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385817.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385818.1",
          "protein_id": "NP_001372747.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1172,
          "cdna_end": null,
          "cdna_length": 3234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385818.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385819.1",
          "protein_id": "NP_001372748.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 3236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385819.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385820.1",
          "protein_id": "NP_001372749.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1236,
          "cdna_end": null,
          "cdna_length": 3298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385820.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385821.1",
          "protein_id": "NP_001372750.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1337,
          "cdna_end": null,
          "cdna_length": 3399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385821.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385822.1",
          "protein_id": "NP_001372751.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 3160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385822.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385823.1",
          "protein_id": "NP_001372752.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": 1171,
          "cdna_end": null,
          "cdna_length": 3233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385823.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "ENST00000583458.5",
          "protein_id": "ENSP00000464186.1",
          "transcript_support_level": 5,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": 872,
          "cdna_end": null,
          "cdna_length": 2934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000583458.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "NM_001385824.1",
          "protein_id": "NP_001372753.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 328,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 987,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 3070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385824.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000582043.5",
          "protein_id": "ENSP00000463964.1",
          "transcript_support_level": 5,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 328,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 987,
          "cdna_start": 536,
          "cdna_end": null,
          "cdna_length": 1143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000582043.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000954789.1",
          "protein_id": "ENSP00000624848.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 328,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 987,
          "cdna_start": 811,
          "cdna_end": null,
          "cdna_length": 1393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954789.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385825.1",
          "protein_id": "NP_001372754.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 2176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385825.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385826.1",
          "protein_id": "NP_001372755.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385826.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000584778.5",
          "protein_id": "ENSP00000462007.1",
          "transcript_support_level": 5,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 1547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000584778.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385827.1",
          "protein_id": "NP_001372756.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 319,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 960,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385827.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.421C>T",
          "hgvs_p": "p.Pro141Ser",
          "transcript": "ENST00000648001.1",
          "protein_id": "ENSP00000497797.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 2461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000648001.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001082575.3",
          "protein_id": "NP_001076044.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 2962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001082575.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001350453.2",
          "protein_id": "NP_001337382.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1061,
          "cdna_end": null,
          "cdna_length": 2982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350453.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385828.1",
          "protein_id": "NP_001372757.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385828.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385829.1",
          "protein_id": "NP_001372758.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 3191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385829.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385830.1",
          "protein_id": "NP_001372759.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 3095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385830.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385831.1",
          "protein_id": "NP_001372760.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 2892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385831.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385832.1",
          "protein_id": "NP_001372761.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1366,
          "cdna_end": null,
          "cdna_length": 3287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385832.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385833.1",
          "protein_id": "NP_001372762.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 942,
          "cdna_end": null,
          "cdna_length": 2863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385833.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385834.1",
          "protein_id": "NP_001372763.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1760,
          "cdna_end": null,
          "cdna_length": 3681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385834.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385835.1",
          "protein_id": "NP_001372764.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 928,
          "cdna_end": null,
          "cdna_length": 2849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385835.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385836.1",
          "protein_id": "NP_001372765.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 2910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385836.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385837.1",
          "protein_id": "NP_001372766.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1772,
          "cdna_end": null,
          "cdna_length": 3693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385837.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385838.1",
          "protein_id": "NP_001372767.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 962,
          "cdna_end": null,
          "cdna_length": 2883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385838.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385839.1",
          "protein_id": "NP_001372768.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1290,
          "cdna_end": null,
          "cdna_length": 3211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385839.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385840.1",
          "protein_id": "NP_001372769.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 966,
          "cdna_end": null,
          "cdna_length": 2887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385840.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385841.1",
          "protein_id": "NP_001372770.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 3019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385841.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "NM_001385842.1",
          "protein_id": "NP_001372771.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1040,
          "cdna_end": null,
          "cdna_length": 2961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385842.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000580155.5",
          "protein_id": "ENSP00000463653.1",
          "transcript_support_level": 2,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1069,
          "cdna_end": null,
          "cdna_length": 1519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000580155.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857744.1",
          "protein_id": "ENSP00000527803.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1308,
          "cdna_end": null,
          "cdna_length": 3229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857744.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857745.1",
          "protein_id": "ENSP00000527804.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1236,
          "cdna_end": null,
          "cdna_length": 1732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857745.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857755.1",
          "protein_id": "ENSP00000527814.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 1520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857755.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857756.1",
          "protein_id": "ENSP00000527815.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1910,
          "cdna_end": null,
          "cdna_length": 2406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857756.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857757.1",
          "protein_id": "ENSP00000527816.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 1501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857757.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000857758.1",
          "protein_id": "ENSP00000527817.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 886,
          "cdna_end": null,
          "cdna_length": 1382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857758.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000954784.1",
          "protein_id": "ENSP00000624843.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1267,
          "cdna_end": null,
          "cdna_length": 3186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954784.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000954787.1",
          "protein_id": "ENSP00000624846.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1234,
          "cdna_end": null,
          "cdna_length": 3153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954787.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000954790.1",
          "protein_id": "ENSP00000624849.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 1492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954790.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "ENST00000954791.1",
          "protein_id": "ENSP00000624850.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 1089,
          "cdna_end": null,
          "cdna_length": 3001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954791.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385843.1",
          "protein_id": "NP_001372772.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1171,
          "cdna_end": null,
          "cdna_length": 3092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385843.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385844.1",
          "protein_id": "NP_001372773.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 3148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385844.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385845.1",
          "protein_id": "NP_001372774.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 3116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385845.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "NM_001385846.1",
          "protein_id": "NP_001372775.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 3019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385846.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "ENST00000857746.1",
          "protein_id": "ENSP00000527805.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 1673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857746.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "ENST00000954785.1",
          "protein_id": "ENSP00000624844.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 1074,
          "cdna_end": null,
          "cdna_length": 2991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954785.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.409C>T",
          "hgvs_p": "p.Pro137Ser",
          "transcript": "ENST00000917333.1",
          "protein_id": "ENSP00000587392.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 409,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": 961,
          "cdna_end": null,
          "cdna_length": 2993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917333.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000857747.1",
          "protein_id": "ENSP00000527806.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1058,
          "cdna_end": null,
          "cdna_length": 1554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857747.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000857754.1",
          "protein_id": "ENSP00000527813.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1102,
          "cdna_end": null,
          "cdna_length": 1569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857754.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000917331.1",
          "protein_id": "ENSP00000587390.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1091,
          "cdna_end": null,
          "cdna_length": 3006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917331.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "ENST00000954788.1",
          "protein_id": "ENSP00000624847.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 3055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954788.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000857750.1",
          "protein_id": "ENSP00000527809.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": 1002,
          "cdna_end": null,
          "cdna_length": 1498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857750.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.418C>T",
          "hgvs_p": "p.Pro140Ser",
          "transcript": "ENST00000857748.1",
          "protein_id": "ENSP00000527807.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 418,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 995,
          "cdna_end": null,
          "cdna_length": 1461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857748.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.409C>T",
          "hgvs_p": "p.Pro137Ser",
          "transcript": "NM_001385847.1",
          "protein_id": "NP_001372776.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 409,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 1027,
          "cdna_end": null,
          "cdna_length": 2948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385847.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.409C>T",
          "hgvs_p": "p.Pro137Ser",
          "transcript": "ENST00000857752.1",
          "protein_id": "ENSP00000527811.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 409,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 1418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857752.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.409C>T",
          "hgvs_p": "p.Pro137Ser",
          "transcript": "ENST00000857753.1",
          "protein_id": "ENSP00000527812.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 409,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 911,
          "cdna_end": null,
          "cdna_length": 1378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857753.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.325C>T",
          "hgvs_p": "p.Pro109Ser",
          "transcript": "ENST00000954786.1",
          "protein_id": "ENSP00000624845.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 235,
          "cds_start": 325,
          "cds_end": null,
          "cds_length": 708,
          "cdna_start": 830,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954786.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.271C>T",
          "hgvs_p": "p.Pro91Ser",
          "transcript": "ENST00000857751.1",
          "protein_id": "ENSP00000527810.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 271,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 1295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857751.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_011524360.2",
          "protein_id": "XP_011522662.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1290,
          "cdna_end": null,
          "cdna_length": 2506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524360.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_017024208.2",
          "protein_id": "XP_016879697.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1061,
          "cdna_end": null,
          "cdna_length": 2277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017024208.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_024450592.2",
          "protein_id": "XP_024306360.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 2443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450592.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_024450593.2",
          "protein_id": "XP_024306361.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1321,
          "cdna_end": null,
          "cdna_length": 2537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450593.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_024450595.2",
          "protein_id": "XP_024306363.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 2486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450595.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser",
          "transcript": "XM_024450596.2",
          "protein_id": "XP_024306364.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 556,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 2390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450596.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "XM_017024209.2",
          "protein_id": "XP_016879698.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 2224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017024209.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Pro185Ser",
          "transcript": "XM_011524366.3",
          "protein_id": "XP_011522668.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524366.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "XM_011524367.3",
          "protein_id": "XP_011522669.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 2083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524367.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "XM_017024211.3",
          "protein_id": "XP_016879700.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 2929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017024211.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX3",
          "gene_hgnc_id": 27097,
          "hgvs_c": "c.463C>T",
          "hgvs_p": "p.Pro155Ser",
          "transcript": "XM_047435405.1",
          "protein_id": "XP_047291361.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 2889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435405.1"
        }
      ],
      "gene_symbol": "RBFOX3",
      "gene_hgnc_id": 27097,
      "dbsnp": "rs372072435",
      "frequency_reference_population": 0.000007863298,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 11,
      "gnomad_exomes_af": 0.0000078633,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 11,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3787025213241577,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.302,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0724,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.986,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001385804.1",
          "gene_symbol": "RBFOX3",
          "hgnc_id": 27097,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.556C>T",
          "hgvs_p": "p.Pro186Ser"
        }
      ],
      "clinvar_disease": "Idiopathic generalized epilepsy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Idiopathic generalized epilepsy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.