← 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: 1-93270780-A-ACCT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 93270780,
      "ref": "A",
      "alt": "ACCT",
      "effect": "disruptive_inframe_insertion",
      "transcript": "NM_001378204.1",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "NM_001378204.1",
          "protein_id": "NP_001365133.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": 4451,
          "cdna_end": null,
          "cdna_length": 4752,
          "mane_select": "ENST00000690025.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378204.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "ENST00000690025.1",
          "protein_id": "ENSP00000510597.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": 4451,
          "cdna_end": null,
          "cdna_length": 4752,
          "mane_select": "NM_001378204.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000690025.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3885+5879_3885+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000401026.7",
          "protein_id": "ENSP00000383808.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000401026.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "ENST00000935053.1",
          "protein_id": "ENSP00000605112.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": 4533,
          "cdna_end": null,
          "cdna_length": 5138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935053.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "ENST00000935055.1",
          "protein_id": "ENSP00000605114.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": 6083,
          "cdna_end": null,
          "cdna_length": 6268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935055.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "NM_001306076.1",
          "protein_id": "NP_001293005.1",
          "transcript_support_level": null,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": 4486,
          "cdna_end": null,
          "cdna_length": 4787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306076.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "ENST00000343253.11",
          "protein_id": "ENSP00000343377.7",
          "transcript_support_level": 5,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": 4819,
          "cdna_end": null,
          "cdna_length": 4867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000343253.11"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "ENST00000370276.6",
          "protein_id": "ENSP00000359299.2",
          "transcript_support_level": 5,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 4779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000370276.6"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4271_4272insCCT",
          "hgvs_p": "p.Lys1424delinsAsnLeu",
          "transcript": "ENST00000935054.1",
          "protein_id": "ENSP00000605113.1",
          "transcript_support_level": null,
          "aa_start": 1424,
          "aa_end": null,
          "aa_length": 1439,
          "cds_start": 4272,
          "cds_end": null,
          "cds_length": 4320,
          "cdna_start": 4418,
          "cdna_end": null,
          "cdna_length": 5037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935054.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "XM_017001154.3",
          "protein_id": "XP_016856643.2",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": 4489,
          "cdna_end": null,
          "cdna_length": 6074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001154.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "XM_017001156.3",
          "protein_id": "XP_016856645.2",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": 4451,
          "cdna_end": null,
          "cdna_length": 6036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001156.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "XM_017001162.3",
          "protein_id": "XP_016856651.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": 4411,
          "cdna_end": null,
          "cdna_length": 5996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001162.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "XM_017001164.3",
          "protein_id": "XP_016856653.1",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": 4398,
          "cdna_end": null,
          "cdna_length": 5983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001164.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "XM_017001155.3",
          "protein_id": "XP_016856644.2",
          "transcript_support_level": null,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": 4486,
          "cdna_end": null,
          "cdna_length": 6071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001155.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "XM_047419444.1",
          "protein_id": "XP_047275400.1",
          "transcript_support_level": null,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": 4448,
          "cdna_end": null,
          "cdna_length": 6033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419444.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4271_4272insCCT",
          "hgvs_p": "p.Lys1424delinsAsnLeu",
          "transcript": "XM_017001157.3",
          "protein_id": "XP_016856646.2",
          "transcript_support_level": null,
          "aa_start": 1424,
          "aa_end": null,
          "aa_length": 1481,
          "cds_start": 4272,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": 4441,
          "cdna_end": null,
          "cdna_length": 6026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001157.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4271_4272insCCT",
          "hgvs_p": "p.Lys1424delinsAsnLeu",
          "transcript": "XM_047419459.1",
          "protein_id": "XP_047275415.1",
          "transcript_support_level": null,
          "aa_start": 1424,
          "aa_end": null,
          "aa_length": 1481,
          "cds_start": 4272,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": 4403,
          "cdna_end": null,
          "cdna_length": 5988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419459.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4268_4269insCCT",
          "hgvs_p": "p.Lys1423delinsAsnLeu",
          "transcript": "XM_047419449.1",
          "protein_id": "XP_047275405.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1480,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 4443,
          "cdna_start": 4438,
          "cdna_end": null,
          "cdna_length": 6023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419449.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4268_4269insCCT",
          "hgvs_p": "p.Lys1423delinsAsnLeu",
          "transcript": "XM_047419468.1",
          "protein_id": "XP_047275424.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1480,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 4443,
          "cdna_start": 4400,
          "cdna_end": null,
          "cdna_length": 5985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419468.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu",
          "transcript": "XM_011541361.4",
          "protein_id": "XP_011539663.3",
          "transcript_support_level": null,
          "aa_start": 1440,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 4320,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": 4489,
          "cdna_end": null,
          "cdna_length": 4790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541361.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4316_4317insCCT",
          "hgvs_p": "p.Lys1439delinsAsnLeu",
          "transcript": "XM_047419483.1",
          "protein_id": "XP_047275439.1",
          "transcript_support_level": null,
          "aa_start": 1439,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 4317,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": 4448,
          "cdna_end": null,
          "cdna_length": 4749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419483.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4187_4188insCCT",
          "hgvs_p": "p.Lys1396delinsAsnLeu",
          "transcript": "XM_017001159.3",
          "protein_id": "XP_016856648.2",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1453,
          "cds_start": 4188,
          "cds_end": null,
          "cds_length": 4362,
          "cdna_start": 4357,
          "cdna_end": null,
          "cdna_length": 5942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001159.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4187_4188insCCT",
          "hgvs_p": "p.Lys1396delinsAsnLeu",
          "transcript": "XM_047419488.1",
          "protein_id": "XP_047275444.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1453,
          "cds_start": 4188,
          "cds_end": null,
          "cds_length": 4362,
          "cdna_start": 4319,
          "cdna_end": null,
          "cdna_length": 5904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419488.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4184_4185insCCT",
          "hgvs_p": "p.Lys1395delinsAsnLeu",
          "transcript": "XM_047419476.1",
          "protein_id": "XP_047275432.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1452,
          "cds_start": 4185,
          "cds_end": null,
          "cds_length": 4359,
          "cdna_start": 4354,
          "cdna_end": null,
          "cdna_length": 5939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419476.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4184_4185insCCT",
          "hgvs_p": "p.Lys1395delinsAsnLeu",
          "transcript": "XM_047419490.1",
          "protein_id": "XP_047275446.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1452,
          "cds_start": 4185,
          "cds_end": null,
          "cds_length": 4359,
          "cdna_start": 4316,
          "cdna_end": null,
          "cdna_length": 5901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419490.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4175_4176insCCT",
          "hgvs_p": "p.Lys1392delinsAsnLeu",
          "transcript": "XM_017001160.3",
          "protein_id": "XP_016856649.2",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1449,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 4350,
          "cdna_start": 4345,
          "cdna_end": null,
          "cdna_length": 5930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001160.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4172_4173insCCT",
          "hgvs_p": "p.Lys1391delinsAsnLeu",
          "transcript": "XM_047419482.1",
          "protein_id": "XP_047275438.1",
          "transcript_support_level": null,
          "aa_start": 1391,
          "aa_end": null,
          "aa_length": 1448,
          "cds_start": 4173,
          "cds_end": null,
          "cds_length": 4347,
          "cdna_start": 4342,
          "cdna_end": null,
          "cdna_length": 5927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419482.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4268_4269insCCT",
          "hgvs_p": "p.Lys1423delinsAsnLeu",
          "transcript": "XM_047419492.1",
          "protein_id": "XP_047275448.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1438,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 4317,
          "cdna_start": 4438,
          "cdna_end": null,
          "cdna_length": 4739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419492.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4139_4140insCCT",
          "hgvs_p": "p.Lys1380delinsAsnLeu",
          "transcript": "XM_047419493.1",
          "protein_id": "XP_047275449.1",
          "transcript_support_level": null,
          "aa_start": 1380,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 4140,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": 4309,
          "cdna_end": null,
          "cdna_length": 5894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419493.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4052_4053insCCT",
          "hgvs_p": "p.Lys1351delinsAsnLeu",
          "transcript": "XM_047419508.1",
          "protein_id": "XP_047275464.1",
          "transcript_support_level": null,
          "aa_start": 1351,
          "aa_end": null,
          "aa_length": 1408,
          "cds_start": 4053,
          "cds_end": null,
          "cds_length": 4227,
          "cdna_start": 4153,
          "cdna_end": null,
          "cdna_length": 5738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419508.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4175_4176insCCT",
          "hgvs_p": "p.Lys1392delinsAsnLeu",
          "transcript": "XM_017001161.3",
          "protein_id": "XP_016856650.2",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1407,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 4224,
          "cdna_start": 4345,
          "cdna_end": null,
          "cdna_length": 4646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001161.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4049_4050insCCT",
          "hgvs_p": "p.Lys1350delinsAsnLeu",
          "transcript": "XM_047419512.1",
          "protein_id": "XP_047275468.1",
          "transcript_support_level": null,
          "aa_start": 1350,
          "aa_end": null,
          "aa_length": 1407,
          "cds_start": 4050,
          "cds_end": null,
          "cds_length": 4224,
          "cdna_start": 4150,
          "cdna_end": null,
          "cdna_length": 5735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419512.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.4016_4017insCCT",
          "hgvs_p": "p.Lys1339delinsAsnLeu",
          "transcript": "XM_017001167.3",
          "protein_id": "XP_016856656.1",
          "transcript_support_level": null,
          "aa_start": 1339,
          "aa_end": null,
          "aa_length": 1396,
          "cds_start": 4017,
          "cds_end": null,
          "cds_length": 4191,
          "cdna_start": 4146,
          "cdna_end": null,
          "cdna_length": 5731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001167.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3920_3921insCCT",
          "hgvs_p": "p.Lys1307delinsAsnLeu",
          "transcript": "XM_047419525.1",
          "protein_id": "XP_047275481.1",
          "transcript_support_level": null,
          "aa_start": 1307,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 3921,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": 4021,
          "cdna_end": null,
          "cdna_length": 5606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419525.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3872_3873insCCT",
          "hgvs_p": "p.Lys1291delinsAsnLeu",
          "transcript": "XM_047419527.1",
          "protein_id": "XP_047275483.1",
          "transcript_support_level": null,
          "aa_start": 1291,
          "aa_end": null,
          "aa_length": 1348,
          "cds_start": 3873,
          "cds_end": null,
          "cds_length": 4047,
          "cdna_start": 3973,
          "cdna_end": null,
          "cdna_length": 5558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419527.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3356_3357insCCT",
          "hgvs_p": "p.Lys1119delinsAsnLeu",
          "transcript": "XM_047419528.1",
          "protein_id": "XP_047275484.1",
          "transcript_support_level": null,
          "aa_start": 1119,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": 3357,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": 3491,
          "cdna_end": null,
          "cdna_length": 5076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419528.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "NL",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.2303_2304insCCT",
          "hgvs_p": "p.Lys768delinsAsnLeu",
          "transcript": "XM_017001171.3",
          "protein_id": "XP_016856660.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2304,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2379,
          "cdna_end": null,
          "cdna_length": 3964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001171.3"
        },
        {
          "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": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.*5825_*5826insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419520.1",
          "protein_id": "XP_047275476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1248,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3747,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419520.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3885+5879_3885+5880insCCT",
          "hgvs_p": null,
          "transcript": "NM_206886.4",
          "protein_id": "NP_996769.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206886.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3885+5879_3885+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000935051.1",
          "protein_id": "ENSP00000605110.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935051.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3885+5879_3885+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000935052.1",
          "protein_id": "ENSP00000605111.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3882+5879_3882+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000956829.1",
          "protein_id": "ENSP00000626888.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1298,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956829.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3753+5879_3753+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000956828.1",
          "protein_id": "ENSP00000626887.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956828.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3885+5879_3885+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419510.1",
          "protein_id": "XP_047275466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419510.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3882+5879_3882+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419507.1",
          "protein_id": "XP_047275463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1298,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419507.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3882+5879_3882+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419513.1",
          "protein_id": "XP_047275469.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1298,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419513.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3750+5879_3750+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419514.1",
          "protein_id": "XP_047275470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419514.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3741+5879_3741+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419516.1",
          "protein_id": "XP_047275472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419516.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "c.3741+5879_3741+5880insCCT",
          "hgvs_p": null,
          "transcript": "XM_047419526.1",
          "protein_id": "XP_047275482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419526.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "n.*3903_*3904insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000690592.1",
          "protein_id": "ENSP00000508593.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000690592.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "n.*3903_*3904insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000690592.1",
          "protein_id": "ENSP00000508593.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000690592.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.595-8420_595-8419insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000413606.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000413606.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.327-6009_327-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000414430.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000414430.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.323-6009_323-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000415150.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000415150.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.175-6009_175-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000424517.3",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000424517.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.288-6009_288-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000427669.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000427669.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.322-6009_322-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000429859.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000429859.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.255-6009_255-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000442860.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000442860.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.362-6009_362-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000446528.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000446528.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.310-6009_310-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000447577.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000447577.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.1009-1023_1009-1022insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000451302.6",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000451302.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.177-6009_177-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000455474.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000455474.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.281-6009_281-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000457025.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000457025.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.111-1023_111-1022insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000602488.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000602488.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.1995-6009_1995-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000661111.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000661111.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.646-6009_646-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000668257.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000668257.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "n.*785+5879_*785+5880insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000688770.1",
          "protein_id": "ENSP00000510046.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000688770.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.884-6009_884-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000832692.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000832692.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.311-6009_311-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000832693.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000832693.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.390-6009_390-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000832694.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000832694.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.600-6009_600-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000832695.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000832695.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18-AS1",
          "gene_hgnc_id": 52262,
          "hgvs_c": "n.130-6009_130-6008insAGG",
          "hgvs_p": null,
          "transcript": "ENST00000832696.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000832696.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCDC18",
          "gene_hgnc_id": 30370,
          "hgvs_c": "n.*3357_*3358insCCT",
          "hgvs_p": null,
          "transcript": "ENST00000692873.1",
          "protein_id": "ENSP00000509021.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000692873.1"
        }
      ],
      "gene_symbol": "CCDC18",
      "gene_hgnc_id": 30370,
      "dbsnp": "rs560046022",
      "frequency_reference_population": 0.0004303661,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 665,
      "gnomad_exomes_af": 0.000399182,
      "gnomad_genomes_af": 0.000715467,
      "gnomad_exomes_ac": 556,
      "gnomad_genomes_ac": 109,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -0.926,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4_Supporting,BP6",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 1,
          "pathogenic_score": 1,
          "criteria": [
            "PM4_Supporting",
            "BP6"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001378204.1",
          "gene_symbol": "CCDC18",
          "hgnc_id": 30370,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4319_4320insCCT",
          "hgvs_p": "p.Lys1440delinsAsnLeu"
        },
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000413606.5",
          "gene_symbol": "CCDC18-AS1",
          "hgnc_id": 52262,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.595-8420_595-8419insAGG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "CCDC18-related disorder",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "CCDC18-related disorder",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.