← 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: 10-32575802-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 32575802,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000639629.2",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "NM_001395015.1",
          "protein_id": "NP_001381944.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4826,
          "mane_select": "ENST00000639629.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639629.2",
          "protein_id": "ENSP00000491655.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4826,
          "mane_select": "NM_001395015.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "n.54+7911G>A",
          "hgvs_p": null,
          "transcript": "ENST00000302316.12",
          "protein_id": "ENSP00000303710.9",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "n.189+1276G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639290.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "NM_001321115.2",
          "protein_id": "NP_001308044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.716+3909G>A",
          "hgvs_p": null,
          "transcript": "NM_001395233.1",
          "protein_id": "NP_001382162.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 505,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1518,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "n.169-7232G>A",
          "hgvs_p": null,
          "transcript": "ENST00000375025.10",
          "protein_id": "ENSP00000364165.6",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425742.1",
          "protein_id": "XP_047281698.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425743.1",
          "protein_id": "XP_047281699.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519664.1",
          "protein_id": "XP_011517966.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1380,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4143,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1433+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_024448165.1",
          "protein_id": "XP_024303933.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1378,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4137,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1421+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_024448166.1",
          "protein_id": "XP_024303934.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016638.1",
          "protein_id": "XP_016872127.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519666.1",
          "protein_id": "XP_011517968.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1357,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4074,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519667.1",
          "protein_id": "XP_011517969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1357,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4074,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1364+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519668.1",
          "protein_id": "XP_011517970.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1355,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519669.1",
          "protein_id": "XP_011517971.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519670.1",
          "protein_id": "XP_011517972.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1349,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4050,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519671.1",
          "protein_id": "XP_011517973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1349,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4050,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519672.1",
          "protein_id": "XP_011517974.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1348,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4047,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519673.1",
          "protein_id": "XP_011517975.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425744.1",
          "protein_id": "XP_047281700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519674.1",
          "protein_id": "XP_011517976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016640.1",
          "protein_id": "XP_016872129.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519675.1",
          "protein_id": "XP_011517977.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_006717505.1",
          "protein_id": "XP_006717568.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1314,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519676.1",
          "protein_id": "XP_011517978.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1232+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519677.1",
          "protein_id": "XP_011517979.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519678.1",
          "protein_id": "XP_011517980.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1310,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3933,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_006717506.1",
          "protein_id": "XP_006717569.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425746.1",
          "protein_id": "XP_047281702.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1198-8430G>A",
          "hgvs_p": null,
          "transcript": "XM_011519679.1",
          "protein_id": "XP_011517981.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.893+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016641.2",
          "protein_id": "XP_016872130.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1198,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3597,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.794+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519680.3",
          "protein_id": "XP_011517982.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.794+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016642.2",
          "protein_id": "XP_016872131.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.644+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016643.1",
          "protein_id": "XP_016872132.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1115,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3348,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016644.1",
          "protein_id": "XP_016872133.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.539+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016646.1",
          "protein_id": "XP_016872135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.539+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425747.1",
          "protein_id": "XP_047281703.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.533+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519683.2",
          "protein_id": "XP_011517985.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1078,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3237,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016647.3",
          "protein_id": "XP_016872136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519684.4",
          "protein_id": "XP_011517986.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.398+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016648.1",
          "protein_id": "XP_016872137.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519686.3",
          "protein_id": "XP_011517988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.173+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016649.2",
          "protein_id": "XP_016872138.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.173+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_047425748.1",
          "protein_id": "XP_047281704.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_017016651.1",
          "protein_id": "XP_016872140.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.-30-8430G>A",
          "hgvs_p": null,
          "transcript": "XM_017016652.2",
          "protein_id": "XP_016872141.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "CCDC7",
          "gene_hgnc_id": 26533,
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null,
          "transcript": "XM_011519688.3",
          "protein_id": "XP_011517990.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CCDC7",
      "gene_hgnc_id": 26533,
      "dbsnp": "rs10508775",
      "frequency_reference_population": 0.34450892,
      "hom_count_reference_population": 11460,
      "allele_count_reference_population": 52375,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.344509,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 52375,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 11460,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8999999761581421,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.9,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.522,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000639629.2",
          "gene_symbol": "CCDC7",
          "hgnc_id": 26533,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.1454+3909G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}