← 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: 2-218661845-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS3",
            "PM1",
            "PM5",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "BCS1L",
          "hgnc_id": 1020,
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 20,
          "score": 20,
          "transcript": "NM_004328.5",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM1,PM5,PP3_Strong,PP5_Very_Strong",
      "acmg_score": 20,
      "allele_count_reference_population": 59,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6957,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.51,
      "chr": "2",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_disease": "GRACILE syndrome,Mitochondrial complex III deficiency nuclear type 1,Pili torti-deafness syndrome,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:4",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9508253335952759,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1427,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001079866.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359273.8",
          "protein_coding": true,
          "protein_id": "NP_001073335.1",
          "strand": true,
          "transcript": "NM_001079866.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1427,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000359273.8",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001079866.2",
          "protein_coding": true,
          "protein_id": "ENSP00000352219.3",
          "strand": true,
          "transcript": "ENST00000359273.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1583,
          "cdna_start": 813,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000392109.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375957.1",
          "strand": true,
          "transcript": "ENST00000392109.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1636,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000392111.7",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375959.2",
          "strand": true,
          "transcript": "ENST00000392111.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1430,
          "cdna_start": 660,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000412366.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406494.1",
          "strand": true,
          "transcript": "ENST00000412366.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1538,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931816.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601875.1",
          "strand": true,
          "transcript": "ENST00000931816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1425,
          "cdna_start": 619,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000945768.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615827.1",
          "strand": true,
          "transcript": "ENST00000945768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": 787,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001257342.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244271.1",
          "strand": true,
          "transcript": "NM_001257342.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1609,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001257343.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244272.1",
          "strand": true,
          "transcript": "NM_001257343.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1484,
          "cdna_start": 714,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001257344.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244273.1",
          "strand": true,
          "transcript": "NM_001257344.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1599,
          "cdna_start": 829,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001320717.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307646.1",
          "strand": true,
          "transcript": "NM_001320717.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1542,
          "cdna_start": 772,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001371443.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358372.1",
          "strand": true,
          "transcript": "NM_001371443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1812,
          "cdna_start": 1042,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001371444.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358373.1",
          "strand": true,
          "transcript": "NM_001371444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2432,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371446.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358375.1",
          "strand": true,
          "transcript": "NM_001371446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1409,
          "cdna_start": 639,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371447.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358376.1",
          "strand": true,
          "transcript": "NM_001371447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1610,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001371448.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358377.1",
          "strand": true,
          "transcript": "NM_001371448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1724,
          "cdna_start": 954,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001371449.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358378.1",
          "strand": true,
          "transcript": "NM_001371449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371450.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358379.1",
          "strand": true,
          "transcript": "NM_001371450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2622,
          "cdna_start": 1852,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001374085.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361014.1",
          "strand": true,
          "transcript": "NM_001374085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1636,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_004328.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004319.1",
          "strand": true,
          "transcript": "NM_004328.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": 756,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000392110.6",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375958.2",
          "strand": true,
          "transcript": "ENST00000392110.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2015,
          "cdna_start": 1246,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000431802.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000413908.1",
          "strand": true,
          "transcript": "ENST00000431802.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 752,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000439945.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000404999.1",
          "strand": true,
          "transcript": "ENST00000439945.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1589,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907075.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577134.1",
          "strand": true,
          "transcript": "ENST00000907075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1561,
          "cdna_start": 787,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907076.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577135.1",
          "strand": true,
          "transcript": "ENST00000907076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1857,
          "cdna_start": 1087,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907078.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577137.1",
          "strand": true,
          "transcript": "ENST00000907078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1781,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907079.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577138.1",
          "strand": true,
          "transcript": "ENST00000907079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2185,
          "cdna_start": 1415,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907080.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577139.1",
          "strand": true,
          "transcript": "ENST00000907080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2398,
          "cdna_start": 1628,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000907081.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577140.1",
          "strand": true,
          "transcript": "ENST00000907081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1575,
          "cdna_start": 806,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907082.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577141.1",
          "strand": true,
          "transcript": "ENST00000907082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1459,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000907083.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577142.1",
          "strand": true,
          "transcript": "ENST00000907083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 865,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000907084.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577143.1",
          "strand": true,
          "transcript": "ENST00000907084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1828,
          "cdna_start": 1060,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907085.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577144.1",
          "strand": true,
          "transcript": "ENST00000907085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1618,
          "cdna_start": 850,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000907086.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577145.1",
          "strand": true,
          "transcript": "ENST00000907086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1446,
          "cdna_start": 677,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000907087.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577146.1",
          "strand": true,
          "transcript": "ENST00000907087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1623,
          "cdna_start": 854,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907088.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577147.1",
          "strand": true,
          "transcript": "ENST00000907088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1610,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907089.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577148.1",
          "strand": true,
          "transcript": "ENST00000907089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000907090.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577149.1",
          "strand": true,
          "transcript": "ENST00000907090.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1531,
          "cdna_start": 762,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907091.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577150.1",
          "strand": true,
          "transcript": "ENST00000907091.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2094,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000907092.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577151.1",
          "strand": true,
          "transcript": "ENST00000907092.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1631,
          "cdna_start": 863,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907093.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577152.1",
          "strand": true,
          "transcript": "ENST00000907093.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1553,
          "cdna_start": 785,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000907094.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577153.1",
          "strand": true,
          "transcript": "ENST00000907094.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1573,
          "cdna_start": 806,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931811.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601870.1",
          "strand": true,
          "transcript": "ENST00000931811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1807,
          "cdna_start": 1037,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000931812.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601871.1",
          "strand": true,
          "transcript": "ENST00000931812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1418,
          "cdna_start": 648,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931813.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601872.1",
          "strand": true,
          "transcript": "ENST00000931813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1636,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000931814.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601873.1",
          "strand": true,
          "transcript": "ENST00000931814.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2126,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000931817.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601876.1",
          "strand": true,
          "transcript": "ENST00000931817.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1668,
          "cdna_start": 898,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000931818.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601877.1",
          "strand": true,
          "transcript": "ENST00000931818.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1504,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931819.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601878.1",
          "strand": true,
          "transcript": "ENST00000931819.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1548,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931820.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601879.1",
          "strand": true,
          "transcript": "ENST00000931820.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1684,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000931821.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601880.1",
          "strand": true,
          "transcript": "ENST00000931821.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1535,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931822.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601881.1",
          "strand": true,
          "transcript": "ENST00000931822.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1650,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000931823.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601882.1",
          "strand": true,
          "transcript": "ENST00000931823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1639,
          "cdna_start": 869,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931824.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601883.1",
          "strand": true,
          "transcript": "ENST00000931824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1597,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931825.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601884.1",
          "strand": true,
          "transcript": "ENST00000931825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1943,
          "cdna_start": 1173,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000931826.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601885.1",
          "strand": true,
          "transcript": "ENST00000931826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1614,
          "cdna_start": 844,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931827.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601886.1",
          "strand": true,
          "transcript": "ENST00000931827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1398,
          "cdna_start": 630,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000945766.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615825.1",
          "strand": true,
          "transcript": "ENST00000945766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1687,
          "cdna_start": 918,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000945767.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615826.1",
          "strand": true,
          "transcript": "ENST00000945767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1621,
          "cdna_start": 853,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000945769.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615828.1",
          "strand": true,
          "transcript": "ENST00000945769.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 413,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": 1006,
          "cds_end": null,
          "cds_length": 1242,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931815.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601874.1",
          "strand": true,
          "transcript": "ENST00000931815.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 299,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1058,
          "cdna_start": 288,
          "cds_end": null,
          "cds_length": 900,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001318836.2",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305765.1",
          "strand": true,
          "transcript": "NM_001318836.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 299,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2063,
          "cdna_start": 1293,
          "cds_end": null,
          "cds_length": 900,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001371451.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358380.1",
          "strand": true,
          "transcript": "NM_001371451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 918,
          "cdna_start": 148,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001371452.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358381.1",
          "strand": true,
          "transcript": "NM_001371452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2304,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371453.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358382.1",
          "strand": true,
          "transcript": "NM_001371453.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2080,
          "cdna_start": 1310,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371454.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358383.1",
          "strand": true,
          "transcript": "NM_001371454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1402,
          "cdna_start": 632,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001371455.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358384.1",
          "strand": true,
          "transcript": "NM_001371455.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1532,
          "cdna_start": 762,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001371456.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358385.1",
          "strand": true,
          "transcript": "NM_001371456.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 252,
          "aa_ref": "R",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2597,
          "cdna_start": 1827,
          "cds_end": null,
          "cds_length": 759,
          "cds_start": 46,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001374086.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.46C>T",
          "hgvs_p": "p.Arg16Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361015.1",
          "strand": true,
          "transcript": "NM_001374086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1036,
          "cdna_start": 965,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000430322.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000398957.1",
          "strand": true,
          "transcript": "ENST00000430322.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 815,
          "cdna_start": 744,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000456050.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395440.1",
          "strand": true,
          "transcript": "ENST00000456050.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 580,
          "cdna_start": 315,
          "cds_end": null,
          "cds_length": 452,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000443791.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000412729.1",
          "strand": true,
          "transcript": "ENST00000443791.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2139,
          "cdna_start": 1369,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047445384.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301340.1",
          "strand": true,
          "transcript": "XM_047445384.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1601,
          "cdna_start": 831,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047445385.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301341.1",
          "strand": true,
          "transcript": "XM_047445385.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1614,
          "cdna_start": 844,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047445387.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301343.1",
          "strand": true,
          "transcript": "XM_047445387.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1495,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047445388.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301344.1",
          "strand": true,
          "transcript": "XM_047445388.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1797,
          "cdna_start": 1027,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047445389.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301345.1",
          "strand": true,
          "transcript": "XM_047445389.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2184,
          "cdna_start": 1852,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 547,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047445390.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Arg183Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047301346.1",
          "strand": true,
          "transcript": "XM_047445390.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1267,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000907077.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.436-39C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577136.1",
          "strand": true,
          "transcript": "ENST00000907077.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": 747,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000471576.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "n.544C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000471576.5",
          "transcript_support_level": 5
        },
        {
          "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": 915,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000477422.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "n.180C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000477422.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2324,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_163955.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "n.1559C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_163955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 200,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 660,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 603,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000426649.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "c.-106C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000416169.1",
          "strand": true,
          "transcript": "ENST00000426649.5",
          "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": 985,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460579.5",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "n.-6C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000460579.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 526,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000465706.1",
          "gene_hgnc_id": 1020,
          "gene_symbol": "BCS1L",
          "hgvs_c": "n.-73C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000465706.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs144885874",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00003655383,
      "gene_hgnc_id": 1020,
      "gene_symbol": "BCS1L",
      "gnomad_exomes_ac": 48,
      "gnomad_exomes_af": 0.0000328345,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 11,
      "gnomad_genomes_af": 0.0000722819,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "phenotype_combined": "Mitochondrial complex III deficiency nuclear type 1|not provided|GRACILE syndrome|Pili torti-deafness syndrome|GRACILE syndrome;Pili torti-deafness syndrome;Mitochondrial complex III deficiency nuclear type 1",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.234,
      "pos": 218661845,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.904,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.07000000029802322,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.07,
      "transcript": "NM_004328.5"
    }
  ]
}
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.