← 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-167980200-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 8,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "DCAF6",
          "hgnc_id": 30002,
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -8,
          "transcript": "NM_001198956.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_score": -8,
      "allele_count_reference_population": 98,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -1.07,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -1.0700000524520874,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 951,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2856,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001198956.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000367840.4",
          "protein_coding": true,
          "protein_id": "NP_001185885.1",
          "strand": true,
          "transcript": "NM_001198956.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 951,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2856,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000367840.4",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001198956.2",
          "protein_coding": true,
          "protein_id": "ENSP00000356814.3",
          "strand": true,
          "transcript": "ENST00000367840.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3186,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000312263.10",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000311949.6",
          "strand": true,
          "transcript": "ENST00000312263.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 950,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3468,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2853,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856062.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526121.1",
          "strand": true,
          "transcript": "ENST00000856062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 950,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3500,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2853,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943261.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613320.1",
          "strand": true,
          "transcript": "ENST00000943261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 950,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3088,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2853,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943278.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613337.1",
          "strand": true,
          "transcript": "ENST00000943278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 949,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2850,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943266.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613325.1",
          "strand": true,
          "transcript": "ENST00000943266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 948,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3520,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2847,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943255.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613314.1",
          "strand": true,
          "transcript": "ENST00000943255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 943,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3493,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2832,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856044.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526103.1",
          "strand": true,
          "transcript": "ENST00000856044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349773.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336702.1",
          "strand": true,
          "transcript": "NM_001349773.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3942,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856039.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526098.1",
          "strand": true,
          "transcript": "ENST00000856039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 936,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3449,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2811,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856049.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526108.1",
          "strand": true,
          "transcript": "ENST00000856049.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 936,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3499,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2811,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943254.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613313.1",
          "strand": true,
          "transcript": "ENST00000943254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 935,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3476,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2808,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943257.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613316.1",
          "strand": true,
          "transcript": "ENST00000943257.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 934,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3441,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2805,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943262.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613321.1",
          "strand": true,
          "transcript": "ENST00000943262.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3406,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856067.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526126.1",
          "strand": true,
          "transcript": "ENST00000856067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 929,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3397,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2790,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856070.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526129.1",
          "strand": true,
          "transcript": "ENST00000856070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 922,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3427,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2769,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943259.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613318.1",
          "strand": true,
          "transcript": "ENST00000943259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3393,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001198957.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001185886.1",
          "strand": true,
          "transcript": "NM_001198957.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3522,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000432587.6",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000396238.2",
          "strand": true,
          "transcript": "ENST00000432587.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 917,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3364,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2754,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856069.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526128.1",
          "strand": true,
          "transcript": "ENST00000856069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3351,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943275.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613334.1",
          "strand": true,
          "transcript": "ENST00000943275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 912,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3407,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2739,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943258.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613317.1",
          "strand": true,
          "transcript": "ENST00000943258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 908,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3362,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2727,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943264.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613323.1",
          "strand": true,
          "transcript": "ENST00000943264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 906,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3359,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2721,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856050.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526109.1",
          "strand": true,
          "transcript": "ENST00000856050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 899,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3326,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2700,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856058.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526117.1",
          "strand": true,
          "transcript": "ENST00000856058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3315,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393651.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380580.1",
          "strand": true,
          "transcript": "NM_001393651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3434,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856040.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526099.1",
          "strand": true,
          "transcript": "ENST00000856040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 893,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3309,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943269.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613328.1",
          "strand": true,
          "transcript": "ENST00000943269.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856073.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526132.1",
          "strand": true,
          "transcript": "ENST00000856073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 882,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3277,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2649,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943268.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613327.1",
          "strand": true,
          "transcript": "ENST00000943268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 880,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3273,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2643,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_018442.4",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_060912.2",
          "strand": true,
          "transcript": "NM_018442.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 880,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2643,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000367843.7",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000356817.3",
          "strand": true,
          "transcript": "ENST00000367843.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856041.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526100.1",
          "strand": true,
          "transcript": "ENST00000856041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3252,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856065.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526124.1",
          "strand": true,
          "transcript": "ENST00000856065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 878,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3269,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2637,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943265.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613324.1",
          "strand": true,
          "transcript": "ENST00000943265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3271,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856051.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526110.1",
          "strand": true,
          "transcript": "ENST00000856051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3205,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856072.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526131.1",
          "strand": true,
          "transcript": "ENST00000856072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3255,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393650.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380579.1",
          "strand": true,
          "transcript": "NM_001393650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 874,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3275,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2625,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856045.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526104.1",
          "strand": true,
          "transcript": "ENST00000856045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 872,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3256,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2619,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856052.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526111.1",
          "strand": true,
          "transcript": "ENST00000856052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 869,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3279,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2610,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943256.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613315.1",
          "strand": true,
          "transcript": "ENST00000943256.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 863,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3209,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2592,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856060.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526119.1",
          "strand": true,
          "transcript": "ENST00000856060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3213,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001017977.3",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001017977.1",
          "strand": true,
          "transcript": "NM_001017977.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3227,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856046.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526105.1",
          "strand": true,
          "transcript": "ENST00000856046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3190,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856068.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526127.1",
          "strand": true,
          "transcript": "ENST00000856068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 858,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3251,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2577,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856043.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.160-7295G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526102.1",
          "strand": true,
          "transcript": "ENST00000856043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 857,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3209,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2574,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943263.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613322.1",
          "strand": true,
          "transcript": "ENST00000943263.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 855,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2568,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943277.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613336.1",
          "strand": true,
          "transcript": "ENST00000943277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 853,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3186,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2562,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000936293.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606353.1",
          "strand": true,
          "transcript": "ENST00000936293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 852,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2559,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856056.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526115.1",
          "strand": true,
          "transcript": "ENST00000856056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 849,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3184,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2550,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856053.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526112.1",
          "strand": true,
          "transcript": "ENST00000856053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3150,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943274.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.160-7295G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613333.1",
          "strand": true,
          "transcript": "ENST00000943274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 843,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3147,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2532,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856061.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526120.1",
          "strand": true,
          "transcript": "ENST00000856061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 842,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2529,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943276.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613335.1",
          "strand": true,
          "transcript": "ENST00000943276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 840,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3134,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2523,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856066.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526125.1",
          "strand": true,
          "transcript": "ENST00000856066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 829,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3117,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2490,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856057.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526116.1",
          "strand": true,
          "transcript": "ENST00000856057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3116,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943267.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613326.1",
          "strand": true,
          "transcript": "ENST00000943267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3088,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856064.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526123.1",
          "strand": true,
          "transcript": "ENST00000856064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 822,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3117,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2469,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943260.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613319.1",
          "strand": true,
          "transcript": "ENST00000943260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 820,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2463,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856059.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526118.1",
          "strand": true,
          "transcript": "ENST00000856059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 798,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3074,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2397,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856042.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526101.1",
          "strand": true,
          "transcript": "ENST00000856042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856063.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.160-7295G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526122.1",
          "strand": true,
          "transcript": "ENST00000856063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 782,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2966,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2349,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943272.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613331.1",
          "strand": true,
          "transcript": "ENST00000943272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2984,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856047.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526106.1",
          "strand": true,
          "transcript": "ENST00000856047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 777,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2956,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2334,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943270.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613329.1",
          "strand": true,
          "transcript": "ENST00000943270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 753,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2262,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856048.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526107.1",
          "strand": true,
          "transcript": "ENST00000856048.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2877,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856054.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.345+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526113.1",
          "strand": true,
          "transcript": "ENST00000856054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3218,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349774.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336703.1",
          "strand": true,
          "transcript": "NM_001349774.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2957,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349775.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336704.1",
          "strand": true,
          "transcript": "NM_001349775.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3086,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349776.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336705.1",
          "strand": true,
          "transcript": "NM_001349776.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3211,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349777.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336706.1",
          "strand": true,
          "transcript": "NM_001349777.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3158,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349778.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336707.1",
          "strand": true,
          "transcript": "NM_001349778.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349779.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336708.1",
          "strand": true,
          "transcript": "NM_001349779.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3151,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001349780.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336709.1",
          "strand": true,
          "transcript": "NM_001349780.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 705,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2118,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856071.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526130.1",
          "strand": true,
          "transcript": "ENST00000856071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 697,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2094,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000856055.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000526114.1",
          "strand": true,
          "transcript": "ENST00000856055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 632,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2515,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1899,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943273.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.160-22282G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613332.1",
          "strand": true,
          "transcript": "ENST00000943273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 625,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2500,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1878,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943271.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.160-22282G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613330.1",
          "strand": true,
          "transcript": "ENST00000943271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3431,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017001779.3",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857268.1",
          "strand": true,
          "transcript": "XM_017001779.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024448371.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304139.1",
          "strand": true,
          "transcript": "XM_024448371.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3170,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047425193.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281149.1",
          "strand": true,
          "transcript": "XM_047425193.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047425194.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281150.1",
          "strand": true,
          "transcript": "XM_047425194.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3121,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047425198.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281154.1",
          "strand": true,
          "transcript": "XM_047425198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3053,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024448373.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304141.1",
          "strand": true,
          "transcript": "XM_024448373.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3061,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024448374.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304142.1",
          "strand": true,
          "transcript": "XM_024448374.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2818,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024448375.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "c.-4+5185G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304143.1",
          "strand": true,
          "transcript": "XM_024448375.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000450548.5",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.671+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000450548.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 796,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000455334.5",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.441+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000455334.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2803,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000470721.5",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.438+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432304.1",
          "strand": true,
          "transcript": "ENST00000470721.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000470919.5",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.577+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000470919.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 536,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000491067.1",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.286+5185G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000491067.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2779,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_146228.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.351+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_146228.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3396,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_146229.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.667+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_146229.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3095,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_146230.2",
          "gene_hgnc_id": 30002,
          "gene_symbol": "DCAF6",
          "hgvs_c": "n.667+5185G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_146230.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs203255",
      "effect": "intron_variant",
      "frequency_reference_population": 0.0006443045,
      "gene_hgnc_id": 30002,
      "gene_symbol": "DCAF6",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 98,
      "gnomad_genomes_af": 0.000644304,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -1.739,
      "pos": 167980200,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001198956.2"
    }
  ]
}
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.