← 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: X-136207892-A-AGGG (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 136207892,
      "ref": "A",
      "alt": "AGGG",
      "effect": "disruptive_inframe_insertion",
      "transcript": "NM_001440769.1",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001159702.3",
          "protein_id": "NP_001153174.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "ENST00000394155.8",
          "biotype": "protein_coding",
          "feature": "NM_001159702.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000394155.8",
          "protein_id": "ENSP00000377710.2",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "NM_001159702.3",
          "biotype": "protein_coding",
          "feature": "ENST00000394155.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "NM_001159699.2",
          "protein_id": "NP_001153171.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000370683.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001159699.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "ENST00000370683.6",
          "protein_id": "ENSP00000359717.1",
          "transcript_support_level": 1,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001159699.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000370683.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000543669.5",
          "protein_id": "ENSP00000443333.1",
          "transcript_support_level": 1,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543669.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "NM_001440769.1",
          "protein_id": "NP_001427698.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001440769.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369326.1",
          "protein_id": "NP_001356255.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369326.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369327.2",
          "protein_id": "NP_001356256.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369327.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369328.1",
          "protein_id": "NP_001356257.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369328.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000651089.1",
          "protein_id": "ENSP00000498684.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000651089.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.521_523dupGGG",
          "hgvs_p": "p.Gly174dup",
          "transcript": "NM_001159701.2",
          "protein_id": "NP_001153173.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001159701.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.521_523dupGGG",
          "hgvs_p": "p.Gly174dup",
          "transcript": "ENST00000539015.5",
          "protein_id": "ENSP00000437673.1",
          "transcript_support_level": 2,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 524,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539015.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.479_481dupGGG",
          "hgvs_p": "p.Gly160dup",
          "transcript": "ENST00000862285.1",
          "protein_id": "ENSP00000532344.1",
          "transcript_support_level": null,
          "aa_start": 161,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 482,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862285.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.479_481dupGGG",
          "hgvs_p": "p.Gly160dup",
          "transcript": "ENST00000952767.1",
          "protein_id": "ENSP00000622826.1",
          "transcript_support_level": null,
          "aa_start": 161,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 482,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952767.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001159700.2",
          "protein_id": "NP_001153172.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001159700.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001159704.1",
          "protein_id": "NP_001153176.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001159704.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001167819.1",
          "protein_id": "NP_001161291.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001167819.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369329.1",
          "protein_id": "NP_001356258.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369329.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369330.1",
          "protein_id": "NP_001356259.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369330.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001369331.1",
          "protein_id": "NP_001356260.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369331.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001449.5",
          "protein_id": "NP_001440.2",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001449.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000394153.6",
          "protein_id": "ENSP00000377709.2",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394153.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000535737.5",
          "protein_id": "ENSP00000444815.1",
          "transcript_support_level": 3,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535737.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000628568.1",
          "protein_id": "ENSP00000486782.1",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628568.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000628919.3",
          "protein_id": "ENSP00000487147.2",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628919.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000629039.2",
          "protein_id": "ENSP00000486439.1",
          "transcript_support_level": 2,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000629039.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000630084.2",
          "protein_id": "ENSP00000485897.1",
          "transcript_support_level": 2,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000630084.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000651929.2",
          "protein_id": "ENSP00000499016.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000651929.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "ENST00000862283.1",
          "protein_id": "ENSP00000532342.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862283.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000652457.1",
          "protein_id": "ENSP00000498503.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000652457.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000370674.3",
          "protein_id": "ENSP00000359708.1",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000370674.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.293_295dupGGG",
          "hgvs_p": "p.Gly98dup",
          "transcript": "ENST00000862286.1",
          "protein_id": "ENSP00000532345.1",
          "transcript_support_level": null,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 702,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862286.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "NM_001330659.2",
          "protein_id": "NP_001317588.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330659.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup",
          "transcript": "ENST00000370676.7",
          "protein_id": "ENSP00000359710.3",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000370676.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000434885.5",
          "protein_id": "ENSP00000413798.1",
          "transcript_support_level": 2,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 622,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000434885.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000452016.5",
          "protein_id": "ENSP00000408038.1",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 622,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452016.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000456445.5",
          "protein_id": "ENSP00000412642.1",
          "transcript_support_level": 2,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 204,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456445.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000420362.5",
          "protein_id": "ENSP00000391779.1",
          "transcript_support_level": 2,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000420362.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "NM_001159703.2",
          "protein_id": "NP_001153175.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001159703.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000618438.4",
          "protein_id": "ENSP00000477609.1",
          "transcript_support_level": 3,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000618438.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000628032.2",
          "protein_id": "ENSP00000487030.1",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628032.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000458357.5",
          "protein_id": "ENSP00000389920.1",
          "transcript_support_level": 4,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 465,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000458357.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000627578.2",
          "protein_id": "ENSP00000486436.1",
          "transcript_support_level": 4,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000627578.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "ENST00000628443.2",
          "protein_id": "ENSP00000486631.1",
          "transcript_support_level": 4,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628443.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "XM_006724746.4",
          "protein_id": "XP_006724809.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006724746.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "XM_024452354.2",
          "protein_id": "XP_024308122.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452354.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "XM_047441925.1",
          "protein_id": "XP_047297881.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441925.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "XM_047441926.1",
          "protein_id": "XP_047297882.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441926.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "GE",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.434_436dupGGG",
          "hgvs_p": "p.Gly145dup",
          "transcript": "XM_047441927.1",
          "protein_id": "XP_047297883.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441927.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.379+704_379+706dupGGG",
          "hgvs_p": null,
          "transcript": "ENST00000862284.1",
          "protein_id": "ENSP00000532343.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862284.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "n.138_140dupGGG",
          "hgvs_p": null,
          "transcript": "ENST00000626004.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000626004.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "n.484_486dupGGG",
          "hgvs_p": null,
          "transcript": "ENST00000630684.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000630684.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "n.845_847dupGGG",
          "hgvs_p": null,
          "transcript": "NR_027621.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_027621.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.*9_*10insGGG",
          "hgvs_p": null,
          "transcript": "ENST00000449474.5",
          "protein_id": "ENSP00000414604.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000449474.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "c.*17_*18insGGG",
          "hgvs_p": null,
          "transcript": "ENST00000627383.2",
          "protein_id": "ENSP00000487318.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000627383.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FHL1",
          "gene_hgnc_id": 3702,
          "hgvs_c": "n.*231_*232insGGG",
          "hgvs_p": null,
          "transcript": "ENST00000477080.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000477080.1"
        }
      ],
      "gene_symbol": "FHL1",
      "gene_hgnc_id": 3702,
      "dbsnp": "rs1314023088",
      "frequency_reference_population": 0.000009909591,
      "hom_count_reference_population": 5,
      "allele_count_reference_population": 12,
      "gnomad_exomes_af": 0.00000910611,
      "gnomad_genomes_af": 0.000017733,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 6.843,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM1,PM4_Supporting,BS2",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 4,
          "pathogenic_score": 3,
          "criteria": [
            "PM1",
            "PM4_Supporting",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001440769.1",
          "gene_symbol": "FHL1",
          "hgnc_id": 3702,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.482_484dupGGG",
          "hgvs_p": "p.Gly161dup"
        }
      ],
      "clinvar_disease": "X-linked myopathy with postural muscle atrophy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "X-linked myopathy with postural muscle atrophy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}