← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "FLCN",
          "hgnc_id": 27310,
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "inheritance_mode": "AD",
          "pathogenic_score": 18,
          "score": 18,
          "transcript": "NM_001353229.2",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000264187",
          "hgnc_id": null,
          "hgvs_c": "n.149-3592C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 14,
          "score": 14,
          "transcript": "ENST00000427497.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_score": 18,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.66,
      "chr": "17",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "Birt-Hogg-Dube syndrome,Hereditary cancer-predisposing syndrome",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:4",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.6600000262260437,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3667,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_144997.7",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000285071.9",
          "protein_coding": true,
          "protein_id": "NP_659434.2",
          "strand": false,
          "transcript": "NM_144997.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3667,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000285071.9",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_144997.7",
          "protein_coding": true,
          "protein_id": "ENSP00000285071.4",
          "strand": false,
          "transcript": "ENST00000285071.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000389169.9",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000373821.5",
          "strand": false,
          "transcript": "ENST00000389169.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000427497.3",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000264187",
          "hgvs_c": "n.149-3592C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000394249.3",
          "strand": false,
          "transcript": "ENST00000427497.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": "Q",
          "aa_start": 247,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3790,
          "cdna_start": 1238,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": 739,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000962729.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.739C>T",
          "hgvs_p": "p.Gln247*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632788.1",
          "strand": false,
          "transcript": "ENST00000962729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3929,
          "cdna_start": 1380,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353229.2",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340158.1",
          "strand": false,
          "transcript": "NM_001353229.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3720,
          "cdna_start": 1168,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000962736.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632795.1",
          "strand": false,
          "transcript": "ENST00000962736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3789,
          "cdna_start": 1237,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000962742.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632801.1",
          "strand": false,
          "transcript": "ENST00000962742.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": 1275,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000962744.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632803.1",
          "strand": false,
          "transcript": "ENST00000962744.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 596,
          "aa_ref": "Q",
          "aa_start": 229,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3709,
          "cdna_start": 1165,
          "cds_end": null,
          "cds_length": 1791,
          "cds_start": 685,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000962740.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.685C>T",
          "hgvs_p": "p.Gln229*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632799.1",
          "strand": false,
          "transcript": "ENST00000962740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3950,
          "cdna_start": 1401,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001353230.2",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340159.1",
          "strand": false,
          "transcript": "NM_001353230.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3866,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001353231.2",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340160.1",
          "strand": false,
          "transcript": "NM_001353231.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3321,
          "cdna_start": 1323,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000888043.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558102.1",
          "strand": false,
          "transcript": "ENST00000888043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": 1201,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000888044.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558103.1",
          "strand": false,
          "transcript": "ENST00000888044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": 2662,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000888045.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558104.1",
          "strand": false,
          "transcript": "ENST00000888045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3577,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000918780.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588839.1",
          "strand": false,
          "transcript": "ENST00000918780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 1101,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000918781.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588840.1",
          "strand": false,
          "transcript": "ENST00000918781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3463,
          "cdna_start": 917,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000962727.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632786.1",
          "strand": false,
          "transcript": "ENST00000962727.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3598,
          "cdna_start": 1043,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000962728.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632787.1",
          "strand": false,
          "transcript": "ENST00000962728.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4341,
          "cdna_start": 1789,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000962731.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632790.1",
          "strand": false,
          "transcript": "ENST00000962731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3737,
          "cdna_start": 1191,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000962732.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632791.1",
          "strand": false,
          "transcript": "ENST00000962732.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4408,
          "cdna_start": 1859,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000962737.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632796.1",
          "strand": false,
          "transcript": "ENST00000962737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3745,
          "cdna_start": 1199,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000962738.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632797.1",
          "strand": false,
          "transcript": "ENST00000962738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3457,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962739.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632798.1",
          "strand": false,
          "transcript": "ENST00000962739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3253,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962745.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632804.1",
          "strand": false,
          "transcript": "ENST00000962745.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3296,
          "cdna_start": 744,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962746.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632805.1",
          "strand": false,
          "transcript": "ENST00000962746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 530,
          "aa_ref": "Q",
          "aa_start": 163,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3536,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 1593,
          "cds_start": 487,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000962730.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.487C>T",
          "hgvs_p": "p.Gln163*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632789.1",
          "strand": false,
          "transcript": "ENST00000962730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 530,
          "aa_ref": "Q",
          "aa_start": 163,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3409,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 1593,
          "cds_start": 487,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962734.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.487C>T",
          "hgvs_p": "p.Gln163*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632793.1",
          "strand": false,
          "transcript": "ENST00000962734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3463,
          "cdna_start": 918,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000888042.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558101.1",
          "strand": false,
          "transcript": "ENST00000888042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3362,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962733.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632792.1",
          "strand": false,
          "transcript": "ENST00000962733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4090,
          "cdna_start": 1544,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000962741.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632800.1",
          "strand": false,
          "transcript": "ENST00000962741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3222,
          "cdna_start": 673,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000962743.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632802.1",
          "strand": false,
          "transcript": "ENST00000962743.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "Q",
          "aa_start": 89,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3300,
          "cdna_start": 746,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 265,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962735.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.265C>T",
          "hgvs_p": "p.Gln89*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632794.1",
          "strand": false,
          "transcript": "ENST00000962735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3325,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_144606.7",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_653207.1",
          "strand": false,
          "transcript": "NM_144606.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": 1172,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011523714.4",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522016.1",
          "strand": false,
          "transcript": "XM_011523714.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3632,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011523718.4",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522020.1",
          "strand": false,
          "transcript": "XM_011523718.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3486,
          "cdna_start": 937,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011523721.4",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522023.1",
          "strand": false,
          "transcript": "XM_011523721.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3920,
          "cdna_start": 1371,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017024305.3",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016879794.1",
          "strand": false,
          "transcript": "XM_017024305.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": 1098,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047435531.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291487.1",
          "strand": false,
          "transcript": "XM_047435531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5390,
          "cdna_start": 2841,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047435532.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291488.1",
          "strand": false,
          "transcript": "XM_047435532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4589,
          "cdna_start": 2040,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047435533.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291489.1",
          "strand": false,
          "transcript": "XM_047435533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4465,
          "cdna_start": 1916,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047435534.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291490.1",
          "strand": false,
          "transcript": "XM_047435534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3579,
          "cdna_start": 1030,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047435539.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291495.1",
          "strand": false,
          "transcript": "XM_047435539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 1525,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017024308.2",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016879797.1",
          "strand": false,
          "transcript": "XM_017024308.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3875,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047435535.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291491.1",
          "strand": false,
          "transcript": "XM_047435535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3593,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047435536.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291492.1",
          "strand": false,
          "transcript": "XM_047435536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5336,
          "cdna_start": 2787,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047435537.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291493.1",
          "strand": false,
          "transcript": "XM_047435537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "Q",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3578,
          "cdna_start": 1029,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 634,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047435538.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.634C>T",
          "hgvs_p": "p.Gln212*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291494.1",
          "strand": false,
          "transcript": "XM_047435538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3445,
          "cdna_start": 896,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017024309.3",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016879798.1",
          "strand": false,
          "transcript": "XM_017024309.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3653,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047435540.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291496.1",
          "strand": false,
          "transcript": "XM_047435540.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "Q",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3356,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047435541.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Gln138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291497.1",
          "strand": false,
          "transcript": "XM_047435541.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "Q",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3621,
          "cdna_start": 2841,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 688,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047435542.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.Gln230*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291498.1",
          "strand": false,
          "transcript": "XM_047435542.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2684,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000466317.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "n.477C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000466317.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 786,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000480316.1",
          "gene_hgnc_id": 27310,
          "gene_symbol": "FLCN",
          "hgvs_c": "n.600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000480316.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs558699420",
      "effect": "stop_gained",
      "frequency_reference_population": null,
      "gene_hgnc_id": 27310,
      "gene_symbol": "FLCN",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "Birt-Hogg-Dube syndrome|Hereditary cancer-predisposing syndrome",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 8.995,
      "pos": 17222646,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001353229.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.