← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-82924958-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 82924958,
      "ref": "C",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "ENST00000355528.9",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2280C>A",
          "hgvs_p": "p.Tyr760*",
          "transcript": "NM_005993.5",
          "protein_id": "NP_005984.3",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2280,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 2409,
          "cdna_end": null,
          "cdna_length": 7159,
          "mane_select": "ENST00000355528.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2280C>A",
          "hgvs_p": "p.Tyr760*",
          "transcript": "ENST00000355528.9",
          "protein_id": "ENSP00000347719.4",
          "transcript_support_level": 1,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2280,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 2409,
          "cdna_end": null,
          "cdna_length": 7159,
          "mane_select": "NM_005993.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.938C>A",
          "hgvs_p": null,
          "transcript": "ENST00000571796.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1409C>A",
          "hgvs_p": null,
          "transcript": "ENST00000576677.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2547C>A",
          "hgvs_p": "p.Tyr849*",
          "transcript": "ENST00000684760.1",
          "protein_id": "ENSP00000507696.1",
          "transcript_support_level": null,
          "aa_start": 849,
          "aa_end": null,
          "aa_length": 1281,
          "cds_start": 2547,
          "cds_end": null,
          "cds_length": 3846,
          "cdna_start": 2667,
          "cdna_end": null,
          "cdna_length": 7403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2466C>A",
          "hgvs_p": "p.Tyr822*",
          "transcript": "ENST00000684349.1",
          "protein_id": "ENSP00000508067.1",
          "transcript_support_level": null,
          "aa_start": 822,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 2466,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": 2586,
          "cdna_end": null,
          "cdna_length": 7322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2280C>A",
          "hgvs_p": "p.Tyr760*",
          "transcript": "ENST00000539345.6",
          "protein_id": "ENSP00000440671.2",
          "transcript_support_level": 5,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": 2280,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": 2316,
          "cdna_end": null,
          "cdna_length": 3975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2373C>A",
          "hgvs_p": "p.Tyr791*",
          "transcript": "ENST00000684464.1",
          "protein_id": "ENSP00000508333.1",
          "transcript_support_level": null,
          "aa_start": 791,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 2373,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": 2516,
          "cdna_end": null,
          "cdna_length": 7252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2370C>A",
          "hgvs_p": "p.Tyr790*",
          "transcript": "ENST00000682479.1",
          "protein_id": "ENSP00000508214.1",
          "transcript_support_level": null,
          "aa_start": 790,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": 2370,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": 2522,
          "cdna_end": null,
          "cdna_length": 7258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2364C>A",
          "hgvs_p": "p.Tyr788*",
          "transcript": "ENST00000684000.1",
          "protein_id": "ENSP00000506795.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2364,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 2364,
          "cdna_end": null,
          "cdna_length": 7100,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2229C>A",
          "hgvs_p": "p.Tyr743*",
          "transcript": "NM_001411101.1",
          "protein_id": "NP_001398030.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 2229,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": 2358,
          "cdna_end": null,
          "cdna_length": 7108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2229C>A",
          "hgvs_p": "p.Tyr743*",
          "transcript": "ENST00000682722.1",
          "protein_id": "ENSP00000508364.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 2229,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": 2375,
          "cdna_end": null,
          "cdna_length": 7111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2208C>A",
          "hgvs_p": "p.Tyr736*",
          "transcript": "ENST00000684429.1",
          "protein_id": "ENSP00000507224.1",
          "transcript_support_level": null,
          "aa_start": 736,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": 2208,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": 2432,
          "cdna_end": null,
          "cdna_length": 7168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2199C>A",
          "hgvs_p": "p.Tyr733*",
          "transcript": "NM_001411102.1",
          "protein_id": "NP_001398031.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2199,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 2328,
          "cdna_end": null,
          "cdna_length": 7078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2199C>A",
          "hgvs_p": "p.Tyr733*",
          "transcript": "ENST00000684544.1",
          "protein_id": "ENSP00000507337.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2199,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 2336,
          "cdna_end": null,
          "cdna_length": 7072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2196C>A",
          "hgvs_p": "p.Tyr732*",
          "transcript": "ENST00000683282.1",
          "protein_id": "ENSP00000506913.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 2196,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": 2328,
          "cdna_end": null,
          "cdna_length": 7064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2091C>A",
          "hgvs_p": "p.Tyr697*",
          "transcript": "NM_001438250.1",
          "protein_id": "NP_001425179.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2091,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2359,
          "cdna_end": null,
          "cdna_length": 7109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2091C>A",
          "hgvs_p": "p.Tyr697*",
          "transcript": "ENST00000684188.1",
          "protein_id": "ENSP00000507153.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2091,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2276,
          "cdna_end": null,
          "cdna_length": 7012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1923C>A",
          "hgvs_p": "p.Tyr641*",
          "transcript": "NM_001437989.1",
          "protein_id": "NP_001424918.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 1923,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": 2052,
          "cdna_end": null,
          "cdna_length": 6802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1923C>A",
          "hgvs_p": "p.Tyr641*",
          "transcript": "ENST00000684408.1",
          "protein_id": "ENSP00000506837.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 1923,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": 2053,
          "cdna_end": null,
          "cdna_length": 6789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "ENST00000682315.1",
          "protein_id": "ENSP00000507232.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 676,
          "cdna_end": null,
          "cdna_length": 5412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "ENST00000683821.1",
          "protein_id": "ENSP00000507651.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1184,
          "cdna_end": null,
          "cdna_length": 5920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "ENST00000576760.5",
          "protein_id": "ENSP00000460949.1",
          "transcript_support_level": 5,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 770,
          "cdna_start": 883,
          "cdna_end": null,
          "cdna_length": 1059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "ENST00000574422.1",
          "protein_id": "ENSP00000458599.1",
          "transcript_support_level": 2,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 243,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 733,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2148C>A",
          "hgvs_p": "p.Tyr716*",
          "transcript": "XM_047436615.1",
          "protein_id": "XP_047292571.1",
          "transcript_support_level": null,
          "aa_start": 716,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2148,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 2277,
          "cdna_end": null,
          "cdna_length": 7027,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2091C>A",
          "hgvs_p": "p.Tyr697*",
          "transcript": "XM_047436616.1",
          "protein_id": "XP_047292572.1",
          "transcript_support_level": null,
          "aa_start": 697,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2091,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2166,
          "cdna_end": null,
          "cdna_length": 6916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.2280C>A",
          "hgvs_p": "p.Tyr760*",
          "transcript": "XM_047436617.1",
          "protein_id": "XP_047292573.1",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": 2280,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": 2409,
          "cdna_end": null,
          "cdna_length": 3518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1935C>A",
          "hgvs_p": "p.Tyr645*",
          "transcript": "XM_011523589.3",
          "protein_id": "XP_011521891.1",
          "transcript_support_level": null,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 1077,
          "cds_start": 1935,
          "cds_end": null,
          "cds_length": 3234,
          "cdna_start": 1950,
          "cdna_end": null,
          "cdna_length": 6700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1872C>A",
          "hgvs_p": "p.Tyr624*",
          "transcript": "XM_047436619.1",
          "protein_id": "XP_047292575.1",
          "transcript_support_level": null,
          "aa_start": 624,
          "aa_end": null,
          "aa_length": 1056,
          "cds_start": 1872,
          "cds_end": null,
          "cds_length": 3171,
          "cdna_start": 2001,
          "cdna_end": null,
          "cdna_length": 6751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1854C>A",
          "hgvs_p": "p.Tyr618*",
          "transcript": "XM_011523591.3",
          "protein_id": "XP_011521893.2",
          "transcript_support_level": null,
          "aa_start": 618,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": 1854,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": 1869,
          "cdna_end": null,
          "cdna_length": 6619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1584C>A",
          "hgvs_p": "p.Tyr528*",
          "transcript": "XM_047436618.1",
          "protein_id": "XP_047292574.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 1584,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 1787,
          "cdna_end": null,
          "cdna_length": 6537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1527C>A",
          "hgvs_p": "p.Tyr509*",
          "transcript": "XM_011523593.3",
          "protein_id": "XP_011521895.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": 1527,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": 1542,
          "cdna_end": null,
          "cdna_length": 6292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1188C>A",
          "hgvs_p": "p.Tyr396*",
          "transcript": "XM_011523594.3",
          "protein_id": "XP_011521896.2",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1188,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 6246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.1107C>A",
          "hgvs_p": "p.Tyr369*",
          "transcript": "XM_047436621.1",
          "protein_id": "XP_047292577.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1107,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 1555,
          "cdna_end": null,
          "cdna_length": 6305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.996C>A",
          "hgvs_p": "p.Tyr332*",
          "transcript": "XM_005256399.6",
          "protein_id": "XP_005256456.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 764,
          "cds_start": 996,
          "cds_end": null,
          "cds_length": 2295,
          "cdna_start": 1209,
          "cdna_end": null,
          "cdna_length": 5959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.984C>A",
          "hgvs_p": "p.Tyr328*",
          "transcript": "XM_006722291.5",
          "protein_id": "XP_006722354.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 984,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 1291,
          "cdna_end": null,
          "cdna_length": 6041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.975C>A",
          "hgvs_p": "p.Tyr325*",
          "transcript": "XM_011523595.4",
          "protein_id": "XP_011521897.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 975,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 1423,
          "cdna_end": null,
          "cdna_length": 6173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Tyr305*",
          "transcript": "XM_047436622.1",
          "protein_id": "XP_047292578.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 915,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1128,
          "cdna_end": null,
          "cdna_length": 5878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.867C>A",
          "hgvs_p": "p.Tyr289*",
          "transcript": "XM_047436624.1",
          "protein_id": "XP_047292580.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 867,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 975,
          "cdna_end": null,
          "cdna_length": 5725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.831C>A",
          "hgvs_p": "p.Tyr277*",
          "transcript": "XM_047436625.1",
          "protein_id": "XP_047292581.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 831,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1279,
          "cdna_end": null,
          "cdna_length": 6029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.741C>A",
          "hgvs_p": "p.Tyr247*",
          "transcript": "XM_011523597.3",
          "protein_id": "XP_011521899.1",
          "transcript_support_level": null,
          "aa_start": 247,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 741,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 5827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.738C>A",
          "hgvs_p": "p.Tyr246*",
          "transcript": "XM_011523598.2",
          "protein_id": "XP_011521900.1",
          "transcript_support_level": null,
          "aa_start": 246,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 738,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": 801,
          "cdna_end": null,
          "cdna_length": 5551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.732C>A",
          "hgvs_p": "p.Tyr244*",
          "transcript": "XM_011523599.3",
          "protein_id": "XP_011521901.1",
          "transcript_support_level": null,
          "aa_start": 244,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 732,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 5604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.642C>A",
          "hgvs_p": "p.Tyr214*",
          "transcript": "XM_017024989.2",
          "protein_id": "XP_016880478.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 642,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 657,
          "cdna_end": null,
          "cdna_length": 5407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.639C>A",
          "hgvs_p": "p.Tyr213*",
          "transcript": "XM_047436628.1",
          "protein_id": "XP_047292584.1",
          "transcript_support_level": null,
          "aa_start": 213,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 639,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 5602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_005256404.5",
          "protein_id": "XP_005256461.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1272,
          "cdna_end": null,
          "cdna_length": 6022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_011523600.4",
          "protein_id": "XP_011521902.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 5645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_017024990.3",
          "protein_id": "XP_016880479.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 5785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_024450899.2",
          "protein_id": "XP_024306667.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 5023,
          "cdna_end": null,
          "cdna_length": 9773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_024450900.2",
          "protein_id": "XP_024306668.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1045,
          "cdna_end": null,
          "cdna_length": 5795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_024450902.2",
          "protein_id": "XP_024306670.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1048,
          "cdna_end": null,
          "cdna_length": 5798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.594C>A",
          "hgvs_p": "p.Tyr198*",
          "transcript": "XM_047436629.1",
          "protein_id": "XP_047292585.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 594,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 5821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.458C>A",
          "hgvs_p": null,
          "transcript": "ENST00000571618.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.338C>A",
          "hgvs_p": null,
          "transcript": "ENST00000574818.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1488C>A",
          "hgvs_p": null,
          "transcript": "ENST00000574886.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.769C>A",
          "hgvs_p": null,
          "transcript": "ENST00000574975.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.2416C>A",
          "hgvs_p": null,
          "transcript": "ENST00000681983.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1177C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682099.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682213.1",
          "protein_id": "ENSP00000508166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1520C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682610.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682654.1",
          "protein_id": "ENSP00000507412.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683041.1",
          "protein_id": "ENSP00000506994.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*1933C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683184.1",
          "protein_id": "ENSP00000507757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*1857C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683444.1",
          "protein_id": "ENSP00000507553.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1103C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683584.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1734C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683839.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.2280C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684361.1",
          "protein_id": "ENSP00000507364.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.1035C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684559.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*763C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684776.1",
          "protein_id": "ENSP00000507861.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682213.1",
          "protein_id": "ENSP00000508166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682654.1",
          "protein_id": "ENSP00000507412.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*251C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683041.1",
          "protein_id": "ENSP00000506994.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*1933C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683184.1",
          "protein_id": "ENSP00000507757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*1857C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683444.1",
          "protein_id": "ENSP00000507553.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "n.*763C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684776.1",
          "protein_id": "ENSP00000507861.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TBCD",
          "gene_hgnc_id": 11581,
          "hgvs_c": "c.*11C>A",
          "hgvs_p": null,
          "transcript": "XM_047436623.1",
          "protein_id": "XP_047292579.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TBCD",
      "gene_hgnc_id": 11581,
      "dbsnp": "rs754750539",
      "frequency_reference_population": 7.062037e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 7.06204e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.07000000029802322,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": -1.01,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000355528.9",
          "gene_symbol": "TBCD",
          "hgnc_id": 11581,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2280C>A",
          "hgvs_p": "p.Tyr760*"
        }
      ],
      "clinvar_disease": "Early-onset progressive diffuse brain atrophy-microcephaly-muscle weakness-optic atrophy syndrome,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2",
      "phenotype_combined": "Early-onset progressive diffuse brain atrophy-microcephaly-muscle weakness-optic atrophy syndrome|not provided",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}