← 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: 22-31893734-GC-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 31893734,
      "ref": "GC",
      "alt": "G",
      "effect": "frameshift_variant",
      "transcript": "ENST00000651528.2",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "NM_001242896.3",
          "protein_id": "NP_001229825.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1603,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4812,
          "cdna_start": 4393,
          "cdna_end": null,
          "cdna_length": 6554,
          "mane_select": "ENST00000651528.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "ENST00000651528.2",
          "protein_id": "ENSP00000498382.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1603,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4812,
          "cdna_start": 4393,
          "cdna_end": null,
          "cdna_length": 6554,
          "mane_select": "NM_001242896.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "ENST00000382112.8",
          "protein_id": "ENSP00000371546.4",
          "transcript_support_level": 1,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1603,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4812,
          "cdna_start": 4273,
          "cdna_end": null,
          "cdna_length": 5390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4103delC",
          "hgvs_p": "p.Ala1368fs",
          "transcript": "ENST00000433147.2",
          "protein_id": "ENSP00000410544.2",
          "transcript_support_level": 1,
          "aa_start": 1368,
          "aa_end": null,
          "aa_length": 1575,
          "cds_start": 4103,
          "cds_end": null,
          "cds_length": 4728,
          "cdna_start": 4205,
          "cdna_end": null,
          "cdna_length": 5331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4094delC",
          "hgvs_p": "p.Ala1365fs",
          "transcript": "ENST00000400248.7",
          "protein_id": "ENSP00000383107.1",
          "transcript_support_level": 1,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": 4177,
          "cdna_end": null,
          "cdna_length": 5319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.3887delC",
          "hgvs_p": null,
          "transcript": "ENST00000400246.7",
          "protein_id": "ENSP00000383105.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000448753.6",
          "protein_id": "ENSP00000402173.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000448753.6",
          "protein_id": "ENSP00000402173.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000285404",
          "gene_hgnc_id": null,
          "hgvs_c": "c.1787-62404delC",
          "hgvs_p": null,
          "transcript": "ENST00000646701.1",
          "protein_id": "ENSP00000496158.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 600,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1803,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "NM_001364318.2",
          "protein_id": "NP_001351247.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1603,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4812,
          "cdna_start": 4276,
          "cdna_end": null,
          "cdna_length": 6437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4160delC",
          "hgvs_p": "p.Ala1387fs",
          "transcript": "NM_001136029.4",
          "protein_id": "NP_001129501.1",
          "transcript_support_level": null,
          "aa_start": 1387,
          "aa_end": null,
          "aa_length": 1594,
          "cds_start": 4160,
          "cds_end": null,
          "cds_length": 4785,
          "cdna_start": 4249,
          "cdna_end": null,
          "cdna_length": 6410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4160delC",
          "hgvs_p": "p.Ala1387fs",
          "transcript": "ENST00000645711.1",
          "protein_id": "ENSP00000493489.1",
          "transcript_support_level": null,
          "aa_start": 1387,
          "aa_end": null,
          "aa_length": 1594,
          "cds_start": 4160,
          "cds_end": null,
          "cds_length": 4785,
          "cdna_start": 4317,
          "cdna_end": null,
          "cdna_length": 5450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4145delC",
          "hgvs_p": "p.Ala1382fs",
          "transcript": "ENST00000645407.1",
          "protein_id": "ENSP00000496252.1",
          "transcript_support_level": null,
          "aa_start": 1382,
          "aa_end": null,
          "aa_length": 1589,
          "cds_start": 4145,
          "cds_end": null,
          "cds_length": 4770,
          "cdna_start": 4152,
          "cdna_end": null,
          "cdna_length": 5010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4121delC",
          "hgvs_p": "p.Ala1374fs",
          "transcript": "NM_001363852.2",
          "protein_id": "NP_001350781.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4121,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4210,
          "cdna_end": null,
          "cdna_length": 5353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4121delC",
          "hgvs_p": "p.Ala1374fs",
          "transcript": "NM_001364320.2",
          "protein_id": "NP_001351249.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4121,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4327,
          "cdna_end": null,
          "cdna_length": 6488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4121delC",
          "hgvs_p": "p.Ala1374fs",
          "transcript": "ENST00000400249.7",
          "protein_id": "ENSP00000383108.3",
          "transcript_support_level": 5,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4121,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4213,
          "cdna_end": null,
          "cdna_length": 5350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4121delC",
          "hgvs_p": "p.Ala1374fs",
          "transcript": "ENST00000644331.1",
          "protein_id": "ENSP00000494406.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4121,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4266,
          "cdna_end": null,
          "cdna_length": 5383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4103delC",
          "hgvs_p": "p.Ala1368fs",
          "transcript": "NM_001369901.1",
          "protein_id": "NP_001356830.1",
          "transcript_support_level": null,
          "aa_start": 1368,
          "aa_end": null,
          "aa_length": 1575,
          "cds_start": 4103,
          "cds_end": null,
          "cds_length": 4728,
          "cdna_start": 4305,
          "cdna_end": null,
          "cdna_length": 5448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4103delC",
          "hgvs_p": "p.Ala1368fs",
          "transcript": "NM_001369902.1",
          "protein_id": "NP_001356831.1",
          "transcript_support_level": null,
          "aa_start": 1368,
          "aa_end": null,
          "aa_length": 1575,
          "cds_start": 4103,
          "cds_end": null,
          "cds_length": 4728,
          "cdna_start": 4192,
          "cdna_end": null,
          "cdna_length": 5335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4094delC",
          "hgvs_p": "p.Ala1365fs",
          "transcript": "NM_001369903.1",
          "protein_id": "NP_001356832.1",
          "transcript_support_level": null,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": 4296,
          "cdna_end": null,
          "cdna_length": 5439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4094delC",
          "hgvs_p": "p.Ala1365fs",
          "transcript": "NM_014662.6",
          "protein_id": "NP_055477.1",
          "transcript_support_level": null,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": 4183,
          "cdna_end": null,
          "cdna_length": 6344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4094delC",
          "hgvs_p": "p.Ala1365fs",
          "transcript": "ENST00000642696.1",
          "protein_id": "ENSP00000495917.1",
          "transcript_support_level": null,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": 4318,
          "cdna_end": null,
          "cdna_length": 6479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "ENST00000382111.6",
          "protein_id": "ENSP00000371545.2",
          "transcript_support_level": 5,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1552,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4659,
          "cdna_start": 4247,
          "cdna_end": null,
          "cdna_length": 5212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "NM_001363854.2",
          "protein_id": "NP_001350783.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4042,
          "cdna_end": null,
          "cdna_length": 5185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "NM_001364319.2",
          "protein_id": "NP_001351248.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4159,
          "cdna_end": null,
          "cdna_length": 6320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "ENST00000645560.1",
          "protein_id": "ENSP00000495544.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4078,
          "cdna_end": null,
          "cdna_length": 5207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "ENST00000646969.1",
          "protein_id": "ENSP00000496724.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4183,
          "cdna_end": null,
          "cdna_length": 5286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3887delC",
          "hgvs_p": "p.Ala1296fs",
          "transcript": "NM_001242897.2",
          "protein_id": "NP_001229826.1",
          "transcript_support_level": null,
          "aa_start": 1296,
          "aa_end": null,
          "aa_length": 1503,
          "cds_start": 3887,
          "cds_end": null,
          "cds_length": 4512,
          "cdna_start": 3976,
          "cdna_end": null,
          "cdna_length": 5119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3887delC",
          "hgvs_p": "p.Ala1296fs",
          "transcript": "ENST00000535622.6",
          "protein_id": "ENSP00000440210.1",
          "transcript_support_level": 2,
          "aa_start": 1296,
          "aa_end": null,
          "aa_length": 1503,
          "cds_start": 3887,
          "cds_end": null,
          "cds_length": 4512,
          "cdna_start": 4077,
          "cdna_end": null,
          "cdna_length": 5197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "ENST00000646465.1",
          "protein_id": "ENSP00000495655.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": 4110,
          "cdna_end": null,
          "cdna_length": 5258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4103delC",
          "hgvs_p": "p.Ala1368fs",
          "transcript": "ENST00000647343.1",
          "protein_id": "ENSP00000494879.1",
          "transcript_support_level": null,
          "aa_start": 1368,
          "aa_end": null,
          "aa_length": 1483,
          "cds_start": 4103,
          "cds_end": null,
          "cds_length": 4453,
          "cdna_start": 4314,
          "cdna_end": null,
          "cdna_length": 4664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4160delC",
          "hgvs_p": "p.Ala1387fs",
          "transcript": "XM_011530557.3",
          "protein_id": "XP_011528859.1",
          "transcript_support_level": null,
          "aa_start": 1387,
          "aa_end": null,
          "aa_length": 1594,
          "cds_start": 4160,
          "cds_end": null,
          "cds_length": 4785,
          "cdna_start": 4366,
          "cdna_end": null,
          "cdna_length": 6527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3926delC",
          "hgvs_p": "p.Ala1309fs",
          "transcript": "XM_011530561.3",
          "protein_id": "XP_011528863.1",
          "transcript_support_level": null,
          "aa_start": 1309,
          "aa_end": null,
          "aa_length": 1516,
          "cds_start": 3926,
          "cds_end": null,
          "cds_length": 4551,
          "cdna_start": 4132,
          "cdna_end": null,
          "cdna_length": 6293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3926delC",
          "hgvs_p": "p.Ala1309fs",
          "transcript": "XM_047441625.1",
          "protein_id": "XP_047297581.1",
          "transcript_support_level": null,
          "aa_start": 1309,
          "aa_end": null,
          "aa_length": 1516,
          "cds_start": 3926,
          "cds_end": null,
          "cds_length": 4551,
          "cdna_start": 4015,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs",
          "transcript": "XM_011530562.3",
          "protein_id": "XP_011528864.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 4187,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 4393,
          "cdna_end": null,
          "cdna_length": 6382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3887delC",
          "hgvs_p": "p.Ala1296fs",
          "transcript": "XM_011530563.3",
          "protein_id": "XP_011528865.1",
          "transcript_support_level": null,
          "aa_start": 1296,
          "aa_end": null,
          "aa_length": 1503,
          "cds_start": 3887,
          "cds_end": null,
          "cds_length": 4512,
          "cdna_start": 4093,
          "cdna_end": null,
          "cdna_length": 6254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3860delC",
          "hgvs_p": "p.Ala1287fs",
          "transcript": "XM_047441626.1",
          "protein_id": "XP_047297582.1",
          "transcript_support_level": null,
          "aa_start": 1287,
          "aa_end": null,
          "aa_length": 1494,
          "cds_start": 3860,
          "cds_end": null,
          "cds_length": 4485,
          "cdna_start": 4066,
          "cdna_end": null,
          "cdna_length": 6227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3860delC",
          "hgvs_p": "p.Ala1287fs",
          "transcript": "XM_047441627.1",
          "protein_id": "XP_047297583.1",
          "transcript_support_level": null,
          "aa_start": 1287,
          "aa_end": null,
          "aa_length": 1494,
          "cds_start": 3860,
          "cds_end": null,
          "cds_length": 4485,
          "cdna_start": 3949,
          "cdna_end": null,
          "cdna_length": 6110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.4094delC",
          "hgvs_p": "p.Ala1365fs",
          "transcript": "XM_047441628.1",
          "protein_id": "XP_047297584.1",
          "transcript_support_level": null,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1484,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4455,
          "cdna_start": 4300,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3953delC",
          "hgvs_p": "p.Ala1318fs",
          "transcript": "XM_047441629.1",
          "protein_id": "XP_047297585.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3953,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": 4159,
          "cdna_end": null,
          "cdna_length": 6148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3860delC",
          "hgvs_p": "p.Ala1287fs",
          "transcript": "XM_047441630.1",
          "protein_id": "XP_047297586.1",
          "transcript_support_level": null,
          "aa_start": 1287,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 3860,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 4066,
          "cdna_end": null,
          "cdna_length": 6055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.3194delC",
          "hgvs_p": "p.Ala1065fs",
          "transcript": "XM_047441632.1",
          "protein_id": "XP_047297588.1",
          "transcript_support_level": null,
          "aa_start": 1065,
          "aa_end": null,
          "aa_length": 1272,
          "cds_start": 3194,
          "cds_end": null,
          "cds_length": 3819,
          "cdna_start": 3789,
          "cdna_end": null,
          "cdna_length": 5950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.2081delC",
          "hgvs_p": "p.Ala694fs",
          "transcript": "XM_011530569.3",
          "protein_id": "XP_011528871.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 901,
          "cds_start": 2081,
          "cds_end": null,
          "cds_length": 2706,
          "cdna_start": 2164,
          "cdna_end": null,
          "cdna_length": 4325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.2054delC",
          "hgvs_p": "p.Ala685fs",
          "transcript": "XM_024452305.2",
          "protein_id": "XP_024308073.1",
          "transcript_support_level": null,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": 2054,
          "cds_end": null,
          "cds_length": 2679,
          "cdna_start": 2136,
          "cdna_end": null,
          "cdna_length": 4297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1070delC",
          "hgvs_p": null,
          "transcript": "ENST00000479261.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.909delC",
          "hgvs_p": null,
          "transcript": "ENST00000642212.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*3809delC",
          "hgvs_p": null,
          "transcript": "ENST00000642684.1",
          "protein_id": "ENSP00000494554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2198delC",
          "hgvs_p": null,
          "transcript": "ENST00000642771.1",
          "protein_id": "ENSP00000496278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.897delC",
          "hgvs_p": null,
          "transcript": "ENST00000642915.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.927delC",
          "hgvs_p": null,
          "transcript": "ENST00000642956.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1146delC",
          "hgvs_p": null,
          "transcript": "ENST00000643021.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1118delC",
          "hgvs_p": null,
          "transcript": "ENST00000643097.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000643395.1",
          "protein_id": "ENSP00000496630.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*303delC",
          "hgvs_p": null,
          "transcript": "ENST00000643751.2",
          "protein_id": "ENSP00000495496.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2815delC",
          "hgvs_p": null,
          "transcript": "ENST00000644162.1",
          "protein_id": "ENSP00000495371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1126delC",
          "hgvs_p": null,
          "transcript": "ENST00000644690.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2171delC",
          "hgvs_p": null,
          "transcript": "ENST00000645494.1",
          "protein_id": "ENSP00000495338.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*303delC",
          "hgvs_p": null,
          "transcript": "ENST00000645547.1",
          "protein_id": "ENSP00000496023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2993delC",
          "hgvs_p": null,
          "transcript": "ENST00000645755.1",
          "protein_id": "ENSP00000495873.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1659delC",
          "hgvs_p": null,
          "transcript": "ENST00000646135.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1029delC",
          "hgvs_p": null,
          "transcript": "ENST00000646383.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*673delC",
          "hgvs_p": null,
          "transcript": "ENST00000646515.1",
          "protein_id": "ENSP00000494700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.1052delC",
          "hgvs_p": null,
          "transcript": "ENST00000646830.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000646998.1",
          "protein_id": "ENSP00000494662.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000298701",
          "gene_hgnc_id": null,
          "hgvs_c": "n.351delG",
          "hgvs_p": null,
          "transcript": "ENST00000757455.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000298701",
          "gene_hgnc_id": null,
          "hgvs_c": "n.317delG",
          "hgvs_p": null,
          "transcript": "ENST00000757456.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.3984delC",
          "hgvs_p": null,
          "transcript": "NR_110988.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.4359delC",
          "hgvs_p": null,
          "transcript": "NR_146296.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.4084delC",
          "hgvs_p": null,
          "transcript": "NR_157125.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.3956delC",
          "hgvs_p": null,
          "transcript": "NR_157126.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.4218delC",
          "hgvs_p": null,
          "transcript": "NR_157128.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.4393delC",
          "hgvs_p": null,
          "transcript": "XR_007067997.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*3809delC",
          "hgvs_p": null,
          "transcript": "ENST00000642684.1",
          "protein_id": "ENSP00000494554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2198delC",
          "hgvs_p": null,
          "transcript": "ENST00000642771.1",
          "protein_id": "ENSP00000496278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000643395.1",
          "protein_id": "ENSP00000496630.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*303delC",
          "hgvs_p": null,
          "transcript": "ENST00000643751.2",
          "protein_id": "ENSP00000495496.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2815delC",
          "hgvs_p": null,
          "transcript": "ENST00000644162.1",
          "protein_id": "ENSP00000495371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2171delC",
          "hgvs_p": null,
          "transcript": "ENST00000645494.1",
          "protein_id": "ENSP00000495338.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*303delC",
          "hgvs_p": null,
          "transcript": "ENST00000645547.1",
          "protein_id": "ENSP00000496023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*2993delC",
          "hgvs_p": null,
          "transcript": "ENST00000645755.1",
          "protein_id": "ENSP00000495873.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*673delC",
          "hgvs_p": null,
          "transcript": "ENST00000646515.1",
          "protein_id": "ENSP00000494700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "n.*154delC",
          "hgvs_p": null,
          "transcript": "ENST00000646998.1",
          "protein_id": "ENSP00000494662.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.*154delC",
          "hgvs_p": null,
          "transcript": "XM_011530565.3",
          "protein_id": "XP_011528867.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1307,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DEPDC5",
          "gene_hgnc_id": 18423,
          "hgvs_c": "c.*154delC",
          "hgvs_p": null,
          "transcript": "XM_047441633.1",
          "protein_id": "XP_047297589.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "DEPDC5",
      "gene_hgnc_id": 18423,
      "dbsnp": "rs886039271",
      "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.009999999776482582,
      "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": 7.623,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "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": 10,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_by_gene": [
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000651528.2",
          "gene_symbol": "DEPDC5",
          "hgnc_id": 18423,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4187delC",
          "hgvs_p": "p.Ala1396fs"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000646701.1",
          "gene_symbol": "ENSG00000285404",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1787-62404delC",
          "hgvs_p": null
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000757455.1",
          "gene_symbol": "ENSG00000298701",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.351delG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " familial focal, with variable foci 1,Epilepsy",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "Epilepsy, familial focal, with variable foci 1",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}