← 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: 5-150398368-GAA-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 150398368,
      "ref": "GAA",
      "alt": "G",
      "effect": "frameshift_variant",
      "transcript": "ENST00000643257.2",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4367_4368delAA",
          "hgvs_p": "p.Lys1456fs",
          "transcript": "NM_001371623.1",
          "protein_id": "NP_001358552.1",
          "transcript_support_level": null,
          "aa_start": 1456,
          "aa_end": null,
          "aa_length": 1489,
          "cds_start": 4367,
          "cds_end": null,
          "cds_length": 4470,
          "cdna_start": 4417,
          "cdna_end": null,
          "cdna_length": 5026,
          "mane_select": "ENST00000643257.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4367_4368delAA",
          "hgvs_p": "p.Lys1456fs",
          "transcript": "ENST00000643257.2",
          "protein_id": "ENSP00000493815.1",
          "transcript_support_level": null,
          "aa_start": 1456,
          "aa_end": null,
          "aa_length": 1489,
          "cds_start": 4367,
          "cds_end": null,
          "cds_length": 4470,
          "cdna_start": 4417,
          "cdna_end": null,
          "cdna_length": 5026,
          "mane_select": "NM_001371623.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4364_4365delAA",
          "hgvs_p": "p.Lys1455fs",
          "transcript": "ENST00000504761.6",
          "protein_id": "ENSP00000421655.2",
          "transcript_support_level": 1,
          "aa_start": 1455,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4364,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": 4364,
          "cdna_end": null,
          "cdna_length": 4467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4133_4134delAA",
          "hgvs_p": "p.Lys1378fs",
          "transcript": "ENST00000323668.11",
          "protein_id": "ENSP00000325223.6",
          "transcript_support_level": 1,
          "aa_start": 1378,
          "aa_end": null,
          "aa_length": 1411,
          "cds_start": 4133,
          "cds_end": null,
          "cds_length": 4236,
          "cdna_start": 4208,
          "cdna_end": null,
          "cdna_length": 4832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4364_4365delAA",
          "hgvs_p": "p.Lys1455fs",
          "transcript": "NM_001135243.2",
          "protein_id": "NP_001128715.1",
          "transcript_support_level": null,
          "aa_start": 1455,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4364,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": 4414,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4364_4365delAA",
          "hgvs_p": "p.Lys1455fs",
          "transcript": "ENST00000377797.7",
          "protein_id": "ENSP00000367028.4",
          "transcript_support_level": 5,
          "aa_start": 1455,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4364,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": 4472,
          "cdna_end": null,
          "cdna_length": 5095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4364_4365delAA",
          "hgvs_p": "p.Lys1455fs",
          "transcript": "ENST00000513346.5",
          "protein_id": "ENSP00000427484.1",
          "transcript_support_level": 5,
          "aa_start": 1455,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4364,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": 4364,
          "cdna_end": null,
          "cdna_length": 4646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4253_4254delAA",
          "hgvs_p": "p.Lys1418fs",
          "transcript": "NM_001135244.2",
          "protein_id": "NP_001128716.1",
          "transcript_support_level": null,
          "aa_start": 1418,
          "aa_end": null,
          "aa_length": 1451,
          "cds_start": 4253,
          "cds_end": null,
          "cds_length": 4356,
          "cdna_start": 4303,
          "cdna_end": null,
          "cdna_length": 4912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4253_4254delAA",
          "hgvs_p": "p.Lys1418fs",
          "transcript": "ENST00000439160.6",
          "protein_id": "ENSP00000406888.2",
          "transcript_support_level": 5,
          "aa_start": 1418,
          "aa_end": null,
          "aa_length": 1451,
          "cds_start": 4253,
          "cds_end": null,
          "cds_length": 4356,
          "cdna_start": 4286,
          "cdna_end": null,
          "cdna_length": 4644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4250_4251delAA",
          "hgvs_p": "p.Lys1417fs",
          "transcript": "NM_001195141.2",
          "protein_id": "NP_001182070.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1450,
          "cds_start": 4250,
          "cds_end": null,
          "cds_length": 4353,
          "cdna_start": 4300,
          "cdna_end": null,
          "cdna_length": 4909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4250_4251delAA",
          "hgvs_p": "p.Lys1417fs",
          "transcript": "ENST00000427724.7",
          "protein_id": "ENSP00000390717.3",
          "transcript_support_level": 5,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1450,
          "cds_start": 4250,
          "cds_end": null,
          "cds_length": 4353,
          "cdna_start": 4278,
          "cdna_end": null,
          "cdna_length": 4800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4136_4137delAA",
          "hgvs_p": "p.Lys1379fs",
          "transcript": "NM_001135245.2",
          "protein_id": "NP_001128717.1",
          "transcript_support_level": null,
          "aa_start": 1379,
          "aa_end": null,
          "aa_length": 1412,
          "cds_start": 4136,
          "cds_end": null,
          "cds_length": 4239,
          "cdna_start": 4186,
          "cdna_end": null,
          "cdna_length": 4795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4136_4137delAA",
          "hgvs_p": "p.Lys1379fs",
          "transcript": "ENST00000445265.6",
          "protein_id": "ENSP00000409944.2",
          "transcript_support_level": 5,
          "aa_start": 1379,
          "aa_end": null,
          "aa_length": 1412,
          "cds_start": 4136,
          "cds_end": null,
          "cds_length": 4239,
          "cdna_start": 4217,
          "cdna_end": null,
          "cdna_length": 4825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4133_4134delAA",
          "hgvs_p": "p.Lys1378fs",
          "transcript": "NM_000356.4",
          "protein_id": "NP_000347.2",
          "transcript_support_level": null,
          "aa_start": 1378,
          "aa_end": null,
          "aa_length": 1411,
          "cds_start": 4133,
          "cds_end": null,
          "cds_length": 4236,
          "cdna_start": 4183,
          "cdna_end": null,
          "cdna_length": 4792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4133_4134delAA",
          "hgvs_p": "p.Lys1378fs",
          "transcript": "NM_001437406.1",
          "protein_id": "NP_001424335.1",
          "transcript_support_level": null,
          "aa_start": 1378,
          "aa_end": null,
          "aa_length": 1411,
          "cds_start": 4133,
          "cds_end": null,
          "cds_length": 4236,
          "cdna_start": 4183,
          "cdna_end": null,
          "cdna_length": 4792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4022_4023delAA",
          "hgvs_p": "p.Lys1341fs",
          "transcript": "ENST00000650162.1",
          "protein_id": "ENSP00000497075.1",
          "transcript_support_level": null,
          "aa_start": 1341,
          "aa_end": null,
          "aa_length": 1357,
          "cds_start": 4022,
          "cds_end": null,
          "cds_length": 4076,
          "cdna_start": 4140,
          "cdna_end": null,
          "cdna_length": 4194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.464_465delAA",
          "hgvs_p": "p.Lys155fs",
          "transcript": "ENST00000515516.1",
          "protein_id": "ENSP00000426471.1",
          "transcript_support_level": 5,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": 464,
          "cdna_end": null,
          "cdna_length": 661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4478_4479delAA",
          "hgvs_p": "p.Lys1493fs",
          "transcript": "XM_005268502.5",
          "protein_id": "XP_005268559.1",
          "transcript_support_level": null,
          "aa_start": 1493,
          "aa_end": null,
          "aa_length": 1526,
          "cds_start": 4478,
          "cds_end": null,
          "cds_length": 4581,
          "cdna_start": 4528,
          "cdna_end": null,
          "cdna_length": 5137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4475_4476delAA",
          "hgvs_p": "p.Lys1492fs",
          "transcript": "XM_005268503.5",
          "protein_id": "XP_005268560.1",
          "transcript_support_level": null,
          "aa_start": 1492,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 4475,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4525,
          "cdna_end": null,
          "cdna_length": 5134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4475_4476delAA",
          "hgvs_p": "p.Lys1492fs",
          "transcript": "XM_005268504.5",
          "protein_id": "XP_005268561.1",
          "transcript_support_level": null,
          "aa_start": 1492,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 4475,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4525,
          "cdna_end": null,
          "cdna_length": 5134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4472_4473delAA",
          "hgvs_p": "p.Lys1491fs",
          "transcript": "XM_047417645.1",
          "protein_id": "XP_047273601.1",
          "transcript_support_level": null,
          "aa_start": 1491,
          "aa_end": null,
          "aa_length": 1524,
          "cds_start": 4472,
          "cds_end": null,
          "cds_length": 4575,
          "cdna_start": 4522,
          "cdna_end": null,
          "cdna_length": 5131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4364_4365delAA",
          "hgvs_p": "p.Lys1455fs",
          "transcript": "XM_005268506.5",
          "protein_id": "XP_005268563.1",
          "transcript_support_level": null,
          "aa_start": 1455,
          "aa_end": null,
          "aa_length": 1488,
          "cds_start": 4364,
          "cds_end": null,
          "cds_length": 4467,
          "cdna_start": 4414,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4361_4362delAA",
          "hgvs_p": "p.Lys1454fs",
          "transcript": "XM_017009792.3",
          "protein_id": "XP_016865281.1",
          "transcript_support_level": null,
          "aa_start": 1454,
          "aa_end": null,
          "aa_length": 1487,
          "cds_start": 4361,
          "cds_end": null,
          "cds_length": 4464,
          "cdna_start": 4411,
          "cdna_end": null,
          "cdna_length": 5020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4361_4362delAA",
          "hgvs_p": "p.Lys1454fs",
          "transcript": "XM_047417646.1",
          "protein_id": "XP_047273602.1",
          "transcript_support_level": null,
          "aa_start": 1454,
          "aa_end": null,
          "aa_length": 1487,
          "cds_start": 4361,
          "cds_end": null,
          "cds_length": 4464,
          "cdna_start": 4411,
          "cdna_end": null,
          "cdna_length": 5020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4358_4359delAA",
          "hgvs_p": "p.Lys1453fs",
          "transcript": "XM_047417647.1",
          "protein_id": "XP_047273603.1",
          "transcript_support_level": null,
          "aa_start": 1453,
          "aa_end": null,
          "aa_length": 1486,
          "cds_start": 4358,
          "cds_end": null,
          "cds_length": 4461,
          "cdna_start": 4408,
          "cdna_end": null,
          "cdna_length": 5017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4298_4299delAA",
          "hgvs_p": "p.Lys1433fs",
          "transcript": "XM_011537678.4",
          "protein_id": "XP_011535980.1",
          "transcript_support_level": null,
          "aa_start": 1433,
          "aa_end": null,
          "aa_length": 1466,
          "cds_start": 4298,
          "cds_end": null,
          "cds_length": 4401,
          "cdna_start": 4348,
          "cdna_end": null,
          "cdna_length": 4957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4295_4296delAA",
          "hgvs_p": "p.Lys1432fs",
          "transcript": "XM_047417648.1",
          "protein_id": "XP_047273604.1",
          "transcript_support_level": null,
          "aa_start": 1432,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 4295,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 4345,
          "cdna_end": null,
          "cdna_length": 4954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4295_4296delAA",
          "hgvs_p": "p.Lys1432fs",
          "transcript": "XM_047417649.1",
          "protein_id": "XP_047273605.1",
          "transcript_support_level": null,
          "aa_start": 1432,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 4295,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 4345,
          "cdna_end": null,
          "cdna_length": 4954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4292_4293delAA",
          "hgvs_p": "p.Lys1431fs",
          "transcript": "XM_047417650.1",
          "protein_id": "XP_047273606.1",
          "transcript_support_level": null,
          "aa_start": 1431,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": 4292,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": 4342,
          "cdna_end": null,
          "cdna_length": 4951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4247_4248delAA",
          "hgvs_p": "p.Lys1416fs",
          "transcript": "XM_005268507.5",
          "protein_id": "XP_005268564.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1449,
          "cds_start": 4247,
          "cds_end": null,
          "cds_length": 4350,
          "cdna_start": 4297,
          "cdna_end": null,
          "cdna_length": 4906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4244_4245delAA",
          "hgvs_p": "p.Lys1415fs",
          "transcript": "XM_047417651.1",
          "protein_id": "XP_047273607.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1448,
          "cds_start": 4244,
          "cds_end": null,
          "cds_length": 4347,
          "cdna_start": 4294,
          "cdna_end": null,
          "cdna_length": 4903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4244_4245delAA",
          "hgvs_p": "p.Lys1415fs",
          "transcript": "XM_047417652.1",
          "protein_id": "XP_047273608.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1448,
          "cds_start": 4244,
          "cds_end": null,
          "cds_length": 4347,
          "cdna_start": 4294,
          "cdna_end": null,
          "cdna_length": 4903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4241_4242delAA",
          "hgvs_p": "p.Lys1414fs",
          "transcript": "XM_047417653.1",
          "protein_id": "XP_047273609.1",
          "transcript_support_level": null,
          "aa_start": 1414,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 4241,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": 4291,
          "cdna_end": null,
          "cdna_length": 4900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4187_4188delAA",
          "hgvs_p": "p.Lys1396fs",
          "transcript": "XM_017009793.3",
          "protein_id": "XP_016865282.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": 4237,
          "cdna_end": null,
          "cdna_length": 4846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4184_4185delAA",
          "hgvs_p": "p.Lys1395fs",
          "transcript": "XM_047417654.1",
          "protein_id": "XP_047273610.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1428,
          "cds_start": 4184,
          "cds_end": null,
          "cds_length": 4287,
          "cdna_start": 4234,
          "cdna_end": null,
          "cdna_length": 4843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4184_4185delAA",
          "hgvs_p": "p.Lys1395fs",
          "transcript": "XM_047417655.1",
          "protein_id": "XP_047273611.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1428,
          "cds_start": 4184,
          "cds_end": null,
          "cds_length": 4287,
          "cdna_start": 4234,
          "cdna_end": null,
          "cdna_length": 4843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4181_4182delAA",
          "hgvs_p": "p.Lys1394fs",
          "transcript": "XM_047417656.1",
          "protein_id": "XP_047273612.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1427,
          "cds_start": 4181,
          "cds_end": null,
          "cds_length": 4284,
          "cdna_start": 4231,
          "cdna_end": null,
          "cdna_length": 4840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4130_4131delAA",
          "hgvs_p": "p.Lys1377fs",
          "transcript": "XM_047417658.1",
          "protein_id": "XP_047273614.1",
          "transcript_support_level": null,
          "aa_start": 1377,
          "aa_end": null,
          "aa_length": 1410,
          "cds_start": 4130,
          "cds_end": null,
          "cds_length": 4233,
          "cdna_start": 4180,
          "cdna_end": null,
          "cdna_length": 4789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4130_4131delAA",
          "hgvs_p": "p.Lys1377fs",
          "transcript": "XM_047417659.1",
          "protein_id": "XP_047273615.1",
          "transcript_support_level": null,
          "aa_start": 1377,
          "aa_end": null,
          "aa_length": 1410,
          "cds_start": 4130,
          "cds_end": null,
          "cds_length": 4233,
          "cdna_start": 4180,
          "cdna_end": null,
          "cdna_length": 4789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4127_4128delAA",
          "hgvs_p": "p.Lys1376fs",
          "transcript": "XM_047417660.1",
          "protein_id": "XP_047273616.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1409,
          "cds_start": 4127,
          "cds_end": null,
          "cds_length": 4230,
          "cdna_start": 4177,
          "cdna_end": null,
          "cdna_length": 4786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4073_4074delAA",
          "hgvs_p": "p.Lys1358fs",
          "transcript": "XM_017009794.3",
          "protein_id": "XP_016865283.1",
          "transcript_support_level": null,
          "aa_start": 1358,
          "aa_end": null,
          "aa_length": 1391,
          "cds_start": 4073,
          "cds_end": null,
          "cds_length": 4176,
          "cdna_start": 4123,
          "cdna_end": null,
          "cdna_length": 4732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4070_4071delAA",
          "hgvs_p": "p.Lys1357fs",
          "transcript": "XM_047417661.1",
          "protein_id": "XP_047273617.1",
          "transcript_support_level": null,
          "aa_start": 1357,
          "aa_end": null,
          "aa_length": 1390,
          "cds_start": 4070,
          "cds_end": null,
          "cds_length": 4173,
          "cdna_start": 4120,
          "cdna_end": null,
          "cdna_length": 4729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4067_4068delAA",
          "hgvs_p": "p.Lys1356fs",
          "transcript": "XM_047417662.1",
          "protein_id": "XP_047273618.1",
          "transcript_support_level": null,
          "aa_start": 1356,
          "aa_end": null,
          "aa_length": 1389,
          "cds_start": 4067,
          "cds_end": null,
          "cds_length": 4170,
          "cdna_start": 4117,
          "cdna_end": null,
          "cdna_length": 4726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4064_4065delAA",
          "hgvs_p": "p.Lys1355fs",
          "transcript": "XM_047417663.1",
          "protein_id": "XP_047273619.1",
          "transcript_support_level": null,
          "aa_start": 1355,
          "aa_end": null,
          "aa_length": 1388,
          "cds_start": 4064,
          "cds_end": null,
          "cds_length": 4167,
          "cdna_start": 4114,
          "cdna_end": null,
          "cdna_length": 4723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4022_4023delAA",
          "hgvs_p": "p.Lys1341fs",
          "transcript": "XM_047417664.1",
          "protein_id": "XP_047273620.1",
          "transcript_support_level": null,
          "aa_start": 1341,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": 4022,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": 4072,
          "cdna_end": null,
          "cdna_length": 4681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.4019_4020delAA",
          "hgvs_p": "p.Lys1340fs",
          "transcript": "XM_047417665.1",
          "protein_id": "XP_047273621.1",
          "transcript_support_level": null,
          "aa_start": 1340,
          "aa_end": null,
          "aa_length": 1373,
          "cds_start": 4019,
          "cds_end": null,
          "cds_length": 4122,
          "cdna_start": 4069,
          "cdna_end": null,
          "cdna_length": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3956_3957delAA",
          "hgvs_p": "p.Lys1319fs",
          "transcript": "XM_047417666.1",
          "protein_id": "XP_047273622.1",
          "transcript_support_level": null,
          "aa_start": 1319,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 3956,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": 4006,
          "cdna_end": null,
          "cdna_length": 4615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3953_3954delAA",
          "hgvs_p": "p.Lys1318fs",
          "transcript": "XM_047417667.1",
          "protein_id": "XP_047273623.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": 4003,
          "cdna_end": null,
          "cdna_length": 4612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3950_3951delAA",
          "hgvs_p": "p.Lys1317fs",
          "transcript": "XM_047417668.1",
          "protein_id": "XP_047273624.1",
          "transcript_support_level": null,
          "aa_start": 1317,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 3950,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": 4000,
          "cdna_end": null,
          "cdna_length": 4609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3950_3951delAA",
          "hgvs_p": "p.Lys1317fs",
          "transcript": "XM_047417669.1",
          "protein_id": "XP_047273625.1",
          "transcript_support_level": null,
          "aa_start": 1317,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 3950,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": 4000,
          "cdna_end": null,
          "cdna_length": 4609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3842_3843delAA",
          "hgvs_p": "p.Lys1281fs",
          "transcript": "XM_047417670.1",
          "protein_id": "XP_047273626.1",
          "transcript_support_level": null,
          "aa_start": 1281,
          "aa_end": null,
          "aa_length": 1314,
          "cds_start": 3842,
          "cds_end": null,
          "cds_length": 3945,
          "cdna_start": 3892,
          "cdna_end": null,
          "cdna_length": 4501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCOF1",
          "gene_hgnc_id": 11654,
          "hgvs_c": "c.3839_3840delAA",
          "hgvs_p": "p.Lys1280fs",
          "transcript": "XM_047417671.1",
          "protein_id": "XP_047273627.1",
          "transcript_support_level": null,
          "aa_start": 1280,
          "aa_end": null,
          "aa_length": 1313,
          "cds_start": 3839,
          "cds_end": null,
          "cds_length": 3942,
          "cdna_start": 3889,
          "cdna_end": null,
          "cdna_length": 4498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TCOF1",
      "gene_hgnc_id": 11654,
      "dbsnp": "rs587776585",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "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": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 1.595,
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000643257.2",
          "gene_symbol": "TCOF1",
          "hgnc_id": 11654,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4367_4368delAA",
          "hgvs_p": "p.Lys1456fs"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}