← 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: 1-15765006-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 15765006,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001024215.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "NM_017556.4",
          "protein_id": "NP_060026.2",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": "ENST00000375766.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017556.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000375766.8",
          "protein_id": "ENSP00000364921.3",
          "transcript_support_level": 2,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": "NM_017556.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375766.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000441801.6",
          "protein_id": "ENSP00000416387.2",
          "transcript_support_level": 1,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 1543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441801.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000375771.5",
          "protein_id": "ENSP00000364926.1",
          "transcript_support_level": 1,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 466,
          "cdna_end": null,
          "cdna_length": 3498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375771.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915887.1",
          "protein_id": "ENSP00000585946.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 2025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915887.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908351.1",
          "protein_id": "ENSP00000578410.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 2303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908351.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915876.1",
          "protein_id": "ENSP00000585935.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 176,
          "cdna_end": null,
          "cdna_length": 3230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915876.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "NM_001024215.1",
          "protein_id": "NP_001019386.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 1521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001024215.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "NM_001350151.2",
          "protein_id": "NP_001337080.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 3514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350151.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908346.1",
          "protein_id": "ENSP00000578405.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908346.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908347.1",
          "protein_id": "ENSP00000578406.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 3398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908347.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908348.1",
          "protein_id": "ENSP00000578407.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 2195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908348.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908349.1",
          "protein_id": "ENSP00000578408.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 2339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908349.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908350.1",
          "protein_id": "ENSP00000578409.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 539,
          "cdna_end": null,
          "cdna_length": 2336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908350.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908352.1",
          "protein_id": "ENSP00000578411.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 3544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908352.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908353.1",
          "protein_id": "ENSP00000578412.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 464,
          "cdna_end": null,
          "cdna_length": 2086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908353.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908354.1",
          "protein_id": "ENSP00000578413.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 585,
          "cdna_end": null,
          "cdna_length": 1759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908354.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908355.1",
          "protein_id": "ENSP00000578414.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 571,
          "cdna_end": null,
          "cdna_length": 1736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908355.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908356.1",
          "protein_id": "ENSP00000578415.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 333,
          "cdna_end": null,
          "cdna_length": 3351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908356.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908358.1",
          "protein_id": "ENSP00000578417.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 196,
          "cdna_end": null,
          "cdna_length": 3226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908358.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908360.1",
          "protein_id": "ENSP00000578419.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 2770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908360.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908361.1",
          "protein_id": "ENSP00000578420.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1251,
          "cdna_end": null,
          "cdna_length": 3031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908361.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908362.1",
          "protein_id": "ENSP00000578421.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 846,
          "cdna_end": null,
          "cdna_length": 2626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908362.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908363.1",
          "protein_id": "ENSP00000578422.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 344,
          "cdna_end": null,
          "cdna_length": 2267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908363.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908364.1",
          "protein_id": "ENSP00000578423.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 342,
          "cdna_end": null,
          "cdna_length": 2252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908364.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908365.1",
          "protein_id": "ENSP00000578424.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908365.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908366.1",
          "protein_id": "ENSP00000578425.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 313,
          "cdna_end": null,
          "cdna_length": 2110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908366.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908368.1",
          "protein_id": "ENSP00000578427.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 459,
          "cdna_end": null,
          "cdna_length": 2081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908368.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908369.1",
          "protein_id": "ENSP00000578428.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 365,
          "cdna_end": null,
          "cdna_length": 3392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908369.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908370.1",
          "protein_id": "ENSP00000578429.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 164,
          "cdna_end": null,
          "cdna_length": 1961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908370.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915870.1",
          "protein_id": "ENSP00000585929.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 342,
          "cdna_end": null,
          "cdna_length": 3370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915870.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915871.1",
          "protein_id": "ENSP00000585930.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 170,
          "cdna_end": null,
          "cdna_length": 3195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915871.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915873.1",
          "protein_id": "ENSP00000585932.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 603,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915873.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915874.1",
          "protein_id": "ENSP00000585933.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 382,
          "cdna_end": null,
          "cdna_length": 3401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915874.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915875.1",
          "protein_id": "ENSP00000585934.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 379,
          "cdna_end": null,
          "cdna_length": 3396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915875.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915878.1",
          "protein_id": "ENSP00000585937.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 568,
          "cdna_end": null,
          "cdna_length": 3588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915878.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915879.1",
          "protein_id": "ENSP00000585938.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 333,
          "cdna_end": null,
          "cdna_length": 2127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915879.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915880.1",
          "protein_id": "ENSP00000585939.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 330,
          "cdna_end": null,
          "cdna_length": 2127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915880.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915881.1",
          "protein_id": "ENSP00000585940.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 596,
          "cdna_end": null,
          "cdna_length": 2218,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915881.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915882.1",
          "protein_id": "ENSP00000585941.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 772,
          "cdna_end": null,
          "cdna_length": 2394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915882.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915883.1",
          "protein_id": "ENSP00000585942.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 340,
          "cdna_end": null,
          "cdna_length": 2263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915883.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915884.1",
          "protein_id": "ENSP00000585943.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915884.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915885.1",
          "protein_id": "ENSP00000585944.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 203,
          "cdna_end": null,
          "cdna_length": 1983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915885.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915886.1",
          "protein_id": "ENSP00000585945.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 2123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915886.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944491.1",
          "protein_id": "ENSP00000614550.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 498,
          "cdna_end": null,
          "cdna_length": 2266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944491.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944492.1",
          "protein_id": "ENSP00000614551.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 451,
          "cdna_end": null,
          "cdna_length": 2203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944492.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944493.1",
          "protein_id": "ENSP00000614552.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 271,
          "cdna_end": null,
          "cdna_length": 3298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944493.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944494.1",
          "protein_id": "ENSP00000614553.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 305,
          "cdna_end": null,
          "cdna_length": 3332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944494.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944498.1",
          "protein_id": "ENSP00000614557.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 526,
          "cdna_end": null,
          "cdna_length": 2321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944498.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944499.1",
          "protein_id": "ENSP00000614558.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944499.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944500.1",
          "protein_id": "ENSP00000614559.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 252,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944500.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944501.1",
          "protein_id": "ENSP00000614560.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 1986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944501.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944502.1",
          "protein_id": "ENSP00000614561.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 2072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944502.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944503.1",
          "protein_id": "ENSP00000614562.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 345,
          "cdna_end": null,
          "cdna_length": 1954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944503.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944496.1",
          "protein_id": "ENSP00000614555.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 286,
          "cdna_end": null,
          "cdna_length": 3219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944496.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "NM_001024216.3",
          "protein_id": "NP_001019387.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 3023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001024216.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000332305.5",
          "protein_id": "ENSP00000364920.2",
          "transcript_support_level": 2,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 54,
          "cdna_end": null,
          "cdna_length": 1530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000332305.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908357.1",
          "protein_id": "ENSP00000578416.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 333,
          "cdna_end": null,
          "cdna_length": 3062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908357.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908359.1",
          "protein_id": "ENSP00000578418.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 3067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908359.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000908367.1",
          "protein_id": "ENSP00000578426.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 308,
          "cdna_end": null,
          "cdna_length": 1797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908367.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915877.1",
          "protein_id": "ENSP00000585936.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 170,
          "cdna_end": null,
          "cdna_length": 2902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915877.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915888.1",
          "protein_id": "ENSP00000585947.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 262,
          "cdna_end": null,
          "cdna_length": 1452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915888.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944490.1",
          "protein_id": "ENSP00000614549.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 3143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944490.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944495.1",
          "protein_id": "ENSP00000614554.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944495.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000944497.1",
          "protein_id": "ENSP00000614556.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 2146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944497.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915872.1",
          "protein_id": "ENSP00000585931.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 196,
          "cdna_end": null,
          "cdna_length": 2927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915872.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000915889.1",
          "protein_id": "ENSP00000585948.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 1643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915889.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000483633.6",
          "protein_id": "ENSP00000427052.1",
          "transcript_support_level": 3,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 434,
          "cdna_start": 160,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483633.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000502739.5",
          "protein_id": "ENSP00000424920.1",
          "transcript_support_level": 5,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 434,
          "cdna_start": 151,
          "cdna_end": null,
          "cdna_length": 562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502739.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000431771.6",
          "protein_id": "ENSP00000402401.2",
          "transcript_support_level": 3,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": 288,
          "cdna_end": null,
          "cdna_length": 577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000431771.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000510393.5",
          "protein_id": "ENSP00000421885.1",
          "transcript_support_level": 4,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 77,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 234,
          "cdna_start": 365,
          "cdna_end": null,
          "cdna_length": 576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510393.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000508310.5",
          "protein_id": "ENSP00000423471.1",
          "transcript_support_level": 4,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 33,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 103,
          "cdna_start": 531,
          "cdna_end": null,
          "cdna_length": 611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508310.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000502638.5",
          "protein_id": "ENSP00000422075.1",
          "transcript_support_level": 4,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 30,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 93,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502638.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000496928.6",
          "protein_id": "ENSP00000422862.1",
          "transcript_support_level": 4,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 29,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 90,
          "cdna_start": 544,
          "cdna_end": null,
          "cdna_length": 611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000496928.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000430076.5",
          "protein_id": "ENSP00000387595.1",
          "transcript_support_level": 3,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 16,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 52,
          "cdna_start": 478,
          "cdna_end": null,
          "cdna_length": 507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000430076.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "ENST00000510929.5",
          "protein_id": "ENSP00000421764.1",
          "transcript_support_level": 3,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 13,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 44,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510929.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_005245900.2",
          "protein_id": "XP_005245957.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 1392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245900.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_005245901.2",
          "protein_id": "XP_005245958.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 1389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245901.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_005245902.2",
          "protein_id": "XP_005245959.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 1614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245902.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_005245903.2",
          "protein_id": "XP_005245960.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 1802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245903.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_006710704.4",
          "protein_id": "XP_006710767.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 1589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710704.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_006710705.2",
          "protein_id": "XP_006710768.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 513,
          "cdna_end": null,
          "cdna_length": 1615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710705.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_011541616.3",
          "protein_id": "XP_011539918.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 1586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541616.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001519.3",
          "protein_id": "XP_016857008.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 1474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001519.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001520.3",
          "protein_id": "XP_016857009.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 349,
          "cdna_end": null,
          "cdna_length": 1451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001520.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001521.3",
          "protein_id": "XP_016857010.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 375,
          "cdna_end": null,
          "cdna_length": 1477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001521.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001523.2",
          "protein_id": "XP_016857012.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 152,
          "cdna_end": null,
          "cdna_length": 1254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001523.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001524.2",
          "protein_id": "XP_016857013.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 1251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001524.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_011541617.3",
          "protein_id": "XP_011539919.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 3537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541617.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001525.2",
          "protein_id": "XP_016857014.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 3542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001525.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423104.1",
          "protein_id": "XP_047279060.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 513,
          "cdna_end": null,
          "cdna_length": 3540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423104.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423110.1",
          "protein_id": "XP_047279066.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 3511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423110.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423112.1",
          "protein_id": "XP_047279068.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 3539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423112.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423116.1",
          "protein_id": "XP_047279072.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 489,
          "cdna_end": null,
          "cdna_length": 3516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423116.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423123.1",
          "protein_id": "XP_047279079.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 3317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423123.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423128.1",
          "protein_id": "XP_047279084.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 486,
          "cdna_end": null,
          "cdna_length": 3513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423128.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423129.1",
          "protein_id": "XP_047279085.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 3399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423129.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423133.1",
          "protein_id": "XP_047279089.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 374,
          "cdna_end": null,
          "cdna_length": 3401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423138.1",
          "protein_id": "XP_047279094.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 348,
          "cdna_end": null,
          "cdna_length": 3375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423138.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423141.1",
          "protein_id": "XP_047279097.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 3176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423141.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423143.1",
          "protein_id": "XP_047279099.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 152,
          "cdna_end": null,
          "cdna_length": 3179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423143.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423147.1",
          "protein_id": "XP_047279103.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 1879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423147.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423148.1",
          "protein_id": "XP_047279104.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 3396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423148.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423149.1",
          "protein_id": "XP_047279105.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 3421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423149.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423150.1",
          "protein_id": "XP_047279106.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 3196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423150.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423151.1",
          "protein_id": "XP_047279107.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 486,
          "cdna_end": null,
          "cdna_length": 3395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423151.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423152.1",
          "protein_id": "XP_047279108.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 152,
          "cdna_end": null,
          "cdna_length": 3061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423152.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423156.1",
          "protein_id": "XP_047279112.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 3058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423156.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423158.1",
          "protein_id": "XP_047279114.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 3199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423158.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_017001526.3",
          "protein_id": "XP_016857015.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 2066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001526.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423159.1",
          "protein_id": "XP_047279115.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 2043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423159.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423162.1",
          "protein_id": "XP_047279118.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 513,
          "cdna_end": null,
          "cdna_length": 2069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423162.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423172.1",
          "protein_id": "XP_047279128.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 1846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423172.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423175.1",
          "protein_id": "XP_047279131.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 1843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423175.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBLIM1",
          "gene_hgnc_id": 24686,
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr",
          "transcript": "XM_047423176.1",
          "protein_id": "XP_047279132.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 152,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423176.1"
        }
      ],
      "gene_symbol": "FBLIM1",
      "gene_hgnc_id": 24686,
      "dbsnp": "rs752828267",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7483866214752197,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.427,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.633,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.01,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.079,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001024215.1",
          "gene_symbol": "FBLIM1",
          "hgnc_id": 24686,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.23G>C",
          "hgvs_p": "p.Arg8Thr"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.